/*
THEME NAME: Composure
THEME URI: http://CraniumThemes.com
DESCRIPTION: Composure full-featured theme
VERSION: 1.0
AUTHOR: <a href="http://www.AgileWebDevelopers.com/">AgileWebDevelopers.com</a>
AUTHOR URI: http://www.AgileWebDevelopers.com/
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r.css');

a, a:visited, a:active {
    color: #FD9308	;
    text-decoration: none;
}
a:hover {
color: #FD9308;
    text-decoration: underline;
}

body {
    background: #003450 url(images/header-bg.jpg) top left repeat-x;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    color: #404040;
}

img {
    border: none;
}

/* Just some example content */
div.skip-link {
    position: absolute;
    right: 1em;
    top: 1em;
}

div#menu ul, div#menu ul ul {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#menu ul a {
    display: block;
    margin-right: 1em;
    padding: 0.2em 0.5em;
    text-decoration: none;
}

div#menu ul ul ul a {
    font-style: italic;
}

div#menu ul li ul {
    left: -999em;
    position: absolute;
}

div#menu ul li:hover ul {
    left: auto;
}

.entry-title, .entry-meta {
    clear: both;
}

div#container {
    margin-top: 20px;
}

.home div#primary {
    margin-top: 377px;
}
div#primary {margin-top: -10px; } 

form#commentform .form-label {
    margin: 1em 0 0;
}

form#commentform span.required {
    background: #fff;
    color: #c30;
}

form#commentform, form#commentform p {
    padding: 0;
}

input#author, input#email, input#url, textarea#comment {
    padding: 0.2em;
}

div.comments ol li {
    margin: 0 0 3.5em;
}

textarea#comment {
    height: 13em;
    margin: 0 0 0.5em;
    overflow: auto;
    width: 530px;
}

.alignright, img.alignright {
    float: right;
    margin: 1em 0 0 1em;
}

.alignleft, img.alignleft {
    float: left;
    margin: 1em 1em 0 0;
}

.aligncenter, img.aligncenter {
    display: block;
    margin: 1em auto;
    text-align: center;
}

div.gallery {
    clear: both;
    height: 180px;
    margin: 1em 0;
    width: 100%;
}

p.wp-caption-text {
    font-style: italic;
}

div.gallery dl {
    margin: 1em auto;
    overflow: hidden;
    text-align: center;
}

div.gallery dl.gallery-columns-1 {
    width: 100%;
}

div.gallery dl.gallery-columns-2 {
    width: 49%;
}

div.gallery dl.gallery-columns-3 {
    width: 33%;
}

div.gallery dl.gallery-columns-4 {
    width: 24%;
}

div.gallery dl.gallery-columns-5 {
    width: 19%;
}

div#nav-above {
    margin-bottom: 1em;
}

div#nav-below {
    margin-top: 1em;
}

div#nav-images {
    height: 150px;
    margin: 1em 0;
}

div.navigation {
    height: 1.25em;
}

div.navigation div.nav-next {
    float: right;
    text-align: right;
}

div.sidebar h3 {
    font-size: 1.2em;
}

div.sidebar input#s {
    width: 7em;
}

div.sidebar li {
    list-style: none;
    margin: 0 0 15px;
}

div.sidebar li form {
    margin: 0.2em 0 0;
    padding: 0;
}

div.sidebar ul ul {
    margin: 0 0 0 1em;
}

div.sidebar ul ul li {
    list-style-image: url(images/ul-mark.gif);
    margin: 0;
}

div.sidebar ul ul ul {
    margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
    list-style: circle;
}

div#menu ul li, div.gallery dl, div.navigation div.nav-previous {
    float: left;
}

div#header, div#footer {
    text-align: center;
}

input#author, input#email, input#url, div.navigation div {
    width: 50%;
}

div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0;
}

#wrap-main {
    padding:0;
    margin: 0;
    background: url(images/header-bg.jpg) top center no-repeat;
}

#access {
    height: 58px;
    padding-top: 0;
    padding-left: 25px;
    background: url(images/nav-bg.png) top left no-repeat;
}

#access div#menu {
    padding-top: 0;
}

#access div#menu li {
    display: block;
    height: 35px;
    padding: 22px 25px 0 ;
    background: url(images/nav-separator.gif) top right no-repeat;
}

#access div#menu li.home {
    padding-left: 0;
}

#access div#menu ul li.current_page_item a, #access div#menu ul li:hover a {
    color: #ddd;
}

#access div#menu a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: white;
    display: block;
    text-transform: uppercase;
    float: left;
    height: 24px;
    padding-left: 7px;
}

#access div#menu ul li ul { display: none; }

#access div#menu ul a {
    margin: 0;
    padding: 0;
    height: 27px;
}

#header {
    padding-left: 35px;
    height: 105px;
    clear:both;
}

#header #logo {
    padding: 0;
    margin: 0 0 0 -40px;
    width: 400px;
    float: left;
    text-align: left;
}

#header #ad-468x60 {
    float: right;
    margin:30px 5px 0;
    border: 1px solid black;
}

#wrap-footer {
    background: url(images/footer-bg.jpg) bottom center no-repeat;
}

#footer-bottom {
    clear:both;
    color:#FD9308;
    font-size:11px;
    margin-top:120px;
    padding-right:5px;
    padding-top:37px;
    text-align:right;
}

#footer-bottom {a:visited, a:active
    color: #FD9308;
    text-decoration: none;
}

#footer-bottom {a:hover
text-decoration: underline;


}

#footer {
    height: 214px;
    width: 909px;
    overflow: hidden;
}
#footer .xoxo {
    margin: 10px 0 0;
    padding: 0;
    color: #FD9308;
    font-size: 11px;
}
#footer .xoxo li { list-style: none; }
#footer #about {
    width: 290px;
    padding-right: 15px;
    background: none;
}
#footer .widget {
    width: 190px;
    height: 130px;
    text-align: left;
    float: left;
    padding-left: 20px;
    overflow: hidden;
    background: url(images/footer-separator.gif) 0 15px no-repeat;
}

#footer #about h3 {
}

#footer .widget h3, #footer .widget h2 {
    color: #FD9308;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}
#footer #about img { margin: 8px 12px 10px 0; float: left; }
#footer .xoxo ul { margin-left: 15px; padding-left: 5px; list-style: circle; }
#footer .xoxo ul li { list-style: circle; }

div#content { padding: 0 27px 15px; }

.xoxo { padding: 10px; }

#top-block {
    height: 90px;
    position: relative;
    top: -110px;
    float: right;
    right: 20px;
}

#top-block .search {
    width: 281px;
    height: 50px;
    background: url(images/search-bg.png) top left no-repeat;
}
#top-block .search .text {
    background: url(images/search-field-bg.gif) top left no-repeat;
    border:medium none;
    color:#6C272B;
    font-family:Georgia,serif;
    font-size:14px;
    font-style:italic;
    height:22px;
    margin-left:15px;
    margin-right:8px;
    padding:5px 5px 0 10px;
    position:relative;
    top:3px;
    width:161px;
}
#top-block .search .button {
    position:relative;
    top:10px;
    right:7px;
}

h2, .entry-title {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    color: #8a1d15;
    line-height: 25px;
}

h2 a, .entry-title a { text-decoration: none; color: #8a1d15; }

div.sidebar .widget {
    width: 285px;
    background: url(images/block-bg.gif) top left repeat-y;
}

div.sidebar li.widget div.widget-bottom {
    height: 11px;
    background: white url(images/block-bottom-bg.png) bottom left no-repeat;
    padding: 0;
    margin: 0;
}

div.block div, div.sidebar .xoxo .widget > ul, div.sidebar .xoxo .widget > div {
    padding: 10px;
}


div.sidebar .widget h3 {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #aaa;
    text-align: left;
    height: 34px; 
    padding: 5px 10px 0;
    background: white url(images/block-top-bg.png) top left no-repeat;
}

#optin .content h2 { text-align: center; color: #003450; font-size: 22px; font-weight: bold; }
#optin .content span.text {
    display: block;
    text-align: center;
    color: #5e6263;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
#optin .content label { font-size: 13px; font-weight: bold; color: #5e6263; margin-left: 10px;}
#optin .content .email {
    height: 27px;
    background: url(images/search-field-bg.gif) top left no-repeat;
    border: none;
    margin-left: 10px;
    margin-left:10px;
    padding:5px 7px;
    width:166px;
}
#optin .content .submit { padding: 10px; }
#optin .content form { text-align: center; }

#featured { margin: 0 0 20px 0; }
#featured .comments-box {
    float: left; 
    width: 70px;
    height: 62px;
    background: url(images/comment-box-bg.png) top left no-repeat;
    font-size: 10px;
    font-weight: bold;
    color: #003450;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}
#featured .comments-box .count {
    font-size: 32px;
}
#featured h2 a {
    font-size: 24px;
    color: #c45400;
}
#featured .content {
    float:left;
    margin-bottom: 20px;
    padding-bottom:20px;
    padding-left:20px;
    width:490px;
    border-bottom: 4px solid #e9e9e9;
}
#featured .content h2 {
    padding-bottom: 5px;
}
#featured .content .links {
	clear: both;
}
#featured .content .image {
    float: left;
    padding: 0;
    margin: 0;
}
#featured .content .image img {
    padding: 5px;
    margin: 0 20px 10px 0;
    float: left;
    width: 140px;
}

#featured .content .more {
    display: block;
    padding: 0;
    margin: 0; 
}
#featured .content .meta {
    font-size: 11px;
    font-weight: bold;
    color: #5c4b44;
}

#featured .content span p { margin-bottom: 0; }

#sponsors .content { padding: 13px; }

.blocks { float: right; width: 210px; margin-left: 5px;}

body.page div.page, body.single div.post {
    padding: 0px 0 15px;
}

body.page div.page .page-bottom {
    margin-top: 15px;
    height: 30px;
    border-top: 1px solid #d8d7cc;
}

body.page div.page h2, body.single div.post h2 {
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    color: #c45400;
    background: url(images/separator.gif) bottom left no-repeat; 
}

body.single div.post .entry-meta {
    margin-top: 15px;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #5c4b44;
}

div#comments {
    padding: 0;
    margin-top: 20px; 
}

div#comments #respond h3 {
    font-size: 24px;
    color: #8a1d15;
    font-weight: bold;
    margin: 0;
}
div#comments #respond input, div#comments #respond textarea{
    background: #f9f9f9;
    border: 1px solid #d8d7cc;
}
div#comments #respond input.button {
    background: none;
    border: none;
}

div#comments #respond div.form-label {
    display: block;
    width: 150px;
    float: left;
    margin-top: 10px;
    padding-top: 0;
}
div#comments #respond div.form-input, div#comments #respond div.form-textarea {
    float: left;
    width: 300px;
    margin-top: 10px;
    padding-top: 0;
}
div#comments #respond div.form-input { padding-right: 100px; }
div#comments #respond div.form-input input{
    width: 300px;
}

div#comments #comments-list ol { list-style: none; margin-left: 0; padding-left: 0; }
div#comments #comments-list ol li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; 
}
div#comments #comments-list ol li img {
    float: left;
    padding: 0 10px 10px 0;
}
div#comments #comments-list .comment-author, div#comments #comments-list .comment-author a,
div#comments #comments-list .comment-meta {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    color: #7f7f7f;
    font-size: 13px;
}
div#comments #comments-list .comment-meta  { font-weight: normal; }

blockquote {
    font-style: italic;
    padding: 3px 5px 5px 35px;
    font-size: 13px;
    color: #333333
}
blockquote p {
    padding-right: 35px;
    margin: 0;
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }

.social-links {
    text-align: right;
    margin-top: 10px;
}
.twitter-icon, .facebook-icon, .rss-icon { margin-right: 5px;}

#container {
    background: white;
}
.container-top {  }
.container-bottom { }
.container-content { background: white; }

#featured-product {
    margin: 0 10px;
    padding: 10px;
    width: 940px;
    height: 349px;
    background: url(images/featured-product-bg.png) top left no-repeat;;
}

#featured-product h3 {
    padding-left:290px;
    font-size: 26px;
    font-weight: bold;
    color: #003450;
    letter-spacing:-1.4px;
    margin-bottom: 0;
}

#featured-product .image {
    width: 250px;
    margin-left:20px;
    margin-top:25px;
}

#featured-product .description {
    width: 350px;
    padding: 10px;
    margin:0 0 0 10px;
}

#featured-product .bullet-button {
    width: 230px;
    padding: 10px 10px 10px 20px;
}

#featured-product .image, #featured-product .description, #featured-product .bullet-button {
    float: left;
}

ul {
    list-style-image: url(images/ul-mark.gif);
}

#featured-product ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 20px;
}

#featured-product ul li {
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    color: #9a0000;
    font-weight: bold;
    margin-left: 35px;
    margin-top: 10px;
    background: url(images/separator.gif) bottom left no-repeat;
    line-height: 40px;
}

#featured h2 a {
    font-size: 28px;
    color: #c45400;
    font-weight: bold;
}

div.entry-content ol ol {
    list-style: lower-latin;
}
div.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
div.entry-content ul li {
    background:transparent url(images/ul-content-mark.gif) no-repeat scroll 0 8px;
    padding-left:10px;
}