/*  
Theme Name: Beerville 1.0
Description: Customized Theme
Author: Mellowtown
*/



/* ----------  BASIC SETUP  ------------ */

* {
	margin: 0px; padding: 0px;
}

body > #wrap {
	font-family: inherit;
}

:focus {outline: 0}
input, textarea {outline-style:none;}


a {
	color: #e14155;
	text-decoration: underline;
	}
	
a:hover {
	color: #1f2024;
	}
	
a { outline: none; }

p	{
	color:#1f2024;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}



body {
	background: url(images/splash/bg.jpg) repeat-x 0 0;
	background-color: #d1c391;
	color: #343434;
	font-size: 12px;
	font-family:Helvetica, Arial, sans-serif;
	margin: 0;
	padding:0;
}

.clr {
	clear: both;
}



/* ----------  PAGE  ------------ */


#wrap {
	background: url(images/splash/wrapBg.jpg) no-repeat center top;
	margin: 0 auto;
	width: 1060px;
	height: 1000px;
	font-family: inherit;
}


/* ----------  HEADER  ------------ */

#header {
	background: url(images/splash/header.png) no-repeat 0px 0px;
	width:686px;
	height:325px;
	display:block;
	margin:0 auto;
	padding:0;
	position:relative;
}


/* ----------- HOMEPAGE ---------------- */

#logo {
	background: url(images/splash/logo.png) no-repeat 0px 0px;
	width: 298px;
	height: 92px;
	display: block;
	margin:64px 0 0 148px;
	padding:0;
	float:left;
}

#blogWrap {
	margin-left: 138px;
}


#splashBlogTop {
	background: url(images/splash/blogTop3.png) no-repeat 0px 0px;
	width:681px;
	height:164px;
	display:block;
	margin-left: 46px;
	margin-top: -40px;
	padding:0;
}

#splashBlogMiddle {
	background: url(images/splash/blogMiddle2.png) repeat-y 0px 0px;
	width:681px;
	display:block;
	margin-left: 46px;
	min-height: 400px;
	padding:0;
}

#splashBlogBottom {
	background: url(images/splash/blogBottom2.png) no-repeat 0px 0px;
	width:681px;
	height:60px;
	display:block;
	margin-left: 46px;
	padding:0;
}

.splashBlogPost {
	width: 660px;
}

.slpashPostHeader {
	height: 30px;
	width: 150px;
}

.splashPostTitle {
	color: #c75a0d;
	float: left;
	margin-left: 75px;
	margin-top: 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

.splashPostDate {
	color: #541603;
	float: right;
	margin-top: 15px;
	margin-right: 70px;
	font-family:Helvetica, Arial, sans-serif;
}

.splashPostBody {
	margin-top: 30px;
	margin-left: 75px;
	clear: both;
}

.splashPostContent{
	color: #352824;
	font-family: Georgia, sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: none;
	width: 540px;
}

.splashPostContent p {
	color: inherit;
}

.splashPostContent img {
	border: 0;
	margin-bottom: 20px;
}

.attachment_thumbnail {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}






/* ----------  FOOTER  ------------ */


#footer {
	background:url("images/splash/footerBg.jpg") repeat-x 0px 0px;
	position:relative;
	height:43px;
	width:100%;
	float: left;
	margin-top: -30px;
	padding:0;
} 

#footerWrap {
	background:url("images/splash/footer.jpg") no-repeat 0px 0px;
	height:43px;
	width:965px;
	position:relative;
	margin:0 auto;
	padding:0;
	
}


a#footerMellowtown {
	background:url("images/splash/footerMellowtown.png") no-repeat 0px 0px;
	display:block;
	width:205px;
	height:26px;
	margin:10px 0 0 90px;
	padding:0;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	
}

a#footerMellowtown:hover {
	background-position:0px -26px;
}


.footerCopyright {
	color:#4e271b;
	display:block;
	float:left;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin:19px 285px 0 0;
	float:right;
}








/* ----------  POPUP WINDOW OVERLAYS  ------------ */


.jqmWindow  {
	height: 566px;
	width: 904px;
	-moz-border-radius:5px 5px 5px 5px;
	border:none;
	color:#333333;
	display:none;
	left:50%;
	padding:12px;
	position:fixed;
	top:17%;
	width:904px;
	margin-left:-443px;
}


.jqmClose {
	background:url(images/splash/close.png) no-repeat scroll 0 0 transparent;
	display:block;
	height:21px;
	position:absolute;
	right:93px;
	text-indent:-99999px;
	top:51px;
	width:22px;
	z-index:1000;
}
.jqmClose:hover {
	background-position: 0 -21px;
}


.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

