/*  
Theme Name: Pizappa
Theme URI: http://pizappa.com/
Description: The Pizappa them (I figured that was obvious)
Version: 1.0
Author: Dennis Hengeveld
Author URI: http://dennis.hengeveld.com/
*/

* { margin: 0; padding: 0; }

body, td, th, input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #2a3b63;
	font-size: 13px;
	line-height: 18px;
}

form, p { margin-bottom: 18px; }

h1 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 36px;
	padding-left: 117px; /* To align w/ page texts */
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
h3 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 18px;
}

a { color: #cf5f13; }

ul, ol { margin-bottom: 18px; }

#header {
	background-image: url(images/header_background.gif);
	margin-bottom: 36px;
}

#masthead {
	position: relative;
	display: block;
	width: 873px;
	height: 135px;
	margin: 0 auto 18px auto;
	background-image: url(images/masthead_background.gif);
}
#brand {
	display: block;
	position: absolute;
	top: 20px;
	left: 106px;
	width: 278px;
	height: 79px;
	background-image: url(images/brand2_background.png);
}
#brand:hover {
	background-position: -278px 0;
}
#brand img {
	display: none;
}
#brand span {
	display: none;
}
#subtitle {
	position: absolute; 
	bottom: 27px; 
	left: 400px; 
	width: 365px; 
	/* color: #cf5f13; */ 
	color: #06c;
	font-size: 12px; 
	line-height: 22px;
}

#content {
	width: 855px; /* 873px - 18px padding */
	margin: 0 auto 54px auto;
	padding: 0 9px;
	min-height: 500px;
}

.right { float: right; }
.left { float: left; }
.colhalf { width: 108px; }
.col1 { width: 206px; }
.col2 { width: 423px; }
.col3 { width: 639px; }
.col4 { width: 855px; }

.post {
	clear: both;
	margin-bottom: 54px;
	position: relative;
}
.post h2, .post .content {
	padding: 0 18px 0 117px;
}
.post blockquote {
	padding-left: 36px;
	background-image: url(images/open_quote.gif);
	background-repeat: no-repeat;
	margin-bottom: 18px;
	font-style: italic;
	
}
.post .screenshot {
	width: 205px; /* 207px - 2px border */
	height: 142px; /* 144px - 2px border */
	float: left;
	padding: 1px;
	border: 1px solid #2a3b63;
	margin: 0 9px 18px 0;
}
.post .info {
	position: absolute;
	top: 0; 
	width: 99px;
}
.post .rating {
	background-image: url(images/star_quote.gif);
	width: 98px;
	height: 32px; /* 36px - 4px */
	padding-top: 4px;
	text-align: center;
}
.post .rating img {
	margin: 0 2px;
}
.post .thumbnail {
  float:left; 
  margin-right: 10px; 
  margin-bottom:10px; 
  border: 1px solid black;
}

.navigation {
	margin-left: 117px;
}
.navigation .previous {
	margin-right: 36px;
}

#comments {
	padding: 0 18px 0 117px;
}
#comments #comment {
	width: 100%;
}
#respond, #respondenabler {
	margin-top: 36px;
}

input.gradient, textarea.gradient {
	background-image: url(images/input_background.gif);
	background-repeat: repeat-x;
	background-color: #e1effe;
	border: 1px solid #c9c2c1; /* 2a3b63 */
	padding: 2px 6px;
}
input.gradient {
	height: 14px; /* 18px - 4px padding */
}

#sidebar {
	margin-top: 36px;
	font-size: 11px;
	padding-bottom: 36px;
}

#sidebar .title {
	margin-bottom: 16px;
}

#sidebar #searchform .textbox {
	width: 140px;
	margin-right: 9px;
}

#sidebar ul, #sidebar ol, #sidebar form {
	margin: 0 0 18px 0;
}
#sidebar li {
	list-style-type: none;
}

#authorlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 27px;
}
#authorlist li {
	float: left;
	width: 71px; /* 98px - 27px padding - 1 to ensure it'd fit ok */
	height: 36px;
	line-height: 13px;
	margin: 0; padding: 0 0 0 27px;
}
#authorlist li img {
	float: left;
	margin-left: -27px;
}

.clearfloat {
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	clear: both;
	background-image: url(images/footer_background.gif);
	margin-top: 54px;
}

#sig {
	width: 873px;
	height: 81px; /* 126px; - 45px; */
	padding-top: 45px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/sig_background.gif);
}
	
/*
Speech Bubbles
As seen on http://www.willmayo.com/2007/02/10/css-speech-bubbles/#comments
*/
	
div.bubble {
	width: auto;
	margin: 18px 0;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	background-image: url(images/input_background.gif);
	background-repeat: repeat-x;
	background-color: #e1effe;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
/*	position: relative; 
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background-image: url(images/speechbubbles/tip.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
*/
	display: block;
	margin: -1px 0 0 15px;
	padding-top: 7px;
	background-image: url(images/speechbubbles/tip.gif);
	background-repeat: no-repeat;
}
