/*
Theme Name: orgeo
Theme URI: http://3fact.com
Description: "orgeo" is a two column theme for WordPress 2.x.
Version: 1.0
Author: Florian Gützlaff
Author URI: http://3fact.com
License: GPL
*/


/* Container */

body{
font-family:Tahoma,Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size:small;
line-height:1.6;
color:#333;
margin:0;
padding:0;
text-align:center;
background-image:url(images/stripe.png);
background-color:#ddd;
}

* html body{
font-size:medium;
}

#wrap{
margin:0 auto;
padding:20px 0 100px 0;
text-align:left;
width:66em;
clear:both;
background:#fff;
}

#content{
float:left;
padding:10px 0 0 5px;
width:45em;
margin-bottom:50px;
}

#footerwrap{
clear:both;
background-color:#222222;
}


/* global */

 h1, h2, h3{
font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
font-size:1.5em;
padding-right:5px;
}

h3{
font-size:1.2em;
}

a{
text-decoration:none;
color:#777;
}

img{
border:none;
}

ul{
margin:0;
padding:0;
}

a:hover{
color:red;
}

.clearfield{
clear:both;
display:block;
}

/* Header */

#header{
background:#222222; 
padding: 0;

}

#headerwrap{
background-image:url("./images/devizes_tree.png");
background-position: 0% 50%;
background-repeat: no-repeat;
margin: 0 auto;
width:66em;
height:85px;
padding:12px 0 0 0;
text-align: left;
}

#headerwrap h1{
margin:0;
margin-left: 113px;
padding:0;
}

#header h1 a{
font-family:Tahoma, "Times New Roman", Arial, serif;
color:#fff;
font-weight:800;
}

#headerwrap p{
font-size:1em;
margin:0;
margin-left: 113px;
padding:0;
color:#fff;
}

/* Navigation */

#navigation {
width:66em;
margin:0 auto 0 auto;
padding:0;
}

#navigation #mainNav {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #444444;
background: #333333;
}

#navigation #mainNav ul{
float:left;
}

#navigation li {
float:left;
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", serif;
font-size:90%;
letter-spacing:2px;
text-transform:uppercase;
}

#navigation li a:link, #navigation li a:visited {
float: left;
padding: 10px 12px;
text-decoration: none;
color: #eeeeee;
border: none;
background: url(images/navitop.gif) no-repeat bottom right;
}

#navigation li.current_page_item a:link, #navigation li.current_page_item a:visited{
color:red;
background:#222222 url(images/navitop_hover.gif) repeat-x ;
}

#navigation li.current_page_item a:hover{ 
color:red;
background:#222222;
}

#navigation li a:hover {
background: #444444;
}


/* Entry */

 .entry{
border-bottom:1px solid #bbbbbb;
font-size:1em;
margin:0 15px 5px 5px;
}

.entry h1 a, .entry h2 a{
color:red;
}

.entry img{
float:left;
margin:0 10px 5px 0;
}

.entry ul{
list-style-image:url("./images/listpoint.gif");
}

.entrybody ul{
margin-left:20px;
}


.entrytitle h2, .entrytitle h3{
display:inline;
font-weight:normal;
}

.entrytitle h2{
}

.entrytitle h3{
font-weight:normal;
}

body#home .entry-1 .entrytitle
{
background:url("./images/new.gif") no-repeat;
border-bottom:none;
height:45px;
padding-left:45px;
}

body#home .entry-1 .entrytitle h2{
display:block;
margin:0;
}

body#home .entry-1 .entrytitle h3{
display:block;
margin:0;
}

.entrymeta{
font-size:85%;
padding:5px;
display:none;
}

.entry-1 .entrymeta{
display:block;
}

.filedto{
background:url("./images/file.gif") no-repeat 0 2px;
padding-left:15px;
}
.commentslink{
background:url("./images/comments.gif") no-repeat 0 3px;
padding-left:15px;
}

.pagenavi{
padding:5px;
overflow:hidden;
height:30px;
/*border-top:#bbbbbb solid 1px;
border-bottom:#bbbbbb solid 1px;*/
}

.previous{
float:left;
}

.next{
float:right;
}


/* Comments */

.commentsblock{
margin:0.5em;
padding:1em;
font-size:1.1em;
}

.commentsblock textarea{
width:410px;
}

.commentsblock input, .commentsblock textarea{
border:1px solid #bbbbbb;
}

.commentsblock textarea:focus, .commentsblock input:focus{
border:1px solid #4f8b49;
}

.commentauthor{
display:block;
font-size:1.5em;
}

ol.commentlist{
color:#222222;
font-size:0.9em;
list-style-type:none;
margin:0;
margin-top:1.5em;
padding:0;
}

.commentlist .alt{
border:1px solid #bbbbbb;
padding:0.5em 1em;
background-color:#eee;
}

.commentlist li{
margin-bottom:0.5em;
padding:0.5em 1em;
}

#comments{
font-size:1.2em;
}

/*Sidebar*/

#sidebar{
margin-left:48em;
width:19em;
font-size:95%;
line-height:1.5em;
}

#sidebar h2{
letter-spacing:2px;
text-transform:uppercase;
font-size:small;
margin-bottom:10px;
border-bottom:#bbbbbb solid 1px;
}

#sidebar .sidebarlists{
list-style-type:none;
margin:0;
padding:0;
}

#sidebar .children{
list-style-image:url("./images/listpoint.gif");
list-style-position:inside;
margin:0;
padding:0;
}

#sidebar ul li{
padding:3px 0 0 3px;
}

#search{
background-image:url("./images/search.gif");
border:medium none;
display:block;
height:32px;
padding-left:0pt;
text-decoration:none;
width:100px !important;
}

#search:hover{
background-image:url("./images/search.gif");
background-position:0px 33px;
}

/* Footer */
#footer{
width:66em;
height:30px;
margin:0 auto;
border-top:1px solid #222;
color:#909090;
clear:both;
text-align:center;
background:#333;
}

#footersection{
clear:left;
padding:50px 0 10px 0;
width:66em;
margin:0 auto;
background-color:#333;
}

#footersection h2{
color:#909090;
margin:0px;
padding:0px;
}

#footersection ul{
list-style:none;
margin:0;
padding:0;
}

#footersection a{
color:#909090;
}

#footersection a:hover{
color:#bbbbbb;
}

#archive{
width:20em;
text-align:right;
float:left;
}

#meta{
width:20em;
float:right;
text-align:left;
}

#links{
width:19em;
margin:0 0 0 23em;
text-align:center;
}


#footer p{
margin:0;
padding-top:6px;
}

hr, .hide {
display: none;
}

/*******************************/*

#navigation #mainNav:after,
#content:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



/* ie5+6/win only */
* html #navigation ul {
height: 1%;
}
/*  ie7/win only */
*:first-child+html #navigation ul {
min-height: 1px;
}




