/*
Theme Name: indesign
Theme URI: http://inpsyde.com/
Description: ...keep it simple
Version: 1.0
Author: O.A.Schmitz
Author URI: http://inpsyde.com/
*/

/*Body*/
body {
font-family:Georgia, Arial, Helvetica, Sans-Serif;
font-size:12px;
text-align:center;
background:#fff;
color:#333333;
margin:0;
padding:0;
line-height:1.7;
list-style-type:none;
}

#wrap {
text-align:left;
margin:0px auto;
padding:15px 0 18px 0;
}

.content {
width:750px;
margin:0px auto;
text-align:justify;
}

img {
border:0;
}

img.aligncenter {
text-align:center;
}

img.alignleft {
float:left;
padding-right:10px;
}

img.alignright {
float:right;
padding-left:10px;
}




/*Header*/
#header {
width:750px;
height:110px;
margin:0px auto;
padding: 0 0 0 0;
}


#headerleft {
  width: 375px;
	margin: 0;
  padding: 15px 0 0 5px;
  float: left;
  }

#headerright {
  width: 370px;
	margin: 0;
  padding: 0;
  float: left;
  }

#headerrightbox {
  background: #fafafa;
  border: 1px solid #dddddd;
  -moz-border-radius: 10px;
	margin: 0 0 0 30px;
  padding: 10px;
  font-size: 11px;
  }


#topmenu {
width:750px;
margin:0px auto;
padding: 0;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
font-size: 11px;
}




#menu ul {
list-style: none;
margin: 5px 0 3px 20px;
padding: 0;
text-transform: uppercase;
}

#menu li {
display: inline;
margin: 0 30px 0 0;
text-align: center;
}

#menu li a{
text-decoration:none;
color:#444;
}



#menu #current {
font-weight:bold;
  }
  
#searchform {
float:right;
text-align:right;
margin:0px auto;
  }
  

.subnav {
width: 710px;
padding: 0;
margin: 0px auto 20px auto;
text-align:left;
}

/* middleside
-------------------------------------*/

#middleside {
 width: 750px;
 padding: 0 20px 0 20px;
 margin: 0 auto;
}


.leftside{
 padding: 0 20px 0 0;
 width:365px;
 float:left;
 text-align:left;
  }



.rightside{
 padding: 0;
 width:325px;
 float:left;
 text-align:left;
  }


  
.time {
 color: #999;
 float:left;
 width: 50px;
}

.entry {
 margin-left: 50px;

}
/*Links*/
a {
text-decoration:none;
color:#0080D7;
}

a:hover, #menu li a:hover {
text-decoration:none;
color:#FF6600;
}

.post2 a:visited {
color:#b85b5a;
}

h1,h2 {
font-weight:400;
margin:0;
padding:0;
text-align:left;
}

h2 a, h2 a:visited {
text-decoration:none;
font-size: 140%;
margin:0;
padding:0;
}



h1 a {
text-decoration:none;
color:#333;
}

h1 a:visited {
text-decoration:none;
color:#333;
}





.infopost a {
font-size:11px;
color:#666;
border-bottom:1px dotted;
}

/*Post*/
.infopost {
font-size:11px;
color:#666;
padding:0;
}



blockquote {
border:1px solid #eee;
color:#707070;
text-align:justify;
margin:13px 0 13px;
padding:0px 15px  10px;
}

blockquote p {
margin:0;
padding:9px 0 0;
}

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

code {
background:#eee;
color:#681;
}

.post {
padding:0 20px;
}

.post {
padding-top:15px;
}

.post2 {
font-size:12px;
}

.post h2 {
border-bottom:1px solid #eee;
font-size:22px;
}

.post ul {
list-style:url(i/arrow.png);
margin:15px 0 15px 20px;
padding:0;
}

.post li {
border-bottom:1px dotted;
border-bottom-color:#d8d8d8;
margin:0 0 8px;
}

.post ol {
margin:0 0 0 25px;
padding:0;
}



.nav {
font-size:14px;
font-weight:700;
padding:20px;
}

.justify {
text-align:justify;
}



/*Footer*/
#footer{
clear:both;
font-size:11px;
text-align:center;
color:#d5d5d5;
padding:0 0 10px;
}

#footer a {
text-decoration:underline;
color:#d5d5d5;
}

