/*
Theme Name: Tim Gough's Custom Theme
Theme URI: http://timgough.org/
Description: Tim Gough's custom theme designed by Tim Gough and developed by Gavin Potts
Version: 1.6
Author: Gavin Potts
Author URI: http://gavinpotts.com/
Live
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ffffff;
	color: #666666;
	margin: 0;
	padding:0;
	}

#page {
	background-color: white;
	text-align: left;
	margin: 0 0 0 10px;
	padding-bottom: 20px;
	}

h1#logo{
	text-indent: -9000px;
	display: block;
	width: 160px;
	height: 197px;
	background:url(images/logo.gif) no-repeat;
	margin: 0 0 20px 0;
	padding: 0;
}

h1#logo a{
	display: block;
	height: 100%;
}

.widget h2{
	display: block;
	font-size: 21px !important;
	color: #00ccff !important;
	text-transform: capitalize !important;
	background: url(images/sidebar_header_bg.gif) no-repeat bottom;
	padding-bottom: 3px !important;
	width: 172px;
	margin-bottom: 7px !important;
}

#newsletter{
	padding-bottom: 20px;
}


#newsletter label {
	color: #00CCFF;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: white;
	padding: 0;
	width: 950px;
	}

#page_content {
	width: 100%;
}
	
.leftcol {
	width: 160px;
	float: left;
	padding-bottom: 50px;
}

.rightcol {
	width: 760px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	float: right;
}

.content_left {
	float: left;
}

.content_right {
	float: left;
}

.inner_right {
	float: right;
	width: 340px;
}

.inner_left {
	float: left;
	width: 390px;
	padding-right: 20px;
}

#blog {
	width: 348px;
	padding-right: 35px;
}

#sidebar {
	width: 178px;
}

.widget_featured{
	margin-top: 60px !important; 
}


.hr{
	background:url(images/post_seperator.gif) no-repeat;
	height: 11px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 20px;
	overflow: auto;
}

#copyright{
	width: 200px;
	float: right;
}

#newsletter {
	float: left;
	width: 250px;
}

/* End Structure */


/* Begin Nav */

ul#left_nav{
	margin: 0 0 0 45px;
	padding: 0;
}

ul#left_nav li{
	margin: 4px 0 0 0;
	padding: 0 0 0 8px;
	font-size: 1em;
	list-style: none;
}

ul#left_nav li.current_page_item, ul#left_nav li > a:hover {
	background: url(images/bullet.gif) no-repeat 0px 3px;
}

ul#left_nav li.current_page_item ul, ul#left_nav li.current_page_parent ul{
	display: block;
}


ul#left_nav li a {
	text-decoration: none;
	color: #666666;
	font-style:italic;
}

ul#left_nav li ul {
	list-style: none;
}

ul#left_nav li ul li {
	color: #00CCFF;
	list-style: none;
	background: none;
}

ul#left_nav li span {
	display: block;
}

ul#left_nav li ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul#left_nav li ul li{
	margin: 0;
	padding: 0 0 0 13px;
}


ul#left_nav li ul li a{
	color: #00CCFF;
}

/* End Nav*/

/* Begin Type */
p{
	line-height: 15px;
	font-size: 10px;
}

.rightcol h2, .rightcol h2 a {
	font-size: 25px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#sidebar {
	text-transform: uppercase;
}

#sidebar a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#sidebar a:hover {
	color: #00CCFF;
}

.post {
	font-size: 10px;
}

.post a {
	color: #666666;
	text-decoration: none;
}

.post a:hover {
	color: #00CCFF;
}

.post .entry a{
	color: #00CCFF;
}


/* End Type */

/* Begin Lists */

#sidebar ul, #sidebar ul li{
	list-style: none;
	padding: 0;
	margin: 0;

}

.link_list {
	width: 130px;
	float: left;
}

.link_list_last {
	width: 80px;
}

.link_list h3 {
	margin-bottom: 3px;
	padding-bottom: 0;
}

.link_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.link_list li{
	list-style: none;
	padding-bottom: 2px;
}

/* End Lists */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Forms */
#searchdiv {
	margin-bottom: 20px;
}

input, textarea{
	border: 1px solid #c4c8cb;
}

.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form .info_submit input{
	width: 76px;
	border: none;
	float: right;
	clear: both;
	background: #00CCFF;
	color: #ffffff;
}

#s{
	width: 140px;
}

#searchbox, #ccoptin #email {
	border: 1px solid #c4c8cb;	
	height: 16px;
	margin: 0;
	padding: 0;
	width: 137px;
}

#ccoptin label{
	display: block;
	font-size: 11px;
}

#searchsubmit,#ccoptin #go {
	border:none !important;
	background:url(images/btn_search.gif) no-repeat 0px 0px;
	text-indent: -9000px;
	display: inline-block;
	width: 30px;
	height: 19px;
}

#newslettersubmit {
	margin-left: 3px;
}
