/* Stu Olds | One Little Fish Web Design */

body{
	background:#fff; 
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#000;
	}
	
body, html{
	height:100%;
	}
	
h1, h2, h3, h4, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
hr {border: none 0; 
	border-top: 1px dotted #09c;
	border-bottom: 1px solid #9bc800;
	width: 95%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;

	}
	
acronym {
	cursor: help;
	font-weight: bold;
	border-bottom: thin dotted #999;
	}
	
/* Links */
#a { color: #000000; font-size:16px;}

#nav {
	float: right;
}

#nav li {
	float: left;
}

#nav a {
	font-size:14px;
	color: #000000;
	text-decoration: none;
	display: block;
	position: relative;
	outline: none;
	padding-right: 28px;
	padding-bottom: 9px;
	padding-top: 45px;
	margin-top: 0px;
	border-bottom: 1px solid #6f6f6f;
}


#home #homeNav,
#profile #profileNav,
#clients #clientsNav,
#services #servicesNav,
#blog #blogNav,
#contact #contactNav,
#nav a:hover {
	color: #9bc800;
	margin-top: 0px;
	border-bottom: 3px solid #9bc800;
	padding-bottom: 8px;
}

.subnav li {
	text-align: right;
}

.subnav a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-bottom: 1em;
	border-right: 2px solid #6f6f6f;
}

#active #activeSubNav,
#hover #hoverSubNav,
.subnav a:hover {
	color: #9bc800;
	padding-right: 20px;
	border-right: 2px solid #9bc800;
}

	
/* Header Wrapper */
#header-wrapper {
	width:100%;
	height:125px;
	margin:0;
	padding:0;
	background: #fff url(../includes/header_bg.jpg) repeat-x;
	}
	
#header-content {
	width:800px;
	height:125px;
	padding:0;
	margin:0 auto;
	list-style:none;
	}
	
#header-content #logo-header{
	width:335px;
	height:123px;
	margin:0;
	padding:0;
	float:right;
	background:url(../includes/logo.jpg) no-repeat;
	}
	
#header-content #logo-header a{
	display:block;
	text-indent:-9999px;
	width:333px;
	height:123px;
	margin:0;
	padding:0;
	}
	
#header-content ul{
	width:435px;
	height:52px;
	padding:3px 0 0 8px;
	margin:30px 0 0 21px;
	float:left;
	}
	
#header-content li{
	display:block;
	float:left;
	height:43px;
	padding:0;
	margin:0;
	}



/* Top Content Wrapper */
#content-wrapper {
	width:100%;
	height:600px;
	margin:0;
	padding:16px 0 0 0;
	background: #fff url(../includes/wrapper_bg.jpg) repeat-x;
	}
	
#content-content {
	width:800px;
	height:auto;
	padding:0;
	margin:0 auto;
	}
	
#content-content #main{
	width:550px;
	height:auto;
	float:right;
	margin:0;
	padding:0 0 0 15px;
	}
	
#content-content #main h2{
	display:block;
	text-indent:-9999px;
	width:214px;
	height:21px;
	margin:12px 0 4px 0;
	padding:0;
	}
	
#content-content #main p{
	font-family:Tahoma, Arial, Verdana;
	color:#000;
	font-size:11px;
	}
	
#content-content #main ul{
	width:491px;
	height:85px;
	padding:0 0 0 35px;
	margin:20px auto 8px auto;
	list-style:none;
	}
	
#content-content #main ul li{
	float:left;
	margin:0 25px;
	display:inline;
	}
	
#content-content #main ul a {
	display:block;
	height:10px;
	padding:54px 0 0 0;
	font-family:Arial, Verdana, Tahoma;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	text-align:center;
	background-repeat:no-repeat;
	}
	
	/* Content Wrapper2 */
#content-wrapper2 {
	width:100%;
	height:auto;
	margin:0;
	padding:16px 0 0 0;
	background: #ffffff;
	}
	
#content-content2 {
	width:800px;
	height:auto;
	padding:0;
	margin:0 auto;
	}
	
#content-content2 #main2{
	width:500px;
	height:auto;
	float:right;
	margin:0;
	padding:0 30px 210px 10px;
		background:url(../includes/principal_btm.jpg) bottom no-repeat;
	}
	
#content-content2 #main2 h2{
	display:block;
	text-indent:-9999px;
	width:214px;
	height:21px;
	margin:12px 0 4px 0;
	padding:0;
	}
	
#content-content2 #main2 p{
	font-family:Tahoma, Arial, Verdana;
	color:#000;
	font-size:11px;
	}
	
#content-content2 #main2 ul{

	padding:0 0 0 35px;
	margin:20px auto 8px auto;
	list-style:none;
	}
	
#content-content2 #main2 ul li{
	float:left;
	margin:0 25px;
	display:inline;
	}
	
#content-content2 #main2 a {
	font-weight:bold;
	color:#000;
	}
	
#content-content2 #main2 a:hover {
	font-weight:bold;
	color:#9bc800;
	}	
	
	
.block        {
	margin:  0;
	width: 400px;
	padding:  5px 10px;
	line-height: 13px;
	color: #000;
	font-weight:normal;
                }
.block p     {
    text-align:left;
	font-size: 12px;
                }

.block a {
	padding: 1px;
}

.block a:link, .block a:visited {
	color: #000;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: underline;
}
.block a:hover, .block a:active, .block a:focus {
	color: #9bc800;
}

.block ul {
    margin:0;
	padding-bottom: 5px;
	float: left;
}

.block li {
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
	padding-bottom:3px;

}	

	
/* Top Sidebar Content */
#sidebar-content {
	width:195px;
	height:315px;
	margin:0;
	padding:5px 0 0 22px;
	float:left;
	list-style:none;
	}
	
#sidebar-content .about h2{
	display:block;
	text-indent:-9999px;
	width:143px;
	height:14px;
	margin:0 0 6px -4px;
	padding:0;
	}
	
#sidebar-content h2{
	font-family:Tahoma, Arial, Verdana;
	font-weight:bold;
	color:#455800;
	font-size:11px;
	width:225px;
	height:14px;
	padding-top:20px;

	}
	
#sidebar-content h2 a{

	text-indent:-9999px;
	width:65px;
	height:14px;
	}
	
#sidebar-content p{
	font-family:Tahoma, Arial, Verdana;
	color:#455800;
	font-size:11px;
	}
	
#sidebar-content p a{
	font-weight:bold;
	font-style:italic;
	color:#666;
	}
	
#sidebar-content ul {
	margin:0;
	padding:0;
	list-style:none;
	height:auto;
	}
	
#sidebar-content ul li a, #sidebar-content ul li a:link{
	display:block;
	height:15px;
	width:198px;
	font-size:11px;
	font-weight:100;
	color:#999;
	padding:0 0 0 15px;
	}
	
#sidebar-content ul li a:hover{
	background-repeat:no-repeat;
	background-position:bottom left;
	text-decoration:none;
	}	
	
#portfolio_container {
	width: 525px;
	height: 300px;
	padding:5px;
	border:1px solid #b7e87d;
	}
	
	
	/* Main Sidebar Content */
#sidebar-content2 {
	width:200px;
	height:435px;
	margin:0;
	padding:5px 0 0 10px;
	float:left;
	list-style:none;
	}
	
#sidebar-content2 .about h2{
	display:block;
	text-indent:-9999px;
	width:65px;
	height:14px;
	margin:0 0 4px 0;
	padding:0;
	}
	
#sidebar-content2 .featured h2{
	display:block;
	text-indent:-9999px;
	width:104px;
	height:14px;
	padding:26px 0 5px 0;
	}
	
#sidebar-content2 h2 a{
	display:block;
	text-indent:-9999px;
	width:65px;
	height:14px;
	}
	
#sidebar-content2 p{
	font-family:Tahoma, Arial, Verdana;
	color:#666;
	font-size:11px;
	}
	
#sidebar-content2 p a{
	font-weight:bold;
	font-style:italic;
	color:#666;
	}
	
#sidebar-content2 ul {
	margin:0;
	padding:0;
	list-style:none;
	height:auto;
	}
	

	
/* Footer */
#footer-wrapper {
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	padding:32px 0 0 0;
	background: #66a41d url(../includes/footer-bg.jpg) repeat-x top;
	}
	
#footer-wrap {
	position: relative;
	clear: both;
	padding: 2.5em 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: url(../includes/footerbg.jpg) repeat-x 0 0;
	color: #fff;
	width: 800px;
	float: left;	
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #fff;
	margin-left: 5px;
}
#footer-content {	
	width: 750px;
	margin: 0 auto;		
}
#footer-content a {
	color: #fff;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #fff;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #fff;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #fff;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #fff;
	text-decoration: none;
}
#footer-content .col {
	width: 240px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 200px;
	padding: 0 0 30px 50px;	
	display: inline;
	color: #fff;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange { color: #9bc700; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}


/* Fixed */
.clear {
	clear:both;
	}