/* 
Theme Name:blog.martincrockett.com
Theme URI:http://blog.martincrockett.com/
Description:A two-column blue theme for WordPress.
Author:Martin Crockett [www.martincrockett.com]
Author URI:http://blog.martincrockett.com/
Version:1.0
Tags:widgets, blue
Last modified: 25 July 2010.
*/
body{background-image:url(images/bg_stripe.png);color:#333;}
a{text-decoration:none;color:#000;}
a:hover{text-decoration:none;color:#1f3447;background-color:#8f99a3;}
p{color:#190b07;}
input{font-family:Arial,Helvetica,sans-serif;}

/* header.php */
#alert{background-color:#fff;border:1px red dotted;margin:0 0 20px 0;padding:5px;text-align:center;color:#333;}
#header{border-bottom:1px solid #cfcdb4;}
#header h1{font-size:1.5em;font-weight:bold;}
#header h2{font-size:1.3em;font-weight:bold;color:#666;}
#header a{text-decoration:none;}
#logo{background-image:url(images/logo_extended.png);background-repeat:no-repeat;height:74px;padding:10px 0 0 0;}

#navigation{border-bottom:1px solid #cfcdb4;margin:0;padding:0;}
#navigation ul{list-style:none;margin:0;padding:0;}
#navigation li{margin:0;padding:0;display:inline;border-right:1px solid #8f99a3;font-weight:bold;line-height:2em;}
#navigation li a{margin:0;padding:0 10px;}
#navigation li a:hover{margin:0;padding:0 10px;}

#container{background-color:#fff;padding:20px 10px 0 10px;border:1px solid #eee;margin-bottom:20px;}

/* index.php */
.post{font-family:Georgia,'Times New Roman',Times,serif;font-size:1.2em;border-bottom:1px dotted #cfcdb4;margin:0;padding:0 0 20px 0;}
.post h3{font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:2em;padding:20px 0 0 0;}
.post-category a{color:#666;}
.post-date{color:#999;}
.post-comments,.post-comments a{color:#ccc;}
.post-content{margin:0;padding:0 0 0 10px;}
#content{}

#submit{font-family:Arial,Helvetica,sans-serif;}

/* sidebar.php */
#sidebar{padding:20px 0 0 0;}
#sidebar div{padding:0px 0 10px 0;}
#sidebar h4{font-weight:bold;}
#sidebar-adsense{}
#categories{}
#archives{}
#blogroll{}

/* footer.php */
#footer{font-size:0.9em;border-bottom:1px solid #cfcdb4;text-align:center;margin:20px 0 20px 0;padding:0;}
#footer img{}

/* comments.php */
#comment-form{margin:0;padding:0;}
#comment-form li{list-style:none;margin:0;padding:0;}
#comment-form .button{border:1px solid #333;}

#contact-form{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;}
.wpcf7 ul li{list-style:none;}
.wpcf7 .button{border:1px solid #333;}

/* Yellow highlight CSS */
.hl{background:#ff0;color:#000;}

/* 37 Signals */
span.highlight{background-color:#ffc;}
span.highlight_bright{background-color:#f8ec11;padding:0 3px;}

/* Debugging */
.debug1{border:1px solid green;}
.debug2{border:1px solid blue;}
.debug3{border:1px solid red;}