@charset "utf-8";
/* CSS Document */

/*Begin CSS Resets*/
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

ol, ul {
	list-style:none;
}
/*End CSS Resets*/

a:link,a:visited,a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#FFFF00;
}
/*Begin HTML Styling*/

body	{
	font-size:11px;
	background:#000000;
	font-family: "Helvetica", Helvetica, Century Gothic, Arial, San-Serif;
	line-height: 14px;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
}
h1 {
	font-size:20px;
	color:#939393;
	padding-bottom:5px;
}
h2 {
	font-size:20px;
	color:#ffd800;
	padding-bottom:0px;
}
small{
	font-style: italic;
	font-size:10px;
	padding-bottom: 15px;
}
/*End HTML Styling*/

/*-----------------------begin header------------------------------*/
#header {
	/*padding: 20px;*/
	margin:0px 0px 0px 0px;
	background: #ffd800;
	background-image:url(images/header.jpg);
	width: 800px;
	height: 256px;
}

#header h1{
	color:#000000;
	margin:0px 0px 0px 38px;
	text-indent:-9000px;
}

#navigation{
	height:48px;
	margin:0;
	padding:0;
	}

a.selected{
background-position:0 -94px;}	

#navigation ul{
	list-style:none;
	display:inline;
	overflow:hidden;

	}
	
	#header .one a:hover{
		background-position:0 -47px;
		}
		
#header .one a {
		background-image:url(images/home.png);
		height:47px;
		width:179px;
		position:absolute;
		top:66px;
		left:621px;
		text-indent:-9999px;
}
#header .two a {
		background-image:url(images/about.png);
		height:47px;
		width:207px;
		position:absolute;
		top:114px;
		left:593px;
		text-indent:-9999px;
}
#header .two a:hover{
		background-position:0 -47px;
}	
#header .three a {
		background-image:url(images/portfolio.png);
		height:47px;
		width:333px;
		position:absolute;
		top:161px;
		left:467px;
		text-indent:-9999px;
}
#header .three a:hover{
		background-position:0 -47px;
}

#header .four a	{
		background-image:url(images/contact.png);
		height:47px;
		width:281px;
		position:absolute;
		top:209px;
		left:519px;
		text-indent:-9999px;
}
#header .four a:hover{
		background-position:0 -47px;
}
	
/*-----------------------end-nav------------------------------*/
#container{
	width:800px;
	position:relative;
	margin:0 auto;
	z-index:1;
	}


#content {
	width:800px;
	height:100%;
	background:#363636;
}
	
#post{
	float:left;
	width:500px;
	margin-right:45px;
	padding: 40px;
			}
#post p{
	padding-bottom: 10px;
}

/*---------------------------begin sidebar------------------------------*/
#sidebar {
		width:150px;
	    margin:82px 0px 0px -25px;
		float:left;
	}
#sidebar ul li{
	line-height:15px;
}

#tank{
	left:-125px;
	position:relative;
	z-index:2;
	background:url(images/hand_footer.png) no-repeat bottom left;
	width:1048px;
	height:354px;
	text-indent:-9999px;
}

#cats{
	margin-bottom: 15px;
}
#archives{
	margin-bottom: 15px;
}
#links{
	margin-bottom: 15px;
}
#search{
	padding:5px;
}

		
#footer {
	text-align: center;
	clear: both;
	/*height:354px;*/
			}
#footer li
{padding:5px;
margin:2px; 
 display: inline;
}			
/*-------styles--------*/
.post_cat{
	margin-bottom: 30px;
	
}

#s {margin-bottom:5px;

}

#searchform {
	margin-left:-4px;
}

#sidebar ul ul
	{margin:10px 0 15px 0;
	}
#sidebar h2 {margin-top:10px;}

#comment 
{width:375px;
height:100px;}

#stimuli_lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#stimuli_lightbox a img { border: none; }

#stimuli_outerImageContainer {
	position: relative;
	background-color: #666;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#stimuli_imageContainer {
	padding: 10px;
}

#stimuli_loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: transparent center url(images/loading.gif) no-repeat;
}
#stimuli_hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#stimuli_imageContainer>#stimuli_hoverNav { left: 0;}
#stimuli_hoverNav a { outline: none;}

#stimuli_prevLink, #stimuli_nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#stimuli_prevLink { left: 0; float: left;}
#stimuli_nextLink { right: 0; float: right;}
#stimuli_prevLink:hover, #stimuli_prevLink:visited:hover { background: url(images/prev.gif) left 55% no-repeat; }
#stimuli_nextLink:hover, #stimuli_nextLink:visited:hover { background: url(images/next.gif) right 55% no-repeat; }


#stimuli_imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #666;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#stimuli_imageData {	padding:0 10px; color: #FFF; }
#stimuli_imageData #stimuli_imageDetails { width: 70%; float: left; text-align: left; }	
#stimuli_imageData #stimuli_caption { font-weight: bold;}
#stimuli_imageData #stimuli_numberDisplay { display: block; clear: left; padding-bottom: 1.0em;}			
#stimuli_imageData #stimuli_bottomNavClose { width: 66px; float: right; padding-bottom: 0.7em; background: url(images/closelabel.gif) right 55% no-repeat; padding-top: 1.0em; margin-bottom: 1.0em;}	
		
#stimuli_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
