/*  
Theme Name: Star Pizza Box
Theme URI: http://www.christopherharry.com
Description: The Largest Supplier of Custom Pizza Boxes.
Version: 1.0
Author: Christopher Harry
Author URI: http://www.christopherharry.com/

*/

*{
		margin: 0;
		padding: 0;
}

body{
		margin: 0 0 20px 0;
		font-family: Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		text-align: center;
		vertical-align: top;
		background-image: url('images/bg.jpg');
		background-position: center;
		background-repeat: repeat-y;
		background-color: #220f04;
		color: #fff;
}

h1{
		font-family: Georgia, Sans-serif;
		font-size: 24px;
		padding: 0 0 10px 0;
}

a:link, a:visited{
		text-decoration: underline;
		color: #fff
}

a:hover{
		text-decoration: none;
		color: #ff7e00
}

p{
		padding: 10px 0 0 0;
}

#wrapper{
		margin: 0 auto 0 auto;
		width: 800px;
		text-align: left;
}

#header{
		float: left;
		width: 800px;
		height: 200px;
		background-image: url('images/header.gif');
		text-indent: -5000px;
}

#header ul li,#header ul li a{
		padding: 0;
		width: 200px;
		height: 125px;
		display: block;
}

#header a{
		outline:expression(hideFocus=‘true’);
		outline:0;
}

#container{
		float: right;
		width: 570px;
		min-height: 600px;
		color: #000;
		background-color: #ffe4ba;
		padding: 20px;
}

#container a:link, a:visited{
		color: #000;
}

#container a:hover{
		color: #ff0000;
}

#container h2 a:link,a:visited{
		font-weight: bold;
		font-style: italic;
		color: #ff0000;
}

#container h3{
		font-style: italic;
		color: #ff0000;
		padding: 25px 0 0 0;
}

.post{
		padding: 8px 0 8px 0;
}

.post h2{
		font-family: Helvetica, Sans-serif;
		font-size: 18px;
}

.entry{
		line-height: 18px;
}

p.postmetadata{
		border-top: 1px solid #ccc;
		margin: 10px 0 0 0;
}

.navigation{
		padding: 10px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
}

.sidebar{
		float: right;
		width: 170px;
		margin: 0 12px 0 0;
		padding: 0;
}

.sidebar a{
		outline:expression(hideFocus=‘true’);
		outline:0;
}

.sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0 10px 0 10px;
}

.sidebar ul li{
		padding: 0px 0px 20px 0;
}

.sidebar ul li h2{
		font-family: Georgia, Sans-serif;
		font-size: 14px;
}

.sidebar ul ul li{
		padding: 0;
}

#sidebar-nav{
		width: 182px;
		height: 391px;
		background-image: url('images/nav.gif');
}

#sidebar-nav ul{
		margin-left: 53px;
		text-indent: -5000px;
}

#sidebar-nav ul li,#sidebar-nav ul li a{
		width: 110px;
		height: 20px;
		display: block;
}

#nav1{
		padding: 70px 0 0 0;
}

#nav2{
		padding: 75px 0 0 0;
}

#printgallery{
		border: 0;
		margin: -20px auto auto auto;
		float: right;
}

.comments-template{
		margin: 10px 0 0;
		border-top: 1px solid #ccc;
		padding: 10px 0 0;
}

.comments-template ol{
		margin: 0;
		padding: 0 0 15px;
		list-style: none;
}

.comments-template ol li{
		margin: 10px 0 0;
		line-height: 18px;
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
		font-family: Georgia, Sans-serif;
		font-size: 16px;
}

.commentmetadata{
		font-size: 12px;
}

.comments-template p.nocomments{
		padding: 0;
}

.comments-template textarea{
		font-family: Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
}

#footer{
		text-align: right;
		font-size: 10px;
		clear: both;
		float: right;
		width: 592px;
		padding: 0 16px 8px 8px;
}

#footer p{
		line-height: 18px;
}