/* 
Theme Name: 	Julian's Pizza 2010
Description: 	Created for Julian's Italian Pizzeria & Kitchen
Author: 		Barbara H. McNeely
Author URI: 	http://bwhWebDesigns.com
Date:			09.03.2010
Version: 		1.0
*/

/****************************************************************/
/*  Resets			 											*/
/****************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, /*pre,*/
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/****************************************************************/
/*  Begin Primary CSS 											*/
/****************************************************************/
body {
	line-height: 1;
	color: #000000;
	background-color: #000000 ;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
}
strong { 
	color:#D9043D;
	font-weight:bold;
}
em { 
	font-style:italic;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
blockquote {
	margin:50px;
	border-left: 5px solid #D9043D;
	padding-left:5px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clrFloat {
	clear:both;
}
#container { 
	width:960px;
	margin:0 auto;
	padding:0;
}
#logo { 
	width:960px;
	padding:0;
	margin: 10px auto;
}
#menu {
	width: 965px;
	height: 40px;
	margin-left: 5px;
}

#menu ul{

	padding: 0;
	list-style: none;
	list-style-type: none;
	font-size: .8em;
	margin-left:100px;
}

#menu ul li { 
	float: left;
	margin: 5px 1px;
	font-size: 1em;
	width:100px;
	height: 40px;
	list-style: none;
}

#menu ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	height: 40px;
	/*margin:15px; */
}
#menu ul li a:hover {
	color: red;
}
#menu li.current_page_item a {
	color: red;
}


#contentTop {
background:url("images/bodyBG_01.jpg") no-repeat scroll center bottom transparent;
float:left;
height:20px;
width:965px;
}

#content {
	width: 965px;
	background:url("images/bodyBG_02.jpg") repeat-y scroll 0 0 transparent;
	float:left;
	clear:both;
}
#contentBottom {
background:url("images/bodyBG_04.jpg") no-repeat scroll center bottom transparent;
float:left;
height:35px;
width:965px;
}
#mainContent {
	float:left;
	clear:both;
	width:700px;
	background-color: #ffffff;
	margin-left:2px;
}
	#mainContent h1, #menuContent h1 { 
		padding: 20px 15px;
		text-align:center;
		font: bold italic 2em "Calisto MT";
		color: #C92626;
	}
	#mainContent h2  { 
		padding: 20px 15px;
		font: bold italic 1.5em "Calisto MT";
	}
	#mainContent h3 { 
		padding: 10px 15px;
		font: bold  1.2em "Calisto MT";
	}
	#mainContent h4 { 
		padding: 20px 15px;
		font: bold italic 1.1em "Calisto MT";
	}
	#mainContent h5 { 
		padding: 20px 15px;
		font: bold 1.0em "Calisto MT";
	}
	#mainContent h6 { 
		padding: 20px 15px;
		font: bold italic 0.9em "Calisto MT";
	}
	#mainContent p { 
		font-size: .9em;
		margin: 10px 100px 10px 30px;
		line-height: 1.3;
	}	
	#mainContent small { 
		font-size: .6em;
	}
	#mainContent ul { 
		font-size:0.9em;
		line-height:1.5em;
		margin:0 0 0 100px;
		padding-left:5px;
		padding-top:5px;
		list-style-type:circle;
	}
	#sidebar ul  {
		list-style-type:none;
		color:#D9043D;
		font-weight:bold;
	}
	#mainContent ol, sidebar ol { 
		font-size:0.9em;
		line-height:1.5em;
		margin:0 0 0 25px;
		padding-left:5px;
		padding-top:5px;
		list-style-type:decimal;
	}
	#mainContent dl, #sidebar dl { 
		margin: 15px 65px 15px 30px;
	}
	#mainContent dt, #sidebar dt { 
		font-weight:bold;
	}
	#mainContent dd, #sidebar dd {
		line-height:1.5em;
		display: block;
		margin-bottom:1em;
		padding-left:1.5em;
	}
	#mainContent code { 
		font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	}
	.navigation { 
		padding: 50px 0;
	}
	#mainContent img, #mainContent a img, #footer img, .SidebarSection a img { 
		/*background:none repeat scroll 0 0 #AAAAAA;*/
		border:1px solid #FF0000;
		margin:3px;
		padding:3px;
	}
	#menuContent img { 
		background:none repeat scroll 0 0 #AAAAAA;
		border:1px solid #FF0000;
		margin:3px;
		padding:3px;
	}
img.WP-PrintIcon, img.WP-EmailIcon, #EC_ajaxLoader img {
	background-color:white;
	border:medium none;
	text-decoration:none;
}
	
	#mainContent p.request { 
		color: green;
		border: 1px solid #ccc ; 
		margin:5px; 
		padding: 5px; 
		background: #eee; 
		font-size:1.2em;
		font-style:italic;
	}
		form.contactForm { 
			font-size:.8em;  
			padding: 0; 
			margin-top:10px;
		} 
		form fieldset { border: none; }
		form.contactForm select {
			width: 240px;
			color: #231773;
			background-color: #f2f2f2;
			border: 1px solid #D90452;
			margin: 2px 1px 3px 1px;
		}
		form.contactForm textarea {
			width: 240px;
			height: 100px;
			color: #231773;
			background-color: #f2f2f2;
			border: 1px solid #D90452;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 0.9em;
		}
		form.contactForm input {
			width: 240px;
			color: #231773;
			background-color: #f2f2f2;
			border: 1px solid #D90452;
			margin: 2px 1px 3px 1px;
		}
		form.contactForm  input.submit {
			width: 55px;
			color: #231773;
			background-color: #f2f2f2;
			border: 1px solid #D90452;
			margin: 2px 1px 3px 1px;
			text-transform:uppercase;
		}

#menuContent {
	float:left;
	clear:both;
	width:900px;
	background-color: #ffffff;
}
#menuContent a {
	padding: 20px 40px;
	font: bold italic 1em "Calisto MT";
	color: #C92626;
}

#menuContent p {
	padding: 20px 40px;
}

/*********************************************************************/
/* sidebar															 */
/*********************************************************************/

#sidebar {
	float:right;
	width: 250px;
	margin-right:7px;
}
#sidebar p {
	padding: 10px 20px 0; 
	margin: 0;
	font-style:italic;
	font-size:1em;
}
#sidebar h1, #sidebar h2{
	padding: 20px 20px ; 
	margin: 0;
	font-weight: normal;
	color: #C92626;
	font-weight:bold;
}
#sidebar h3 {
	padding: 10px 10px ; 
	margin: 0;
	font-weight: normal;
	color: #C92626;
	font-weight:bold;
}
#sidebar h4 { 
	padding: 20px 20px 20px 0;
	font: bold  1.2em "Calisto MT";
	color: #C92626;
}
#sidebar a { 
	color:#C92626;
	font-weight:bold;
}
#sidebar hr { 
	background:  url(images/hrNarrow.png) no-repeat 0 0 ;
	border: 0;
	width: 248px;
	height: 20px;
	margin: 0;	
}
.SidebarSection {
	border:2px dotted #DDDDDD;
	float:right;
	margin:10px 20px 10px 10px;
	width:215px;
}	
.pizzaBox {
	background-color:transparent;
	display:inline;
	float:right;
	margin:5px;
	padding:2px;
}
/*********************************************************************/
/* Table Styling													 */
/*********************************************************************/
table { 
	/*table-layout: fixed;*/
	width: 225px;
	border: 1px #231773 solid;
	border-collapse:collapse;
	text-align:center;
	font-size: 12px;
	margin: 25px;
}
th {
	border: 1px #231773 solid;
	text-align:center;
}
.tblDet { 
	text-align: right; 
	padding-top: 5px;
	border: 1px #231773 solid;
}
col.mc1, col.mc2 { width:75px; }
col.mc3 { width:75px; }

/*********************************************************************/
/* end Table Styling												 */
/*********************************************************************/


#footerTop {
background:url("images/bodyBG_01.jpg") no-repeat scroll center bottom transparent;
float:left;
height:20px;
width:965px;
}
#footer {
	width: 965px;
	background:url("images/bodyBG_02.jpg") repeat-y scroll 0 0 transparent;
	/*float:left;*/
	clear:both;
text-align:center;
}
#footerBottom {
background:url("images/bodyBG_04.jpg") no-repeat scroll center bottom transparent;
float:left;
height:35px;
width:965px;
}
#footer p {
	font:  italic 0.9em "Calisto MT";
	color: #333333;
	padding: 10px;
}
	
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment {
	border:2px solid #C92626;
	margin:25px;
	padding:10px;
}

