/*
Theme Name: The Brewery Official
Theme URI: Your Theme's URI
Description: The official theme for www.thebrewery.com
Version: 1.0
Author: Joakim Håhl joakim(a)thebrewery.se, Daniel Termin daniel(at)thebrewery.se
Author URI: http://www.thebrewery.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/* GLOBAL */

body { 
	background: #fff; 
	margin: 0; 
	padding: 0 20px 20px 20px; 
	border: 0; 
	font-family: Georgia, sans-serif;
	font-size: 14px; 
	color:#000; 
	font-weight: normal;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}

.clear {
	clear: both;
	}
	

/* GLOBAL LINKS */
	
a { color:#000; 
	text-decoration: none; 
	}
      
a:hover { 
	color: #000; 
	background: none; 
	text-decoration: underline;
	}
	

/* HEADER */
	
#wrapper {
	width: 1122px;
	margin: 0 auto;
	}
	
#header {
	margin: 15px 0 0 0;
	width: 360px;
	padding: 0 20px 20px 0;
	float: left;
	}

#description {
	display: none;
	}

/* HEADER */

#footer {
	margin: 15px 0 25px 0;
	padding-bottom: 20px;
	width: 1120px;
	padding: 0;
	float: left; 
	border-top: 1px solid #ccc;
	}
	
	#footer-text {
		margin: 15px 0 0 0;
		padding: 0;
		float: right; 
		font-size: 0.9286em;
		color: #999;
		}

#tags {
	display: block;
	clear: both;
	width: 100%;
	padding: 20px 0 0 20px;
        overflow: hidden;
      }


#tagcloud {
	line-height: 1.7em;
	}

	#tagcloud a 	{
		display: block;
		float: left;
		padding: 0 8px 0 0;
		}
	
li .current_page_item a {
	color: #FF6609;
}

li .current-cat a {
	color: #FF6609;
}

h1 {
	}
	
#logo 	{
		position: relative;
		left: -40px;
	}

	h1 span {
		display: none;
	}

h1 a:link, h1 a:visited {
	color: #333;
	}	
	
h1 a:hover {
	text-decoration: none;
	}	

p.description {
	font-family: Georgia, Times, serif;
	margin: 10px 0 0 0;
	font-size: 1.2em;
	}


/* TOP MENU */

#top_menu 	{
	margin: 74px 0 50px 0;
	float: left;
	width: 740px;
	font-size: 0.9286em;
	color: #999;
	}

		ul span {
			display: block;
			margin-bottom: 12px;
			}

		ul.topmenufirst {
			width: 150px;
			float: left;
			padding: 0px 20px 0 20px;
			}

		ul.topmenu {
			width: 169px;
			float: left;
			border-left: 1px solid #ccc;
			padding: 0 0 0 20px;
			}
			
		ul.topmenulast {
			width: 149px;
			float: left;
			border-left: 1px solid #ccc;
			padding: 0 0 0 20px;
			}

		ul li {
			margin-bottom: 5px;
			}

		ul li a {
			color: #000;
			}

	
/* MAIN BODY */
	
#main, #main-fp {
	width: 740px;
	float: left;
	padding-right: 20px;
	padding-bottom: 40;
	margin: 0;
	//border-right: 1px solid #ccc;
	}
	
#main-full {
	width: 100%;
	float: left;
	padding-bottom: 40;
	margin: 0;
	}

.col1 {
	width: 360px;
	float: left;
    padding: 0;
	margin: 20px 40px 0 0;
	}

.col2 {
	width: 360px;
	float: left;
	padding: 0;
	margin: 20px 20px 0 0;
	}

.col3 {
	width: 340px;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	}

.col1-2 {
	width: 640px;
	float: left;
	padding-right: 100px;
	margin: 20px 20px 0 0;
	}

.col2-3 {
    width: 720px;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	}
  

/* MAIN BODY - Metadata */

p.post-byline a 	{ 
	color: #999;
	}	
	
p.post-byline { 
	font-size: 0.7857em; 
	text-align: left; 
	margin: 0;
	padding: 0;
	font-family: 'Lucida grande', Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	}	
	
/* MAIN BODY - Content */
	
.post {
	float: left;
	margin: 0 0 40px 0;
	}

div.category-news {
	float: left;
	margin: 0 0 30px 0;
	}
	

.post h2 a {
	color: #000;
}
	
h2 { 
	color:#000; 
	font-weight: regular; 
	margin: 0; 
	font-size: 3em;
	letter-spacing:-1px;
	}

	div.category-news h2 { 
		color:#000; 
		font-weight: regular; 
		margin: 0; 
		font-size: 1.8571em;
		letter-spacing:0px;
		}

	div.category-news div.regular_post_body p { 
		}
	
h3 {
	font-size: 0.9286em;
	color: #999;
	margin: 0 0 20px 0;
	}

	h3.search {
		margin: -5px 0 15px 0;
		}
	
h4 { 
	font-weight: bold;
	font-family: 'Lucida grande', Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	padding: 0 10px 10px 10px;
	}
	
.post p {
	margin-top: 1em;
	line-height: 1.6em;
	}
	
.post ol, .post ul, .post dl {
	margin: 1.1em 0 0 0;
	}
	
.post dt {
	font-weight: bold;
	margin: 0 0 3px 10px;
	}

.post ol li {
	margin: 0 0 10px 21px;
	list-style: decimal;
	line-height: 1.4em;
	}
	
.post ul li, .post dl dd {
	margin: 0 0 10px 21px;
	line-height: 1.4em;
	list-style: circle;
	}
	
.post dl dd {
	margin: 0 0 10px 10px;
	line-height: 1.4em;
	}
	
.post .navigation 	{
	display: block;
	clear: both;
	width: 300px;
	margin: 0;
	padding-top: 20px;
	font-family: 'Lucida grande', Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.7857em;
	} 


div.navlinks 	{
		float: left;
		padding-right: 20px;
		}
	
	.navleft, navright {
		float: left;
		padding-right: 20px;
		}
	
.regular_post_body {
	margin-top: 14px;
}
	
.regular_post_body p {
	padding-right: 140px;
}

.col1_post_body p {
	padding-right: 40px;
}

.linklove {
	color: #999;
}

.linklove a {
	color: #999;
}

/* TWEETMEME and FACEBOOK */

#main-fp .tweetmeme_button, #main-full .tweetmeme_button, #main-full #fb_share_1, #main-fp #fb_share_1  {
		display: none;
	}

.bubble .tweetmeme_button, .bubble #fb_share_1 {
		display: none;
	}

.entry .tweetmeme_button {
		display: block;
		float: left;
		margin: 10px 0 10px 0;
	}

#fb_share_1 {
		display: block;
		float: left;
		margin: 51px 0 10px 10px;
		}


/* POST META */

.post ul.post-meta {
	list-style: none;
	font-family: 'Lucida grande', Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.7857em;
}

.post ul.post-meta li {
	list-style: none;
	margin: 0;
	font
}


.post-meta-key {
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	font-size: 0.7143em;
}

.post a {
	color: #f60;
}

.more-link {
	
}
	
/* EMPHASIS LINKS */

.link {
	color: #f60;
}

		
	
/* SIDEBAR */
	
#sidebar {
	width: 340px;
	float: right;
	margin: -1px 0 0 0;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	}
	

/* SIDEBAR POSTS */

.bubble {
	font-size: 0.8571em;
	background: #eeeeee url('images/bubble_bottom.png') no-repeat bottom; 
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	min-height:80px;
	}

.bubble p {
	padding: 0 10px 5px 10px;
	margin: 0;
	line-height: 1.3em;		
	}
	
.bubble p a {
	color: #f60;
	}
	
div.tumblin-byline {
	font-size: 0.9167em; 
	line-height: 1.4em;
	text-align: left;
	margin: 15px 0 0 0;
	height: 30px;
	padding: 0 0 0 48px;
	font-family: 'Lucida grande', Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	}

div.tumblin-byline a { 
	color: #999;
	}
		
.audio { 
	}

p.photo {
	background: #ececec;
	text-align: center;
	margin: 0 10px 0px 10px;
	}

.photo img {
		padding: 10px 10px 5px 10px;
	}

.video {
	text-align: center;
	background: #ececec;
	margin: 0 10px 10px 10px;
	padding: 0;
	}

blockquote {
	font-family: 'Lucida grande', Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #333; 
	margin-left: 50px;
	}

blockquote.quoteblock {
	padding: 0 7px 7px 7px;
	margin-left: 0;
	}

.short_quote { 
	margin: 0; 
	padding: 0px; 
	font-size: 1em; 
	line-height: 0.8em; 
	letter-spacing: -1px;
	font-weight: bold;
	} 

	.short_quote big {
	    font: Bold 40px Georgia, serif;
	    line-height: 8px;
		color: #999;
	    vertical-align: -15px;
	    }

.medium_quote { 
	margin: 0px; 
	padding: 0px;
	font-size: 0.8889em; 
	line-height: 1.1em;  
	font-weight: regular; 
	} 

	.medium_quote big {
	    font: Bold 30px Georgia, serif;
	    line-height: 6px; 
		color: #999; 
	    vertical-align: -10px;
	    }

.long_quote { 
	margin: 0px; 
	padding: 0px; 
	font-size: 0.8333em; 
	line-height: 1.1em; 
	font-weight: regular; 
	} 
	
	.long_quote big {
	    font: Bold 28px Georgia, serif;
	    line-height: 6px; 
		color: #999; 
	    vertical-align: -9px;
	    }

pre, code {
	font-family: Courier, "Courier New", serif;
	margin: 1em 0 0 10px;
	line-height: 1.3em;
	}


/* SIDEBAR - Search form */

.search {
	float: left;
	padding: 0;
	margin: 20px 0 20px 0;
	}
	
input.searchbox {
	padding: 5px;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	font-family: 'Lucida grande', Helvetica, Arial, sans-serif;
	float: left;
	display: inline;
	width: 258px;
	}
	
input.searchbutton {
	padding: 4px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-family: 'Lucida grande', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	float: right;
	display: inline;
	margin: 0 0 0 0;
	background-color: #ccc;
	}
	

/* SIDEBAR - Twitter badge */
	
ul#twitter_update_list {
	background-color: #e9e4d9;
	padding: 7px 10px 7px 10px;
	line-height: 1.4em;
	font-size: 0.9em;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

	
/* SIDEBAR - Social network links */
	
ul.social {
	margin: 0 0 1em;
	}

ul.social li {
	margin-bottom: 5px;
	}
	
ul.social li a {
	display: block;
	padding: 7px 10px 7px 36px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ul.social li a:hover {
	background-color: #bab6ad;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
	}
	
a.twitter {
	background: #e9e4d9 url('http://13.media.tumblr.com/2HhYIBYFOnoeszubJkbITuqOo1_100.png') no-repeat 10px center;
	}
	
a.flickr {
	background: #e9e4d9 url('http://18.media.tumblr.com/2HhYIBYFOnoetowlKNf9jdgxo1_100.png') no-repeat 10px center;
	}
	
a.delicious {
	background: #e9e4d9 url('http://17.media.tumblr.com/2HhYIBYFOnoesn6josCxPZv8o1_100.png') no-repeat 10px center;
	}
	
a.youtube {
	background: #e9e4d9 url('http://6.media.tumblr.com/2HhYIBYFOnoeu63iPlv4bqQ3o1_100.png') no-repeat 10px center;
	}
	
a.friendfeed {
	background: #e9e4d9 url('http://3.media.tumblr.com/2HhYIBYFOnoet8t8717mbxvNo1_100.png') no-repeat 10px center;
	}


/* SIDEBAR - Credits */
	
p.credits {
	font-size: 0.9em;
	margin: 30px 0;
	line-height: 1.4em;
	}
	
	
/* SEARCH RESULTS PAGE HEADER */
	
.searchpage {
	padding: 50px 0 60px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	}
	
span.archivepagetitle {
	float: left;
	display: inline;
	font-weight: bold;
	}
	
span.resultscount {
	float: right;
	display: inline;
	font-weight: bold;
	}
	
	
	
/* NOTES */

ol.notes {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 20px 0 20px;
	}

ol.notes li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	}
	
ol.notes li blockquote {
	padding: 10px 0;
	}
      
.notes img { 
	border: 3px solid #e9e4d9; 
	vertical-align: middle;
	}	
	
/* IE8 */
	
input.searchbutton {
	margin-top /*\**/: 0px\9;
	}

/* IE7 */

*:first-child+html input.searchbutton {
	margin: -14px 0 0 0;
	padding: 3px;
	}
	
/* IE6 */

* html input.searchbutton {
	margin: -14px 0 0 0;
	padding: 3px;
	}
	
* html ul.menu li, * html ul.social li {
	margin-bottom: -8px;
	}