/*  
Theme Name: BradNew1
Theme URI: http://www.zesty.net
Description: 
Version: 1.0
Author: Brad Cerenzia
Author URI: http://www.zesty.net

*/

body {
  border:0px;
  margin:0px;
  background:url(img/bodybg.jpg) top left repeat #c4bfbb;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

#thetop{
margin:0;
}

#container{
  margin:0 auto 0 auto;
  width:950px;
  background:#FFF;
  border-left:4px solid #ce0012;
  border-right:4px solid #ce0012;
  height:auto;
}

a{
text-decoration:none;
background-color:inherit;
color:#ce0012;

}

a:hover{
text-decoration:underline;
color:#88000a;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
  margin:10px 20px 0 0;
  padding:0 0 5px 0;
  text-align:center;
  color:#555;
  background:url(img/WIHlogo.gif) no-repeat;
  width:650;
  height:120px;
}

#logo h1{
margin:0px 5px 1px 5px;
letter-spacing:-2px;
}

#logo a{
background-color:inherit;
color:#ce0012;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#88000a;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{

width:700px;
margin-right:0px;
padding:0;
background-color:#fff;
  border:0px solid grey;
  float:left;

}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
/*background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;*/
text-decoration:none;
}

.headerstyle a{
/*background:#eee url(img/gradient2.png) repeat-x;*/
}

.dateline {
margin: 0 0 0 0;
padding: 0 0 0 10px;
font-size: 85%;
}

.tags {
margin: 0 0 10px 0;
padding: 0 0 0 10px;
font-size: 85%;
}

#sidebar{
font-size:11px;
color:#ce0012;
width:200px;
float:right;
line-height:1.3em;
margin:80px 10px 10px 10px;
text-align:left;
border-left:2px solid #555;
}

#sidebar ul{
list-style: none inside none;
margin: 0;
padding: 0 0 0 0;
}

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

.themeswitcher li{
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
background:#fff url(img/gradient2.png) repeat-x;
color:#88000a;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:760px;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
font-weight:bold;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
font-weight:bold;
}

h3{
margin:20px 0 0px 0;
font-size:1.4em;
font-weight:bold;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
font-weight:bold;
}

textarea{
width:510px;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.alignleft{
float:left;
}

.alignright{
float:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.postmetadata{
padding:20px;
/*background:#eee;*/
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

.dateline {display:none}
.entry img {padding-right:10px;padding-bottom:10px;float:left;}
/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */