/*
Theme Name: Great Chefs Theme Tester (c.bavota)
Theme URI: http://greatchefs.com/
Description: Customized Great Chef website
Version: 0.0.2
Author: Christopher Ross
Author URI: http://thisismyurl.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/




/* =============================================================== GENERAL ===================== */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	text-align: center;
	font-family:"Lucida Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	word-spacing: 0.3px;
	letter-spacing: .1px;
}

.clear {clear:both;}

ul,ol {
	margin:10px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
}

p {
	margin:10px 0px 10px 10px;
}

h1 {
	margin:0px 0px 10px 0px;
	padding: 0px;
	font: normal 48px "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	color: #88070B;
}


	h1 a {
		text-decoration: none;
		color: #88070B;
	}


h2 {
	font: normal 72px "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	margin:0px 0px 10px 0px;
	padding: 0px;
}

	h2 a {
		text-decoration: none;
		color: #333333;
	}

h3
	{
		font-family:"Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
		font-size:24px;
		font-style:italic;}

h2 strong {
	font-weight: normal;
}

a:hover img {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}



	a.button {
		background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
		color: #444 !important;
		display: block;
		float: left;
		font: normal 12px arial, sans-serif;
		height: 24px;
		margin-right: 6px;
		padding-right: 18px; /* sliding doors padding */
		text-decoration: none;
	}

		a.button span {
			background: transparent url('images/bg_button_span.png') no-repeat;
			display: block;
			line-height: 14px;
			padding: 5px 0 5px 18px;
		}
		
		
			a.button:active {
				background-position: bottom right;
				color: #000;
				outline: none; /* hide dotted outline in Firefox */
			}
			
			a.button:hover {
				filter:alpha(opacity=75);
				opacity: 0.75;
				-moz-opacity:0.75;
			}

			
	a.button-blue {
		background: transparent url('images/bg_button_blue_a.gif') no-repeat scroll top right;
		color: #ffffff !important;
		display: block;
		float: left;
		font: normal 12px arial, sans-serif;
		height: 24px;
		margin-right: 6px;
		padding-right: 18px; /* sliding doors padding */
		text-decoration: none;
	}

		a.button-blue span {
			background: transparent url('images/bg_button_blue_span.gif') no-repeat;
			display: block;
			line-height: 14px;
			padding: 5px 0 5px 18px;
		}
		
		.none {
			float: none !important;
			width: 70px;
			margin: 0 0 0 300px;
			}
		

.pagenav {
	text-align: center;
}
	
	.pagenav ul {
		list-style: none;
	}

	.pagenav li {
		display: inline;
		margin-right: 5px;
	}
/* =============================================================== PAGE ===================== */

#page {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}

	#page #store .products {
		float: left;
		width: 230px;
		margin-right:20px;
		text-align: center;
	}
	
		#page #store .products img {
			max-width: 230px;
			height: auto;
		}
		
		#page #store .products a {
			color: #000000;
			text-decoration: none;
		}
		
		#page #store .products .button-blue {
			margin-left: 70px;
		}
		
		#page #store .products .small {
			font-size: 10px;
			color: #333333;
		}
		
			#page #store .products .small a {
				color: #333333;
			}


/* =============================================================== HEADER ===================== */

#header {
	background: url(images/header-background.png);
	background-repeat: repeat-x;
}

	#header #logo {
		float: left;
		width: 100px;
		height: 100px;
		overflow: hidden;
	}

		
	#header #menu {
		float: left;
		width: 700px;
		height: 20px;
		padding-top: 70px;
		font-size: 12px;
		text-transform: uppercase;		
	}

		#header #menu ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		#header #menu li {
			display: inline;
			padding-right: 5px;
		}
		
		#header #menu a {
			color: #666666;
			text-decoration: none;
		}
		
		#header #menu a:hover {
			color: #906035;
		}
		
	#header #headersearch {
		float: left;
		width: 200px;
		font-size: 12px;
		text-align: right;
		
	}
	
		#header #headersearch form {
			margin-top: 20px;
			color:#999;
		}
		
			#header #headersearch form #q {
				font-size: .75em;
				padding: 3px;
				border: solid 1px #000000;
			}
			
			#header #headersearch form #sa {
				font-size: 1em;
				padding: 3px;
				border: solid 1px #000000;
				background: #000000;
				color: #ffffff;
			}
			
#footerlike{
                float: right;
    height: 25px;
    margin: -20px -260px auto 0;
    padding-top: 8px;
    position: relative;
    width: 300px;
				}
#ftlikedet1 {
                border:none;
                float: left;
                width: 63px;
	padding-left:5px;
	margin-right: 25px;
                }
#ftlikedet2 {
                border:none;
                float: left;
                width: 75px;
	padding-right:25px;
                }
#ftlikedet3 {
                border:none;
                float: left;
                width: 74px; }

		
		

#submenu {
	font-size: 10px;
	text-align: right;
	border-top: solid 5px #cccccc;
	margin-bottom: 10px;
}

		#submenu ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		#submenu li {
			display: inline;
			padding-left: 5px;
		}
		
		#submenu a {
			color: #666666;
			text-decoration: none;
		}
		
		#submenu a:hover {
			color: #906035;
		}


/* =============================================================== FOOTER ===================== */


#footer {
	border-top: solid 5px #906035;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

	#footer h2 {
		font-size: 12px;
		font-weight: normal;
	}

	#footer a {
		color: #906035;
		text-decoration: none;
	}
		
	#footer a:hover {
		color: #cccccc;
	}
	
	#footer #copyright {
		width: 250px;
		float: left;
	}
	
		#footer #footerlogo {
			width: 32px;
			float: left;
			padding-top: 10px;
		}
		
		#footer #copyrighttext {
			width: 218px;
			float: left;
		}
		
	#footer .shows {
		padding-top: 10px;
		width: 250px;
		float: left;
	}
		
	#footer strong {
		color: #000000;
	}
	
	#footer ul {
		padding-left: 20px;
	}
	
	#footer .twolevels {}
	
		#footer .twolevels ul {
			padding-left: 0px;
			list-style: none;
			margin-bottom: 0px;
		}
		
		#footer .twolevels ul ul {
			padding-left: 10px;
			list-style: square;
			margin-top: 5px;
		}
		
		#footer .twolevels li {
			font-weight: bolder;
		}
		
		#footer .twolevels li li {
			font-weight: normal;
		}
		
		
/* =============================================================== VIDEOS ===================== */
		
#video {

}

	#video #main {
		background: url(images/video-main-background.png);
		background-repeat: repeat-x;
		width: 1000px;
		min-height: 350px;
		text-align: center;
		border-top: #999999 solid 5px;
	}
	
		#video #main {
			font-size: 16px;
			line-height: 20px;
			font-weight: normal;
			margin-left: 10px;
			margin-top: 5px;
			min-height: 50px;
		}
		
			#video #main a {
				text-decoration: none;
				color: #ffffff;
			}
			
			#video #main h2 {
				margin: 5px;
			}
			
			#video #main h2 a {
				text-decoration: none;
				color: #ffffff;
			}
			
			#video #main a:hover {
				text-decoration: none;
				color: #cccccc;
			}
			
			#video #main .videodetails {
				text-align: left;
				font-size: 12px;
			}
			
				#video #main .videodetails a {
					text-decoration: none;
					color: #906035;
				}
				
				
	#video .secondary {
		width: 1000px;
	}
	
		#video .secondary h2 {
			font-size: 22px;
			line-height: 26px;
			font-weight: normal;
			margin-left: 10px;
			margin-top: 5px;
			color: #000000;
			
			min-height: 30px;
		}
		
			#video .secondary a {
				text-decoration: none;
				color: #ffffff;
			}
			
			#video .secondary a:hover {
				text-decoration: none;
				color: #cccccc;
			}
			
			#video .secondary img {
				width: 120px;
				height: auto;
				margin-left: 10px;
				margin-bottom: 10px;
				margin-top: 10px;
				border: solid 1px #000000;
				float: right;
			}
			
			#video .secondary .videodetails {
				text-align: left;
				font-size: 12px;
				width: 230px;
				float: left;
				margin: 10px;
			}
			
				#video .secondary .videodetails a {
					text-decoration: none;
					color: #906035;
				}		
				
/* =============================================================== RECIPES ===================== */

	#recipe #main {
		background: url(images/video-main-background.png);
		background-repeat: repeat-x;
		width: 980px;
		min-height: 350px;
		text-align: center;
		border-top: #999999 solid 5px;
		padding: 10px;
	}
	
		#recipe #main h2 {
			font-size: 16px;
			line-height: 20px;
			font-weight: normal;
			margin-left: 10px;
			margin-top: 5px;
			min-height: 50px;
		}
		
			#recipe #main a {
				text-decoration: none;
				color: #ffffff !important;
			}
			
			#recipe #main a:hover {
				text-decoration: none;
				color: #cccccc;
			}
			
			#recipe #main .recipedetails {
				text-align: left;
				font-size: 12px;
				width: 300px;
				float: left;
				margin: 10px;
			}
			
				#recipe #main .recipedetails img {
					max-width: 150px;
					height: auto;
					float: right;
					margin-left: 10px;
					margin-bottom: 5px;
					border: solid 1px #000000;
				}
			
				#recipe #main .recipedetails a {
					text-decoration: none;
					color: #906035;
				}


			#recipe .secondary .recipedetails {
				text-align: left;
				font-size: 12px;
				width: 300px;
				float: left;
				margin: 10px;
			}
			
				#recipe .secondary .recipedetails img {
					max-width: 150px;
					height: auto;
					float: right;
					margin-left: 10px;
					margin-bottom: 5px;
					border: solid 1px #000000;
				}
			
				#recipe .secondary .recipedetails a {
					text-decoration: none;
					color: #906035;
				}


				
/* =============================================================== CHEFS ===================== */

	#chef .listing {
			font-size: 12px;
	}
	
	#chef .listing a {
		text-decoration: none;
		color: #906035;
	}


						
/* =============================================================== PAGES ===================== */

.pagecontent {
		padding:0.5em;
		-webkit-column-count:3;
		-moz-column-count:3;
		-webkit-column-rule:1px dotted #999;
		-moz-column-rule:1px dotted #999;
		-webkit-column-gap:2em;
		-moz-column-gap:2em;
		border-bottom: solid 5px #cccccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
}

	.pagecontentsingle {
		border-bottom: solid 5px #cccccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	

	
	.pagecontent h2, .pagecontent h1{
		margin: 0px;
		padding: 0px;
	}
	
	.pagecontent ul {
		list-style: circle;
		text-align: left;
	}
	
	
	.pagecontent img {
		max-width: 330px;
		height: auto;
		margin: 10px 0px 10px 0px;
		border: solid 1px #cccccc;
	}
	
	.pagecontent ul li {
		display: block;
		text-align: left;
	}
	
	.chefnews {
		float: left;
		margin-right: 10px;
		width: 490px;
		margin-bottom: 5px;
	}

		.chefnews h3 a {
			color: #906035;
			text-decoration: none;
		}


		.chefnews ul {
			padding-left: 10px !important;
		}
		
		.chefnews li {
			margin-bottom: 4px;
			font-size: 10px;
		}
		
		.chefnews ul a {
			color: #333333;
			text-decoration: none;
			border-bottom: dotted 1px #cccccc;
		}

		.chefnews ul a:hover {
			color: #cccccc;
			text-decoration: none;
			border-bottom: dotted 1px #cccccc;
		}


#gallery .attachment-small {
	max-width: 300px;
	height: auto;
	margin: 10px;
	border: solid 1px #cccccc;

}

#gallery .gallery-icon {
	display: block;
	max-height: 200px;
	overflow: hidden;
}


.anchornavigation {
	margin-left: 50px;
}

.anchornavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.anchornavigation span {
	width: 150px;
	display: block;
	text-align: center;
}

.anchornavigation li {
	height: 30px;
}
/* =============================================================== SINGLE ===================== */

#single {}

	#single .content {
		width: 580px;
		margin-right: 20px;
		float: left;
	}
	
		.content img {
			max-width: 580px;
			height: auto;
			margin: 10px 0px 10px 0px;
			border: solid 1px #cccccc;
		}

	#single .content .meta {
		color: #333333;
		font-size: 10px;
		line-height: 14px;
		margin-top: 20px;
		padding-top: 20px;
		border-top: solid 10px #cccccc;
	}
	
	#single .content .meta a {
		color: #000000;
	}
	
	#single .content .mainvideo {
		width: 580px;
		height: 435px;
		margin: 20px 0px 20px 0px;
		padding: 20px 0px 20px 0px;
	}
	
	#single #sidebar {
		float: right;
		width: 400px;
		font-size: 10px;
	}
	
		#single #sidebar ul {
			padding-left: 10px;
		}
		
		#single .recipe img {
			clear: both;
			margin-left: auto;
			margin-right: auto;
			display: block;
			margin-bottom: 20px;
		}
	.storeitem {
		float: left;
		width: 160px;
		margin:5px;
		padding: 5px;
		text-align: center;
		font-size: 10px;
		font-weight: bolder;
	}

	.storeitem img {
		max-width: 150px;
		height: auto;
	}
	
	.storeitem a {
		color: #000000;
		text-decoration: none;
	}
	
	.storeitem a.button-blue {
		margin-left: 35px;
	}

/* =============================================================== PRODUCTS ===================== */


#shop {}

	#shop #graphics {
		float: left;
		width: 500px;
	}	
	
	
	#shop #graphics .disclist {
		font-size: 10px;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
		#shop #graphics .disclist tr {
			border-bottom: solid 1px #cccccc;
			margin: 5px;
			padding: 5px;	
		}
		
		
		#shop #graphics .disclist tr.even {
			background: #ffffff;
		}
		
		#shop #graphics .disclist tr.odd {
			background: #efefef;
		}


	#shop #content {
		float: left;
		width: 500px;
	}	

.textfield {
	border: solid 1px #000000;
	width: 200px;
	padding: 3px;
}

input.button {
	width: 150px;
	height: 20px;
	color: #FFFFFF;
	background: #0000CC;
}

.strikeout {
	text-decoration: line-through;
}

.saleprice {
	color: #FF0000;
}

#cart {
	text-align: right;
	padding-top: 4px;
}

.postmetadata {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.postmetadata a{
	color: #666666;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

/* c.bavota changes */

#topleftcolumn {
	width: 140px;
	clear: left;
	float: left;
	margin: 10px 0 20px;
	}
	
	ul#leftmenu li {
		list-style-type: none;
		}
		
		ul#leftmenu li a {
			color: #906035;
			text-decoration: none;
			}
						
			ul#leftmenu li a:hover {
				text-decoration: underline;
				}
			
			
	
#toprightcolumn {
	width: 860px;
	float: left;
	padding-top: 10px;
	}
	
	#toprightcolumn img {
		margin-bottom: 20px;
		}
		
#bottomheader {
	clear: both;
	width: 860px;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0 0 0 140px;
	border-bottom: 1px solid #aaa;
	}
	
	.bottomimg {
		width: 743px;
		margin: 0 auto 20px;
		}
	
	#bottomheader .leftside {
		float: left;
		clear: left;
		width: 200px;
		}
		
	#bottomheader .middle {
		width: 282px;
		float: left;
		margin: 0 20px;
		}
	
	#bottomheader .rightside {
		float: left;
		width: 200px;
		}
		
		#bottomheader img {
			margin-bottom: 20px;
			}
			
			
.google300x250 {
	width: 300px;
	height: 250px;
	margin-left: 10px;
	float: right;
}			

a.specialsLink {
	font-size: 36px;
}

#testimonial
	{
		width:500px;
		height:350px;
		background-color:#999;
		border-width:thin;
		border-color:#333;
		}

.dvdclass
	{
		background-image:url(images/dvdsale.jpg);
		width:134px;
		height:60px;
		}

#news-headlines {
	padding-left:137px;	
}

#news-headlines p{
	font-family:"Adobe Garamond Pro",Garamond,Times,"Times New Roman",serif;
	font-size:20px;
	font-weight:bold;
	color:#C00;
}

#news-headlines ul {
	margin-left:24px;
	margin-bottom:10px;
}

#news-headlines a {
	 color: #906035;
    text-decoration: none;
	font-weight:bold;
	font-size:13px;
}
