/*
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: #fff;
    color: #333;
    font: 62.5% Georgia, "Times New Roman", Times, serif;
}

* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

A {
    color: #0060ff;
    text-decoration:
    underline;
}

A:visited {
    color: #333;
    text-decoration: underline;
}

A:hover {
    color: #df0000;
    text-decoration: underline;
}

A img { border: none; }

blockquote {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
    margin: 0 30px 1.5em 30px;
    padding: 0 0 0 10px;
    border-left: 1px solid #aaa;
}

abbr, acronym {
    border-bottom: 1px dotted #aaa;
    text-transform: uppercase;
    cursor: help;
}

code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }



/*---:[ headlines ]:---*/

h1, h2, h3 {
    font-weight: bold; font-family: Arial;
    color: #000;
}

h1 {
    font-size: 3.6em;
    letter-spacing: -0.03em;
}

#masthead h1 {
    padding: 0.4em 0 0.2em 0;
    border-top: 1px solid #ccc;
    text-align: center; clear: both;
}

h1 a, h1 a:visited, h1 a:hover {
    color: #000;
    text-decoration: none;
}

h2 { font-size: 2.0em; }
h2 a { color: #000; text-decoration: none; }
h2 a:visited { color: #555; text-decoration: none; }
h2 a:hover { color: #090; text-decoration: none; }

.posts h4 {
    margin: 0 0 1.25em 0;
    padding: 0 0 1.0em 0;
    /*background: url('images/hr_title_sep.gif') 0 100% no-repeat;*/
}

.pages h2, h2.page_header {
    margin: 0 0 0.75em 0;
    padding: 0 0 0.6em 0;
    /*background: url('images/hr_title_sep.gif') 0 100% no-repeat; */
}

h2.archive_head {
     font: bold 1.5em Arial;
     text-transform: uppercase !important;
     letter-spacing: normal !important;
     margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important;
     /*border-top: 3px solid #000 !important;*/
     /*background: url('images/hr_dot_black.gif') 0 100% repeat-x !important;*/
}
h3 {
    font-size: 1.0em;
    text-transform: uppercase;
}

#masthead h3 {
    margin: 0 0 0.75em 0;
    font-weight: normal;
    font-size: 1.8em;
    text-transform: none;
    color: #888;
    text-align: center;
}

.entry h3 { margin: 2.5em 0 0.5em 0; }
.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
h4 {
    font: normal 1.2em Georgia, "Times New Roman", Times, serif;
    color: #888;
}
h4 a, h4 a:visited { color: #888; text-decoration: none; }
h4 a:hover { color: #888; text-decoration: underline; }


/*---:[ core layout elements ]:---*/

#container {
    width: 980px;
    margin: 0px auto 0 auto;
    /*border: blue 1px solid;*/
}
#content_box {
    width: 980px;
    text-align: left;
    /*border: red 1px solid;*/
    float: center;
    clear: both;
}

#content {
    width: 480px;
    padding: 0 10px 0 10px;
    /*border: green 1px solid;*/
    float: left;
}
.articletitle {
    font-weight: bold;
    font-family: Arial;
    color: #000;
    font-size: 2.0em;
}
.articletitle a { color: #000; text-decoration: none; }
.articletitle a:visited { color: #555; text-decoration: none; }
.articletitle a:hover { color: #090; text-decoration: none; }

#sidebar {
    width: 300px;
    background: #f7f7f7; /* light grey; Marble #dadebf; */
    padding: 0 0 0 15px;
    /*border: #999 1px solid;*/
    float: right;
}

#l_sidebar {
    width: 150px;
    padding: 0 0 0 15px;
    /*border: blue 1px solid;*/
    float: left;
    background: #f7f7f7; /* light grey */
}

#footer {
    width: 960px;
    float: center;
    clear: both;
    background: #e4eaf5; /* #aa7; #c4cecf*/
    padding: 15px 10px 15px 10px;
    color: #000; /* #525F68 */
    font: normal 13px Verdana;
    text-align: center;
}

/*---:[ header styles ]:---*/
/* uncomment the height and background declarations here if you intend to use a graphic
// in the header instead of the h1
*/
#masthead {
    width: 980px;
    /*height: 100px; */
    /*background: url('images/logo.gif') no-repeat; */
}

/* uncomment this line if you use a graphic in the header - make sure the height of
// your header graphic is equal to the height declared in this line of code!
*/
#masthead a {
    display: block;
    width: 980px;
    height: 100px;
}

ul#nav {
    list-style: none;
    /*width: 950px;*/
    padding: 0 10px;
    background: url('images/hr_dot_black.gif') repeat-x;
    /*border-bottom: 3px solid #000;*/
    float: left;
    clear: both;
}

ul#nav li {
    padding: 0.85em 40px 0.7em 0;
    font: bold 1.4em Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: left;
}

ul#nav li a, ul#nav li a:visited {
    color: #000;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #000;
    text-decoration: underline;
}

ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover {
    color: #090;
    text-decoration: underline;
}

ul#nav li.rss {
    padding: 0.85em 0 0.7em 0;
    float: right;
}

ul#nav li.rss a {
    padding: 0 18px 0 0;
    background: url('images/icon_rss.gif') 100% 50% no-repeat;
}

#header_img {
    width: 980px;
    position: relative;
    margin: 0 0 0 0;
    /*border-bottom: 1px solid #000;*/
    float: center;
    clear: both;
}

#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */

/*---:[ content styles ]:---*/
.entry {
    font-size: 13px;
    line-height: 16px;
}
.entry blockquote { font-size: 1.0em; }
.entry blockquote.right {
    width: 200px;
    font-style: normal !important;
    font-size: 1.3em !important;
    margin: 0.3em 0 0.3em 15px !important;
    padding: 0.3em 0 !important;
    border: 3px double #aaa;
    border-width: 3px 0;
    text-align: center;
    float: right;
}

.entry blockquote.left {
    width: 200px;
    font-style: normal !important;
    font-size: 1.3em !important;
    margin: 0.3em 15px 0.3em 0 !important;
    padding: 0.3em 0 !important;
    border: 3px double #aaa;
    border-width: 3px 0;
    text-align: center;
    float: left;
}

.entry blockquote.right p, .entry blockquote.left p {
    margin: 0 !important;
    line-height: 1.4em !important;
}
.entry p { margin: 0 0 1.5em 0; }
.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
.entry ul { list-style-type: square; }
.entry li { margin: 0 0 0.3em 0; }
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0.3em 30px; }
.entry dl { margin: 0 0 1.5em 0; }
.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
.entry dd { margin: 0 0 1.5em 20px; }
.entry .ad { margin: 0 0 0.5em 15px; float: right; }
.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }
.entry img { }
.entry img.left {
    padding: 3px;
    margin: 0.5em 15px 0.5em 0;
    border: 3px double #bbb;
    float: left;
    clear: left;
}

.entry img.right {
    padding: 3px;
    margin: 0.5em 0 0.5em 15px;
    border: 3px double #bbb;
    float: right;
    clear: right;
}

.entry img.center {
    display: block;
    padding: 3px;
    margin: 0 auto 1.5em auto;
    border: 3px double #bbb;
    float: none;
    clear: both;
}
.entry img.off { padding: 0 !important; border: none !important; }
.entry img.stack { clear: none !important; }
.tagged {
    padding: 0.4em 0 0 0;
    /*background: url('images/hr_tag_sep.gif') no-repeat;*/
    font-size: 1.2em;
    line-height: 1.6em;
    color: #039;
    clear: both;
}
.tagged a, .tagged a:visited {
    padding: 0.25em;
    color: #333;
    text-decoration: none;
}
.tagged a:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}
.add_comment {
    display: block;
    padding: 0 0 0 20px;
    font-weight: bold;
    float: right;
}
.navigation {
    width: 470px;
    font-size: 1.4em;
    float: left;
}
.previous {
    padding: 0 20px 0 0;
    float: left;
}
.next { float: right; }
.clear {
    height: 1px;
    margin: 0 0 2em 0;
    clear: both;
}
.rule { background: url('images/hr_tag_sep.gif') no-repeat; }
.flat { margin: 0 0 2.0em 0 !important; }
.whitespace { margin: 0 0 3.5em 0 !important; }

/*---:[ sidebar styles ]:---*/
ul.sidebar_list { list-style: none; }
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
    width: 100%;
    margin: 0 0 2.5em 0;
    font-size: 1.3em;
    line-height: 1.4em;
    float: left;
}

li.widget h2, li.linkcat h2 {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0 0 0.8em 0;
    padding: 0.4em 2px;
    border-top: 3px solid steelblue;
    background: #e4eaf5; /*#c0cee7;*/
    /*background: url('images/hr_dot_black.gif') 0 100% repeat-x;*/
}

li.widget p {
    margin: 0 0 1.5em 0;
    padding: 0 10px;
}

li.widget ul, li.linkcat ul {
    list-style: square;
    margin: 0 0 0.5em 20px;
    /* border: red 1px solid; */
}

li.widget ol, li.linkcat ol { margin: 0 0 5px 20px; }
li.widget li, li.linkcat li {
    margin: 0 0 2px 0;
    /* border: maroon 1px solid; */
}
li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
    font: normal 13px Arial;
    color: #003399;
    text-decoration: none;
}

li.widget li a:hover, li.linkcat li a:hover {
    font: normal 13px Arial;
    color: #333;
    text-decoration: underline;
}

li.widget li .recent_date {
    padding: 0 0 0 8px;
    font: normal 11px Arial;
    color: #888;
}

li.widget ul.flickr_stream {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

li.widget ul.flickr_stream li {
    margin: 0;
    padding: 0 5px 5px 0;
    display: inline;
}

li.widget ul.flickr_stream li a img { padding: 3px; }
li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }

/*---< FlickrRSS styles for the widget only >---*/

li.widget_flickrrss { }
li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
li.widget_flickrrss a:hover img { background: #ff2a96; }

/*---< Calendar widget styles >---*/
#calendar_wrap {
    font: 13px Arial;
    /*font-size: 1.3em;*/
}

/*---:[ footer styles ]:---*/
p#footer {
    margin: 0 0 0 0;
    font-size: 1.3em;
    color: #888;
    text-align: right;
}

#footer a, #footer a:visited {
    color: #888;
    text-decoration: none;
}

#footer a:hover { color: #888; text-decoration: underline; }

/*---:[ comment styles ]:---*/
#comments {
    width: 480px;
    float: left;
    clear: both;
}

ul#comment_list {
    width: 465px;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 5px 0 5px;
    border: 1px solid #bbb;
    background: #f7f7f7;
    /*float: center;*/
}

ul#comment_list li.comment {
    width: 450px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dotted #bbb;
    /*float: left;*/
    clear: both;
}
ul#comment_list li.comment A { font-weight: bold; color: maroon; text-decoration: none; }
ul#comment_list li.comment A:hover { font-weight: bold; color: maroon; text-decoration: none; }

ul#comment_list li.trackback {
    width: 450px;
    padding: 1.2em 15px 0 15px;
    background: url('images/trackback_bg.gif');
}

.comments_headers { font: bold 1.4em Arial; }
.comment_subtitle { margin: 0.5em 0 0.5em 0; font: normal 13px Arial; }
.comment_author { font-weight: bold; color: maroon; text-decoration: none; }
.comment_time { font: normal 13px/18px Helvetica, Arial, sans-serif; color: #888; }
.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
.trackback .comment_num { padding: 0 0 0 20px; }
.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
.comment_num a:hover { color: #df0000; text-decoration: none; }
.comment .entry { padding: 0 15px; }
.comment .entry p { margin: 0 0 1.0em 0; }

/*---:[ comment form styles ]:---*/
#comment_form {
    width: 470px;
    padding: 5px 0 0 0;
    float: left;
}

#comment_form p { padding: 0.6em 0; }
#comment_form label {
    padding: 0 5px 0 10px;
    font: bold 13px Arial;
}
#comment_form .text_input {
    margin: 2px;
    width: 198px;
    padding: 3px;
    color: #444;
    font: normal 13px 'Courier New';
    border-top: 1px solid #94abd7;
    border-left: 1px solid #94abd7;
    border-right: 1px solid #94abd7;
    border-bottom: 1px solid #94abd7;
}
#comment_form .text_area { width: 450px !important; }
#comment_form .text_input:focus {
    border-top: 1px solid #003399;
    border-left: 1px solid #003399;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #003399;
}
/*#comment_form .form_submit {
    border-right: #94abd7 2px solid; padding-right: 6px;
    border-top: #94abd7 2px solid; padding-left: 6px;
    padding-bottom: 1px;
    margin: 0px;
    font: bold 13px arial;
    border-left: #94abd7 2px solid;
    cursor: pointer; color: #000;
    padding-top: 1px;
    border-bottom: #94abd7 2px solid;
    background-color: #f5f5e1;
    text-align: center
}*/
#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 {
    margin: 10px 10px 10px 0px;
    float: left;
}
#search_form .search_input {
    margin: 2px;
    width: 168px;
    padding: 3px;
    color: #009;
    font: normal 13px/16px Arial;
    border-top: 1px solid #94abd7;
    border-left: 1px solid #94abd7;
    border-right: 1px solid #94abd7;
    border-bottom: 1px solid #94abd7;
}

#search_form .search_input { font-size: 1.2em !important; }
#search_form .search_input:focus {
    border-top: 1px solid #003399;
    border-left: 1px solid #003399;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #003399;
}

/*-- Top-nav --*/
DIV.sitelink { font: bold 11px Verdana; color: #ffcc16; } /** #f16412-Cheer Orange **/
DIV.sitelink A { color: #ffcc16; text-decoration:none; }
DIV.sitelinkwhite, DIV.sitelinkwhite A { font: bold 11px Verdana; color: #e4eaf5; text-decoration:none; }
DIV.sitelink A:hover, DIV.sitelinkwhite A:hover { cursor: pointer; color: #6699ff; text-decoration:none; }

.subtitle { font: bold 13px Arial; color: #09164a; } /** Sure Blue **/
.slogan { font: bold 16px Arial; color: #920c1d; text-align: left; padding: 0px 5px 0px 5px; }   /** Trust red **/
.outerTabBox {
    BORDER-TOP: #7f99cc 1px;
    MARGIN: 0px 0px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #7f99cc 5px solid;
    BORDER-COLLAPSE: collapse;
    BACKGROUND-COLOR: #c0cee7
}
DIV.tabs {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 8px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-BOTTOM: 2px; MARGIN: 0px; LINE-HEIGHT: 120%;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #94abd7 1px solid;
    WHITE-SPACE: nowrap;
    BORDER-COLLAPSE: collapse;
    TEXT-DECORATION: none
}
DIV.tabs A {
    BORDER-RIGHT: #94abd7 1px solid;
    PADDING-RIGHT: 6px;
    BORDER-TOP: #94abd7 1px solid;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: normal;
    PADDING-BOTTOM: 6px;
    BORDER-LEFT: #94abd7 1px solid;
    COLOR: #000;
    PADDING-TOP: 6px;
    BORDER-BOTTOM: #94abd7 1px solid;
    BACKGROUND-COLOR: #fff;
    FONT: bold 13px Arial,Helvetica;
    TEXT-DECORATION: none
}
DIV.tabs A { COLOR: #003399; }
DIV.tabs A.selected {
    BORDER-RIGHT: #94abd7 1px solid;
    BORDER-TOP: #94abd7 1px solid;
    FONT-WEIGHT: bold;
    BACKGROUND: #e4eaf5;
    BORDER-LEFT: #94abd7 1px solid;
    COLOR: #003399;
    BORDER-BOTTOM: #e4eaf5 1px solid;
    TEXT-DECORATION: none
}
DIV.tabs A.plain {
    TEXT-DECORATION: none;
    BORDER-BOTTOM: #94abd7 1px solid;
}
DIV.tabs A:hover {
    BORDER-LEFT-COLOR: #94abd7;
    BACKGROUND: #e4eaf5;
    BORDER-BOTTOM-COLOR: #e4eaf5;
    COLOR: #003399;
    BORDER-TOP-COLOR: #94abd7;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #94abd7
}
DIV.navh1 {
    /*display: inline-block;*/
    width: auto;
    margin: 0px;
    background: #7f99cc;     /* #313C52; */
    font: bold 14px Arial;
    padding: 5px 10px 10px 5px;
    color: #fff;
    clear: both;
}

DIV.navh2 {
    display: block;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    border-bottom: #CECFCE 1px solid;
    font: bold 13px Arial;
    text-decoration: none;
    background: #F7F7F7;
    color: #525F68;
}

#pagelink { background: #F7F7F7; }    /* #F7F7F7 */
#pagelink { margin: 0px; padding: 0px; font: bold 13px/20px Arial; }
/*#pagelink ul { margin: 0px; padding: 0px; font: bold 13px/20px Arial; list-style-type: none; }*/
/*#pagelink ul li a:hover {color: #000000; background: #E5E8E5;  border-bottom: 1px solid #CECFCE; }*/
/*#pagelink ul li a:hover {
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    color: #525F68;
    background: #E5E8E5;
    /*border-bottom: 1px solid #CECFCE;*/
/*}*/
#pagelink A {
    margin: 0px;
    /*border-bottom: 1px solid #CECFCE;*/
    padding: 2px 0px 2px 0px;
    text-decoration: none;
    color: #525F68;
}

/*#pagelink ul li a:hover {color: #000000; background: #E5E8E5;  border-bottom: 1px solid #CECFCE; }*/
#pagelink A:hover {
    margin: 0px;
    padding: 2px 0px 2px 0px;
    /*border-bottom: 1px solid #CECFCE;*/
    text-decoration: none;
    color: #525F68;
    background: #E5E8E5;
}

/* ----- Login block ----- */
#login {
    /*position: absolute;*/
    /*visibility: hidden;*/
    font: 11px/13px arial,helvetica,sans-serif;
    layer-background-color: yellow;
    width: 280px;
    background-color:#e4eaf5;
    padding:5px;
    margin:0px;
    border:solid 1px #94abd7;
    color:#000;
    line-height:1.2em;  /* This fixes the IE-only "peekaboo" bug */
    -moz-border-radius: .75em .75em .75em .75em;
}
#login .component {
    margin: 2px 0 2px 0;
    clear: both;
    background-color: transparent;
    border-collapse: collapse;
}
#login .componentHead {
    font: bold 13px arial;
    padding: 2px 0;
    color: #336699;
    /*border-bottom: 1px dotted #99CCFF;*/
    border-collapse: collapse;
    white-space: nowrap;
}
#login .componentHead a { text-decoration: none; }
#login INPUT { font: normal 11px 'Courier New'; }
#login .componentContent { /*font: normal 13px Arial;*/ padding: 3px 0 0 3px; }
#login .componentContent a {
    font: normal 11px Arial;
    color: #003399;
    text-decoration: none;
    padding: 3px 0 0 3px;
}
#login .componentContent a:hover { color: #ff0000; text-decoration: none; }
.componentLogin, .componentLogin a {
    font: normal 13px Arial;
    color: #003399;
    text-decoration: none;
    padding: 3px 0 0 3px;
}
.componentLogin a:hover { color: #ff0000; text-decoration: none; }
