/*
Theme Name: OWD
Theme URI: http://www.openwebdesign.de/
Description: Wordpress theme for openwebdesign.de
Version: 1.0
Author: Tobias Liegl
Author URI: http://www.chapi.de/
*/

/* ----------------------------------------------------------- */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* ----------------------------------------------------------- */

html { background: #3c3c3c; }
body { font-family: arial, verdana; font-size: 14px; line-height: 20px; margin: 0 auto; width: 960px; }

a { color: #669a00; text-decoration: none; }
a:hover { text-decoration: underline; }

#header { height: 97px; }
#logo { display: block; float: left; margin-top: 25px; height: 52px; width: 332px; }

#search { float: right; }

#navMain { float: right; font-family: verdana, arial; font-size: 10px; text-transform: uppercase; }
#navMain a { color: #999; }

p { margin-bottom: 18px; }

#content { background: #fff; border: 1px solid #666; float: left; padding: 25px; width: 578px; }
#sidebar { color: #999; float: right; font-family: verdana, arial; font-size: 10px; text-transform: uppercase; width: 302px; }
#sidebar h4 { font-weight: bold; margin-bottom: 5px; }
#sidebar a { color: #999; }
#sidebar a:hover { color: #669a00; }
#sidebar li { background: url(_img/bullet.gif) 1px 7px no-repeat; line-height: 16px; padding-left: 10px; }

h1, h2 { border-bottom: 1px solid #e2e2e2; color: #343434; font-family: helvetica, arial, verdana; font-size: 24px; line-height: 26px; padding-bottom: 10px; margin-bottom: 18px; }
h1 a, h2 a { color: #343434; }
h1 a:hover, h2 a:hover { color: #669a00; text-decoration: none; }

.entry h2 { font-size: 18px; line-height: 22px; }

.post { border-bottom: 1px solid #e2e2e2; margin-bottom: 25px; }
.postmeta { font-family: verdana; font-size: 10px; margin-bottom: 10px; text-transform: uppercase; }
.posttags { font-size: 12px; }

blockquote { color: #666; font-style: italic; padding: 0 20px; }

.more-link { font-weight: bold; }

.navigation { font-family: verdana; font-size: 10px; margin-bottom: 10px; text-transform: uppercase; }

.twocolumn { width: 302px; }
.leftcolumn { float: left; width: 142px; }
.rightcolumn { float: right; width: 142px; }

.box { border-bottom: 1px solid #666; padding: 10px 10px 20px 10px; }
.box2 { padding: 8px; }
.box2 img { border: 1px solid #666; }

#footer { color: #999; font-family: verdana, arial; font-size: 10px; margin-top: 12px; }

/* Begin Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin: 0 auto; }
img.alignright { padding: 4px; margin: 0 0 10px 20px; display: inline; }
img.alignleft { padding: 4px; margin: 0 20px 10px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* End Images */

/* ----------------------------------------------------------- */

.wp-pagenavi { font-size: 12px; text-align: right; }
.wp-pagenavi a, .wp-pagenavi a:link { border: 1px solid #ccc !important; color: #669a00 !important; }
.wp-pagenavi a:visited { }
.wp-pagenavi a:hover,
.wp-pagenavi a:active { border: 1px solid #ccc !important; color: #fff !important; background-color: #669a00 !important; }
.wp-pagenavi span.pages { border: none !important; padding: 2px 4px 2px 0 !important; margin: 2px 2px 2px 0 !important; float: left; }
.wp-pagenavi span.current { border: 1px solid #ccc !important; color: #fff !important; background-color: #669a00 !important; }
.wp-pagenavi span.extend { }

/* ----------------------------------------------------------- */

div.divider { background: url(../_img/divider.gif) repeat-x; border: 0; /* border-top: 1px solid #C7CED0; */ clear: both; height: 1px; margin: 9px 0; line-height: 0; font-size: 0; }

.clear:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */