@charset "utf-8";
/* CSS Document */
/*  
Theme Name: eyecandy
Theme URI: http://www.eyecandygeckos.com
Version: 3.0
Author: Jason Greene
Author URI: http://www.syntheticrealitydesign.com/
*/

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

html,body {
margin: 0;
top-margin: 0px;
top-padding: 0px;
}

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

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

a:link, a:visited, a:active{
text-decoration: underline;
color: #f18222;
font-weight: bold;
}

a:hover{
text-decoration: none;
color: #000000;
font-weight: bold;
}

p{
padding: 10px 0 0 0;
}

#header{
width: 100%;
background-image: url('images/topbg.jpg');
height: 165px;
text-align: center;
margin: 0 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 900px;
text-align: left;
clear: both;
}

#container{
float: left;
margin: 0 0 0 10px;
width: 690px;
}

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

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

h2.title a:link, h2.title a:visited, h2.title a:active{
text-decoration: none;
color: #000000;
font-weight: bold;
}

div.entry{
}

.entry{
line-height: 18px;
font-size: 14px;
}

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

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

.sidebar{
float: left;
width: 180px;
background: #ffffff;
margin: 0 0 0 20px;
display: inline;
}

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

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

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

.sidebar ul ul li{
padding: 0;
}

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

#footer{
clear: both;
float: left;
width: 900px;
padding: 10px 0 0 0;
text-align: center;
}

#footer p{
padding-top: 20px;
line-height: 18px;
}


