/*
Theme Name: the Good Bottle (jimmywags_1)
Theme URI: http://jimmywags.com/
Description: Custom design for beer review blog. Based on Kubrick.
Version: 1.0B
Author: James Wagner
Author URI: http://jimmywags.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 
	BODY, PAGE
*/
 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Times, 'Times New Roman', serif;
	background: black;
	color: #333;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	border: #74BF4C solid 2px;
	text-align: left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px auto;
	padding: 0;
	width: 750px;
	}
	
/*
	BASIC HTML TYPOGRAPHY
*/
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	margin: 0 0 0.5em 0;
	}

h2 {
	font-size: 1.6em;
	margin: 0;
	}

h3 {
	font-size: 1.3em;
	margin: 0;
	}

h1, h1 a:link, h1 a:visited, h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #212121;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover {
	color: #74BF4C;
	text-decoration: none;
	}

a:link, a:visited {
	color: #4D7F33;
	text-decoration: none;
	}

a:hover {
	color: #4D7F33;
	text-decoration: underline;
	}

/* 
	HEADER
*/
 
#header {
	margin: 0;
	padding: 0;
	height: 175px;
	width: 720px;
}

#headerimg {
	margin: 0;
	height: 175px;
	width: 750px;
	}

/* 
	NAVBAR
*/
#navbar {
	width: 100%;
	height: 30px;
	background: url(images/navbar-dark.png) repeat-x;
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', sans-serif;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav ul li {
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #212121;
	display: block;
	/* font-size: 1.2em; */
	font-size: 12px;
    margin: 0;
	/* padding: 0.6em 0.75em; */
	padding: 7px 7px 8px;
	border-right: 1px solid #74BF4C;
	text-decoration: none;
	}
	
#nav li a:hover, #nav li a:active {
	background: url(images/navbar-light.png) repeat-x;
	color: #212121;
	display: block;
    margin: 0;
	border-right: 1px solid #74BF4C;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: url(images/navbar-light.png) repeat-x;
	width: 170px;
	height: 22px
	color: #212121;
	float: none;
	margin: 0;
	/* padding: 0.6em 0.75em; */
	padding: 4px 5px 4px;
	border: 1px solid #333333;
	border-top: none;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #74BF4C;
	color: #212121;
	/* padding: 0.6em 0.75em; */
	padding: 4px 5px 4px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -31px 0 0 192px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

#navsearch
{
	float: right;
	margin: 0.4em;
}

/*
	SEARCH FORM
*/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#searchbox {
	background: #FFFFFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 125px;
	color: #212121;
	font-size: 1em;
	padding: 0.33em;
	margin: 0 3px;
	border: 1px solid #212121;
	}
	
#searchbutton {
	background: #FFFFFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #212121;
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	padding: 0.25em;
	margin: 0;
	border: 1px solid #212121;
	}

/*
	SIDEBAR
*/
#sidebar
{
	padding: 20px 25px 10px 0;
	float: right;
	width: 250px;
	font: 1em 'Trebuchet MS', Helvetica, 'Helvetica Neue', sans-serif;
	}

#sidebar form {
	margin: 0;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

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

#sidebar .widget {
	background: url(images/sidebar.jpg) repeat-x;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

#l_sidebar {
	float: left;
	width: 115px;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar {
	float: right;
	width: 115px;
	margin: 0px;
	padding: 0px;
	}

#sidebar a:link, #sidebar a:visited {
	color: #212121;
}
#sidebar a:hover, #sidebar a:visited:hover {
	color: #212121;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', sans-serif;
	text-transform: lowercase;
	text-align: center;
	font-size: 1.2em;
	margin: 0.2em;
	padding: 0.2em;
	background: url(images/navbar-light.png) repeat-x;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}
	
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

#sidebar ul ol li {
	list-style: decimal outside;
	}

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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/*
	CONTENT, POST, ENTRY
*/
	/*
	The main body of the blog posts formats as such:
	<div id="content" class="narrowcolumn">
		<div class="post">
			<h2>Title</h2>
			<small>Date</small>
			<div class="entry">
				<p>Blog post....</p>
			</div>
			<p class="postmetadata">Tags:... Posted in:...</p>
		</div>
		...
	</div>
	*/
#content {
	font-size: 1.2em;
	}
.narrowcolumn {
	float: left;
	padding: 20px 0 20px 25px;
	margin: 0;
	width: 425px;
	}
.post, .page {
	margin: 0 0 2em 0;
	text-align: left;
	}
.post h2 {
	margin-top: 0;
	}
.post hr {
	display: block;
	}
.postmetadata {
	font-size: 0.8em;
	text-align: left;
	padding-top: 0.8em;
	clear: both;
	color: #808080;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.entry {
	line-height: 1.4em;
	}
.xx {
	font-size: 1.125em;
	}
.entry p {
	margin: 0 auto;
	}
.entry p + p, .entry div.review + p, .entry div.wp-caption + p {
	text-indent: 1.4em;
	}
.entry h3 {
	margin: 1em auto 0.5em;
	}
.entry ul, .entry li {
	margin: 0 auto;
	}
.entry p a:visited {
	color: #4D7F33;
	}

/*html>body*/ .entry ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
	}

/*html>body*/ .entry li {
/*	margin: 7px 0 8px 10px; */
	margin: 0.5em 0 0.5em 1em;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry div.review {
	clear: both;
	border-left: 2px solid #74BF4C;
	padding-left: 1.4em;
	}

.entry div.review ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
	text-indent: -1.4em;
	}

.entry div.review ul li:before {
	content: none;
	}
	
.entry div.review li strong {
	padding-right: 0.5em;
	}
	
/*



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*/
ol li {
	list-style: decimal outside;
	}
	
/*
	BREADCRUMB
*/
.breadcrumb {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	text-align: left;
	color: #808080;
	margin-bottom: 1em;
	}


/*
	IMAGES	
*/
/*
<dl id="attachment_24" class="wp-caption alignleft" style="width: 160px;">
	<dt class="wp-caption-dt">
		<a href="http://www.wagbrew.com/beer.php?beer=casey"><img class="size-thumbnail wp-image-24 alignleft" title="Casey Red" src="http://wagbrew.com/blogtest/wp-content/uploads/2009/04/casey_big-150x150.gif" alt="Casey Red Ale label" width="150" height="150" /></a>
	</dt>
</dl>

<div id="attachment_27" class="wp-caption alignleft" style="width: 160px">
	<img class="size-thumbnail wp-image-27" title="Philly Chees at Grinder's" src="http://wagbrew.com/blogtest/wp-content/uploads/2009/04/philly-cheesesteak-150x150.jpg" alt="Grinder's grub" width="150" height="150" />
	<p class="wp-caption-text">Grinder&#39;s grub</p>
</div>
*/
.aligncenter, div.aligncenter {
	display: block;
	margin: 0.5em auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background: url(images/sidebar.jpg) repeat-x;
	padding: 5px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: auto;
	padding: 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1em;
	padding: 0.5em 0.5em 0;
	margin: 0;
}

div.alignleft, dl.alignleft {
	margin: 0.25em 1em 0.5em 0;
	}

div.alignright, dl.alignright {
	margin: 0.25em 0 0.5em 1em;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/*
	COMMENTS
	
<h3 id="comments">2 Responses to "Article Name"</h3>
<ol class="commentlist">
	<li class="comment even thread-even depth-1" id="comment-1">
		<div id="div-comment-1">
			<div class="comment-author vcard">
				<img alt='' src='avatar.jpg' class='avatar avatar-32 photo avatar-default' height='32' width='32' />
				<cite class="fn">
				<a href='http://wordpress.org/' rel='external nofollow' class='url'>Mr WordPress</a></cite> <span class="says">says:</span>	
			</div>
			<div class="comment-meta commentmetadata">
				<a href="http://...comment-page-1/#comment-1">29 April 2009 at 11:14 am</a>&nbsp;&nbsp;<a class="comment-edit-link" href="...php?action=editcomment&amp;c=1" title="Edit comment">(Edit)</a>
			</div>
			<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
			<div class="reply">
			</div>
		</div>
	</li>
	<li class="comment byuser comment-author-the Brewmastah bypostauthor odd alt thread-odd thread-alt depth-1" id="comment-2">
		<div id="div-comment-2">
			<div class="comment-author vcard">
				<img alt='' src=avatar.jpg' class='avatar avatar-32 photo' height='32' width='32' />
				<cite class="fn">the Brewmastah</cite> <span class="says">says:</span>
			</div>
			<div class="comment-meta commentmetadata">
				<a href="http:/...comment-page-1/#comment-2">5 May 2009 at 3:13 pm</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://wagbrew.com/blogtest/wp-admin/comment.php?action=editcomment&amp;c=2" title="Edit comment">(Edit)</a>
			</div>
			<p>A new comment. How does this look?</p>
			<div class="reply">
			</div>
		</div>
	</li>
	<li class="comment even thread-even depth-1" id="comment-3">
		<div id="div-comment-3">
			<div class="comment-author vcard">
				<img alt='' src='avatar.jpg' class='avatar avatar-32 photo' height='32' width='32' />
				<cite class="fn">Jimbob</cite> <span class="says">says:</span>
			</div>
			<div class="comment-meta commentmetadata">
				<a href="http://.../#comment-3">6 May 2009 at 2:59 pm</a>
			</div>
			<p>Cool website, jerkface!</p>
			<div class="reply">
			</div>
		</div>
	</li>
</ol>

<div class="navigation">
	<div class="alignleft"></div>
	<div class="alignright"></div>
</div>
*/

/*
.alt {
	margin: 0;
	padding: 10px;
	}
*/
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 1em 0;
	padding: 1em;
	list-style: none;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1em;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
.commentlist li.byuser {
	border-color: #74BF4C;
	}
	

.commentlist p {
	margin: 0;
	line-height: 1.5em;
	}
	
.commentlist p + p {
	text-indent: 1.5em;
}
.commentlist li .avatar { 
	float: right;
	padding: 2px;
	margin: 0 0 0.5em 0.5em;
	}

.commentlist cite {
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', sans-serif;
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	margin: 0.25em 0;
	display: block;
	font-size: 0.9em;
	}

.thread-alt {
	background-color: #D9D9D9;
}
.thread-even {
	background-color: white;
}

/*
	COMMENT FORM
	
<div id="respond">
	<h3>Leave a Reply</h3>
	<div class="cancel-comment-reply">
		<small><a rel="nofollow" id="cancel-comment-reply-link" href="/blogtest/2009/04/casey-and-the-reds/comment-page-1/#respond" style="display:none;">Click here to cancel reply.</a></small>
	</div>
	<form action="http://wagbrew.com/blogtest/wp-comments-post.php" method="post" id="commentform">
	<p><input type="text" name="author" id="author" value="Jimbob" size="22" tabindex="1" aria-required='true' />
	<label for="author"><small>Name (required)</small></label></p>
	<p><input type="text" name="email" id="email" value="jim@jimmywags.com" size="22" tabindex="2" aria-required='true' />
	<label for="email"><small>Mail (will not be published) (required)</small></label></p>
	<p><input type="text" name="url" id="url" value="" size="22" tabindex="3" />
	<label for="url"><small>Website</small></label></p>
	<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
	<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
	<input type='hidden' name='comment_post_ID' value='1' id='comment_post_ID' />
	<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
	</p>
	</form>
</div>

*/

#respond, #respond h3 {
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
	
#commentform input, #commentform textarea {
	font-family: Helvetica, 'Helvetica Neue', Arial, san-serif;
	font-size: 0.9em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #212121;
	border: 1px solid #D9D9D9;
	}
#commentform p {
	margin: 0.5em 0;
}

#commentform input {
	width: 170px;
	padding: 0.33em;
	margin: 0 3px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/*
	FOOTER
*/

#footer {
	background: url(images/navbar-dark.png) repeat-x;
	border: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	clear: both;
	}
#footer p {
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', sans-serif;
	color: white;
	margin: 0;
	padding: 1em;
	text-align: center;
	}
#footer p a:link, #footer p a:visited {
	color: white;
	}
#footer p a:hover, #footer p a:visited:hover {
	color: #212121;
	}

.children { padding: 0; }

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

/*
	CONTACT FORM TABLE
*/
table.contact-form {
	font-size: 0.9em;
	}
	
table.contact-form th {
	font-weight: normal;
	text-align: right;
	padding-right: 1em;
	vertical-align: text-top;
	}
table.contact-form td {
	text-align: left;
	}
table.contact-form input, table.contact-form textarea {
	font-family: Helvetica, 'Helvetica Neue', Arial, san-serif;
	font-size: 0.9em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #212121;
	border: 1px solid #D9D9D9;
	}

table.contact-form input {
	width: 170px;
	padding: 0.33em;
	margin: 0 3px;
	}
table.contact-form textarea {
	width: 100%;
	padding: 2px;
	}
table.contact-form #submit {
	margin: 0 0 5px auto;
	float: right;
	}





small {
	font-size: 0.9em;
	line-height: 1.5em;
	}



small, .nocomments, blockquote, strike {
	color: #808080;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */





.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


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

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	}
/* End Various Tags & Classes*/



/* Captions */

/* End captions */

/*
	GRAVEYARD
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}


.widecolumn {
	line-height: 1.6em;
	}


.widecolumn .post {
	margin: 0;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}


*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

