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

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

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


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

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

body {
	background:#7bbbde url("/_images/bkgrnd.jpg") 0 0 no-repeat;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#666;
	}


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

#wrapper {
	padding:145px 0 0 54px;
	}
	
#amanda {
	width:243px;
	float:left;
	}
	
#eric {
	width:243px;
	float:left;
	margin-left:20px;
	}
	
.links {
	padding:5px 0 0 80px;	
	}
	
br.clear {
	clear:both;
	}
	

/*-----------------------------------------------    
    Links
-----------------------------------------------*/
a { 
	outline:none;
	}

a, a:link, a:visited {
	color: #666;
	text-decoration:none;
	}

a:hover, a:focus {
	color: #3f8aa8;
	text-decoration:none;
	}

.links a {
	display:block;
	padding:3px 0 3px 25px;
	margin-bottom:8px;
	}

/*-----------------------------------------------    
    Icons
-----------------------------------------------*/

.aim {
background: url("/_images/icon-aim.png") no-repeat 0 50%;
}

.delicious {
background: url("/_images/icon-delicious.png") no-repeat 0 50%;
}

.email {
background: url("/_images/icon-email.png") no-repeat 0 50%;
}

.facebook {
background: url("/_images/icon-facebook.png") no-repeat 0 50%;
}

.flickr {
background: url("/_images/icon-flickr.png") no-repeat 0 50%;
}

.google {
background: url("/_images/icon-google.png") no-repeat 0 50%;
}

.linkedin {
background: url("/_images/icon-linkedin.png") no-repeat 0 50%;
}

.portfolio {
background: url("/_images/icon-folder.png") no-repeat 0 50%;
}

.rss {
background: url("/_images/icon-rss.png") no-repeat 0 50%;
}

.twitter {
background: url("/_images/icon-twitter.png") no-repeat 0 50%;
}




/*-----------------------------------------------    
    Other Styles
-----------------------------------------------*/

div.avatar img {
	float:left;
	margin-left:20px;
	}

div.name {
	float:left;
	margin-top:21px;
	font-weight:bold;
	}
div.name span {
	color:#3f8aa8;
	}

