/*
Theme Name: CCFlyer
Theme URI: http://blog.get800today.com/
Description: A custom design by Karen Blundell of <a href="http://karenblundell.com" title="Karen Blundell">Karen Blundell</a>. 
Version: 1
Author: Karen Blundell
Author URI: http://karenblundell.com
*/

/***** GLOBAL FORMATTING *****/

* {
    padding: 0;
    margin: 0;
}

body {
    background: #124774;
    font-size: 12px;
    color: #000;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

a {
    color: #00f;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #00f;
    text-decoration: underline;
}


ul.sidebar li{
    border-bottom: 1px solid #000000;
}

/***** PAGE STRUCTURE FORMATTING *****/

#adsense { 
    padding: 40px 0 0 0; 
    color: #fff; 
    display: block;
    margin: 0 auto;
    width: 900px; 
    height: 60px; 
}

#wrapper {
    display: block;
    margin: 0 auto;
    width: 900px;
    position: relative;
    background: #fff url(images/content_bg.gif) repeat-y;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}



#header {
    width: 900px;
    background: #000 url(images/header.jpg) no-repeat center top;
    height: 110px;
    margin-top: 0;
    color: #fff;
}

.title {
    padding: 5px 5px 5px 20px;
    color: #fff;
    display: none;
}

#nav {
    display: block;
}

#content {
    float: left;
    width: 510px;
    height: 100%;
    color: #000;
    padding: 20px;
    display: inline; /* IE 6 double margin bug fix */
}

#adblock {
    float: left;
    width: 330px;
    height: 250px;
    color: #000;
    background: #efefef;
    text-align: center;
    padding:10px 0;
    margin: 10px;
    display: inline; /* IE 6 double margin bug fix */
}

#bookmark {
    float: left;
    width: 310px;
    height: 115x;
    color: #000;
    background: #efefef;
    text-align: center;
    padding: 10px;
    margin: 0 10px 10px 10px;
    display: inline; /* IE 6 double margin bug fix */
}

.float {
    float: left;
    padding: 10px;
    padding-bottom: 0;
    display: inline; /* IE 6 double margin bug fix */
}

#feed {
    background: url(images/feed-icon-80x80-orange.png) no-repeat left 50%;
    float: left;
    padding-left: 85px;
    line-height: 90px;
}

#sidebarLeft {
    float: left;
    width: 140px;
    color: #000;
    background: #efefef;
    padding: 10px;
    margin: 0 5px 5px 10px;
    display: inline; /* IE 6 double margin bug fix */
}

#sidebarRight {
    float: left;
    width: 140px;
    color: #000;
    background: #efefef;
    padding: 10px;
    margin: 0 10px 5px 5px;
    display: inline; /* IE 6 double margin bug fix */
}

#footer {
    clear: both;
    width: 871px;
    background: #000;
    color: #fff;
    text-align: left;
    height: auto;
    padding: 8px 8px 12px 21px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

#footer a {
    color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 900px;
    float: left;
    background: #333;
    font-family: "Lucida Grande", Lucida, Arial, sans-serif;
    font-size: 14px;
    border-top: 1px solid #000;
    border-bottom: 4px solid #2580a2;
}

ul#nav li {
    float: left;
    font: 0.85em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

ul#nav li.last {
    border-right: none;
}

ul#nav a {
    float: left;
    color: #ccc;
    display: block;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    font-weight:normal;
    background: #333 url("images/separator.gif") bottom right no-repeat;
}

ul#nav a:hover, #nav a#mnu-signup:hover {
    background: #2580a2 url("images/hover.gif") bottom center no-repeat;
    color: #fff;
    padding-bottom: 6px;                    
}

ul#nav a#mnu-welcome {
    background: #2580a2;
    color: #fff;
    padding-bottom: 6px;                    
}

ul#nav a#mnu-signup {
    background: #ea8010;
    color: #fff;
    padding-bottom: 6px;                    
}

ul#nav li.current_page_item a { 
    color: #fff;
    background: #2580a2;
    text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
    margin-bottom: 20px;
}

blockquote {
    color: #000; 
    margin: 0 30px 20px 30px; 
    border-left: 5px solid #d40202;
    background: #2580a2 url(images/blockquote_bg.png) top no-repeat;
    padding: 10px 10px 4px 10px;
    font-size: 11px;
    font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 15px;
    line-height: 1.6em;
}

p a {
    text-decoration: none;
}

p a:hover {
    text-decoration: none;
}

p.center {
    text-align: center;
}

.postmeta {
    background: #f1f1f1;
    border: 1px solid #d40202;
    padding: 3px;
    margin-top: 10px;
    font-size: 10px;
}

.postmeta a {
    border-bottom: none;
}

.postmeta a:hover {
    border-bottom: none;
}

.small {
    font-size: 10px;
}

code {
    font: 12px 'Courier New', Courier, Fixed;
}

h1 {
    font-size: 20px;
    letter-spacing: -0.8px;
    text-align: left;
    margin-bottom: 8px;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
    font-size: 45px;
    letter-spacing: -2.5px;
    font-weight: normal;
    padding: 10px 10px 10px 17px;
}

h4 {
    margin: -5px 0 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
    margin: 5px 0 10px 20px;
} 

html>body .post li {
    line-height: 1.4em;
}

.post ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.post ol li {
    margin: 0;
    padding: 4px 0;
    line-height: 1.6em;
}

/***** SEARCH FORM FORMATTING *****/

#searchform {
    display: inline;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
}

#searchform #s {
    width: 130px;
    padding: 4px;
    margin: 0 0 5px 0;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
    padding: 2px;
    color: #000;
    display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
    font-size: 14px;
    letter-spacing: -0.8px;
    text-align: left;
    padding:  2px;
    text-transform: uppercase;
    font-weight: normal;
    color:  #333;
    border-bottom: 2px #333 solid;
    margin: 5px 0 5px 0;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

#sidebarRight a {
    color: #990000;
    text-decoration: none;
}

#sidebarRight a:hover {
    background: none;
    color:  #d40202;
    text-decoration: underline;
}

#sidebarLeft a {
    color: #990000;
    text-decoration: none;
}

#sidebarLeft a:hover {
    background: none;
    color:  #d40202;
    text-decoration: underline;
}

#sidebarLeft a:visited {
    color: #d40202;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
    margin: 0 0 1em 0; 
    font-size: 11px;
}

.sidebarIcon ul { 
    list-style-image: url(images/tag.png);
    list-style-position: inside;
}

.sidebarIcon li { 
    margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
    margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
    margin: 0 0 1em 0; 
    font-size: 11px;
}

.sidebar ul { 
    list-style-type: none;
}

.sidebar li { 
    margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
    margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    letter-spacing: -0.1px;
    margin-bottom: 0px;
}

#footer a {
    color: #eaeaea;
    text-decoration: none;
    border-bottom: none;
}

#footer a:hover {
    color: #d40202;
    background: none;
    border-bottom: none;
}

#icons {
    display: inline;
    margin-top: -20px;
    float: right;
    text-align: right;
}

#footerIcons {
    padding: 2px;
    color: #000;
    display: inline;
    float: right;
}

#footer h2 {
    font-size: 14px;
    letter-spacing: -0.8px;
    text-align: left;
    padding:  2px;
    text-transform: uppercase;
    font-weight: normal;
    color:  #FFD63F;
    border-bottom: 2px #FFD63F solid;
    margin-bottom: 5px;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}
.block { padding: 10px 15px; width: 240px; float: left; }
.clear {clear: left;}

/***** IMAGE FORMATTING *****/

img.post {
    padding: 5px;
    border: 1px solid #000;
    margin: 10px;
    float: right;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 1px solid #000;
}

img.alignright {
    padding: 5px;
    border: 1px solid #000;
    background: #fff;
    margin: 10px;
    display: inline;
}

img.alignleft {
    padding: 5px;
    border: 1px solid #000;
    margin: 8px;
    display: inline;
}
    
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
    float: right;
}

.alignleft {
    float: left
}    

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.postspermonth {
    margin: 5px 0 10px 0;
    list-style: none;
    padding-left: 25px;
}
    
/***** COMMENTS FORMATTING *****/

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    border: 1px solid #d40202;
}

#commentform textarea {
    width: 500px;
    padding: 5px;
    margin: 2px;
    border: 1px solid #d40202;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#commentform #submit {
    margin: 0;
    float: right;
    border: 1px solid #d40202;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
    font-size: 11px;
}

.commentlist li {
    font-weight: bold;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
    font-weight: normal;
    font-size: 10px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 10px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

