﻿/* CSS Document 

Icon blue = 1EBAA2

*/


body 
{
	margin:0; 
	padding:0;

	background-image: none;
	background-repeat:no-repeat;
	background-position:center top;
    background-attachment:scroll;
	background-color:#000000; 
	
	font-family:Arial, Helvetica, sans-serif;	
}

img {
border : none;
padding : 0; margin:0;
}


#meta_container
{
	padding:0;
	margin: 0 auto; /* centers the div */
	width:1024px;	
	background-color:#000; /* this will show up if sidebar is too short*/
	color:#eee;
}

.gallery_header
{
border-bottom-color: #7FC31C;  /* skin-dependent*/
border-bottom-style: solid; border-width: 1px; height: 90px; padding-bottom: 18px	
}

.logo
{
	width:295px; height:90px; float:left;
}

.leaderboard
{
	float:right; width:728px; height:90px;
}

.gallery_container
{
	margin: 0 15px 0 15px;
	clear:both;
}

.title_and_byline
{
	float:left; margin-bottom: 22px;	
}

.title_and_byline h1
{
	font-size: 200%; margin: 18px 0px 0px; margin-top: 5px; padding: 0px;	
}

.post_link
{
	float:right; margin-top: 12px; font-size: 83%; font-weight: bold;	
}

.current_photo_container
{
	clear:both; margin-bottom:50px;
}

.previous
{
	float:left; width:32px; height:64px; left: 16px;position: relative;top: 0px; font-weight:bold;
}

.next
{
	float:right; width:32px; height:64px; left: -16px;position: relative;top: 0px; font-weight:bold;
}

.current_photo_frame
{
	margin-bottom: 50px;	margin-left: auto;	margin-right: auto;	margin-top: 50px;	width: 900px;
}


A:link {color: #787878; text-decoration: none;}
A:visited {color: #787878; text-decoration: none;}
A:active {color: #787878; text-decoration: none;}
A:hover { color: #787878; text-decoration: underline;}

.thumbnails_container
{
	width:1024px;
	/*margin-left: auto; 
	margin-right: auto; */
	margin-top: 1px; 
	margin-bottom: 1px; 
	margin-left: 32px;

}

.thumbnails_container img
{	
	border:3px solid #505050;
	margin:5px;
	padding:0;
}

#thumblit
{
	border-color: #7FC31C;
}

.sprite {	background-image:url('sprites.png') } 

.sp_previous { background-position:0px -20px; width:32px; height:64px;  }
.sp_previous:hover { background-position:-32px -20px; width:32px; height:64px; cursor:pointer;  }

.sp_next { background-position:-64px -84px; width:32px; height:64px;  }
.sp_next:hover { background-position:-32px -84px; width:32px; height:64px; cursor:pointer;  }

.sp_facebook { background-position:-0px -0px; width:20px; height:20px;  }
.sp_twitter { background-position:-20px -0px; width:20px; height:20px;  }
.sp_stumble { background-position:-40px -0px; width:20px; height:20px;  }	
.sp_email { background-position:-60px -0px; width:20px; height:20px;  }		
.sp_plus { background-position:-80px -0px; width:20px; height:20px;  }			
.sp_search { background-position:-100px -0px; width:20px; height:20px;  }				
.sp_rss_orange { background-position:-120px -1px; width:20px; height:20px;  }
.sp_advertise_fm { background-position:-0px -148px; width:125px; height:94px;  }	



