/*
 Theme Name: Wilberg
 Theme URI:
 Description: Wilberg
 Author: Wilberg
 Author URI:
 */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Georgia, serif;
    color: #555555;
    text-align: center; /*centers layout in IE6*/
	background-color:#D8DBC6;
	background:url(images/bg.jpg) no-repeat top center #D8DBC6;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
        margin: 20px;
	padding-top: 0;
	padding-bottom: 0;
	}

li {
        margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

/*********************/
/*    G L O B A L    */
/*********************/

/*links*/

a, a:link, a:visited {
    color: #CB2E29;
    text-decoration: none;
}

a:hover, a:active {
    color: #CB2E29;
    text-decoration: underline;
}


blockquote {
    display: block;
    margin: .5em 2.0em .5em 2.0em;   
	padding: 0 0 0 1.0em; 
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
	border-left: dotted black .1em;
}

.bold {
    font-weight: bold;
}

.italic {
	font-style:italic;    
}

img {
	border:none;
}

.alignleft{
	float:left;
	text-align:left;
}

.alignright{
	float:right;
	text-align:right;
}

.center{
	text-align:left;
}

/*********************/
/* S T R U C T U R E */
/*********************/

#container {
    width: 900px;
    margin: 0 auto 0 auto;
    text-align: left;
}

#header {
    width: 900px;
    height: 190px;    
    color: #333;    
}

/*wraps content and sidebar*/

#wrapper {
    float: left;
    width: 100%;
    position: relative;
}

#sidebar {
    float: left;
    width: 220px;
    height: auto;
    margin:0 0 0 30px;
	padding:40px 0 0 0;   
    display: inline;
}

#content {
    float: right;
    width: 538px;
    height: auto;
	margin:0 40px 0 0;
	background:url(images/post-bg.png) repeat-y;
}

#footer {
    width: 900px;
    height: 50px;    
    clear: both;
}

/*********************/
/* H E A D E R       */
/*********************/

a.logo {    
    float:left;
    width: 275px;
    height: 73px;
    margin: 110px 0 0px 27px;      
	display:inline; 	
	text-indent:-9999px;
}

/*********************/
/*  S I D E B A R    */
/*********************/

.widget-top{
	display:block;
	width:219px;
	height:14px;
	background:url(images/widget-top.png) no-repeat;
}

.widget-bottom{
	display:block;
	width:219px;
	height:14px;
	background:url(images/widget-bottom.png) no-repeat;
	margin:0 0 20px 0;
}

.widget {	
	width:219px;	
	margin: 0px 0 0px 0;
    text-align:left;       
    overflow: hidden;
	background:url(images/widget-bg.png) repeat-y left;
}

.widget h2 {
	float:left;
	position:relative;
	width:199px;	
	padding:0 10px 5px 10px;
	text-align: left;	
	font-size:16px;
	margin:0px 0 0 0;
    color: #555555; 
}

.widget a,
.widget a:link,
.widget a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #555555;
    line-height: 20px;
	font-size:14px;
}

.widget a:hover,
.widget a:active {
    color: black;
    text-decoration: underline;
}

.widget ul {
    list-style-type: none;
    color: #555555;
    margin: 0 10px 0px 10px;
    text-align: left;
}

.widget ul ul {    
    margin-left: 10px;
}

.widget ul ul li {
    list-style-type: none;
    color: #555555;
}

/*********************/
/*      P O S T      */
/*********************/

.post-content {    
    width: 538px;
    margin: 20px 0px 20px 0px;        
}

.post-bottom{
	float:left;
	position:relative;	
	width:538px;
	height:21px;
	margin-bottom:-21px;
	background:url(images/post-bottom.png) no-repeat;	
}

.post-content h1{
	margin: 0 20px 10px 30px;    
	font-size:22px;
}

.post-entry {    
    margin: 0 20px 0 30px;    
	font-size:14px;	
	line-height:18px;
}

.post-entry p{
	padding: 5px 0 5px 0;
}


.post-entry img {    
    margin: 5px 5px 5px 5px;
    padding: 0 0 0 0;
}

.navigation {
    font-size: 14px;
    margin: 0 20px 0px 20px;	
	padding: 0 0 10px 0;/*fixes nav bottom in IE*/
}

/*   S E A R C H     */


#searchform {	
    width: 200px;
    height: 40px;       
    display: block;
	margin:0 auto 0 auto;	
}

#searchfield {
    float: left;
    width: 125px;
    height: 18px;
    margin: 10px 0px 0px 5px;
    padding: 1px 2px 0px 2px;
    font-size: 12px;
    background: none;
	color:gray;
    border: 1px solid #f4f4f4;
    display: inline;
}

#searchsubmit {
	float: right;
    height: 20px;
    width: 50px;
    margin: 10px 10px 0 0px;
    color: gray;    
    border: 1px solid #f4f4f4;
    cursor: pointer;  	
}

/*********************/
/*  C O M M E N T S  */
/*********************/

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform {
    width: 390px;
    margin: 0 0 0 40px;
}

#commentform input {
    width: 120px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0 0 20px 0;
    float: right;
}

.avatar {
    float: left;
    margin: 0px 5px 0px 15px;
    display: inline;
}

.alt {
    margin: 0;
    padding: 10px;
}

h3#comments {
    margin: 10px 30px 10px 40px;
}

h3#respond {
    margin: 10px 30px 10px 40px;
}

img#comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 30px 10px 30px;
    font-size: 14px;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
}

/* clearfix */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

* html .clear { /* \*/
    height: 1%;
}
