
/*
Theme Name: Hedonist
Description: Custom designed theme fpr The Hedonist Cook.
Version: 1.0
Author: Liz Andrade, CMD+Shift Design
Author URI: http://cmdshiftdesign.com/
*/



/* Begin Typography & Colors */

/* Main CSS Start */

body {
	background: url(images/body-bg.jpg) repeat-x top #2b79a3;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	padding: 0;
}

#wrapper {
	width: 1003px;
	margin: 0 auto;
}

h1 {
	color: #d74c08;
	font-size: 25px;
	padding:0 0 3px 0;
}

h1 a:link, h1 a:active, h1 a:visited {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	line-height: 34px;
}

.main-inner-bg { 
font-size: 14px;
}

.main-inner-bg h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d74c08;
	padding:0 0 20px 0;
	font-weight: bold;
}

.main-inner-bg h3 a:link, .main-inner-bg a:active, .main-inner-bg h3 a:visited {
	text-decoration: none;
}

.main-inner-bg h3 a:hover {
	text-decoration: underline;
}

.main-inner-bg p {
	padding:0 0 23px 0;
	line-height: 25px;
}


.main-inner-bg ul {
  	list-style-position: outside;
	list-style-image: url(images/circle-red.gif);
	margin: 0 0 20px 20px;
	padding-left: 20px;
}

.main-inner-bg li {
line-height: 26px;
}
.main-inner-bg ol {
	list-style: decimal;
  	list-style-position: outside;
	margin: 0 0 20px 20px;
	padding-left: 20px;
}


.main-inner-bg blockquote {
	color: #2b79a3;
	font-size: 20px;
	padding: 0 100px 0 20px;
	margin: 0 0 20px 0;
	background: url(images/star.gif) no-repeat right top;
	display: block;
	border-left: #2b79a3 1px solid;
}


#main h2 {
	color: #2b79a3;
	font-size: 18px;
	padding:0 0 3px 0;
}

a {
	color: #2b79a3;
	text-decoration: underline;
}
/*

p {
	padding:0 0 23px 0;
	font-size: 14px;
	line-height: 25px;
}*/

img.alignright, img.alignright a {
	float: right;
	margin: 0 0 5px 15px; 
} 
img.alignleft, img.alignleft a {
	float: left;
	margin: 0 15px 5px 0;
}
img.aligncenter, img.aligncenter a {
	margin: 0 auto 15px auto;
}

img.alignright, img.alignleft, img.aligncenter {
	border: 3px solid #fdf3dc;
}

/* Main CSS End */


/* Header CSS Start */
#header {
	width: 1003px;
	height: 167px;
	background: url(images/bg-header.jpg) no-repeat center top;
	position: relative;
	padding:11px 0 0 0;
	z-index:4;
}

.logo {
	float:left;
	position: absolute;
	top:-120px;
	left:195px;
}

/* Header CSS End */


/* Menu CSS Start */
#menu {
	width: 1003px;
	height: 48px;
	position:absolute;
	top: 130px;
	left: 0;
	right: 0;
}

.menu-left-round {
	background: url(images/menu-left-round.gif) no-repeat bottom;
	width: 10px;
	height: 48px;
	float: left;
}

.menu-main {
	background: url(images/menu-midbg.gif) repeat-x bottom;
	height: 48px;
	float: left;
	width: 983px;
}

.menu-main ul {
	list-style: none;
}

.menu-main ul li {
	padding: 0 30px 0 20px;
	margin: 0;
	float:left;
	display: inline;
}

.menu-main ul li a {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 19px 0 0 0;
	height: 29px;
	cursor: pointer;
}

.menu-main ul li a:hover {
	background: url(images/hover-star.png) no-repeat center top;
	color: #fbc404;
	z-index:1500;
	position:relative;
}

.menu-main ul li.current_page_item a {
	background: url(images/hover-star.png) no-repeat center top;
	color: #fbc404;
	position:relative;
}

.menu-right-round {
	background: url(images/menu-right-round.gif) no-repeat bottom;
	width: 10px;
	height: 48px;
	float: right;
}

/* Menu CSS End */


/* Content CSS Start */
#content-container {
	background-color: #ffffff;
	width: 994px;
	padding:27px 0 0 9px;
}

#content {
	width: 982px;
	padding: 0 12px 0 0;
}

#main {
	width: 632px;
	float: left;
	padding:0;
}

.main-top {
	background: url(images/main-top-round.gif) no-repeat;
	width: 623px;
	height: 28px;
	padding:10px 0 0 0;
	margin:0;
}

.main-top ul {
	text-align: right;
	list-style: none;
	float: right;
}

.main-top ul li {
	float: left;
	padding:0 11px 0 0;
	text-transform: uppercase;
	color: #2b79a3;
}

.main-inner {
	width: 632px;
	position: relative;
	top: 0;
	left: 0;
	margin:0;
}

.main-inner-bg {
	background: url(images/main-mid.gif) repeat-y;
	width: 500px;
	padding:28px 63px 30px 60px;
}

.metadata {
	color: #6a6a6a;
	line-height: 12px;
	padding:0 0 6px 0;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

.metadata a {
	font-size: 11px;
	text-decoration: none;
}

.metadata a:hover {
	text-decoration: underline;
}

.categories {
	color: #000000;
	line-height: 12px;
	padding:0 0 20px 0;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	line-height: 25px;
	word-spacing:2px;
}

.categories a {
	font-size: 11px;
	text-decoration: none;
}

.categories a:hover {
	text-decoration: underline;
}

.content-pic {
	width: 482px;
	height: 302px;
	margin:0 0 13px 0;
}



.main-bot-round {
	background: url(images/bot-round-main.gif) no-repeat;
	width: 623px;
	height: 10px;
	margin-bottom: 20px;
}

.commments-content {
display: block;
clear: both;
	padding: 10px 0 10px 0;
}

.comment1 a {
	background: url(images/star-content.gif) no-repeat left top;
	font-size: 16px;
	padding:0 0 0 22px;
	text-decoration: none;
	margin:0 15px 0 0;
}

.comment-add a {
	background: url(images/splt-comments.gif) no-repeat left 5px;
	font-size: 16px;
	padding:0 0 0 22px;
	text-decoration: none;
}

.content-bot-round {
	background: url(images/content-bot-round.gif) no-repeat top;
	width: 1003px;
	height: 24px;
}

.pagination {
	background: url(images/bg-link-pages.gif) no-repeat left top;
	width: 643px;
	height: 42px;
	text-align: right;
}

/* Footer CSS End */


.pagination a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	padding:0 15px 0 15px;
	text-decoration: none;
	background: url(images/splt-link-pages.gif) no-repeat right 3px;
}

.pagination a:hover {
	text-decoration:underline;
}

#sidebar {
	width: 330px;
	float: right;
}

.search {
	width: 302px;
	height:46px;
	margin: 0 0 12px 0px;
	float:left;
	padding-top:12px;
	padding-left:8px;
	background: url(images/search-bar.gif) no-repeat right top;
}

.search-btn {
	display:block;
	float:left;
	background: url(images/search-icon.gif) no-repeat left top;
	width:39px;
	height:42px;
	margin-top:4px;
	border:none;
}

.search-top-round {
	background: url(images/search-top-round.gif) no-repeat;
	width: 303px;
	height: 10px;
	font-size: 0;
}

.search-inner {
	width: 291px;
	background: url(images/bg-mid-search.gif) repeat-y;
	padding: 2px 0 0 12px;
}

.search-field {
	background:none;
	width: 228px;
	height: 28px;
	float: left;
	border: 0 none;
	padding:8px 0 0 19px;
	font-size: 16px;
	font-weight:bold;
	color: #2b79a3;
}

.search-bot-round {
	background: url(images/search-bot-round.gif) no-repeat;
	width: 303px;
	height: 10px;
	font-size: 0;
}

/* hate the whole way this sidebar was handled, i will fix it soon*/

.heading-bg1 {
	background: url(images/sidebar-bg1.gif) no-repeat;
	width: 315px;
	height: 34px;
	display: block;
	padding:0 0 0 15px;
	text-transform: uppercase;
}

.heading-bg2 {
	background: url(images/sidebar-bg2.gif) no-repeat;
	width: 315px;
	height: 34px;
	display: block;
	padding:0 0 0 15px;
	text-transform: uppercase;
}

.link-months {
	list-style: none;
}

.link-months h2 {
	display:none;
}

.link-months li {
	display: block;
	line-height: 24px;
	background: url(images/circle-red.gif) no-repeat left 10px;
	padding:0 0 0 10px;
	font-size: 13px;
}

.link-months li a {
	color: #2b79a3;
	text-decoration: none;
}

.link-months li a:hover {
	text-decoration: underline;
}

.sidebar-inner {
	width: 302px;
	margin: 0 0 0 8px;
}

.sidebar-inner-main {
	width: 262px;
	background: url(images/bg-mid-sidebar.gif) repeat-y;
	padding:15px 10px 7px 30px;
}

.link-online {
	list-style: none;
	padding: 0;
	margin: 0;
}

.link-online h2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.link-online li {
	padding:0 10px 0 0;
	height: 58px;
	font-size: 0;
	line-height: 58px !important;
	display: inline-block;
	float: left;
	_height: 28px;
}

.no-pad { /*something i want to fix later*/
	padding-right: 0 !important;
}

.sidebar-inner p {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	padding: 0 0 18px 0;
}

.more-link {
	color: #d74c08;
	font-size: 11px;
	text-decoration: none;
}

.text-orange:hover {
	text-decoration: underline;
}

.bot-round-sidebar {
	background: url(images/bot-round-sidebar.gif) no-repeat;
	width: 302px;
	height: 10px;
}

.sidebar-bot-round {
	background: url(images/bot-round-sidebar.gif) no-repeat top;
	width: 302px;
	height: 27px;
}

/* Content CSS End */

/* Page-404 CSS Start */
.bg-404 {
	position: relative;
	top: -22px;
	width: 354px;
	height: 486px;
}

.bg-404 img {
	padding:0 0 0 56px;
}

.bg-404-text {
	padding:355px 0 112px 0;
	position:absolute;
	width: 496px;
	top: 0;
}

.bg-404-text h1 {
	padding:0 0 28px 0;
}

.link-search {
	margin: 0 0 20px 0;
	display: block;
	color: #2b79a3;
	font-size: 14px;
}

/* Page-404 CSS End */

/* Page-comments CSS Start */
.commentform-container {
	width: 593px;
	padding: 0 0 10px 30px;
	margin-top: 10px;
}

.commentsform {
	width: 502px;
	padding:0 0 0 30px;
}

.commentsform-top {
	background: url(images/comments-food-top.gif) no-repeat;
	width: 502px;
	height: 9px;
	font-size: 0;
}

.commentsform-inner {
	background: url(images/comments-food-mid.gif) repeat-y;
	width: 460px;
	padding:9px 21px 5px 21px;
}

.commentsform-inner ul {
	list-style: none;
}

.commentsform-inner ul li {
	float: left;
	padding:0 0 8px 0;
	width: 460px;
}

.commentsform-inner ul li label {
	width: 80px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.star {
	color: #e03030;
}

.field-comment {
	width: 289px;
	height: 16px;
	border-top: #7c7c7c 1px solid !important;
	color: #ffffff;
	border: #c3c3c3 1px solid;
	float: left;
	color: #000000;
	padding: 2px 3px 0 3px;
	font-size: 10px;
}

.text-area {
	width: 375px;
	height: 71px;
	border-top: #7c7c7c 1px solid !important;
	border: #c3c3c3 1px solid;
	float: left;
	font-size: 11px;
	padding:5px 0 0 0;
}

.text-required {
	width: 150px !important;
	padding:0 0 0 80px;
	color: #e03030 !important;
}

.send-btn {
	height: 27px;
	width: 95px;
	float: right;
	display: block;
	background: url(images/send_btn.gif) no-repeat left top;
	border:none;
	color: #d74c08;
	font-weight: bold;
	padding:0 0 0 20px;
	outline:none;
	text-decoration:none;
}

.send-btn a {
	background: url(images/send-btn.gif) no-repeat left top;
	height: 27px;
	display: inline-block;
	display: block;
	padding:0 0 0 40px;
	text-decoration: none;
	outline:none;
}

.send-btn span {
	background: url(images/send-right.gif) no-repeat right top;
	height: 27px;
	display: inline-block;
	display: block;
	line-height: 27px;
	color: #d74c08;
	font-weight: bold;
	padding:0 19px 0 0;
}

.comments-bg {
	width: 530px;
	height: 38px;
	background: url(images/bg-comments.gif) no-repeat top;
	padding:0 23px 0 0;
}

.link-comments {
	float: right;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/* comment list */
	
	ol.commentlist { /* this holds the comments posted */
	border-top: 1px solid #e03030;
	list-style: none;
	width: 553px;
	margin: 20px 0 0 25px;
	float: left;
}

ol.commentlist li.ad { /* comments advertisments */
	margin: 0 0 40px 0;
}

ol.commentlist img.avatar {
	display: block;
	border: 2px solid #2b79a3;
	padding: 3px;
	float: left;
	margin: 5px 20px 5px 0;
}

ol.commentlist li div.comment { /* this hold individual comments */
	border-bottom: 1px solid #e03030;
	float: left;
	padding: 10px;
	margin: 0 0 0 20px;
	width: 513px;
}

ol.commentlist li div.comment p {
	color: #000;
	line-height: 16px;
	padding: 0;
}

ol.commentlist li div.comment ul {
	padding: 5px 0 10px 0;
}

ol.commentlist li div.comment ul li {
	list-style: disc;
}

ol.commentlist cite.comment-author {
	color: #e03030;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

ol.commentlist small.datetime, ol.commentlist small.datetime a {
	font-size: 10px;
	margin-bottom: 10px;
	color:  #e03030;
	text-decoration: none;
}

ol.commentlist .author_comment div.comment {
	background-color: #e0f4fb;
	border-bottom: 1px solid #e03030;
}

ol.commentlist .author_comment div.comment a, ol.commentlist .author_comment div.comment cite.comment-author {
	color: #e03030;
}

/* trackbacks */ 
#trackbacks {
	background: url(images/blue_heart.gif) no-repeat 10px 5px;
	float: left;
	width: 513px;
	padding: 10px;
	background-color: #e0f4fb;
	border: 1px solid #2b79a3;
	margin: 20px 0 20px 40px;
}

#trackbacks ul {
	list-style: outside;
	list-style: none;
	margin: 15px 0 0 0x;
}

#trackbacks li {
	padding: 0;
}

#trackbacks h4 {
	color: #2b79a3;
	font-weight: bold;
	margin-left: 30px;
}

/* Page-comments CSS End */


/* Footer CSS Start */
#footer {
	width: 900px;
	margin: 0 auto;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
}

#footer a {
	color: #fbc404;
	text-decoration: none;
}




/*
.comments-posted {
	width: 470px;
	padding:10px 0px 13px 4px;
}

.comments-posted li {
	list-style: none;
}

.comments-text {
	width: 424px;
	float: right;
}

.comments-text p {
	font-size: 12px;
	line-height: 18px;
	color: #605f5f;
	padding-bottom: 2px !important;
}

.comments-pic {
	width: 63px;
	float: left;
	padding:4px 0 0 0;
	height: 56px;
}

.widget-1 {
	width:330px;
}
.url {
	color: #2b79a3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.url:hover {
	text-decoration: underline;
}pic3 {
	width: 108px;
	height: 104px;
	float: right;
	margin: 0 82px 0 0;
	_margin: 0 42px 0 0;
}

.pic4 {
	width: 272px;
	float:right;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}

.pic4 p {
	color: #2b79a3;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding:0 0 5px 0;
	border-bottom: #2b79a3 1px solid;
}

.pic5 {
	padding: 0 10px 0 0;
	width: 254px;
	height: 173px;
	float: left;
}
.pic2 {
	width: 500px;
	height: 337px;
	margin: 0;
}

.list-nos {
	list-style: decimal;
	padding:0 0 10px 35px;
}

.list-nos li {
	line-height: 25px;
	padding:0 0 5px 0;
	color: #000000;
}

.list2-content {
	list-style: none;
	padding:0 0 15px 20px;
}

.list2-content li {
	background: url(images/circle-red.gif) no-repeat left 10px;
	line-height: 25px;
	padding:0 0 5px 0;
	color: #000000;
	padding:0 0 0 10px;
}

.heading-star {
	color: #2b79a3;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin: 0 0 50px 0;
	background: url(images/star.gif) no-repeat 325px top;
	display: block;
	border-left: #2b79a3 1px solid;
	width: 400px;
	letter-spacing:1px;
}
*/

