/*
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: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 10.2pt;
	text-align: center;
	vertical-align: top;
	background: #444 url(images/bg_body.gif) repeat-x;
	color: #ccc;
}

form, input, textarea, table{ font-family: Trebuchet MS, arial, helvetica, sans-serif; font-size: 12px; }

h1, h2, h3, h4, h5, h6{ font-family: Trebuchet MS, arial, helvetica, sans-serif; }
h2, h3{ font-size: 14px; }

.wp-caption {  background: #eee; padding: 5px 5px 0 5px; width: auto !important;
              -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.wp-caption a { border: 0px !important; }
.wp-caption-text { font-size: 12px; color: #777; text-align: center; padding: 0;  }

a{ text-decoration: none; color: #fff; outline: none; }
a:hover{ text-decoration: none; }
/*.entry-content a:visited{ color: #b100c7 !important; }*/
a img{ border: 1px solid #fff; padding: 0; }

address, dl, p{ padding: 5px 0 5px; }

span.cat-links {
    display: block;
    padding-bottom: 3px;
}

a[rel~="tag"] {
    border: none !important;
    background: #c9d9ea;
    color: #369 !important;
    padding: 2px 4px;
    line-height: 26px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	white-space: nowrap;
	text-transform: lowercase;
}
a[rel~="tag"]:visited {
    color: #369 !important;
}
a[rel~="tag"]:hover {
    background: #369;
    color: #fff !important;
}
a[rel~="category"] {
    background: #deeac9;
    color: #667a20 !important;
}
a[rel~="tag"]:visited {
    color: #667a20 !important;
}
a[rel~="category"]:hover {
    background: #667a20;
    color: #fff !important;
}

blockquote{
	margin: 10px 0 0;
	background: #f5f5f5;
}
blockquote p{ padding: 10px; }
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

img.centered{ display: block; margin-left: auto; margin-right: auto; }
img.alignleft{ margin: 3px 10px 2px 0;}
img.alignright{ margin: 3px 0 2px 10px;}

img.alignleft, img.alignright{
	padding: 9px;
	border: 1px solid #eee;
	display: inline;
}

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: 930px;}

#header {padding: 13px 7px 0px 6px; text-align: left; }
#header span#description { float: right; font-size: 12px; font-weight: normal; margin-top: 15px; color: #999; }
#header a,
#header a:hover,
#header a:visited { text-decoration: none; }
#header div#logo { width: 191px; height: 43px; background: url(images/logo.png); }

#container{
	float: left;
	width: 930px;
	margin: 5px 0 0;
	text-align: left;
	background: #555 url(images/bg_container.gif) repeat-x;
}

.maincolumn{
	float: left;
	width: 720px;
	margin: 10px 0 0 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left bottom;
	display: inline;
}

#menu{
	float: left;
	width: 720px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 0 1px 0 0;
	height: 30px;
	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{
	text-decoration: underline;
}

#menu ul li.right { float:right; background: none; height: auto; padding: 1px 0px 0px 10px; }
#menu ul li.right a { padding: 0; background: none; }

#menu ul li div.feed{
    margin-top: 1px;
	padding: 4px 30px 3px 10px;
	height: 17px;
	background: url(images/feed.png) no-repeat right 4px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

#menu ul li.right a:hover {
    text-decoration: none;
}

#menu ul li div.feed {
    color: #d50;
    background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li div.feed:hover {
    color: #fff;
    background-color: #f1aa00;
}

#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;
	font-weight: bold;
}
#menu ul li.current_page_item a:hover{ text-decoration: none; }

#content{
	float: left;
	width: 720px;
	margin: 0 0 10px;
	padding-top: 0;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #444;
}

.post{
	margin: 0 10px;
}

.entry-head, .entry-wrap{
	margin: 0;
}

.entry-head{background: #eee; color: #666;}

.entry-head h2{
    margin-top: 10px;
	padding: 15px 10px 5px 0px;
	background: url(images/bg_entry_title.gif) no-repeat;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

@font-face { font-family: "VPTitleFont";
             src: url(League_Gothic.otf); }

.entry-head h2 a { font-family: Trebuchet MS, arial, helvetica, sans-serif;
                   font-weight: bold;
                   color: #05c; padding: 10px;
                   /* -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; */ }

a.addthis_button_compact {
    font-size: 12px;
    font-weight: normal !important;
}

.entry-head h2 a:hover { text-decoration: underline; }

.entry-date{
    color: #555;
	padding: 0 0 0 2px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}

.entry-wrap{
	background: url(images/bg_entry_wrap.gif);
	margin-bottom: 0;
}

.entry-wrap .rc{
	height: 14px;
	overflow: hidden;
	background: url(images/bg_entry_rc_bottom.gif) left bottom;
}

.entry-content{
	padding: 10px 20px 0;
	line-height: 24px;
	background: url(images/bg_entry_rc_top.gif) no-repeat;
}

.entry-content a { color: #36a; border-bottom: 1px dotted; }
.entry-content a:hover { border-bottom: 1px solid; }


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 0;
	font-size: 14px;
}
.entry-content h5{font-size: 11px;}
.entry-content h6{font-size: 10px;}

.entry-meta{
	padding: 10px 0 0;
	font-size: 0.9em;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
}

.entry-meta a{
	font-weight: normal;
}

.navigation{
	padding: 15px 20px 5px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.navigation a{color: #000;}

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.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 0px 0 30px;
	border: 0;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	background-color: transparent;
	color: #fff;
}

.sidebar ul li h3{
	padding: 7px 9px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.sidebar ul ul{
	padding: 0 0 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
}

.sidebar ul ul li a { padding: 2px 9px; border-bottom: 1px dotted #555; display: block; }
.sidebar ul ul li a:hover { background: #6a839c; border-bottom: 1px solid #6a839c; }

.sidebar ul ul ul{
	padding: 0 10px 0;
	background-color: transparent;
	background-image: none;
}

/* Sidebar Widgets */

#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: 10px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #222;
	background: #eee;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li .comment-entry{
	margin: 10px 0 7px;
	border: 1px solid #eee;
	padding: 3px 67px 0 10px;
	line-height: 24px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#commentform{
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin: 5px 0 6px;
	padding: 5px 10px 6px;
	border-top: 1px solid #fff;
	background: #eee;
}

#footer{
    color: #aaa;
	float: left;
	width: 930px;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
	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; }

/********************************************************************************************/

div#console-wrapper {}
div#console-wrapper p { margin: 0px; padding: 0px; display: inline; }

div#console { background: #222;
              -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
              margin: 10px 0 10px 0;
              padding: 5px;}

div#console_veil { width: 650px; height: 505px; position: absolute; background: #111;
                   opacity: .5; -moz-opacity: .7;
                   -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
                   text-align: center; color: #fff; font-weight: bold; }
iframe#console_frame { border: 0; width: 650px; height: 505px; }

div.spacer { height: 10px; }

.codecolorer-container { margin-bottom: 0px !important; }
