/*
Theme Name:		Cutline 3-Column Split
Theme URI:		http://pearsonified.com
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body { background: #ccc2c0; color: #333; font: 50.5% Verdana, "Times New Roman", Times, serif; text-align: center; }

* { padding: 0; margin: 0; }


/*---:[ core layout elements ]:---*/
#header_img_print { display:none; }
#container { width: 970px; margin: 0 auto; }
#content_box { width: 970px; text-align: left; float: left; clear: both; background: url('images/content_box_bkgrd.png') 0 100% repeat-y; padding: 15px 0 0 0;}
#content { width: 500px; padding: 0 0 0 20px; float: left;  }
#sidebar { width: 205px; padding: 0 5px 0 15px; float: right; }
#l_sidebar { width: 200px; padding: 0 0 0 15px; float: left; }
#footer { width: 970px; padding: 0; float: left; clear: both; }


/*---:[ header styles ]:---*/

ul#nav { background: url('images/content_box_bkgrd.png') 0 100% repeat-y; list-style: none; width: 970px; float: left; clear: both; margin:0; padding: 0; }
ul#nav li { padding: 10px; font: bold 1.4em Verdana, Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }

ul#nav li a { color: #635650; text-decoration: none; }
ul#nav li a:visited { color: #635650; text-decoration: none; }
ul#nav li a:hover {  text-decoration: underline; }
ul#nav li a.current, ul#nav li a.current:visited  { color: #635650; text-decoration: none; }
ul#nav li a.current:hover { color: #cdc4bf; text-decoration: underline; }

ul#nav li.rss { padding: 0em 0 2.0em 0; float: right; }
ul#nav li.rss a { padding: 0 38px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }

#header_img { position: relative; margin: 0; padding:0;  float: left; clear: both; }
#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */


/*---< Calendar widget styles >---*/
#calendar_wrap { font-size: 1.3em; }

/*---:[ footer styles ]:---*/
#footer p { background: url('images/content_box_bkgrd.png') 0 100% repeat-y; padding:0 20px 0 0; margin: 0; font-size: 1.3em; color: #888; text-align: right; }
#footer a, a:visited { color: #635650; text-decoration: none; }
#footer a:hover { color: #cdc4bf; text-decoration: underline; }

/*---:[ comment styles ]:---*/
#comments { width: 500px; float: left; clear: both; }
ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }
ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
ul#comment_list li.trackback { width: 470px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }

/*---:[ comment form styles ]:---*/
#comment_form { width: 500px; padding: 1.0em 0 0 0; float: left; }
#comment_form p { padding: 0.6em 0; }
#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }
#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
#comment_form .text_area { width: 321px !important; }
#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
#comment_form p.subscribe-to-comments { font-size: 1.4em; }
#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

/*---:[ search form styles ]:---*/
#search_form { }
#search_form .search_input { width: 170px; padding-right: 3px; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

#mc_embed_signup fieldset { width: 165px; margin-left: 10px; padding:3px;  }

/* share icons
div.share {
     margin:0;
     padding:0;
     display:inline;
     height:16px;
}

div.share a img {
    padding: 5px;
    display:inline;
}

div.share a:hover img {
    background: #eeeeee;
    border: solid 1px #cccccc;
    padding: 4px;
    display:inline;
}
*/