/* @override http://brewsters.ca/wp-content/themes/Brewsters/style.css */



/*
Theme Name: Brewsters
Theme URI: http://wordpress.org/
Description: brewsters theme.
Author: Matt Trienis
Version: 1.0

*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



/* @group jquerySlider */

.slider {
	width: 980px;
	height: 405px;
	margin-top: -70px;
	

}


.folio_block {
	position: absolute;
	
	
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	
	
}
/*--Window/Masking Styles--*/
.window {
	height:408px;	width: 980px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border-bottom-radius: 4px;
	
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	
}
.image_reel img {
	float: left;	
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	}

#container div.promo a {
	display: block;
	
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
div.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #fff; 
	color: #666;
	border: 1px solid #efefef;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.paging a:hover {font-weight: bold;}



html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* @end */

/* Easy Clearing */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE Hack - use anything that will set hasLayout to true
 * Instead of using this old method that works for IE6, but not IE7:
 *   * html .clearfix { height: 1%; }
 * This patch uses a proprietary IE-only property that doesn't require a filter
 * and works in both IE6 and 7.
 */

.clearfix {
	zoom: 1;
}


ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}



/* @group Common */

/* @group forms */

p {
	font-size: 1.3em;
	text-align: left;
	padding: 0 0 20px 0;
	line-height: 1.5em;
	
}




.input {
    border: 1px solid #999;
    background: #fff;
    margin-right: 5px;
    font-size: 1.2em;
    padding: 3px;
    width: 130px;
}

#community #content-col ul li {
	font-size: 1.2em;
	margin: 0 0 5px 40px;
	
	
}
#clear {
	clear: both;
	line-height: 12px;
	background: #FFF;
	padding-top: 7px;
}
#clear p {
	padding-top: 7px;
	padding-right: 235px;
	padding-left: 25px;
}

/* @end */

/* @end */

#community #content-col ul {
	padding-bottom: 20px;
	list-style: disc;

	
}

form#newsletter {
	text-align: center;
	padding: 0 0 0 5px;
	line-height: 2.5em;
	
}

.input:hover {
    border: 1px solid #f00;
    background: #efefef;
}

.button {
    border: 1px solid #999;
    background: #a9edff;
	font-size: 1.2em;
	padding: 3px;
}



.button:hover {
    border: 1px solid #f00;
    background: #eef;
}



/* @end */


body{
	background: #39311c url(img/background_top.jpg) no-repeat top center;
	line-height: 1;
	text-align: left;
	font-size: 62.5%;
	font-family: "Helvetica neue", Arial, Tahoma;
	color: #222;
	height: 100%;
}


.alignright {
	float: right;
	background: #fff;
	border: 1px solid #dfe0e1;
	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 30px 0 20px 20px ;
	
	
}

.alignleft {
	float: left;
	background: #fff;
	border: 1px solid #dfe0e1;
	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 40px 20px 0;
	
	
}

img.alignright.size-full.wp-image-191 {
	border: none;
	padding: 0;
	
}


div#outer-container {
	margin: 0 auto;
	overflow: hidden;
	
}

ul#social {
	position: absolute;
	left: 900px;
}
ul#social li {
	float: left;
	padding: 0 0 0 10px;
	line-height: 2em;
	font-size: 1.2em;
	color: #fff;
}



a:link, a:visited {
	text-decoration: none;
	color: #59381c;
	
}


a:hover{
	
	text-decoration: underline;
}


div#links{
	float: right;
	width: 280px;
	height: 80px;
	padding: 20px 0 0 0 ;
	
}

div#links a:hover{
 opacity: .75;
	
}

a.Menu-link {
	text-decoration: none;
	color: #7b2d10;
	width: 250px;
	padding: 0 0 10px 30px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #d5d1ba;
	display: block;
	text-align: left;
	background: url(img/icon_download.png) no-repeat 0 0;
	font: italic normal 1.4em/1.8em georgia, times new roman;
}
a.Location-link {
	font-family: georgia, times new roman;
	font-style: italic;
	font-style: italic;
	text-decoration: none;
	color: #7b2d10;
	width: 250px;
	padding: 0 0 10px 30px;
	margin: 0 0 10px 0;
	line-height: 1.8em;
	border-bottom: solid 1px #d5d1ba;
	display: block;
	font-size: 1.4em;
	text-align: left;
	background: url(img/icon_email.png) no-repeat 0 0;
	
}




strong {
	font-weight: bold;
}

div.dropshadow.fltrt{
	margin: 30px;
	float: right;
}
.fltrt{
	margin: 30px 0 0 0;
	float: right;
}
.page-id-199 .fltrt{
	margin: 0 0 0 25px;
	
	
}


/* @end */



/* @group Masthead */


#container div.main {
	background: url(img/main_bg.jpg) no-repeat 0 -40px;
	background-color: #eee8cf;
	width: 980px;
	padding: 0 0 60px 0;
	position: relative;
	border-bottom-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	
	 
	
}



#container{
	margin: 0 auto;
	width: 980px;
	position: relative;
}


 div#banner{
	width: 980px;
	margin: -70px 0 0 0;
	

}


.page-template-beerlist-php div#banner{
	width: 980px;
	height: 350px;
	margin: -70px 0 0 0 ;
	background: url(img/banners/beer_list.jpg) no-repeat 0 0;
}


.single-locations div#banner{
	width: 980px;
	height: 350px;
	margin: -70px 0 0 0 ;
	background: url(img/banners/locations.jpg) no-repeat 0 0;
}

.single-news div#banner{
	width: 980px;
	height: 350px;
	margin: -70px 0 0 0 ;
	background: url(img/banners/news.jpg) no-repeat 0 0;
}

.home div#banner{
	
	display: none;
}


#nav {
	background: url(img/menu.png) no-repeat 0 0;
	width: 980px;
	height: 190px;
	position: relative;
	margin: 0 0 0 0;
	z-index: 100;
	
}

div#seg {
	position: absolute;
	top: 25px;
	left: 776px;
	height: 21px;
	width: 208px;
	background: url(img/segmenation_nav.png) no-repeat 0 -22px;
	
}

div#seg a#calg {
	float: left;
	height: 21px;
	width: 84px;
	background: url(img/segmenation_nav.png) no-repeat 0 0;
	
}

div#seg a#calg:hover {
	
	
	
}

div#seg a#sask:hover {
	
	background: url(img/segmenation_nav.png) no-repeat -86px -22px;
	
}

div#seg a#sask {
	float: left;
	height: 21px;
	width: 120px;
	
}



#nav a {
	display: block;
	height: 80px;
	float: left;
	text-indent: -10000px;
	margin-right: 2px;
	outline: none;
}
#nav a#home {
	width: 220px;
	height: 180px;
	position: absolute;
	left: 380px;

}

#nav a#our_beer {
	width: 106px;
	position: absolute;
	left: 172px;
	top:  55px;
}

#nav a#menu {
	width: 75px;
	position: absolute;
	left: 278px;
	top:  55px;
}

#nav a#locations {
	width: 112px;
	position: absolute;
	left: 629px;
	top:  55px;
}

#nav a#brewery {
	width: 102px;
	position: absolute;
	left: 742px;
	top:  55px;
}

#nav a:hover#home {
	background: url(img/menu.png);
	background-position: 600px 556px;
}
#nav a:hover#our_beer {
	background: url(img/menu.png);
	background-position: 808px 501px;
}

#nav a:hover#menu {
	background: url(img/menu.png);
	background-position: 702px 501px;
}

#nav a:hover#locations {
	background: url(img/menu.png);
	background-position: 351px 501px;
}

#nav a:hover#brewery {
	background: url(img/menu.png);
	background-position: 238px 501px;
}


#nav a#our_brew.selected {
	background-position: 0px -110px;
}

#nav a#menu.selected {
	background-position: -173px -110px;
}

#nav a#locations.selected {
	background-position: -380px -110px;
}

#nav a#brewery.selected {
	background-position: -526px -110px;
}




/* @group Left Col */
pagin


#container #main-content div#col-left{

	padding-right: 10px;
	width: 240px;
	float: left;

}

/* @group Sub Nav */

/* start of fixed nav */


#commentWrapper { /* required to avoid jumping */
  left: 0;
  position: absolute;
  width:260px;
}

div#promo-container {
	float: left;
	margin: 0 0 0 20px;
	
}

#comment {
  position: absolute;
  top: 0;
  margin: 20px 0 0 0;

}

ul.brew {
	text-align: left;
	list-style: disc;
	margin: 15px 0 20px 35px;
	font-size: 1.3em;
	line-height: 1.7em;
	
}

.single-news div#content ul{
	text-align: left;
	list-style: disc;
	margin: 0 0 20px 35px;
	font-size: 1.3em;
	line-height: 1.7em;
	float: left;
	
	
}




#comment.fixed {
  position: fixed;
  top: 0;
}





.page-template-menu-php #sub-nav {
	width: 240px;
	padding: 5px 0 0 0;
	background-color: #fff;
	text-align: center;
	border: solid 1px #d5ccb0;
	margin: 0 0 0 20px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;	
	float: none;

	
}

#sub-nav {
	width: 240px;
	padding: 5px 0 0 0;
	background-color: #fff;
	text-align: center;
	float: left;
	border: solid 1px #d5ccb0;
	margin: 20px 0 0 20px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;	
	
}


/* End of fixed nav */

.page-template-beerlist-php div#content{
	width: 678px;
	padding: 0 0 0 40px ;
	float: right;
}


.page-template-beerlist-php div#content{
	width: 678px;
	padding: 0 0 0 40px ;
	float: right;
}

.page-template-news-php div#content{

	padding: 20px 30px 0 40px;


}

 div#content{
	width: 648px;
	padding: 0 30px 0 40px ;
	float: right;

}

 div#content2{
	width: 500px;
	padding: 0 30px 0 40px ;
	float: left;

}

div.beer-label {
	float: left;
	margin: 0 28px 20px 0 ;
		
	
}

.image-border{
	
	margin: 0 35px 30px 20px ;
	float: right;
	
	
}

.image-border img{
	
	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	
}

border-right{
	
	
	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.beer-label a{
	color: #59381c;	
	display: block;
	
	
}

.border img{
	
	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}


.border-right{

	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	margin: 0 0 0 40px;
	
}

.location-border-right{

	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	margin: 50px 0 0 40px;
	
}



div.beer-label img{
	padding: 8px;
	background-color: #fff;
	border: solid 1px #d5ccb0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

div.brew-cont {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	float: left;
	border-bottom: solid 1px #d2cfb7;
}

div.beer-label h2 a {
	display: block;
	text-align: center;
	
}

div.beer-label a img:hover {
	opacity: .85;
	

	
	
}

h2.entry-title {
	width: 175px;
	height: 30px;
	padding: 10px;
	line-height: 1 em;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0;
}

.page-template-beerlist-php h1 {
	font-family: georgia, times new roman;
	font-style: italic;
	padding: 25px 0 35px 0;
	margin: 15px 40px 25px 0 ;
	color: #4c3c24;
	background: url(img/sub_title_bg.png) no-repeat 0;
	
}

h1 {
	font-family: georgia, times new roman;
	font-style: italic;
	padding: 25px 0 35px 0;
	margin: 15px 0 20px 0 ;
	color: #4c3c24;
	text-align: center;
	background: url(img/sub_title_bg.png) no-repeat 0 center;
	
}

.single h1, .page-template-news-php h1{
	
	font-style: normal;
	font-size: 3em;
	padding: 0 0 5px 0;
	margin: 50px 40px 5px 0 ;
	color: #4c3c24;
	background: url(none);
	text-align: left;


	
	
}



.page-template-news-php h1{
	font-size: 2.2em;
	margin: 30px 0 0 0;
}

div.news-border {
	border-bottom: solid 1px #d2cfb7;
	padding: 0 0 15px 0;
	
}


div.entry-content {
	clear: both;
}



div#beer-details{
	width: 679px;
	padding: 0 0 0 40px ;
	float: left;
}

 h1.beer-name {

	text-align: left;
	font-size: 3em;
	display: block;
	color: #4c3c24;
	padding-bottom: 20px ;
	padding-top: 80px;
}

li.sub-title {
	color: #4c3c24;
	font-weight: bold;
	margin: 10px 0 0 0;


}

li.feature-title {
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.4em;
	color: #4c3c24;
	
}

li.det {
	font-size: 1.2em;
	
}

ul.feature {
	text-align: left;
	
}

ul.feature li {
	padding: 5px 0 0 0;
	line-height: 1.4em;

	
}

ul.feature li.bold {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0 0 0;
}

div.daily {
	padding: 20px 0 15px 0;
	
	
}

.single-locations li.sub-title {
	color: #4c3c24;
	font-weight: bold;
	font-size:1.4em;
	margin: 10px 0 10px 0;

}

h4 {
	font-size: 1.6em;
	color: #4c3c24;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: left;
	line-height: 1.4em;
	
	
}

div.brew-cont p.intro {
	font-family: georgia, times new roman;
	font-style: italic;
	color: #4c3c24;
	font-size: 1.7em;
	text-align: left;
	line-height: 1.6em;
	text-align:center;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	border-bottom: solid 1px #b1ab90;
}

ul.details li.desc {
	
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 0 0 5px 0;

}
	

.single-locations ul.details {
	float: left;
	text-align: left;
	
}



ul.details {
	text-align: left;
	width: 300px;
}


#nav-below {
	position: relative;
	padding: 40px 0 0 0;
	margin: ;
	height: 100px;
	font-size: 1.2em;
	text-transform: uppercase;
	
}



div.nav-previous {
	position: absolute;
	left: 0;
	
}

div.nav-next {
	position: absolute;
	left: 275px;
	
}


ul.details li {
font-size: 1.3em;
line-height: 1.2em;
padding: 0 0 2px 0;

}



div#sub-nav ul{
	padding: 0 20px 15px 20px;
  
}

li.item-subhead {
	
	color: #4c3c24;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: left;
	font-size: 1.2em;
	
}

li.item-desrc {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
	padding: 0 0 10px 0;
}

p.intro {
	font-family: georgia, times new roman;
	font-style: italic;
	color: #4c3c24;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #666;
	padding: 50px 0 20px 0;


}
.page-template-form-php p.intro {
	text-align: center;
	font-family: georgia, times new roman;
	font-style: italic;
	color: #4c3c24;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #666;
	padding: 50px 0 20px 0;
	
}



div.col {
	width: 280px;
	float: left;
	margin: 0 35px 0 0 ;
	
}




#about.our-story div#sub-nav ul li a.story-active, 
#about.associations div#sub-nav ul li a.associations-active, 
#about.news div#sub-nav ul li a.news-active, 
#about.our-team div#sub-nav ul li a.team-active, 
#about.careers div#sub-nav ul li a.careers-active, 
#about.contact-us div#sub-nav ul li a.contact-us-active, 
#tools.mortgage-info div#sub-nav ul li a.mortgage-info-active,
#tools.register div#sub-nav ul li a.register-active,
#tools.faq div#sub-nav ul li a.faq-active,
#find-your-home.feature div#sub-nav ul li a.feature-active
 {
	
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-color: #f9f9f9;
	
}


#sub-nav h2 {
	font-family: Georgia, Times New Roman,  Arial;
	text-align: center;
	font-size: 1.8em;
	color: #826f47;
	line-height: 2em;
	padding: 10px 0 20px 0;
	background: url(img/sub_nav_header_bg.jpg) center;
}

#sub-nav ul li {
	font-family: Georgia, Times New Roman,  Arial;
	letter-spacing: .1em;
	border-bottom: solid 1px #e5e3e2;
	line-height: 1.4em;
	text-align: center;
	font-size: 1.2em;
	
	
}
#sub-nav ul li a {
	color: #352b17;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 10px 0;
	
	
}

.single-beers ul#menu-beers.menu {
	padding: 0;
	
}

#sub-nav ul li.current-cat a {
	color: #fff;
}

#sub-nav ul li a:hover {
	color: #7c7057;
	text-decoration: none;

}

div.side-bar {
	width: 260px;
	position: relative;
	float: left;	
}


img.sidebar-promo {
	float: right;
	padding: 20px 0 0 0 ;
}

#sub-nav ul li.current-menu-item a{
	width: 200px;
	padding: 15px 40px 10px 20px;
	margin: 0 0 0 -20px;
	overflow: visible;
	border: none;
	text-transform: uppercase;
	color: #e6e0c8;
	background: url(img/sub_rollover.png) no-repeat 0 0;
}


 


/* @end */


div#register {
	width: 238px;
	float: left;
	background-color: #ceebb7;
	border-width: 1px;
	border-style: solid;
	border-color: #adeb7c;
	padding-bottom: 20px;
	
}

#register h2 {
	display: block;
	font-size: 1.6em;
	color: #b26c27;
	padding-top: 15px;
    height: 25px;
	background: url(../assets/images/icon_register.gif) no-repeat 10% 60%;
}


#register p {
	margin: 0 auto 10px auto;
	width: 200px;
	font-size: 1.2em;
	color: #646f5b;
	line-height: 1.5em;
	
}



/* @end */

#news{
	width: 980px;
	height: 40px;
	float: left;
	margin: 15px 0 0 0 ;
	background: url(img/news_bg.png) no-repeat;
}

#news h2.entry-title {
	padding: 0 0 0 130px;
	text-align: left;
	color: white;
	line-height: 3.0em;
	font-size: 1.3em;
	font-weight: bold;
	width: 900px;
	
}

#news h2.entry-title a {
	color: white;
	text-transform: none;
	opacity: .75;
	
}




#container div#main-content {
	
	height: 200px;
	background-color: #fff;

	
}

div.promo {
	float: left;
	margin: 15px 10px 0 0 ;
	
}


div.promo a img:hover {
	opacity: .90;
	

	
	
}

div.promo-last {
	margin-right: 0;;
	
	
}


ul#bread-crumb {
	font-family: Arial, Verdana, Tahoma;
	text-align: left;
	height: 40px;
	line-height: 4em;
	
}
ul#bread-crumb li{
	display: inline;
	padding: 0 2px 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	
}

#bread-crumb li a {
	font-weight: normal;
	text-decoration: none;
	
	
}

#bread-crumb li a:hover {
	
	color: #008fd4;
	
}
#find-your-home#find-your-home #container #header-image{
	
	background-image: url(../assets/images/header_image_red.jpg);
}



#community #container #header-image{
	
	background-image: url(../assets/images/header_image_green.jpg);
}

#tools #container #header-image{
	
	background-image: url(../assets/images/header_image_blue.jpg);
}

/* @end */



/* @end */



/* @group Footer */

h3 {
	font-family: georgia, times new roman;
	font-style: italic;
	padding: 40px 0 40px 0;
	margin: 10px 0 20px 0 ;
	color: #4c3c24;
	font-size: 1.8em;
	background: url(img/sub_title_bg.png) no-repeat 0;
	text-align: center;
	clear: both;
	
}

span.bold {
	font-weight: bold;
	padding: 0 0 0 5px;
	
	
}

li.ital {
	font-style: italic;
	text-align: left;
	padding: 0 0 5px 0;
}

#footer {
	height: 60px;
	width: 980px;
	float: left;
	position: relative;
	margin: 15px 0 0 0 ;
	

}

ul#foot-nav {
	float: left;
	padding: 5px 0 5px 0 ;

}
ul#foot-nav li {
	float: left;
	padding: 0 5px 0 0 ;
	font-size: 1.1em;
	color: #8f8266;
	font-weight: bold;
	text-transform: uppercase;
	
}
ul#foot-nav li a  {

	color: #b19e77;
}

ul#copyright {
	color: #8f8266;
	font-size: 1.2em;
	float: left;
	position: absolute;
	top: 25px;
	
}


/* @end */


/* @group Clear */

  #col-left:after,  
  #col-community:after,
  .grey-box:after,
  #find-your-home#find-your-home#content-col:after,
  #home-details-col:after,
  #main-content:after,
  #content-col:after,
  a.homestyle-box:after
  
  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
	}

* html #main-content, 
* html #col-left,
* html #col-community,
* html .grey-box,
* html #find-your-home#find-your-home#content-col,
* html #home-details-col,
* html #main-content,
* html #content-col
{
	
	height: 1%;
	
}

*:first-child+html #main-content, 
*:first-child+html #content-col, 
*:first-child+html #col_left, 
*:first-child+html #col-community.
*:first-child+html .grey-box,
*:first-child+html #find-your-home#find-your-home#content-col,
*:first-child+html #find-your-home#content-col,
*:first-child+html #main-content 
{
	
	min-height: 1px;
}

/* @group sitemap */

.site-map #content-col dl {
	font-size: 1.3em;
	padding: 10px 25px 20px 0 ;
	float: left;
   
	
}
.site-map #content-col dl dd{
	padding: 5px 0 0 15px ;
	
	
	
}

li.cat-item.cat-item-1.current-cat {
	
	
}
.site-map #content-col dl dt{
	font-weight: bold;
	padding: 5px 0 10px 0 ;
	
}

img.aligncenter{
	text-align: center;
	padding-bottom: 20px;
	
}

.single-beers #banner img{
height: 300px;

}

span.ital {
	font-family: georgia, times new roman;
	font-style: italic;
	color: #4c3c24;
	font-size: 1.1em;
	
	
}
div.news-border.lo{	
	color: #666;
}



#content div.news-border p.lo {
	color: #666;
	
}

#post-216 iframe {
	position: absolute;
	left: 640px;
	top: 520px;
	padding-top: 0;
	
}

