/*
Theme Name: Plainscape (schulenburg)
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.3
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color: #000;
	}
	
.cms-clearit {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}
	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

h1 { font-size: 2.4em; }
h2 { font-size:21px; font-weight:lighter; line-height:22px;}
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

pre {
	overflow:auto;
}


h2 a { color: #000;}



acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

a {
	color: #016AA1;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	background: url(images/page_bg.gif) repeat-y 35px 0;
	padding: 0;
	margin:0;
	width: 910px;
}

.clearBoth_noheight {
    clear:both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    width: 0px;
}


/* Header top */


#date {
	float: left;
	bottom: 0;
	margin:0;
	width: 200px;
	font-size: 1.1em;
	color: #016AA1;
	padding: 15px 0 0 0;
	text-transform:uppercase;
}

#serv_nav {
	margin: 0 255px 0 0;
	padding: 15px 0 0 0;
	color:#A0A0A0;
}

#serv_nav a{
	color:#A0A0A0;
	}

#serv_nav a:hover {
	color:#82B5D1;
	text-decoration: none;
	}

#serv_nav ul {
	font-size: 1.1em;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align:right;
	}

#serv_nav ul li {
	float:right;
	padding-left:5px;
}



/* Search top */

#serv_form {
	float:right;
	margin:0;
	padding: 10px 0 0 0;
}

#serv_form form {
	margin:0;
	padding:0;
}


#s {
	background:transparent url(images/bg_input.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#6A6A6A;
	margin:0 0 0 5px;
	padding:3px 4px;
	height: 15px;
	width: 125px;
	font-size: 1.1em;
}


.submit {
	background-color:#82B5D1;
	border: 1px solid #82B5D1;
	color:#FFFFFF;
	cursor:pointer;
	width: 100px;
	margin:0 0 0 5px;
	padding:2px 6px;
	font-size: 1.1em;
}


#header {
	margin: 0 20px;
	padding: 0 0 45px 0;
	background: #FFFFFF;
}


#header h1 a {
	width: 545px;
	height: 80px;
	display: block;
}

#header strong{
	display: none;
}

#header h1 {
	float: left;
	margin: 0;
}


#headerlogohaz {
	float: right;
	padding: 30px 0 0 0;
}

#headerlogohaz a {
	width: 250px;
	height: 30px;
	display: block;
}


#wrapper {
	background:(images/page_bg.gif) repeat-y 35px 0;
	padding: 0 20px 0 20px;
	background: none;
}


#content {
	margin:0;
	padding:0 0 0 0;
	width:505px;
	float:left;
}
	
#sidebar {
	width:325px;
	float:right;	
	margin:0;
	padding: 0;
}	

/* Header */
#headerimage {
	padding: 0 0 0 0;
	margin: 12px 0 2px 0; 
	background: #FFFFFF;
	height: 80px;
	width: 870px;
	clear: both;
	background:url(images/headerimage.jpg) no-repeat;
}

#header .description {
	font-size:1.2em;
}

#hmenu a {
	color: #FFFFFF;
}

#hmenu a:hover {
	text-decoration: underline;
	background: none;
}


#hmenu {
	margin: 0;
	padding: 5px 0 4px 9px;
	height: 16px;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding: 0;
}

	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 20px 0 0;
}

#hmenu ul li {
	font-size:1.2em;
	font-weight:bold;
	float: left;
	}	

#hmenu ul li#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	


#hmenu ul li#hmenu_haz {
	float: right;
    }



#hmenu {
	background: #016AA1;
}


/* End header */

/* Post */

.post {
	background:transparent url(images/bg_line.gif) repeat-x scroll center bottom;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0; 
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size: 12px;
	color:#888;
	padding: 8px 0 0 0
}

.clear {
	clear: both;
}

.entry {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	line-height:16px;
	margin:20px 0;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


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

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

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	text-align: left;
	
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size: 12px;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	font: 1.1em Verdana, Arial, Sans-Serif;
	}

#autor {
	background: #f7f7f7;
	padding: 2px 10px 15px 10px;
	}

#autor img{
	float: left;
	padding: 9px 16px 10px 8px;
	}

#sidebar h2.autor{
	color: #016AA1;
	}


#sidebar h2 {
	background: transparent url(images/bg_line.gif) repeat-x scroll center bottom;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0 0 3px 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar h2 a.twitterwidget {
	background: transparent url(images/twitter.gif) no-repeat;
	display:block;
	margin:14px 0 0;
	padding:7px 0 0 39px;
	}

#twitter-2 h2 {
	background: none;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	margin-bottom: 20px;
	}
	



.widget_calendar {
	clear: both;
	}


#sidebar ul li.widget_rss ul {
	margin:0;
	padding: 10px;
	}

#sidebar ul li.widget_rss ul li{
	margin:0;
	padding: 0 0 5px 0;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar .widget_twitter ul li {
	margin: 0;
	padding: 20px 20px 0px 20px;
	}

#sidebar .widget_twitter ul {
	background: #e2f6fb;
	margin: 0;
	padding: 0 0 20px 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	}



/* Calendar */
#calendar_wrap {
	padding: 20px 0 0 0;
	}


#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#footer {
	
}


#footer {
	background: #FFFFFF url(images/bg_footer.gif) repeat-x scroll center top;
	padding:35px 0 15px 0;
	text-align:left;
	font-size:1.1em;
	color:#888;
	margin: 20px;
	clear: both;
}

/* Custom */

/* Poll */

.wp-polls {
	background: #f6f6f6;
	padding: 5px 15px;
	border: 1px solid #dadada;
	margin: 25px 0;
}


#gallery-1 .gallery-caption {
    display: none;
    margin-left: 0;
}

.gallery {
    height: 175px;
    overflow: hidden;
    }


