/*  
Theme Name: Olney Air Theme
Theme URI: http://olneyair.de/
Description: The theme for Olney Air's new web page
Version: 0.1
Author: Tobias Heintz
Author URI: http://olneyair.de/
*/

body, p, div {
	margin:0px;
	padding:0px;
	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:10pt;
}

div#div_page {
	position:absolute;
	top:0px;
	left:50%;
	
	margin-left:-640px;
	overflow:hidden;
	
	background-color:#fff;
}

div#div_header {
	background-image:url(images/header_backgr.jpg);
	background-repeat:no-repeat;
	
	width:1280px;
	height:468px;
}

div#div_body {
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	background-position:545px 60px;
	
	width:1280px;
	height:100%;
}

* html div#div_body {
	margin-top:-22px;
}

div#div_footer {
	background-image:url(images/footer_backgr.jpg);
	background-repeat:no-repeat;
	
	width:1280px;
	height:246px;
}

div#div_sidebar {	
	background-image:url(images/house.jpg);
	background-repeat:no-repeat;
	background-position:297px 0px;
	
	width:360px;
	
	padding-left:185px;
	padding-right:10px;
	
	float:left;
}

div#div_content {
	width:520px;
	
	padding-left:20px;
	padding-right:155px;
	
	float:left;
	
	text-align:justify;
}

div.div_clear {
	clear:both;
}

div#div_layover {
	position:absolute;
	left:50%;
	top:550px;
	
	width:300px;
	height:350px;
	
	margin-left:-150px;
		
	border:2px solid black;
	background-color:white;
	
	z-index:1;
	
	display:none;
}

div#div_layover p {
	text-align:center;
	margin-top:70px;
}

div#div_header_info {
}

div#div_footer_info {
	position:relative;
	top:215px;
	left:550px;
	
	width:200px;
	height:40px;
}

div#div_footer_info p {
	font-size:8pt;
}

div#div_toplinks {
	width:138px;
	height:103px;
	
	margin-top:-14px;
	margin-left:-28px;
	margin-bottom:30px;
}

* html div#div_toplinks {
	margin-top:0px;
}

div#div_toplinks div.hide {
	display:none;
}

div#div_page_header {
	margin-top:-10px;
	margin-bottom:-10px;
}

div.div_header_image {
	margin-bottom:-10px;
}

div.div_post {
	margin-left:18px;
	margin-bottom:20px;
}

object#object_mp3player {
	position:relative;
	top:-33px;
	left:875px;
	
	width:235px;
	height:18px;
}

small {
	font-size:8pt;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#C1AE7F;
	font-weight:bold;
	text-decoration:underline;
}

h1, h2, h3 {
	margin:0px;
	padding:0px;
	
	font-weight:bold;
}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

code {
	font-family:'Courier New', Courier, Fixed;
}

/*blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}*/

.center {
	text-align: center;
	}

input, textarea {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:10pt;
}

/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

ul, ol {
	margin:0px;
	padding:0px;
}

ol li {
	list-style:none;
}

p.p_postmetadata ul, p.p_postmetadata li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
}
/* End Lists */

/* Begin Comments */
.ol_commentlist, .p_commentnotice, .h3_commentheader, #form_commentform {
	margin-left:28px;
}

.ol_commentlist {
  margin-bottom:20px;
}

form#form_commentform textarea {
	width: 100%;
	}

form#form_commentform #submit {
	margin: 0;
	float: right;
	}

ol.ol_commentlist {
	padding: 0;
	text-align: justify;
	}

ol.ol_commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	}

ol.ol_commentlist p {
	margin: 10px 5px 10px 0;
	}

/* End Comments */

/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

td.contact_cart_line {
	font-weight: bold;
	text-align: right;
}
/* End Contact Form ][ CSS */

/* Begin Widgets */
#div_sidebar ul li {
	list-style-type:none;
	list-style-image:none;
}

.widget {
	margin-bottom:10px;
}

.widget_content, .gigpress-listing, .quickshopcart {
	margin-top:-12px;
	margin-left:50px;
}

.widget_link, .gigpress-list-more {
	text-align:right;
	font-size:8pt;
	font-weight:normal;
}

/* End Widgets */

p.alignright {
  text-align:right;
}

div.div_entry p {
	margin-bottom:10px;
}

p.p_postmetadata {
	font-size:8pt;
}

div.div_navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

div#div_sidebar div#div_widget_pictures {
	margin-top:0px;
}
	
div.div_widget_thumb {
	background-image:url(images/border.jpg);
	background-repeat:no-repeat;
	padding:4px;
	
	float:left;
}

input#oa_widget_input_email {
	width:140px;
}
