/*  
Theme Name: The Project Coach
Description: Custom Theme developed based on a WPThemes4You theme.
Version: 1.2
Author: Walknet Consulting
Author URI: http://www.walknetconsulting.com
Tags: The project coach, pink, green, projects, single column, simple, clean
*/

body
{	
	background: #ffffff;
	color: #000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Trebuchet MS, Cambria, Arial, sans-serif;
}

a{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	}

/*** Header ***/
#header {
	height: 150px;
	width: 980px;
	}

#logo
{
	float: left;
	width: 122px;
	height: 150px;
}

#header-title{
	float: right;
	width: 848px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
}

#header-title h1{
	font-size: 30px;
	color: #a8cb4d;
	margin-top: 14px;
	margin-bottom: 6px;
}

#header-title h1 a{
	font-size: 30px;
	color: #a8cb4d;
	margin-top: 14px;
	margin-bottom: 6px;
}

#header-title h2{
	font-size: 24px;
	color: #d2e27f;
	margin-top: 2px;
	margin-bottom: 5px;
}

#menu{
	float: right;
	width: 858px;
	height: 40px;
}

#nav {
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	font-size: 16px;
	width: 848px;
	list-style: none;
	line-height: 40px;
	}

#nav ul {
	width:848px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	color: #000000;
	}

#nav li {
	float: left;
	list-style: none;
	width: 120px;
	margin-left: 1px;
	text-align: center;
	font-size: 16px;
	}

#nav li:hover {
	float: left;
	color: #a5ce36;
	list-style: none;
	background:#ffccff;
	font-weight: bold;	
	}

#nav a, #nav a:visited {
	display: block;
	color:#333333;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	



/*** Main ***/
#main
{
	width: 970px;
	margin-left: 10px;
}
#main a{
	color:#006633;
}

#main a:visited{
	color:#003333;
}

#main a:hover{
	color:#f386b6;
	text-decoration:underline;
}

#content
{
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 5px;
}

#content img
{
	border: none;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 20px;
	margin-bottom: 3px;
}

.post .postheader .postmeta
{
	width: 550px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 220px;
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar a{
	color:#006633;
}

#sidebar a:visited{
	color:#003333;
}

#sidebar a:hover{
	color:#000000;
	background:#ffccff;
	font-weight: bold;
}


#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;

}

#sidebar ul li a:hover {
	/*color: #3399cc;*/
	text-decoration: none;
}

#sidebar .sidebarbox
{
	margin-bottom: 30px;
}

#sidebar .sidebarbox h3
{
	color: #c30069;
	font-size: 18px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 160px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	width: 940px;
	height: 25px;
	margin: 0 auto;
	color: #000000;
	background-color:#d2e27f;
	font-size: 11px;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
