/*  
Theme Name: 040Hosting
Theme URI: http://www.040hosting.eu
Description: 040Hosting Theme 
Version: 1.0
Author: Patrick Sanders
Author URI: http://www.040hosting.eu

*/

html, body, form, fieldset {
margin: 0;
padding: 0;
background: #ffffff;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

.alignleft {
   float: left;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


h1{
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration: underline;
color: #336699;
}

a:hover{
text-decoration: none;
}

p{
padding: 10px 0 0 0;
}

#wrapperblog{
margin: 0 auto 0 auto;
width: 900px;
text-align: left;
}

#header{
float: left;
width: 900px;
}

#container{
float: left;
width: 700px;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-size: 18px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 190px;
background: #eeeeee;
margin: 0 0 0 10px;
}

.searchform{
background: #eeeeee;
margin: 0 0 0 10px;
}


.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 5px 0 5px 0;
}

.sidebar ul li h2{
font-size: 20px;
}

.sidebar ul ul li{
padding: 0;
line-height: 18px;
}

table#wp-calendar{
width: 100%;
}

#footer{
clear: both;
float: left;
width: 100%;
background: #333333;
color: #ffffff;
}

