/*
*****************************************************
Main.css
Main Screen Stylesheet

Authored by Amanda Shoemaker
http://amanda.lanerussell.com

*****************************************************
*/


/*-----------------------------------------------    
    Basic Settings
-----------------------------------------------*/

* { 
    margin:0; 
    padding:0;
	border:0;
}

body {
	background:#fff url("/_images/bkgrd-repeat.png") 0 25px repeat-x;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#333;
	}


/*-----------------------------------------------    
    Structure & Layout
-----------------------------------------------*/

#background {
	background:url("/_images/background.png") no-repeat top left;
	width:900px;
	margin:25px auto;
	padding:25px 0 0 0;
	min-height:743px;
	}

#wrapper { 
	width:630px;
	margin:0 auto;
	}
	
#header {
	margin:0 0 30px 0;
	}

#intro {
	width:600px;
	display:inline;
	}	
	
#moreinfo {
	margin:50px 0 0 0;
	}

#about {
	width:300px;
	float:left;
	margin:0 30px 0 0;
	}

#clients {
	width:300px;
	float:left;
	}

#social {
	width:630px;
	margin:30px 0 0 0;
	text-align:center;
	}
	
br.clear {
	clear:both;
	}

/*-----------------------------------------------    
    Links
-----------------------------------------------*/
a {
	outline:none;
	}
a, a:visited {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

a:hover, a:focus {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #333;
}

#social a, #social a:visited,
#social a:hover, #social a:focus {
	border-bottom:none;
}

/*-----------------------------------------------    
    Type & Styling
-----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:100%;
	}

#intro h1 {
	font:2.5em Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0 0 5px 0;
	}

#moreinfo h2 {
	font-size:1.8em;
	color:#CC6600;
	margin:0 0 10px 0;
	}

#intro p {
	font-size:1.6em;
	color:#999;
	line-height:140%;
	}
	
#moreinfo p {
	font-size:1.2em;
	color:#999;
	line-height:140%;
	}

#intro span {
	color:#CC6600;
	}
	
#social p {
	font-size:1.1em;
	color:#999;
	}
