/*
Theme Name: Jeremy Lycan - Executive Chef
Author: Floodlight Design
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #2c1705;
}
a {
	color: #2c1705;
}
h1, h1 a {
	text-transform: uppercase;
	font-size: 18px;
	color: #68ae2a;
	text-decoration: none;
}


/* twitter feed */
#twitter_feed {
	width: 146px;
	padding-left: 10px;
	margin-top: 354px;
	color: White;
	height: 162px;
}
#twitter_feed div.title {
	height: 32px;
}
#twitter_feed div.message {
	height: 90px;
	overflow: hidden;
}
#twitter_feed div.time {
	color: #68ae2a;
	font-size: 11px;
}
/* end twitter feed */

/* begin sidebar */
#sidebar {
	padding-left: 10px;
}
#txtSearch {
	width: 138px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	background-color: #4b3a2a;
	padding: 2px 0 2px 0;
}
#sidebar a {
	color: White;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#sidebar a:hover {
	color: #68ae2a;
}
#sidebar div.title {
	margin-bottom: 8px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
}
#sidebar ul li {
	border-bottom: solid 1px White;
	padding: 10px 0 10px 0;
}
#sidebar ul li ul {
	margin-left: 13px;
	width: 127px;
}
#sidebar ul li ul li {
	border: none;
	padding: 0 0 3px 0;
}
#sidebar ul li ul#icon_links a:hover {
	text-decoration: none;
}
#sidebar ul li ul#icon_links li img {
	vertical-align: bottom;
	margin-right: 6px;
}


#archives {
	width: 139px;
	height: 19px;
	cursor: pointer;
	background-image: url('images/archive_dropdown.gif');
	background-repeat: no-repeat;
}
#archives_dropdown {
	display: none;
	position: absolute;
	background-color: White;
	padding: 8px;
	border: solid 1px #68ae2a;
	margin-top: 1px;
	width: 121px;
}
#archives_dropdown a {
	color: #68ae2a;
}
/* end sidebar */


/* blog post styles */
div.blog_post {
	margin-top: 30px;
	padding: 0 30px 12px 30px;
	font-size: 13px;
}
div.blog_post h1 {
	margin-bottom: 0;
}
div.blog_post div.date {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
div.blog_post_bottom {
	background-color: #68ae2a;
	color: White;
	padding: 0 30px 8px 30px;
}
div.blog_post_bottom_details {
	height: 38px;
}
span.comment_count a {
	text-decoration: none;
	background-color: White;
	padding: 4px;
	display: block;
        font-weight: bold;
	float: left;
}
span.blog_post_options a {
	position: relative;
	top: 4px;
	left: 8px;
	font-weight: bold;
	text-decoration: none;
}
div.blog_post_category {
	padding-top: 4px;
	float: right;
}
div.blog_post_category a {
	font-weight: bold;
	text-decoration: none;
	color: White;
}

div.blog_post_tags {

}
div.blog_post_tags a {
	color: White;
	text-decoration: none;
}
/* end blog post styles */


/* content styles */
#menu_banner {
	height: 155px;
	margin-bottom: 15px;
}
#menu {
	background-image: url('images/menu.jpg');
	height: 30px;
	width: 491px;
	margin-bottom: 45px;
	padding: 0 0 0 9px;
	position: relative;
}
#menu a {
	float: left;
	position: absolute;
	height: 30px;
}
#btnHome {
	left: 17px;
	width: 56px;
}
#btnAbout {
	left: 81px;
	width: 64px;
}
#btnDownloads {
	left: 153px;
	width: 105px;
}
#btnMedia {
	left: 266px;
	width: 60px;
}
#btnNiche {
	left: 334px;
	width: 59px;
}
#btnContact {
	left: 401px;
	width: 82px;
}


#content {
	margin-left: 128px;
	min-height: 1200px;
	width: 500px;
}
#content_end {
	clear: both;
}
/* end content styles */

/* footer styles */
#footer {
	margin-left: 237px;
	margin-top: 21px;
	width: 559px;
	text-transform: uppercase;
	font-size: 11px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	padding: 0 0 4px 0;
}
#footer li a {
	color: White;

	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	color: #7fac37;
	font-size: 10px;
	height: 22px;
        padding-left: 7px;
}
#footer_c1, #footer_c2, #footer_c3 {
	float: left;
	width: 170px;
}
#footer_c1 {
	padding-left: 7px;
}
#footer_c2 {
	margin-left: 19px;
}
#footer_c3 {
	margin-left: 23px;
	color: White;
}
#footer_c3 a {
color: White;
text-transform: none;
}
#footer div.title {
	height: 20px;
}
/* end footer styles */


/* begin overall structure */
html, body {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
img {
	border: none;
}

#panel {
	width: 100%;
}
#panel_left, #panel_right {
	width: 50%;
}
#panel_left {
	background-color: #2C1705;
}
#panel_right, #footer_right {
	background-color: #68ae2a;
}
#panel_middle {
	width: 960px;
	background-image: url('images/content_middle.gif');
	background-repeat: repeat-y;
}
#left_top {
	height: 515px;
	background-image: url('images/left_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}
#right_top {
	height: 515px;
	background-image: url('images/right_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}
#footer_left {
	background-image: url('images/left_bottom.gif');
	background-repeat: repeat-x;
}
#footer_middle {
	height: 166px;
	overflow: hidden;
	background-image: url('images/footer.jpg');
	width: 960px;
}
#content_left_top {
	background-image: url('images/content_left_top.jpg');
	width: 115px;
	height: 515px;
	float: left;
}
#content_right {
	background-image: url('images/content_right_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 315px;
	min-height: 515px;
	float: right;
}

#bottom_right {
	position: absolute;
	width: 160px;
	height: 205px;
	margin-top: -205px;
	margin-left: 645px;
	background-image: url('images/bottom_right.jpg');
	background-color: White;
	background-position: bottom;
	background-repeat: no-repeat;
}
/* end overall structure */




/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {

}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
/* End Typography & Colors */



.clear {
	clear: both;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

