/*
Theme Name: CA BLOG
Theme URI: 
Description: 
Version: 1.0
Author: Sam Bogart
Author URI: 
Tags:
*/

@import "style/css/reset.css";

a:link {text-decoration:none; color: #00adee; }
a:visited {text-decoration:none; color: #00adee; }
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

.clearer {clear:both;}

body {font-family: Georgia, "Helvetica Neue", helvetica, arial, sans-serif;color: #333;}

#container {width: 900px;margin-left: 50px;}

#top {border-top: solid 13px #333;border-bottom: dotted 1px #666;padding-bottom: 5px;margin-bottom: 40px;}

.nav-wrap {float: right;margin-top: 40px;font-family: "Helvetica Neue", helvetica, arial;}

ul#nav {font-size: 13px;}

ul#nav li {display: inline;}
ul#nav li a {padding: 40px 5px 16px 10px; color: #333; border-top: solid 13px #333;}
ul#nav li a:visited {color: #333;}
ul#nav li a:hover {color: #666; border-top: solid 13px #999;background-color: #f4f4f4;text-decoration: none;}
ul#nav li a:active {color: #999; border-top: solid 13px #999;}




#sidebar {float: right; width: 200px;font-size: .9em;}

#sidebar ul li h2 {margin-top: 15px;}


.post {width: 600px;color: #4d4d4d;font-size: 15px;margin-bottom: 50px;line-height: 1.5em;}

.post h2 a{
color:#333;


}

.post h2 {color:#333;
font-size: 2em;
line-height: 1.2em;}

.post h2 a:hover{text-decoration: none;}

.post .date {font-size: 13px;font-style: italic;margin: 10px 0 10px 0 }
.post p {margin-bottom: 10px;}

.post .post-bottom {border-top: 1px dotted #999;padding-top: 15px;margin-top: 15px;font-size: .9em;}

#footer {color: #999;font-family: Helvetica; font-size: 13px;border-top: 1px solid #999;padding-top: 15px;margin-top: 50px;padding-bottom: 20px;}