/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	Screen.css
	* Main stylesheet for controling all CSS styles
	
	Author
	* Sam Howat [sam@bluetux.com]
	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 	

	@import "_reset.css"; 
	@import "_type.css"; 
	@import "_grid.css"; 


/* Body
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {	
	background-color: #1E1E1E;
	margin: 0; padding: 100px 0 0 0;	
	}


/* Image Replacement For Headers & Logo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#grid-header h1 a {
	background: transparent url('../img/logo/iCRUSHIT.png') no-repeat left top;
	display: block; float: left;
	width: 242px; 	height: 71px;
	margin: 0 0 0 204px; padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	outline: none; 	
	}

/* Crush Link Input Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#crush-link-field {
	width: 430px; height: 20px; 
	margin: 0; padding: 10px;
	background-color: white; border-width: 0px;
	-moz-border-radius:4px; -webkit-border-radius: 4px;
	font-weight: bold; font-size: 15px; color: #666; 
	}


#crush-link-field-button {
	background-color:#56B8FD; border:1px solid #56B8FD;
	margin: 0 0 0 5px; padding:0px;
	width: 100px; height: 40px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	vertical-align:top;	cursor:pointer; 
	font-weight: bold; font-size: 15px; color:#FFF;  
	}


/* Crush Link Results Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#crushed-url { 
	margin: 0 10px 0 130px; padding: 0;
	font-weight: bold; font-size: 12px; line-height: 20px; color:#FFF;
	}

.result-button {
	background-color:#0854A2; border:1px solid #0854A2;
	margin: 0 0 0 0px; padding: 0px 5px;
	width: auto; height: 20px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	vertical-align:top;	cursor:pointer; 
	font-weight: bold; font-size: 11px; color:#FFF; text-transform: uppercase;
	}			



/* Misc Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clear 	{ clear: both; } 
