/*  
URL: http://www.wethnk.com
Description: Design by Jermaine Valentine - 2008-2009
Version: 1.1
Author: Jermaine Valentine
Author URL: http://www.wethnk.com/

	This css was designed and built by Jermaine Valentine,
	whose website you will find at http://www.wethnk.com/
	The CSS, XHTML and design is Copyright 2007, All rights reserved.

*/

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet
-----------------------------------------------------------------------------*/
/* Import other stylesheets
-----------------------------------------------------------------------------*/
@import url("reset.css");
@import url("print.css"); 
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
*{border: 0;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:1em 5%;} 
 
li, dd {margin-left:5%;} 

fieldset {padding: .5em;} 

select {min-width:1.5em;}
/*
global style sheet
----------------------------------------------------------------- */
body{
 font: 11px verdana, tahoma, arial, helvetica, sans-serif;
 background:#42a606 url(../images/bground.jpg) repeat-x;
 color: #000000;	
 text-align:center;
}
#wrapper{ 
 width: 905px; /* Set page width here - you can also use percentage */
 height: 607px; padding: 0;
 text-align:left; 
 margin-top: 75px; 
 margin-left:auto; 
 margin-right:auto; 
 background: url(../images/wrap_bg.png) no-repeat;
 padding: 1px;
}
.clear{clear:both;}
.right{float: right;}
.left{float: left;}
#top_content {
 text-align: center; 
 margin: 50px 25px 25px 180px; 
 padding-top: 1px; 
}
#top_content ul{ 
 height: 30px; /* Set page width here - you can also use percentage */
 text-align:center;  
 margin: 0; 
 padding:0;
}
#top_content li{
 color: #efdf00;
 float: left;
 margin: 5px 0 0 20px;
 text-align: center; 
 font-size: 10px;
 height: 30px;
}
#top_content li a, active, visited{
 color: #efdf00;
 padding: 3px 0 0 0;
 height: 30px; display: block;
}
#top_content a:hover{
 color: #fff;
}
/* Homepage Styles
-----------------------------------------------------------------------------*/
.wrapper h1{
 margin: 35px 0 20px 180px;
 text-align: left;
 font-size: 24px;
 color: #efdf00;
 font-weight: normal;
}
.contents {
 margin: 35px 0 10px 35px;
 width: 250px; border: 0px solid #fff;
 float: left;
}
.contents img{
 border: 1px solid #efdf00;
 margin: 0 10px 0 20px;
}
.contents img a:hover{
 border: 3px solid #fff;
  float: left;
}
.contents h2{
 margin: 10px 0 0 0; 
 font-size: 18px;
color: #efdf00;
}
.contents p{
 margin: 0;
 color: #9bb93d;
}
.contents a, active, visited{
 color: #9bb93d;
}
.contents a:hover{
 color: #efdf00;
}
#copy{
 margin-top: 110px; 
 height: 35px;
 text-align: left;
}
#copy p{
 margin: 7px 0 0 45px;
 color: #efdf00;  
 font-variant: small-caps;
}
#about{
 border: 0px solid #fff;
 width: 465px; 
 margin: 0; float: left;
}
#about h1{
 margin: 35px 0 20px 180px;
 text-align: left;
 font-size: 24px;
 color: #efdf00;
 font-weight: normal;
}
#about p{
 margin: 5px 0 15px 25px;
 float: left;
 color: #fff;
}
#aboutimg img{
 margin: 0 25px 0 0;
 float: right;
 border: 1px solid #efdf00;
}
ul .photos{
 margin: 0; padding: 0;
  border: 1px solid #fff;
}
#aboutimg{
 float: right; 
  width: 380px; 
}
#about a, active, visited{
 color: #9bb93d;
}
#about a:hover{
 color: #efdf00;
}
/* Coda Styles
-----------------------------------------------------------------------------*/
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 50px 0;
			position: relative;
			width: 100%;
			text-align: left;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 350px;  overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: opx solid #fff; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 880px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 350px;
			clear: both; text-align: left; padding-top: 0;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;text-align: left;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 880px; /* Also specified in  .stripViewer  above */text-align: left;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
/* End All Styles
-----------------------------------------------------------------------------*/





















