/*
Theme Name: Gluttony
Theme URI: http://www.wpdesigner.com/2007/11/25/gluttony-wordpress-theme/
Description: Gluttony of the Seven Deadly Sins series, a food menu style theme by Small Potato of <a href="http://www.wpdesigner.com/">Wpdesigner.com</a>.
Version: 0.1.1
Author: Small Potato
Author: http://www.wpdesigner.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input{ margin: 0; padding: 0; }

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #edefbe url(images/bg_body.gif) repeat-x;
	color: #ccc;
}

form, input, textarea, table{ font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; }

h1, h2, h3, h4, h5, h6{ font-family: arial, helvetica, sans-serif; }
h2, h3{ font-size: 16px; }

a{ text-decoration: underline; color: #fff; }
a:hover{ text-decoration: none; }
a img{ border: 0; }

address, dl, p{ padding: 10px 0 5px; }

blockquote{
	margin: 8px 0 0;
	border-left:#dadada 1px solid;
}
blockquote p{
	padding: 2px;
	padding-left: 10px;
}
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

img.aligncenter {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;}

p img{max-width: 100%;width: expression(this.width > 560 ? 560: true);}

small{ font-size: 11px; }

.alignleft{float: left;}
.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

.tl, .tr, .bl, .br{
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.tl, .bl{float: left; clear: left;}
.tr, .br{float: right; clear: right;}

#wrapper{margin: 0 auto; width: 1000px;}

#container{
	float: left;
	width: 1000px;
	margin: 10px 0 0;
	text-align: left;
	background: #555 url(images/bg_container.gif) repeat-x;
}

.maincolumn{
	float: left;
	width: 750px;
	margin: 10px 0 0 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left bottom;
	display: inline;
}

#menu{
	float: left;
	width: 750px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 0 1px 0 0;
	height: 29px;
	overflow: hidden;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	display: inline;
}

#menu ul li a{
	display: block;
	padding: 8px 10px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat;
}

#menu ul li a:hover{
	color: #f79b2e;
	text-decoration: underline;
}

#menu ul li span.feed{
	padding: 0 17px 0 0;
	background: url(images/feed.gif) no-repeat right top;
}

#menu ul li.current_page_item{
	background: #fff url(images/bg_tab_current_right.gif) no-repeat right top;
}

#menu ul li.current_page_item a{
	background: url(images/bg_tab_current_left.gif) no-repeat;
	color: #000;
}

#content{
	float: left;
	width: 750px;
	margin: 0 0 10px;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #000;
}

#banner{
	float: left;
	width: 600px;
	height: 89px;
	overflow: hidden;
	margin: 10px 75px 9px;
	display: inline;
	background: #666;
	color: #fff;
}

.user{
	margin-left: 3px;
	padding: 2px 0 2px 20px;
	background:url(images/user.gif) no-repeat 0 0;
}

.cat-links{
	margin-left: 3px;
	padding: 2px 0 2px 20px;
	background: url(images/categories.gif) no-repeat 0 0;
}

.tags{
	text-align: center;
	margin-left: 3px;
	padding: 2px 0 2px 20px;
	background:url(images/tag.png) no-repeat 0 0;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


.post{
	margin: 0 10px;
}

.post-title, .post-wrap {
	margin: 3px 0 0;
}

.post-title {
	background: #eee url(images/cone.png) no-repeat 5px 8px;
}

.post-title h2{
	padding: 7px 0 0 26px;
	background: url(images/bg_entry_title.gif) no-repeat;
}

.post-title h2 a{text-decoration: none; color: #666;}
.post-title h2 a:hover{color: #000;}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


.post-date{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	padding-left: 28px;
}

.readmore{
	font-style: italic;
}

.post-content{
	padding: 8px 20px 7px;
	line-height:1.5em;
	border: 5px solid #eeeeee;
}

.post-content a{
	color: #000;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
	padding: 10px 0 0;
	font-size: 14px;
}
.post-content h5{font-size: 11px;}
.post-content h6{font-size: 10px;}

.post-meta{
	text-align: center;
	padding: 10px 0 0;
	font-family: arial, helvetica, sans-serif;
}

.post-meta a{
	font-weight: bold;
}

.navigation{
	padding: 15px 20px 5px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.navigation a{color: #000;}

.sidebar{
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.sidebar ul a{
	font-weight: bold;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li#search form{
	height: 29px;
	overflow: hidden;
	background: url(images/bg_searchform.png);
}

.sidebar ul li#search form input#s{
	margin: 7px 10px 0 30px;
	width: 183px;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	color: #fff;
}

.sidebar ul li h3{
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;	
}

.sidebar ul ul{
	padding: 0 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

.sidebar ul ul li{
	margin: 0;
	padding: 3px 0 0;
}

.sidebar ul ul ul{
	padding: 0 10px 0;
	background-color: transparent;
	background-image: none;
}

/* Sidebar Widgets */

.widget_em_calendar {
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

.page-item-716 a {
	background : url(images/red_arrow.gif) no-repeat 0 50%;
}
.page-item-716 a:hover {
	background : url(images/red_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-82 a{
	background : url(images/red_arrow.gif) no-repeat 0 50%;
}
.page-item-82 a:hover{
	background : url(images/red_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-1143 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-1143 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-1130 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-1130 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-1130 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-1130 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-23 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-23 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-74 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-74 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-498 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-498 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-524 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-524 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-724 a {
	background : url(images/yellow_arrow.gif) no-repeat 0 50%;
}
.page-item-724 a:hover {
	background : url(images/yellow_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-1146 a {
	background : url(images/blue_arrow.gif) no-repeat 0 50%;
}
.page-item-1146 a:hover {
	background : url(images/blue_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-18 a {
	background : url(images/blue_arrow.gif) no-repeat 0 50%;
}
.page-item-18 a:hover {
	background : url(images/blue_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-1304 a {
	background : url(images/green_arrow.gif) no-repeat 0 50%;
}
.page-item-1304 a:hover {
	background : url(images/green_arrow_hover.gif) no-repeat 0 50%;
}
.page-item-25 a {
	background : url(images/magenta_arrow.gif) no-repeat 0 50%;
}
.page-item-25 a:hover {
	background : url(images/magenta_arrow_hover.gif) no-repeat 0 50%;
}

.flexipages_widget a {
	color: #fff;
	text-decoration : none;
	padding-left: 15px;

}
.flexipages_widget a:hover {
	color: #f79b2e;
	text-decoration : underline;
}


#calendar_wrap{
	padding: 10px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

#calendar_wrap table{
	width: 100%;
}

#calendar_wrap th, #calendar_wrap table td{
	padding: 3px 0;
}

/* End Sidebar Widgets */

#comments h3{
	margin: 10px 0 0;
	padding: 7px 10px;
	background: #f5f5f5;
}
.comments-link{
	margin-left: 3px;
	padding: 0 0 0 20px;
	background: url(images/comment.png) no-repeat 0 0;
}

.comment-written{
	margin-left: 3px;
	padding: 2px 0 2px 20px;
	background: url(images/comment_written.gif) no-repeat 0 0;
}

ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li .comment-post{
	margin: 10px 0 0;
	border: 1px solid #e6e6e6;
	padding: 3px 10px 0;
	line-height: 24px;
}

#commentform{
	margin: 0 0 7px;
	padding: 0 10px 6px;
	border-top: 1px solid #fff;
	background: #eee;
}

#footer{
	float: left;
	width: 1000px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(images/bg_footer.gif) no-repeat;
}

#footer p{
	line-height: 18px;
	padding: 30px 20px 20px;
}

#footer a{ text-decoration: none; }
#footer a:hover{ text-decoration: underline; }

/***************   WP CAPTION                   
############################################*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 2px;
margin-top: 13px;
margin-bottom: 13px;
margin-left: 2px;
margin-right: 2px;
-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 1px;
margin: 0;
}
/* End captions */

.sticky {
	background: #eee;
}
