/*
Theme Name: Open Source Pizza
Theme URI: http://www.spaceblue.com/wordpress/themes/opensourcepizza/
Description: Theme featuring food and recipes
Version: 1.0
Author: Heather Mandato
Author URI: http://www.spaceblue.com/
Tags: fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/* Pizza colors!!
 Gold: #FABC13
 Red: #870000
 brown:  945B07 ///#4F3F0F
 light yellow: F5FFAC
 grey BFBFBF
*/
body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000; /* Default font color */
	background-color: #FFFFFF;
	/* Background image */
	/*
	background-image: url(images/bg.png);
	background-repeat:repeat;
	*/
}
h1 {
	font-size: 22px;
	margin:5px 0px;	
	color:#870000;
	font-family: Tahoma;
}
h2 {
	font-size: 20px;
	margin:0px;	
	color:#870000; 
	font-family: Tahoma;
	font-variant:small-caps;
}
h3 {
	font-size: 18px;
	margin:0px;	
	color:#945B07;
	font-family: Tahoma;
	font-variant:small-caps;
}
h4 {
	font-size: 14px;
	margin:0px;	
	color:#000000;
	font-family: Tahoma;
	font-variant:small-caps;
}
img { 
	border:0px;
}

form {
	margin: 0;
}
a img {
	border: none;
}
hr {
	display: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
p img {
	padding: 0;
	max-width: 100%;
}
blockquote {
	/* customize here */
}
img.centered {
	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;
}

#sociallinks {
	float:right;
	margin:10px 5px;		
}

#pagecontainer {
	background-color: #FFFFFF;
	text-align: left;
	margin: 10px auto 10px auto;
	width: 900px; /* page width */
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

/* page header */
#header {
	position: relative; /* so we can position items within header absolute */
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	
	background-color: #870000;
}
#logo {
	float:left;	
	height:90px;
	margin:3px 3px 3px 3px;
	position:relative;
}
#logo img {
	height:75px;
	position:absolute;
	bottom:5px;
	left:10px;
}

#menu {	
	position:absolute;
	bottom:15px;
	right:10px;		
}

#header h1 {
	margin: 0;
	padding: 20px 10px;
}
#header_bottom {
	clear: both;
	width: 100%;
	background-color: #000000;
	color:#ffffff;
	background-image: url(images/borderimage.jpg);
	background-repeat:repeat-x;
	text-align:right;
}

/* page footer */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	height: 15px; /* footer height */	
	background-color: #000000;
	color:#ffffff;
	background-image: url(images/borderimage.jpg);
	background-repeat:repeat-x;
}
#footer a {
	color:white;
	font-size:12px;
}

/* Login Button area in navigation */
#logindiv {
	margin:0px 10px 0px 0px;
	font-weight:bold;
	font-size:12px;
}
#logindiv a {
	color:white;
	font-size:12px;
}

/********** Search Form *************** */

#searchformdiv {
	border: solid 1px #945B07;
	padding: 5px;
    text-align:left;
}
 #searchform {
	padding: 0px;
	margin:0px;
	
	/*border:solid 1px red;*/
}
#searchform #s {
	width: 108px;
	padding: 2px;
	margin: 1px;
	border:solid 1px #4F4F4F;
	vertical-align: middle;
/*	vertical-align: middle; */
}
/* search submit also uses button theme*/
#searchform #searchsubmit {
		
}


/* page navigation */
/* 
 Link Color: #000000
 Hover color: #870000
  (previously 7F7100
 */
#navigation {	
	/*margin-left:50px;
	width:320px;
	float:left;	*/
}
#pagenavcustom {	
	padding: 0px;
	text-align:left;
	font-family: Tahoma;
	margin: 0px;
	height: 35px;
}
#pagenavcustom #pagenavcustom ul {
	float:left;
	text-align:left;
  	list-style-type: none;    
    /*line-height:25px;*/
    padding:0px;    
    margin:0px;
}
#pagenavcustom a {
    display:block;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    font-size:18px;
    padding:4px 10px;     
    }
   
/* This carries through to the children li elements */
#pagenavcustom li {
	text-align: left;
	float:left;
	position:relative;
	/* FBCD4E */
	background-color:#FABC13; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FABC13', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FABC13), to(#FFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FABC13,  #FFF); /* for firefox 3.6+ */
	
	/*color:#3F3D37;*/
	border:1px solid #AF8515;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style-type: none;
	margin: 0px 5px 0px 5px;
}
/* submenus */
#pagenavcustom li ul {
    position:absolute;
    left:-999em;
	z-index:100;
    /*height:auto;*/
    width:140px;    
    line-height:1;
    margin:0px;
    padding:0px;
    }
#pagenavcustom li li {
    border:1px solid #AF8515;    
    font-weight:bold;    
     width:140px;
	/*background:#EFE7D1;*/	
	margin:0px;
    padding:0px;
    }
 /* submenu link size is slightly smaller, with more padding */
#pagenavcustom li li a {
    padding:5px 10px;
    font-size:12px;
    color:#000000;
    }

/* Coloring of the root level items when hovered */
#pagenavcustom li:hover {
    /*background-color:#444444; (doesn't change)*/
    }
#pagenavcustom li:hover a {
    color:#870000; /* F5DB12*/
    }
  
/* submenu - on hover  - keep submenu visible*/
#pagenavcustom li ul li:hover {
    /*background:#444444;*/
	left:auto;
    }
/* submenu color of link on hover */
#pagenavcustom li ul li:hover a {
    color:#870000; /* F5DB12*/
    }
/* submenu's link color should remain black when the parent menu is hovered */
#pagenavcustom li:hover li a {	
	color:#000000;
}
/* Show the submenu we want to see */
#pagenavcustom li:hover ul, #pagenavcustom li:hover ul:hover {
    left:auto;
    }
    

/* sidebar */
#sidebar {
	padding: 10px 10px 5px 5px;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 170px; /* sidebar width */
	background-color: #FFFFFF;
	text-align:center;
}

#sidebar h2 {
	font-size: 1.2em;
	background-color:#870000 ;
	color: #FABC13;
	text-align:center;	
	padding:3px 5px 3px 10px;
	/*width:140px;*/
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#sidebar ul {
	margin:0px auto;
	padding:0px;
	/*width:140px;*/	
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	/*width:140px;*/
	text-align:left;
	margin: 0px auto 15px auto;
	padding:0px;
}

#sidebar ul ul {
	margin: 0px auto;
	background-color:#EFEEE0;
    border: solid 1px #945B07;
    /*width:140px;*/
    padding: 5px;
    text-align:left;
}

/* Clear the border on inner lists */
#sidebar ul ul ul {	
	border:0px;
	margin:0px 0px 0px 10px;
}
#sidebar ul ul ul li {
	margin: 0px;
}

#sidebar ul p {
	/*margin: 5px 0;*/
}

#sidebar ul ul ul, #sidebar ul ol {
	/*margin: 0 0 0 10px;*/
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}



/* content */
#content {
	padding: 6px 5px 6px 15px;
	float: left;
	width: 680px; /* content body width */
	overflow:hidden;
}
#content h1 a, h2 a  {
	color:#870000;
}
#content h3 a {
	color:#945B07;	
}

.post {
	margin: 0 0 30px;
/*	text-align: justify; */
}
.postdate {
	font-size:11px;
	color:#870000;
}

.post hr {
	display: block;
}
.post > h2, .post > h1, .post > h3 { /* post/page title */
	margin-bottom: 2px;
}
.entry { /* content of post */
	font-size: 115%;
	border: solid 1px #E5FF30;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#F5FFAC;
	padding:5px 10px;
	margin:3px 0px 0px 0px;
}
.postmetadata { /* edit link, tags and categories of post */
	clear: both; /* moves postmetadata below any images that may be floating within post area */
	position: relative;
	/*border-top: dotted 1px #666666;*/
	margin-top: 5px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata p {
	margin: 3px 0;
	color: #870000;
	font-weight:bold;
}
.postmetadata .editentry {
	position: absolute;
	top: -16px;
	right: 1px;
	font-size: 85%;
}
.postmetadividor {
	margin: 0 5px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

.pagenav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagenav .alignleft {
	width: 250px; /* 1/2 content width */
}

.pagenav .alignright {
	width: 250px; /* 1/2 content width */
}

/* comments */
#comments {
	font-size: 150%;
}
.commentscontent {
	padding-top: 1px;
/*	margin-left: 40px; */
}
.commentscontent h3 {
	font-size: 115%;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
}

.commentmetadata {
	font-weight: normal;
	font-size: 85%;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* comment form */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* common classes */
.button {
	background-color:#FABC13; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FABC13', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FABC13), to(#FFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FABC13,  #FFF); /* for firefox 3.6+ */
	
	color:#000000;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    cursor:hand;
    padding:2px 2px;
	border:1px solid #AF8515;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style-type: none;
	margin: 3px 5px 3px 5px;
}
/*.button-primary {
	background:#000000;
	color:#FABC13;	
	font-size:12px;	
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	border: outset 2px #FABC13;
	padding:4px 3px 4px 3px;
	vertical-align: middle;
	text-align: center;
	width:50px;	
}*/
.button_old {
	background:#000000;
	color:#FABC13;	
	font-size:12px;	
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	border: outset 2px #FABC13;
	padding:4px 3px 4px 3px;
	vertical-align: middle;
	text-align: center;
	width:50px;		
}
.button a {
	text-decoration:none;	
	color:#FABC13;
}

.center {
	text-align: center;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.thread-even {
	background-color: #ECECEC;
}
.thread-odd {
	background-color: #F3F3F3;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.children {
	padding: 0;
}

/* Post that is marked sticky (http://www.nathanrice.net/blog/definitive-sticky-posts-guide-for-wordpress-27/)  */
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}


/* Example of rearrange the columns */
/*
#sidebar {
	float: left;
}
#content {
	float: right;
}
*/
