/*
THEME NAME: ShapeShifter
THEME URI: http://makedesignnotwar.com
DESCRIPTION: A Premium Theme for Wordpress.
VERSION: 1.3
AUTHOR: Brandon Jones
AUTHOR URI: http://makedesignnotwar.com
TAGS: portfolio, classic, simple, modern, gallery, image, slider, one page
*/

/* Stylesheet RESET */
@import url(library/styles/hacks/reset.css);

/* ShapeShifter Styles */
@import url('grid.css');
@import url('typography.css');
@import url('customize.css');
@import url('blog_style.css');

/* Stylesheet for DROPDOWN NAVIGATION */
@import url(library/styles/dropdown.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(library/styles/prettyPhoto.css);


/* My stuff */
.centered_div {width:604px; height: 430px; position: absolute; top: 45px; left: 50%; margin-left: -250px; margin-top: 0px;}

.networkwrap a:hover{text-decoration:none}
.networkwrap{
						margin:0 auto;
						width:600px;
						height:50px;
						line-height:50px;
						padding-right:18px;
						position:absolute;
						top:382px;
						left:190px;
						font-size:12px;
						z-index:6;
						float:left;
						text-align:center;
						}

						.facebook a { 
							display: block; 
							width: 32px; 
							height: 32px; 
							background: transparent url(./images/facebook.png) no-repeat;
							text-decoration:none;
							text-align:center;
							float:left;
							margin-right:5px;
							}

						.facebook a:hover { 
							background-position: -32px 0; 
							}

						.twitter a { 
							display: block; 
							width: 32px; 
							height: 32px; 
							background: transparent url(./images/twitter.png) no-repeat;
							text-decoration:none;
							text-align:center;
							float:left;
							margin-right:5px;
							}

						.twitter a:hover { 
							background-position: -32px 0; 
							}
						
						.linkedin a { 
							display: block; 
							width: 32px; 
							height: 32px; 
							background: transparent url(./images/linkedin.png) no-repeat;
							text-decoration:none;
							text-align:center;
							float:left;
							margin-right:5px;
							}

						.linkedin a:hover { 
							background-position: -32px 0; 
							}

						.friendfeed a { 
							display: block; 
							width: 32px; 
							height: 32px; 
							background: transparent url(./images/friendfeed.png) no-repeat;
							text-decoration:none;
							text-align:center;
							float:left;
							margin-right:5px;
							}

						.friendfeed a:hover { 
							background-position: -32px 0; 
							}

						.myspace a { 
							display: block; 
							width: 32px; 
							height: 32px; 
							background: transparent url(./images/myspace.png) no-repeat;
							text-decoration:none;
							text-align:center;
							float:left;
							margin-right:5px;
							}

						.myspace a:hover { 
							background-position: -32px 0; 
							}
					
						.orkut a { 
							display: block; 
							width: 32px; 
							height: 32px; 
							background: transparent url(./images/orkut.png) no-repeat;
							text-decoration:none;
							text-align:center;
							float:left;
							margin-right:5px;
							}

						.orkut a:hover { 
							background-position: -32px 0; 
							}