/*
Theme Name: Intuition Ale Works
Theme URI: http://intuitionaleworks.com
Description: Created for the Intuition Ale Works website
Author: Joey Marchy
Author URI: http://wingardcreative.com/

*/



/* ---------------------------------------------------------------------------
	
	Master Styles
	
	Intuition Ale Works
	http://intuitionaleworks.com
	
	Author: Joey Marchy
	http://wingardcreative.com
	
--------------------------------------------------------------------------- */

/* RESET! */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	background: #000 url(images/bg.png) no-repeat center 0;
	color: #333;
	font: small/1.5em Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 40px 0;
}
	
#container {
	background: #fff;
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 915px;
	
}



/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link {
	color: #000;
	text-decoration: none;
}
	
a:visited {
	color: #000;
	text-decoration: none;
}
	
a:hover {
	color: #000;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	
	color: #000;
	margin-bottom: 10px;
	font-size: 220%;
	font-family: 'arimo', arial, serif; 
	font-weight: normal;
	line-height: 1.2em;
	text-transform: capitalize;
}

h2 {
	color: #000;
	margin-bottom: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-family: 'arvo', rockwell, georgia, serif;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: 1.7em;
	text-transform: uppercase;
}

h4 {
	background: url(images/div-dot.png) repeat-x bottom left;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 130%;
}

h5 {
	margin-bottom: 20px;
	font-size: 150%;
}

h6 {
	margin-bottom: 20px;
	font-size: 150%;
}

p { 
	font-size: 110%;
	margin-bottom: 30px; 
}

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul { margin: 0 0 30px 30px; }

li { margin-bottom: 5px; }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	background: #fff url(images/header.png) no-repeat center 0;
	margin: 0;
	padding-top: 265px;
	position: relative;
}

#logo {
	height: 250px;
	left: 215px;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 480px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#feature {
	float: left;
	width: 400px;
	padding-left: 60px;
}

#promotion {
	float: right;
	width: 220px;
	margin-right: 60px;
}

#promotion-sticker {
	background: url(images/sticker.png) no-repeat 0 0;
	padding-left: 150px;
}


ul#nav {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:2px solid #000000;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
	text-align: center;
	width: 100%;
	}

ul#nav li {
	float:left;
	font: bold 1.15em 'arvo',Helvetica,Arial,sans-serif;
    padding: 0 17px 5px;
	text-transform:uppercase;}
	
ul#nav li a, ul#nav li a:visited { 
	color: #000; text-decoration: none; 
	}
	
ul#nav li a:hover { 
	color: #000; text-decoration: underline; 
	}

ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover { 
	color: #000; text-decoration: underline; 
	}
		
		
/* ---------------------------------------------------------------------------
	=utility
--------------------------------------------------------------------------- */

#utility {
	background-color: #ccc;
	margin: 0 40px;
}

#utility ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0;
}

#utility ul li {
	color: #000;
	display: inline;
	padding: 10px 0;
	margin-left: 30px;
}

#utility ul li a {
	color: #000;
	font-style: italic;
}

#utility ul li a:hover {
	text-decoration: underline;
}

#utility ul li form {
	display: inline;
}

#utility ul li#utility-rss {
	background: url(images/icon-rss.png) no-repeat 0 5px;
	padding-left: 28px;
}

#utility ul li#utility-facebook {
	background: url(images/icon-facebook.png) no-repeat 0 5px;
	padding-left: 28px;
}


/* ---------------------------------------------------------------------------
	=titles
--------------------------------------------------------------------------- */

.title {
	font-family: 'arvo', rockwell, georgia, serif;
}
/*-- #title-revolution {	
	background: url(images/title-revolution.png) no-repeat 0 0;
	height: 78px;
	text-indent: -9999px;
	width: 332px;
}

#title-recent-posts {	
	background: url(images/title-recent-posts.png) no-repeat 0 0;
	height: 21px;
	text-indent: -9999px;
	width: 190px;
}

#title-blog {	
	background: url(images/title-blog.png) no-repeat 0 0;
	height: 18px;
	text-indent: -9999px;
	width: 112px;
}

#title-get-yours {	
	background: url(images/title-get-yours.png) no-repeat 0 0;
	display: block;
	height: 13px;
	margin-top: 15px; 
	text-indent: -9999px;
	width: 108px;
}

#title-hair-of-the-dog {	
	background: url(images/title-hair-of-the-dog.png) no-repeat 0 0;
	height: 18px;
	text-indent: -9999px;
	width: 221px;
}

#title-promotion {	
	background: url(images/title-promotion.png) no-repeat 0 0;
	height: 43px;
	margin-bottom: 30px;
	text-indent: -9999px;
	width: 282px;
}

#title-whats-brewing {	
	background: url(images/title-whats-brewing.png) no-repeat 0 0;
	height: 21px;
	text-indent: -9999px;
	width: 235px;
}

 
#title-poster {	
	background: url(images/title-posters.png) no-repeat 0 0;
	height: 50px;
	text-indent: -9999px;
	width: 323px;
}
-- */ 
#title-facebook {
	background: url(images/title-facebook.jpg) no-repeat 0 0;
	height: 54px;
	text-indent: -9999px;
	width: 260px;
}

#title-facebook a {
	height: 100%;
	width: 100%;
	display: block;
}
/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content {
	background: url(images/div-dot.png) repeat-y 630px;
	margin-bottom: 20px;
	padding: 20px 40px 0 40px;
}

#content-main {
	float: left;
	width: 500px;
}

#content-main small {
	display: block;
	padding-bottom: 15px;
}

#content-secondary {
	float: right;
	font-size: 90%;
	width: 260px;
}

#content-secondary img {
	margin-bottom: 10px;
	padding: 5px;
}

#content-secondary .mini-container img {
	margin-bottom: 10px;
	padding: 0;
}

#content-secondary ul {
	margin-left: 15px;
	font-size: 110%;
}

/* =content extras */

#content-extras {
	clear: both;
	font-size: 90%;
	margin: 0 60px 20px 60px;
}

#content-extras img {
	border: 1px solid #000;
	padding: 4px;
}

#about-intro {
	background-color: #eee;
	float: left;
	margin-right: 10px;
	width: 470px;
}

#services-callout {
	background-color: #eee;
	float: left;
	width: 170px;
}

#other-callout {
	background-color: #eee;
	float: right;
	width: 170px;
}

/* =content details*/

#content-extras h4 {
	border-top: 3px solid #000;
	padding-top: 5px;
}

.mini-container {
	margin-bottom: 30px;
}

.mini-container ul {
	margin-left: 0;
	padding-left: 0;
}

.mini-container ul.share li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.mini-container form {
	margin: 20px 0;
}

.mini-container iframe {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------
	=post
--------------------------------------------------------------------------- */
p.alt {
	background-color: #e1e1e1;
	border-top: 2px solid #000;
	font-size: 95%;
	padding: 15px 10px 5px 10px;
}

div.post {
	margin-bottom: 45px;
}

div.post a {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------
	=comment
--------------------------------------------------------------------------- */
#respond p {
	margin-bottom: 0px;
}

#respond input, #respond textarea {
	margin-bottom: 10px;
}

#respond #submit {
	margin-bottom: 50px;
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */


#foot {
	background: transparent url(images/bg-container.png) repeat-x bottom left;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-size: .85em;
	margin: 0 auto;
	padding: 27px 0;
	width: 915px;
}

#foot p { 
	margin-bottom: 0;
 	padding-left: 160px;
 	}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#header:after,
#promotion:after,
#content:after,
#content-extras:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
