/*  
Theme Name: Sicka Than Average Wordpress Theme
Theme URI: http://www.sickathanaverage.com/
Description: The Sicka Than Average Theme was designed by Josh Shayne. It is maintained by Guillermo A. Fisher.
Version: 2.0
Author: <a href="http://www.joshshayne.com/">Josh Shayne</a> and, in some places, <a href="http://griasolutions.com">Guillermo A. Fisher</a>. 
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Rebuild default browser styles */
@import url('styles/wp.css');

/* Structure
----------------------------------------------- */

body {
    background: #cccccc url('images/dot-pattern-bg.png');
    font-family: "museo-sans", verdana, arial;
    font-weight: 300;

}

#body-overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 25%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(25%,rgba(0,0,0,0.6)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 25%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 25%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 25%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 25%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#wrap {
    width:1104px;
    margin: 0 auto 0 auto;
}

.content-padder {
    width: 1104px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    display: block;
    clear:both;
}

#content-wrap {
    width: 1024px;
    background: #fff url('images/content-bg.png');
    overflow: hidden;
    padding: 0px 40px 40px 40px;
    clear:both;
}

a:link, a:active, a:visited {
    color:#EC008C;
    text-decoration:none;
}

a:hover {
    color: #333;
    text-decoration:none;

}

strong {
    font-weight: 500;
    color: #333;
}

.clear {
    clear: both;
}


/* Header
----------------------------------------------- */

#header {
    margin: 0;
    padding: 25px 0 0 0;
}

.header-logo {
    float: left;
    display: block;
    width: 226px;
    height: 170px;
    position: absolute;
    margin: 0 0 0 50px;
    background: url('images/sicka-logo.png') no-repeat;
    background-size: 100%;
    text-indent: -9999em;
}

.header-right {
    display: block;
    background: #FFEF1F;
    width: 760px;
    float:right;
    margin: 48px 40px 15px 0;
    padding: 5px 0px 5px 0px;
    font-family: "museo-slab", Verdana, Geneva, sans-serif;
    font-size: 24px;
    font-weight: 00;
    color: #000;
    text-align: center;
}

.header-right em {
	color: #00B0ED;
	font-style: normal;
}

.header-right strong {
	color: #EA0C8B;
 	font-weight: normal;
}

/* Navigation
----------------------------------------------- */

.menu-header-wrap {
    background: url('images/nav-bg.png') no-repeat;
    height: 40px;
    padding: 0px 0px 0px 304px;
    margin: 0 0 10px 0;
    clear: both;
}

.menu-social {
    float: right;
    margin: 0 25px 0 0;
}

.menu-social img {
    width: 27px;
    padding: 7px 0 0 0;
    opacity: .8;
}

.menu-social img:hover {
    opacity: 1;
}

.menu-header {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.menu-header ul {
    float: left;
    list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

.menu-header li {
    list-style: none outside none;
	margin: 0px;
    padding: 0px;
}

.menu-header li a, .menu-header li a:link, .menu-header li a:visited {
    display: block;
    height: 30px;
    margin: 0px;
    padding: 10px 13px 0px 13px;
    font-size: 14px;
    font-weight: 300;
    color: #F7F7F7;
    text-transform: uppercase;
    letter-spacing: .05em;

}

.menu-header li a:hover, .menu-header li a:active {
    color: #FFF;
    background: #00AEEF;
    margin: 0px;
    padding: 10px 13px 0px 13px;
    text-decoration: none;
}

.menu-header li li a, .menu-header li li a:link, .menu-header li li a:visited {
	float: none;
        height: auto;
	background: #BCE6FB;
        opacity: .9;
	border-bottom: 1px solid #ACE1F9;
	min-width: 200px;
	margin: 0px;
	padding: 10px 13px 10px 13px;
        font-size: 13px;
        line-height: 1.3em;
	color: #333;
	text-transform: uppercase;
}

.menu-header li li a:hover, .menu-header li li a:active {
	background: #EC008C;
	border-bottom: 1px solid #c2c2c2;
	border-top: 0px solid #fff;
	color: #fff;
        opacity: 1;
}

.menu-header li {
	float: left;
	padding: 0px;
}

.menu-header li ul {
    position: absolute;
    height: auto;
    width: 10px;
    left: -999em;
    background: none;
    border-bottom: 0px solid #52463E;
    border-top: 0px solid #52463E;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

.menu-header li li {
    
}

.menu-header li ul a {
	width: 100px;
}

.menu-header li ul a:hover, .menu-header li ul a:active {
    
}

.menu-header li ul ul {
	margin: -43px 0pt 0pt 140px;
}

.menu-header li:hover ul ul, .menu-header li:hover ul ul ul, .menu-header li.sfhover ul ul, .menu-header li.sfhover ul ul ul {
	left: -999em;
}

.menu-header li:hover ul, .menu-header li li:hover ul, .menu-header li li li:hover ul, .menu-header li.sfhover ul, .menu-header li li.sfhover ul, .menu-header li li li.sfhover ul {
	left: auto;
}

.menu-header li:hover, .menu-header li.sfhover {
	position: static;
}

.menu-header li:hover a {
    background-color: #00AEEF;
    color: #fff;
}

/* Middle
----------------------------------------------- */

.middle {
    float: left;
    width: 650px;
    background: #fff;
    padding: 0px 35px 0px 0px;
    margin: 0 0 0 0;
}

.middle a {
    font-weight: 500;
}

.middle a:hover {
    background: #FFEF1F;
}

.middle p {
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
}

.middle img {
    max-width: 100%;
    height: auto;
}

.middle h1 {
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    font-weight: 700;
    color: #00B0ED;
}

.middle h2 {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: 700;
    color: #00B0ED;
    line-height: 1.3em;
}

.middle h2 a {
    color: #00B0ED;
    font-weight: 700;
}

.middle h3 {
    margin: 0px 0px 30px 0px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: lowercase;
    line-height: 1.3em;
}

.middle h3 span.accent {
		color: #EC008C;
}

.middle h4 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0 10px 0;    
    border-bottom: solid 1px #E2E3E4;
}

/* Right Sidebar
----------------------------------------------- */
.right {
    float: right;
    width: 300px;
    padding: 0 0 0 35px;
    background: #fff;
}

.right a {
    color: #367A93;
}

.right a:hover {
    color: #E41A50;
}
	
.right ul {
    width: 300px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.right ul li {
    list-style-type:none;
    font-size: 13px;
    line-height: 1.8em;
}

/* Right Sidebar Widgets
----------------------------------------------- */

.sidebar-ad-block {
    width: 300px;
    height: 250px;
    background: #fff;
    margin: 0 0 20px 0;
	clear: both;    
}

.widget_reallysimpletwitterwidget h2 {
    background: #EC008C;
    width: 65px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 9px;
}

.widget_reallysimpletwitterwidget li {
    background: #58585A;
    display: block;
    width: 260px;
    color: #fff;
    margin: 5px 0 20px 0;
    padding: 20px;
}


.widget_reallysimpletwitterwidget li a {
    color: #fff;
}

.widget_reallysimpletwitterwidget li a:hover {
    color: #00AEEF;
}

.popular-posts {
	margin: 20px 0 0;
}

.popular-posts h2 {
    background: #00AEEF;
    width: 70px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 9px;
}

.popular-posts ul {
   background: #58585A;
    width: 280px;
    margin: 5px 0 20px 0;
    padding: 15px 10px 20px 10px;
    color: #fff;
}

.popular-posts ul li {
    background: url('images/blue-star.png') left top no-repeat;
    padding: 0px 0 0px 30px;
    line-height: 1.8em;
    font-size: 12px;
}

.popular-posts a {
    color: #fff;
}

.popular-posts a:hover {
    color: #00AEEF;
}

.widget_search h2 {
    background: #FFEF1F;
    width: 60px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 6px 9px;
}

.widget_search input#s {
    background: #58585A;
    border: 0;
    height: 25px;
    width: 225px;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
    font-family: "museo-sans", helvetica, verdana, arial;
    font-weight: 300;
}

.widget_search #searchsubmit {
    background: #58585A url('images/search-icon.png') no-repeat;
    cursor: pointer;
    border: 0;
    height: 25px;
    width: 50px;
    padding: 5px 0px;
    margin: 0;
}

.widget_search .search-form {
    background: #58585A;
    margin: 5px 0 40px 0;
    padding: 10px 0;
    height: 25px;
}

#sidebyside-ads {
    float: left;	
    margin-bottom: 20px;
}

.sidebyside-ad {
    width: 120px;
    height: 600px;
    float: right;
    margin: 0 20px 0px 0;
}

.sidebyside-ad div:first-child {
    float: left;
    margin: 0;
}


/* Footer
----------------------------------------------- */

#footer {
    background: #141414;
    opacity: .95;
    width:1024px;
    padding: 20px 40px 50px 40px;
    margin: 0px auto 20px 0;
    color: #f7f7f7;
    font-size: 12px;
    overflow: hidden;
    clear: both;
}

#footer a {
    color: #f7f7f7;
}

#footer a:hover {
    background: #FFEF1F;
    color: #000;
}

#footer p {
    margin: 0;
}


/* Footer Columns
----------------------------------------------- */

.footer-box-left {
    float: left;
    width: 250px;
    display: block;
}

.footer-box-left ul {
    margin: 0;
    padding: 0;
}

.footer-box-left ul li {
    list-style: none;
    border-bottom: 1px solid #666;
    padding: 7px 5px 7px 15px;
}

.footer-box-right {
    float: right;
    width: 250px;
    display: block;
    padding: 0;
    overflow: hidden;
}

.footer-social {
    float: right;
    margin: 0 0px 0 0;
}

.footer-social img {
    width: 27px;
    padding: 7px 0 0 0;
    opacity: .8;
}

.footer-social img:hover {
    opacity: 1;
}

#footer .footer-social a:hover {
    background: none;
    color: #000;
}

/* Bottom
----------------------------------------------- */

/* Posts
----------------------------------------------- */

.post-wrap {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
    clear: both;
}

.post-body {
    float: right;
    width: 480px;
    border-bottom: solid 1px #E2E3E4;
    padding: 0 0 20px 0;
}

.post-body h4 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;    
    border-bottom: solid 1px #E2E3E4;
}

.post-side {
    width: 120px;
    float: left;
}

.post-side ul {
    margin: 0;
    padding: 0;
}

.post-side ul li {
    list-style: none;
    border-bottom: 1px solid #E2E3E4;
    padding: 7px 5px 7px 5px;
    font-size: 11px;
    color: #888;
    text-align: center;
}

.post-side a {
    color: #888;
}

.post-side a:hover {
    color: #000;
}

.post-body img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 0px 0;
    padding: 0;
}

.post-image img {
    margin: 10px 0 10px 0;
}

.read-more-btn {
    display: block;
    float: right;
    background: url('images/read-more-btn.png') no-repeat;
    width: 135px;
    height: 25px;
    background-size: 100%;
    text-align: center;
    padding: 2.5px 0 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.read-more-btn:hover {
    color: #000;
}


/* Prev/Next
----------------------------------------------- */
.prev-next-box {
    float: right;
    width: 480px;
    border-bottom: solid 1px #E2E3E4;
    padding: 0 0 20px 0;
}

/* Email Signup
----------------------------------------------- */

.subscribe-form {
    margin: 20px 0 0 0;
}

.subscribe-btn {
    border: none;
    background: #f7f7f7;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 8px;
    width: 82px;
    height:32px;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    font-weight:none;
    letter-spacing: .1px;
    font-family: "museo-sans", arial, helvetica, arial, sans-serif;
    cursor:pointer;
}

.subscribe-btn:hover {
    background: #EC008C;
    color: #FFFFFF;
}


input#subscribe {
    background:#141414;
    border:1px solid #666;
    font-family: "museo-sans";
    font-weight: 300;
    height:28px;
    width: 140px;
    margin: 0px 5px 10px auto;
    color:#999;
    font-size:12px;
    padding: 1px 10px 0px 10px;
}

input#subscribe-white {
    background:#fff;
    border:1px solid #ccc;
    font-family: "museo-sans";
    font-weight: 300;
    height:28px;
    width: 140px;
    margin: 0px 5px 10px auto;
    color:#999;
    font-size:12px;
    padding: 1px 10px 0px 10px;
}

/* Comments
----------------------------------------------- */

.comment-wrap {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
    clear: both;
}

.comment-title {
    float: right;
    width: 480px;
    padding: 0px 0 0px 0;
}

.commentlist li {
    width: 100%;
    overflow: hidden;
    clear: both;
    list-style-type: none;
    margin: 0;
}

.comment-left {
    width: 120px;
    float: left;
    padding: 5px 0 0 0;
    text-align: right;
}

.comment-text {
    float: right;
    width: 480px;
    padding: 0 0 0 0;
    margin: 0;
}

.comment-divider {
    display: block;
    width: 480px;
    float: right;
    clear: both;
    border-bottom: solid 1px #E2E3E4;
    margin: 0 0 20px 0;
}

.comment-form {
    float: right;
    width: 480px;
    border-bottom: solid 1px #E2E3E4;
    padding: 0 0 0px 0;
}

.comment-form textarea#comment {
    font-weight: 300;
    font-size: 13px;
    padding: 15px 0px 0 15px;
    width: 440px;
    height: 150px;
}

.comment-form #submit {
    border: none;
    background: #00AEEF;
    padding: 9px 10px;
    width: auto;
    height:32px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight:none;
    letter-spacing: .1px;
    font-family: "museo-sans", arial, helvetica, arial, sans-serif;
    cursor:pointer;
}

.comment-form #submit:hover {
    background: #EC008C;
    color: #FFFFFF;
}

.fbcomments h3 {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: 700;
    color: #00B0ED;
    line-height: 1.3em;
    text-transform: uppercase;
}