/*
Theme Name: WhatTheBurger
Theme URI: http://whattheburger.com/
Description: Custom theme for whattheburger.com
Version: 1.0
Author: David Newton
Author URI: http://davidnewton.org
Tags: 
*/


/* Basic Stuff */

*, input, a, input:focus, a:focus, :focus, input:active, a:active, :active, img {
	-moz-outline-style: none;
	-moz-outline-color: transparent;
	-moz-outline-width: 0;
	outline: none;
	outline-style: none;
	outline-color: transparent;
	outline-width: 0;
	border: 0;
}

body {
	background-color: #A28D7C;
	background-image: url(images/wtb_bg.jpg);
	font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 13pt;
	color: #000;
	width: 910px;
	margin: 0 auto;
}

a {
	color: #006DD7;
	text-decoration: none;
	border: none;
}

a:active, a:visited {
	color: #A30B4A;
}

hr {
	clear: both;
	margin: 10px 0;
	width: 0;
}



/* Header */

#header {
	position: relative;
	background-image: url(images/wtb_lightblue_trans.png);
	margin: 30px auto 20px auto;
	padding: 0;
	width: 910px;
	height: 190px;
	line-height: 190px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header h1 {
	color: #000;
	width: 910px;
	height: 190px;
	line-height: 190px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#header h2 {
	position: absolute;
	top: -41px;
	left: 6px;
}




/* Content */

#main {
	width: 910px;
	margin: 20px auto 16px auto;
}

#main h1, #main h2 {
	font-family: Sinzano, 'Fontdiner Swanky', 'Cherry Cream Soda', 'Toronto Subway', 'Futura', 'Century Gothic', Tahoma, Verdana, 'Lucida Grande', 'Lucida Sans', sans-serif;
	font-weight: normal;
	padding: 0;
}

#main h4, #main h5 {
	padding: 0;
}

#main h2 {
	font-size: 25px;
	margin: 16px 0;
}

#main h3 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 5px 0;
}

div.navigation {
	margin: 0 0 20px 0;
	font-weight: bold;
}

#content > div.navigation {
	padding: 0 20px;
}

#content {
	width: 627px;
	background-image: url(images/wtb_lightblue_trans.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 30px 24px 16px 0;
	float: left;
}

#content div.post {
	padding: 20px;
	border-top: 5px dashed #fff;
}

#content div.post:first-child {
	border: none;
}

#content div.post h2:first-child, #content div.post.entry h2 {
	margin-top: 0;
	padding-top: 0;
}

#content div.post p.postmetadata {
	font-size: 0.75em;
}




/* Sidebar */

#sidebar {
	width: 259px;
	background-image: url(images/wtb_lightblue_trans.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 30px 0 16px 0;
	float: left;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 20px;
	font-size: 14px;
}

#sidebar > ul > li:first-child {
	text-align: center;
	margin-bottom: 25px;
}

#sidebar > ul > li > ul > li {
	margin-top: 5px;
	margin-bottom: 7px;
}

#sidebar #searchform label {
	display: none;
}

#sidebar #searchform input[type='text'] {
	height: 30px;
	width: 202px;
	padding: 0 10px;
	font-size: 18px;
	color: #666;
	font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 35px;
}

#sidebar #searchform #searchsubmit {
	display: none;
}

#sidebar h2 {
	margin: 0;
}

#sidebar ul ul {
	padding: 0;
	margin-bottom: 35px;
}

#sidebar li.ads {
	width: 200px;
	margin: 0 auto 35px auto;
	padding: 0;
}



/* Footer */

#footer {
	clear: both;
	width: 910px;
	margin: 20px auto;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5em;
	background-image: url(images/wtb_lightblue_trans.png);
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer p {
	padding: 20px;
}



/* Posts */

ol.commentlist {
	font-size: 0.75em;
}

img.avatar {
	display: none;
}

div#respond form {
	font-size: 0.75em;
}

div#respond form textarea {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div#respond form input {
	height: 30px;
	width: 202px;
	padding: 0 10px;
	font-size: 18px;
	color: #666;
	font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #eee;
	border: 1px solid #666;
}

div#respond form input:active {
	background-color: #888;
	color: #000;
}

div#respond form p { display: none; }
div#respond form p.donthide { display: block; }

div.synopsis img + br { display: none; }
div.synopsis { margin-top: 20px; }
div.synopsis img {
	float: left;
	border: 2px solid black;
	margin-right: 15px;
}
div.synopsis div.clear, div.rating div.clear, div.gallery div.clear {
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#main div.post h3.center {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
div.rating {
	width: 100%;
}
div.rating h4 {
	float: left;
	margin: 1em;
	line-height: 41px;
}
div.rating h4:first-child {
	margin-left: 0;
}
div.rating div {
	float: left;
	width: 250px;
	height: 41px;
	overflow: hidden;
	margin: 1em;
}
div.gallery {
	padding: 0;
	margin: 2em 0 0 0;
}
div.gallery br {
	display: none;
}
div.gallery a {
	display: block;
	border: 2px solid black;
	margin: 0 0.5em 1em 0.5em;
	width: 68px;
	height: 68px;
	float: left;
}
div.gallery a:first-child {
	margin-left: 0;
}
div.gallery a img {
	border: 2px solid white;
	width: 64px;
	height: 64px;
}
