/* 
Theme Name: CABAtheme
Theme URL: http://homebrewers.ca
Description: A custom Wordpress theme written for CABA
Author: Jeff Thistle
Author URI: http://jeffthistle.com
Version: 1.0.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body { background:#dad6a6 url(images/headback.jpg) center top no-repeat; font:14px Helvetica, Arial, sans-serif; }
a { text-decoration:underline; color:#A23B10; }
h2 { font-size:24px; font-weight:bold; }
	h2 a { text-decoration:none; color:#222; }
h3 { font:bold 16px Arial,sans-serif; color:rgb(76,20,3); }
p { margin:12px 0; }
strong { font-weight:bold; }
em { font-style:oblique; }

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
	padding-left:10px;
   float: right;
}

.membersonly { width:60px; height:27px; background:url(images/memberpint.png); float:right; }
.membersonlybox { padding:5px; border:2px solid; margin-bottom:20px; }


#container{ width:940px; margin:0 auto; }
#header { height:182px; position:relative; margin-bottom:25px; }
#headtitle { position:absolute; right:0; top:50px; text-align:right; font:18px Helvetica,Arial,sans-serif; letter-spacing:-.05em; }
#beermat { width:163px; height:149px; position:absolute; top:0; left:70px; background:url(images/beermat.png); cursor:pointer; }
.post{}
.postmeta{}
.postnavigation{}
#searchform { margin-bottom:20px; }
	#searchform input[type=text]{ font-size:16px; }
#content { float:left; width:600px; }
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

div.post { margin-bottom:20px; }
div.byline { font-size:12px; font-style:oblique; margin-bottom:5px; }
div.tags { font-size:12px; font-style:oblique; margin-top:10px; }
div.readmore { text-align:left; }


#sidebar{ float:right; width:300px; }
	#sidebar ul { list-style:none; }
	#sidebar ul a { color:#4C1403; text-decoration:none; }
	#sidebar ul ul { padding-left:10px; }
	#sidebar li.widget { padding-bottom:20px; }
	#sidebar li.page_item { line-height:24px; }
		#sidebar li.page_item ul { display:none; }
		#sidebar li.current_page_item { font-weight:bold; }
		#sidebar li.page_item.current_page_item ul { display:block; font-weight:normal; }
		#sidebar li.current_page_ancestor ul { display:block; }
	#sidebar li.cat-item { line-height:24px; }
	#sidebar li.section { padding:15px 0 5px; font-weight:bold; font-size:16px; }

#footer { margin-top:15px; padding:15px 0 10px 0; font-size:12px; border-top:1px solid; }

textarea { width:100%; }

/* gallery */
.gallery-caption { font-size:12px; padding-top:5px; }
