/*
    Document   : theme-style
    Created on : Dec 23, 2011, 7:15:28 PM
    Author     : Studio365
    Description:
        Purpose of the stylesheet follows.
*/

.clear
{
    visibility: hidden;
    display: none;
}

.tiny, H3.tiny
{
    font-size: 1em;
    font-style: italic;
    color: #C3C3C3;
}
H3 SPAN.tiny
{
}
.row
{
    max-width: 980px;
}

/*WP-styles*/
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}

/*BASE****************************************/

html {
 font-size: 62.5%;
}
BODY
{
    /*[disabled]background-image:url(images/square_bg.png);*/
    background-color: #FEFEFE;
}
H1, H2, H3, H4, H5
{
    font-weight: normal;
    color: #A5A5A5;
    margin-bottom: 20px;
}
A:link
{
    color: #3A3A3A;
}
A:visited
{
    color: #2F2F2F;
}
A:hover
{
    color: #205E8C;
}

h1 {font-size: 36px; font-size: 3.6rem;}
h2 {font-size: 27px; font-size: 2.7rem;}
h3 {font-size: 21px; font-size: 2.1rem;}
h4 {font-size: 15px; font-size: 1.5rem;}
h5, h6 {font-size: 12px; font-size: 1.2rem;}

H3 A:link, H3 A:visited, H3 A:hover, H3 A:active
{
}
H3 A:hover
{
    color: #111111;
}
P
{

    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 16px;
    margin-bottom: 1.625rem;
}
/*PAGE****************************************/
#page
{
    /*[disabled]background-image:url(images/crafted-pressed-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FDFDFD;
}
/*NAV-TOP ************************************/
NAV#top
{
    background-color: #111111;
    /*[disabled]border-bottom:1px solid #FFFFFF;*/
    padding: 0;
    margin: 0;
    /*[disabled]overflow:hidden;*/
    /*[disabled]text-align:center;*/

    height: 40px;
    height: 4.0rem;
}
NAV#top LI
{
    /*[disabled]height:20px;*/
}
NAV#top A:hover
{
    color: #FFFFFF;
}
/*HEADER***************************************/
#header
{
    padding-top: 20px;
    padding-top: 2.0rem;
    text-align: left;
    padding-bottom: 0;
}
#header .theme-nav
{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
}
#header .theme-nav .nav-bar
{
    margin-top: 0;
    z-index: 99999;
}
#header #site-title
{
    margin-bottom: 0;
    margin-top: 0;
}
#header .social
{
    text-align: right;
    padding-top: 15px;
}
/*LIST - MENU ********************************
LIST - MENU *********************************/

.hr-menu
{

    height: 40px;
    line-height: 40px;
    /*set to the height you want your menu to be*/
    margin: 0px;
    /*just to give some spacing*/
    z-index: 9999;
}
.hr-menu UL
{
    margin: 0;
    padding: 0;
    /*only needed if you have not done a CSS reset*/
    z-index: 999;


}
.hr-menu.menu-icon
{
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 39px;
}
.hr-menu LI
{
    display: block;
    float: left;
    line-height: 40px;
    /*this should be the same as your .hr-menu height*/
    height: 40px;
    /*this should be the same as your .hr-menu height*/
    margin: 0;
    padding: 0;
    /*only needed if you don't have a reset*/
    position: relative;
    /*this is needed in order to position sub menus*/
}
.hr-menu LI A, .hr-menu LI A:visited, .hr-menu LI A:hover
{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #7A7A7A;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    font-family:"Lucdia Sans Unicode", "Myriad Web Pro", Arial, "Myriad Web Pro", sans-serif;
    font-weight: normal;
    text-indent: 0;
    /*[disabled]background-image:url(images/plus.png);*/
    /*[disabled]background-repeat:no-repeat;*/
    background-position: center left;
    border-bottom: none;
}
.hr-menu UL LI A:active
{
    text-decoration: none;
    border-bottom: none;
}
.hr-menu UL LI A:hover
{
    /*[disabled]background-color:#8E8E8E;*/
    border-bottom: none;
}
.hr-menu .current-menu-item A, .hr-menu .current_page_item A, .hr-menu A:hover
{
    color: #FFF;
    /*[disabled]background:#CCC;*/
    border-bottom: none;
}
.hr-menu UL UL
{
    /*this targets all sub menus*/
    display: none;
    /*hide all sub menus from view*/
    position: absolute;
    top: 40px;
    top: 4.0rem;
    /*this should be the same height as the top level menu -- height + padding + borders*/
    border: 1px solid #161616;
}
.hr-menu UL UL LI
{
    /*this targets all submenu items*/
    float: none;
    /*overwriting our float up above*/
    width: 200px;
    /*set to the width you want your sub menus to be. This needs to match the value we set below*/
    /*[disabled]background-color:#111111;*/
    border-bottom: 1px solid #161616;
    /*[disabled]background-image:url(images/blk-40.png);*/
}
.hr-menu UL UL LI A
{
    /*target all sub menu item links*/
    padding: 0 10px 5px;
    /*give our sub menu links a nice button feel*/
    color: #5E5E5E;
    text-indent: 0;
    background-image: none;
}
.hr-menu UL LI:hover>UL
{
    display: block;
    /*show sub menus when hovering over a parent*/
}
.hr-menu .sub-menu LI:hover
{
    background-color: #080808;
    border: none;
    border-bottom: 1px solid #161616;
}
.hr-menu UL UL LI UL
{
    /*target all second, third, and deeper level sub menus*/
    left: 150px;
    /*this needs to match the sub menu width set above -- width + padding + borders*/
    top: 20px;
    /*this ensures the sub menu starts in line with its parent item*/
}
.hr-menu UL>LI
{
    background-image: url(images/blk-90.png);
}
/*FEATURE*/
#feature
{
    /*[disabled]background-color:#C3C3C3;*/
    padding-top: 0;
    padding-bottom: 0;
}
#feature .row
{
    margin-bottom: 0;
}
#feature .feature-image
{
    text-align: center;
    margin-bottom: 0;
    background-color: #CCCCCC;
    height: 400px;
    overflow: hidden;
    background-image: url(images/bokeh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
/*CONTENT**************************************/
#content
{
    padding-top: 20px;
    /*[disabled]background-image:url(images/square_bg.png);*/
    background-color: transparent;
    min-height: 600px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.home #content
{
    min-height: 300px;
}
/*ARTICLES*************************************/
#articles
{
}
#articles ARTICLE
{
    margin-bottom: 20px;
}
#articles H1, #articles H1 a
{
    font-size: 22px;
    font-size: 2.2rem;
    color: #3A3A3A;
}
#articles NAV
{
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}
#articles .nav-next
{
    text-align: right;
}
#articles H2
{
    font-size: 18px;
    font-size: 1.8em;
}
#articles #post-content P
{
    margin-bottom: 20px;
}
#articles #author-info
{
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
    padding: 10px;
    padding: 1.0rem;
    border-bottom: 1px dotted #C3C3C3;
    border-top: 1px dotted #C3C3C3;
}
#articles .entry-meta
{
    margin-bottom: 20px;
    padding: 5px;
}
#articles H1
{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px dotted #C3C3C3;
    margin-bottom: 30px;
}
.single-cwp_theme SECTION
{
    margin-bottom: 40px;
}
.single-cwp_theme .row
{
    margin-bottom: 20px;
}
.single-cwp_theme .four.columns P
{
}
#articles H1.page-title
{
    font-size: 1.2em;
    font-size: 1.2rem;
    font-family: "Myriad Web Pro", Arial;
    text-align: right;
    font-style: italic;
    font-weight: normal;
    border: none;
}
#articles H1.entry-title A:hover
{
    color: #7A7A7A;
}

.background-image  {
    {
	background: url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
/*COMMENTS***********************************/

/*Default***********************************/


.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}


/**********************************************/
#comments
{
    padding: 10px;
}
#comments .commentlist LI
{
    list-style: none;
}
#comments .comment-author
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px dotted #C3C3C3;
    border-bottom: 1px dotted #C3C3C3;
    height: 40px;
    margin-bottom: 20px;
}
#comments IMG.avatar
{
    float: left;
    margin-right: 10px;
}
#comments .bypostauthor .comment
{
    background-color: #EDEDED;
    padding: 20px 10px;
}
#comments .bypostauthor .comment-author
{
    border: none;
}
#comments .comment
{
}
#comments INPUT[type="text"], TEXTAREA
{
    padding: 5px;
    margin-left: 10px;
    border: 1px solid #C3C3C3;
    display: block;
    width: 400px;
}
#comments TEXTAREA
{
    margin-top: 10px;
}
/*SIDEBAR***************************************/
#sidebar H3, #sidebar H1
{
    font-size: 1.9em;
    font-size: 1.9rem;
    color: #C3C3C3;
    border-bottom: 1px dotted #C3C3C3;
}
#sidebar H3 A:hover, #sidebar H1 A:hover
{
    color: #3D3D3D;
}
#sidebar .widget
{
    margin-bottom: 20px;
}
/*pagination*/
.pagination
{
    margin: 5px;
    padding: 5px;
}
.pagination .current
{
    color: #DDDDDD;
    margin-right: 10px;
    margin-left: 10px;
}
.pagination A
{
    background-color: #DDDDDD;
    width: 0;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 5px;
    border: 1px solid #A5A5A5;
}
.pagination LI
{
    padding: 5px;
    background-color: #F9F9F9;
}
/*FOOTER***************************************/
#footer
{
    padding-bottom: 40px;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 0;
}
#footer H3
{
    font-size: 1.6em;
    font-size: 1.6rem;
    color: #3D3D3D;
}
#footer UL
{
    margin-left: 0;
    margin-bottom: 0;
}
#footer UL LI
{
    margin-bottom: 0;
}
#footer UL.vcard
{
    margin-bottom: 20px;
}
#footer #copright-info
{
    padding-top: 0;
    text-align: center;
}

