/* Import Fonts
------------------------------------------------------------ */

.Lora-italic-400 {
    font-family: 'Lora', sans-serif !important;
    font-style: italic;
    font-weight: 400;
}

.Lora-normal-700 {
    font-family: 'Lora', sans-serif !important;
    font-style: normal;
    font-weight: 700;
}

.Lora-italic-700 {
    font-family: 'Lora', sans-serif !important;
    font-style: italic;
    font-weight: 700;
}

/* Body
------------------------------------------------------------ */
::-moz-selection {
    background-color: #F15851;
    color: #fff;
}

::selection {
    background-color: #F15851;
    color: #fff;
}

#wrap {
    background: url(images/bg.jpg) repeat scroll 0 0 transparent;
}

#header {
    background: url(images/companyfolders/bg-header.gif) repeat;
}


.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    background: #fff none;
    border: 1px solid #ddd;
    border-top: none;
    color: #333;
    font-size: 12px;
    padding: 9px 10px 8px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 138px;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    border: 1px solid #333;
    border-top: none;
    color: #fff;
    background: url(images/bg-pattern.png);    
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
    color: #F15851;
}

#header .menu li li a:active,
#header .menu li li a:hover {
    background: url(images/bg-pattern.png);
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
    margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}



/* Primary Navigation Extras
------------------------------------------------------------ */
.menu li.right {
    float: right;
    font-family: 'Oswald', arial, serif;
    padding: 10px 15px;
}

.menu li.right a {
    background: none;
    border: none;
    color: #333;
    display: inline;
    text-decoration: none;
}

.menu li.right a:hover {
    color: #F15851;
    text-decoration: none;
}

.menu li.search {
    padding: 0 10px;
}

.menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
}

.menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
}


/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
    background-color: #fff;
    margin: 0 0 0;
    padding: 0 0 10px;
}

.taxonomy-description p {
    font-size: 14px;
    padding: 10px 0 0 0;
}

blockquote {
    background: url(images/blockquote.png) no-repeat;    
}

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
    padding: 0;
    width: 48%;
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */
.after-post ul,
.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 18px;
}

.after-post ul li,
.archive-page ul li,
.entry-content ul li {
    background: url(images/list.png) no-repeat top left;
    list-style-type: none;
    margin: 0 0 5px 20px;
    padding: 0 0 0 15px;
    word-wrap: break-word;
}

.after-post ul li {
    background: url(images/list-after-post.png) no-repeat top left;
    margin: 0 0 5px 15px;
}

.entry-content ol li {
    margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}



/* Post Info
------------------------------------------------------------ */
.post-info {
    color: #666;
    font-size: 14px;
    margin: -5px 0 15px;
    text-transform: lowercase;
}

/* Post Meta
------------------------------------------------------------ */
.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    color: #666;
    font-size: 14px;
    padding: 5px 0 0;
    text-transform: lowercase;
}

.author-box p {
    font-size: 14px;
    line-height: 18px;
}

.author-box div > strong {
    font-size: 18px;
}

/* After Post
------------------------------------------------------------ */
.after-post {
    background: url(images/bg-pattern.png);
    border: double #ddd;
    clear: both;
    color: #fff;
    margin: 30px 0;
    padding: 25px;
    overflow: hidden;
    text-shadow: 0 1px #111;
}

.after-post p {
    color: #fff;
}

.after-post form {
    background: url(images/arrow.png) no-repeat 40px 0;
    display: block;
    padding: 10px 0 10px 120px;
}

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
    background-color: #f5f5f5;
    margin: -10px 0 40px;
    padding: 20px;
}

/* Archive Page
------------------------------------------------------------ */
.archive-page {
    float: left;
    padding: 20px 0 0;
    width: 50%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 6px 20px 0 0;
    border: 2px solid #ddd;
    padding: 0;
    border-radius: 3px;
}


.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 0 0 10px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
    float: left;
}

#sidebar-alt {
    float: left;
    padding: 0;
    width: 175px !important;
    background: transparent;
    box-shadow: none;
}


.content-sidebar-sidebar #sidebar-alt {
    float: right;
}

/* Dropdowns
------------------------------------------------------------ */
.widget_archive select,
#cat {
    display: inline;
    padding: 3px;
    width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}


/* User Profile
------------------------------------------------------------ */
.user-profile {
    overflow: hidden;
}

/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"] {
    background-color: #F15851;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 8px 10px;
    text-decoration: none;
}


/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 12px;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}

#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}

#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}

#footer-widgets {
    background: url(images/footer-widgets.png);
}

#feedburner_email_widget_sbef_email {    
    background: url(images/bg-footer-email.jpg) no-repeat;
}
#feedburner_email_widget_sbef_submit {
    background: url('images/subsr-submit.png');    
}
#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
    background: none;
}


.addthis_inline_share_toolbox_75il {
    margin: 15px 0;
}

.addthis_inline_share_toolbox_n1j9 {
    margin: 10px 0 35px 0;
}


/* Comments
------------------------------------------------------------ */
#comments,
#respond {
    margin: 0 0 15px;
    overflow: hidden;
}
.children #respond {
    background-color: #fff;
    padding-left: 15px;
}

#author,
#comment,
#email,
#url {
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin: 15px 0 5px;
    padding: 10px 15px;
}

.comment-list li ul li {
    list-style-type: none;
    margin-right: -16px;
}

.comment-content p {
    font-size: 14px;
    margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
}

.commentmetadata {
    font-size: 12px;
    margin: 0 0 5px;
}

.reply {
    font-size: 14px;
    font-weight: 300;
    clear: both;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
    background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
    border: 1px solid #ddd;
}



/* Popup
------------------------------------------------------------ */
.popup {
    width: 425px;
    height: 293px;
    border: 4px solid #000000;
}

.popup h4 {
    font-family: Georgia, sans-serif;
    font-size: 28px;
    color: #000000;
    padding-top: 32px;
    padding-left: 20px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.popup p {
    margin: 0 0 25px;
}

.jqmWindow {
    display: none;
    position: fixed;
    width: 430px;
    height: 296px;
    background-color: #FFF;
    color: #333;
    top: 20%;
    left: 35%;
    /*margin:-102px 0 0 -303px;*/
}

.jqmOverlay {
    background-color: #000;
}


.popup2 {
    width: 252px;
    height: 235px;
    border: 4px solid #000000;
    padding: 21px 35px;
}
.popup2 img {
    float: left;
    margin: 9px 17px 26px 0;
    width: 66px;
    height: 66px;
}
.popup2 h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    height: 35px;
    margin: 0 0 17px !important;
    text-align: center;
    line-height: initial !important;
}
.popup2 p {
    font-family: 'Lora', sans-serif !important;
    font-size: 14px !important;
    line-height: 17px !important;
}
.popup2 .h4 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 19px !important;
    line-height: 21px !important;
    margin-bottom: 12px !important;
}
.popup2 hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(247, 247, 247, 1), rgba(220, 220, 220, 1), rgba(247, 247, 247, 1));
    width: 100%;
    margin: 0 0 15px;
}
.popup2 a {
    color: white !important;
    background-color: #f15851;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Lora', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 21px;
}
.jqmWindow2{
    display: none;
    position: fixed;
    width: 329px;
    height: 285px;
    background-color: #FFF;
    color: #333;
    top: 50%;
    left: 50%;
    margin: -142px 0 0 -164px;
    z-index: 1000;
}


* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight)/100) + 'px');
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 500px;
}

.royalSlider,
.rsOverflow,
.rsSlide,
.rsVideoFrameHolder,
.rsThumbs {
    background-image: url(images/bg.jpg) !important;
    background-repeat: repeat repeat;
}

#sidebar ul.social {
    margin: 6px 0 10px;
    border: 1px solid #d8dcdf;
    border-bottom-width: 0;
}

#sidebar ul.social li {
    border: 0;
    margin: 0;
    height: 26px;
    vertical-align: middle;
    padding: 17px 10px;
    background: url("images/social_item_bg.gif");
}

#sidebar ul.social li a {
    text-decoration: none;
}


#authorsure-author-profile ul {    
    background: url("images/bg-social-author-page.png") repeat-x; /*margin: 0px 0px 30px 0px;*/    
}

.header-subwrap { 
    background: url(images/companyfolders/bg-header.gif) repeat;
}


#ppm-tabs h3.close a:before {
    content: '';
    background-image: url(../../plugins/ppm-accordion/css/plus_icon.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: -37px;
    margin-right: 11px;
    margin-bottom: -7px;
}
#ppm-tabs h3.open a:hover:before, #ppm-tabs h3.close a:hover:before, #ppm-tabs h3.open a:before {
    background-position: 0 -26px;
}
#ppm-tabs h3.close a{
    background: none;
}

.dc_blog {
    display: block;
    margin-bottom: 13px;
}

@media only screen and (max-width: 1005px) {
    #header .widget-area {       
        background: url(images/bg.png) repeat scroll;
    }
}