/*
Theme Name: Gatecast
Theme URI: http://www.scotthough.com
Description: Clean and easy customizable WordPress theme.
Version: 0.9
Author: Scott Hough
Author URI: http://www.scotthough.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #1e1f21;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	text-align:justify;
}

a {
	color: #6e7073;
	outline: none;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto;
}
	
#header{
	position: relative;
	padding: 0px 15px 0 0px;
	background: #000 url(../images/header_tile.jpg);
	height: 170px;
}
#header h1 {
    font-size: 50px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    padding: 55px 0 5px 0;
}
#header #logo img {
    border: 0;
}

#logo {
	height: 143px;
	text-align: left;
}
#content {
	padding: 20px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 600px;
}

#content-right {
	float: right;
	width: 240px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {





	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 940px;
	margin: 0;
	padding:0;
	padding-bottom:15px;
}
.footcol {
	width: 300px;
        display: inline-block;
	margin: 0;
	padding-left:5px;
	padding-right:5px;
	vertical-align: top;
}
.footcol h4 {
	color: #365187;
}


/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}






ul#menu{
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 170px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: transparent  url(images/header/header.php) no-repeat;
	padding: 0 0px 0 15px;
}

#menu li{
	display: block;
	float: left;
	color: #fff;
	margin: 0 0 0 4px;
	background: transparent url(images/tab_bg.png);
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}
#menu li.left{
	margin: 0;
}
#menu li a {
	display: block;
	float: left;
	color: #fff;
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}

#menu li.current_page_item a {
	display: block;
	float: left;
	color: #000;
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}
#menu li.current-cat a {
	display: block;
	float: left;
	color: #000;
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}

#menu li a.right {
	padding-right: 19px;
}
#menu li.page_item:hover{
	background: #000;
}
#menu li.current_page_item{
	color: #2E4560;
	background: #fff;
}
#menu li.current_page_item:hover{
	color: #2E4560;
	background: #eee;
}

#menu li.cat-item{
	color: #fff;
	background: transparent url(images/tab_bg.png);
}
#menu li.cat-item:hover{
	background: #000;
}
#menu li.current-cat{
	color: #2E4560;
	background: #fff;
}
#menu li.current-cat:hover{
	color: #2E4560;
	background: #eee;
}







.footcol ul {
	margin: 0 0 2px 0;
	padding: 0px;
	list-style: none;
}

.footcol li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
}

.footcol li a {
	text-decoration: none;
}


.right {
text-align: right;
}
.left {
text-align: left;
}



#latestbar{
	background:#ffffff;
	padding:5px 5px 0 10px;
	margin:10px 0 0 10px;	
	width:100%;
	float:right;
	font-size:9pt;
	}
	
	#recentpost {
	padding:10px 5px 5px 5px;
	margin:10px 0 20px 20px;
	text-align:justify;
	float:right;
	font-size:8pt;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	width:100%;
	background-color:#f7f7f7;
}
	
#recentpost li {
	padding-left: 0px;
	margin-left: 20px;
	list-style-image:url(images/mini-comments.gif);
}

#recentpost a:hover {
	text-decoration: underline;
}

#feed-buttons ul li {
	border: 0;
	margin: 0;
	padding: 0;
}

.feedrss {
  margin-left: 3px;
  padding: 0 0 0 21px;
  background: url("images/rss_icon_16x16.png") no-repeat 0 50%;
} 
.feeditunes {
  margin-left: 3px;
  padding: 0 0 0 21px;
  background: url("images/podcast_icon_16x16.png") no-repeat 0 50%;
} 




.latest {
	width: 275px;
	margin: 0 0 20px 0;
	padding: 0;
}
.latest .author{
	color: #009;
}

.latest ul, .latest li {
	list-style-type:none;
	border-bottom:1px dotted #dddddd;
	padding: 0px;
	margin: 0px;
	width: 275px;
	display: block;
}
.latest li:hover {
	background: #f7f7f7;
}

.latest li a:link, .latest li a {
	color: #000;
	text-decoration: none;
}

.latest li a:hover {
	color: #009;
}
