/*
Theme Name: WordPress Brenson
Version: 1.0
Author: Netmarker (Balazs Kovacs)
*/

/*
Common
*/
.aL { align: left; }
.aR { align: right; }
.fL { float: left; }
.fR { float: right; }
.cB { clear: both; }

img {
	border: 0px;
}
h1, h2, h3 {
	font-weight: bold;
	margin: 8px 0px 5px 0px;
	color: #873637;
}
h1 a, h2 a, h3 a, div#menu a {
	text-decoration: none;
}

h1 {
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
}
a {
	text-decoration: underline; /* none */
	color: black;
}
a:hover {
	text-decoration: underline;
}
h1 a, h2 a, h3 a {
	color: #873637;
}

/*
Main structure
*/
body {
	height: 100%;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: #ffffff;
	margin: 0px;
	text-align: center;
}

#page {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	background: white url('images/page_bg.jpg') repeat-y top center;
	text-align: left;
}

#menu {
	width: 1000px;
	height: 78px;
	background: white url('images/menu_bg.jpg') no-repeat top center;
	text-align:center;
}
#header {
	width: 1000px;
	height: 155px;
	/*background: white url('images/header_bg.jpg') no-repeat top center;*/
}
#search {
	width: 975px;
	height: 24px;
	padding-right: 25px;
	background: white url('images/search_bg.jpg') no-repeat top center;
}

#content {
	background: url('images/content_bg_top.jpg') no-repeat top center;
	text-align: justify;
}

#left_main_column {
	width: 307px;
	min-height: 500px;
	padding: 0px 8px 0px 25px;
	background: url('images/content_border.jpg') no-repeat top right;
	float: left;
}

#middle_main_column {
	width: 307px;
	min-height: 500px;
	padding: 0px 8px 0px 5px;
	background: url('images/content_border.jpg') no-repeat top right;
	float: left;
}

#left_column {
	width: 630px;
	min-height: 500px;
	padding: 0px 5px 0px 25px;
	background: url('images/content_border.jpg') no-repeat top right;
	float: left;
}

#right_main_column, #right_column {
	width: 310px;
	min-height: 500px;
	padding: 0px 5px 0px 5px;
	float: left;
}

#footer {
	width: 954px;
	height: 32px;
	padding: 14px 21px 0px 25px;
	background: white url('images/footer_bg.jpg') no-repeat;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin-left: auto; margin-right: auto;
}

/*
Search
*/
#search form {
	width: 270px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	float: right;
}
#search input[type=text] {
	border: 1px solid #a5acb2;
	margin: 2px 5px 0px 10px;
	height: 14px;
	width: 176px;
	font-size: 9px;
}
#search input[type=image] {
	margin: 0px;
	border: 0px;
	top: -1px;
}

/*
Menus
*/
#menu ul {
	margin: 0px auto 0px auto;
	padding-top: 25px;
	padding-left: 5px;
}

#menu li {
	/*height: 11px;*/
	padding: 0px 12px 0px 12px;
	border-left: 1px solid white;
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	display: inline;
}
#menu li:first-child {
	border-left:none;
	list-style: none;
}
#menu a {
	color: white;
}

/*
Mailer form
*/
#mailer {
	width: 317px;
	left: -3px;
	position:relative;
	margin-top: 10px;
	border-bottom: 2px solid #ececec;
}
#mailer div:first-child {
	height: 13px;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	background-image: url('images/mailer_head_bg.jpg');
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
#mailer * {
	font-family: Verdana;
	font-size: 10px;
	color: #7a7972;
}
#mailer div {
	margin: 0px;
	border: 1px solid #ececec;
	padding: 2px;
	background: #e0e0de;
}
#mailer textarea { 
	border: 1px solid #a5acb2;
	margin: 0px 10px 0px 0px;
	width: 240px;
	vertical-align: top;
}

#mailer input[type=text] { /* ie6 hack to fix at least the textarea above */ 
	border: 1px solid #a5acb2;
	margin: 0px 10px 0px 0px;
	width: 240px;
	vertical-align: top;
}
#mailer textarea {
	height: 120px;
}
#mailer input[type=submit] {
	bottom: 2px;
	left: 254px;
	position: absolute;
	display: block;
}

/*
Images
*/
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/*
Misc
*/
img.pic {
	border: 1px solid #8a7369;
}

#hotline {
	left: -3px;
	position:relative;
}

hr, .more-link {
	height: 15px;
	width: 100%;
	padding: 5px 0px 5px 0px;
	border: 0px;
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #871A20;
}
#picture {
	float: right;
	position: relative;
	right: -10px;
}
#footer_logo {
	margin-left: 5px;
	position: relative;
	top: -6px;
}

table#pricelist {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
table#pricelistmain {
	width: 300px;
}

.teaser-date {
	width: 100%;
	margin: -7px 0px 3px 0px;
	text-align: right;
	font-size: 10px;
}
