/*
Theme Name: Chillax
Theme URI: http://www.popcry.com/
Description: Testing WordPress Child Themes
Author: kevbo
Author URI: http://yourdomain.com/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');


/* =Above Header
-------------------------------------------------------------- */
#branding-search {
    background-color: #fff;
}
#branding-search li{
    list-style: none;
}

#branding-search input#s{
    background:#ececec;
    border: none;
    padding: 3px;
    line-height: 13px;
}

#branding-search input#s:focus{
    background:#fff;
}

#branding-search input#searchsubmit{
    text-indent:-9999px;
    cursor:pointer;
    border: none;
}

#branding-search input#searchsubmit:hover{
    cursor:pointer;
} 

#searchbox { 
    float:right;
}

/* =Header
-------------------------------------------------------------- */
#header {
    z-index:2;
    background-color: #ffffff;
    margin: 20px 0px 15px 0px;
}

#branding {
    margin: auto; 
    padding: 0px;
}


#blog-title a {
    display:block;
    text-indent:-9000px;
    height: 110px; /* height of your header, like 180px */
    width: 960px; /* width of your header, like 960px */
    background:url(images/logo.gif) no-repeat top center;
}

#access {
    border-bottom: 0px solid #ccc;
    overflow:visible;
    z-index:100;
    padding: 0px;
    text-transform:uppercase;
    background-color: #fff;

}


/*** THEMATIC SKIN ***/
-------------------------------------------------------------- */
.sf-menu {
    border-right:0px solid #ccc;
    float:left;
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#ccc;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
        color: #f3f3f3;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        background-color: #ffffff;    
}
.sf-menu a:hover, .sf-menu a:active {
        color:			#f3f3f3;
        font-family: arial, sans-serif;
        background-color: #ffffff;
}
.sf-menu li {
        margin-right: 5px;
        background: #222222;
}
.sf-menu li li {
	background:		#222222;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, {
	outline:		0;
    border: none;
}
.sf-menu ul {
    border-right:0px solid #ccc;
    border-bottom:0px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}
.sf-menu ul a:active {
    color: #000000;
}


/* =Content
-------------------------------------------------------------- */
#content {
    width: 670px;
}
#main {
    clear:both;
    background-color: #fff;
    padding: 0px 0 20px 0;   
}
#reg_passmail {
    font-family: arial, sans-serif;
    font-size: 18px; 
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
}
.post {
    float: left;
    width: 95%;
    padding-right: 10px;
    margin-right: 18px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 20px;
} 
#container{
    clear:both;
    background-color: #fff;
    padding: 2px 11px;
}
.page-title {
    display: none;
    font-size:22px;
    padding: 14px 0px;

    font-family: arial, sans-serif;
    border-bottom: 2px solid #222222;
    text-transform: uppercase;
}
.entry-content {
    padding: 0px 0 0 0;
    line-height:19px;
    font-family: arial;
    font-size: 12px;
    color: #494949;
    margin-top: 0px;
}

.more-link {
    background-color: #ececec;
    padding: 5px 10px;
    float:right;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 5px;
}
.entry-content a .more-link {
    color: #ffffff;
}
#content .entry-content h6 {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: -.02em;
    font-weight: none;
    margin: 15px 0px 4px 0px;
}
.entry-content h5 {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: -.02em;
    font-weight: none;
    margin: 15px 0px 4px 0px;
}

.entry-content h6 {
    font-family: arial, sans-serif;
    font-size: 27px;
    color: #222;
    letter-spacing: -.05em;
    font-weight: none;
    margin: 22px 0px 8px 0px;
}
.entry-content a {
    color: #222;
}
.entry-content a:hover {
    color: #ed1c24;
    text-decoration: underline;
}
.entry-content img {
    padding: 0px 5px 0px 0px;
}
.entry-content embed {
    margin: 0px 2px 0px 0px;
}
.entry-content p img {
    margin: 5px 2px 0px 0px;
}
#submit-text {
    float: left;
    width: 290px;
    margin-right: 33px;
}
#submit-text h4{
    font-family: arial, serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: -.02em;
    color: #662d91;
}
#submit-form{
    float: left;
    width: 290px;
    margin-right: 20px;
}
#submit-form label  {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#submit-form legend {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#submit-form .tdomf_buttons input {
    border: none;
    color: #f3f3f3;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #222;
    padding: 10px 15px;
}
.entry-content .post-ratings img {
    margin-right: 5px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.main-aside {
    width: 250px;
    position:relative;
    background-color: #fff;
}
.main-aside ul ul {
    padding:0;
    margin-bottom: 10px;
}
.main-aside h3 {
    padding:0;
    margin-top: 11px;
    margin-bottom: 4px
}
.meta-prep-entry-date {
}
.entry-date {

}
.comments-link {
    display: none;
}
#primary {
    border-left:1px solid #ccc;
    padding:11px 0px;
    padding- right: 22px;
    margin-bottom:22px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
#search input#s{
       background-color: #eeeeee;
       border: none;
       padding: 8px 8px;
       font-family: arial;
       color: #494949;
       margin-top: 5px;
       font-size: 12px;
       width: 190px;
}
.aside div.score-ex {
    display: none;
}
.aside div.sociable {
    display: none;
}
.aside h3 {
    font-size:10px;
    color: #222222;
    font-weight:bold;
    letter-spacing: -.02em;
    font-family: arial, sans-serif;
    padding: 2px 5px;
    text-transform: uppercase;
    font-style: normal;
}
.aside ul ul {
    list-style:none;
    margin:0 0 0 3px;
}
#primary ul li ul li{
    border-bottom:0px dotted #999999;
}
.widgetcontainer h3 {
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #222;
    padding: 5px 0px 0px 0px;
}


#content .aside h3 {

    font-family: arial, sans-serif;
    font-weight:normal;
    font-size:20px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}


.entry-utility {
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    margin:0 0 11px 0;
    color: #494949;
    border-bottom: 0px dotted #999999;
}
.entry-utility .cat-links{
    font-family:Arial,sans-serif;
    font-size:11px;

    padding:0 0 7px 0;
    color: #494949;
    border-bottom: 0px dotted #999999;
    
}
.entry-utility .tag-links{
    font-family:Arial,sans-serif;
    width: 100%
}
.entry-meta{
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    color: #494949;
}
.meta-sep {
}
#index-top ul li {
    display: inline;
    margin-right: 0px;
    font-size: 10px;
}
#index-top {
    background-color: #ececec;
    margin-bottom: 0px;
    height: 32px;
}
#index-top ul li a {
    display: inline;
    margin-right: 10px;
    font-size: 10px;
    float: right;
    color: #f3f3f3;
    text-transform: normal;
    background-color: #409cd4;
    font-weight: normal;  
    padding: 2px 5px;
}
#index-top ul li a:hover {
    background-color: #454545;
    text-transform: underline;
}
#index-top h3 {
    border-bottom: none;
    background-color: #ececec;
}
.imgtfe {
    width: 172px;
    margin-top: 0px;
    height: 172px;
} 
.sociable_tagline {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: -.02em;
    font-weight: none;
    margin: 15px 22px 4px 0px;
}
.sociable ul {
        width: 100%;
}
#main form {
    margin-left: 40px;
    float:left;
    
}
#container form {
    margin-left: 0px;
    
}
#primary ul ul{
    margin-bottom: 11px;
}
#primary form {
    margin-left: 0px;
}
#main h5 {
    margin: 10px 5px;
    padding-bottom: 11px;
    font-family: arial, tahoma, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -.04em;
    border-bottom: 2px solid;
    
}
#main ul{
    float: left;
    font-family: arial, tahoma, sans-serif;
    list-style: none;
}
#main table {
    font-size: 12px;
    border: none;
    float: left;
    font-family: arial, tahoma, sans-serif;
    list-style: none;
}
#main table input{
    font-size: 12px;
    background: #ececec;
    padding: 5px 10px;
    margin: 3px;
    border: none;
    float: top;
    font-family: arial, tahoma, sans-serif;
}
#single-top {
    margin-left: 20px;
}
form.loginform p label {
    width: 150px;
    display: block;
    float: top;
    clear: both;
    font-size: 18px;
    font-family: arial, sans-serif;      
}
form.loginform p input.checkbox{
    clear: both;
    margin-top: 15px;
    float: left;
    font-family: arial, sans-serif;    
}
form.loginform label.rememberme {
    font-size: 11px;
    font-family: arial, sans-serif;    
}
form.loginform p input.input {
    width: 150px;
    float: left;
    clear: right;
    background-color: #eeeeee;
    padding: 8px 8px;
    border: none;
    font-size: 14px;
}
.form-table {
    width: 510px;
}
#main h3 {
    font-family: arial, sans-serif;
}
#main p input {
    font-family: arial, sans-serif;
    font-size: 12px;
}
p.message {
    background-color: #cc3366;
    color: #f3f3f3;
    font-size: 19px;
    border: 0px solid #e5e5e5;
    margin: 20px;
    font-weight: bold;
    font-family: arial, sans-serif;
    padding: 20px;
}
#login_error {
    background-color: #ffffcc;
    color: #222;
    font-size: 16px;
    padding: 28px;
    margin: 4px 20px;
    font-weight: bold;
    font-family: arial, sans-serif
}
.wpu-user {
   float: left;
   margin-right: 11px;
   margin-top: 11px;
   display: block;
}
.wpu-user img {
   padding-bottom: 0px;
   padding: 5px;
   margin-bottom: 0px;
   background-color: #ececec;
   border: 1px solid #d7d7d7;
   float: left;
}
.wpu-id {
   background-color: #ececec;
   padding: 6px 10px; 
   color: #222222;  
   font-size: 14px;
   font-family: arial, sans-serif;
}
.wpu-id a {
   color: #222222;
   text-decoration: none;

}
.wpu-id a:hover {
   color: #222222;
   text-decoration: underline;
}
.wpu-avatar {
   margin-bottom: 8px;
   padding-bottom: 0px;
}
#wpu-profile h2 {
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   letter-spacing: -.05em;
   color: #222;
   font-size: 22px;
   text-transform: uppercase;
}
#wpu-profile p strong {
   background-color: #eeeeee;
   padding: 2px 5px;
   font-weight: bold;
   font-size: 14px;
   text-transform: uppercase;
   color: #454545;
}
#wpu-profile p {
   font-size: 14px;
   margin-top: 5px;
}
#wpu-profile ul li{
   display: inline;
   margin-right: 11px;
   font-size: 11px
}
#wpu-profile ul li a{
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 14px;
   letter-spacing: -.02em;
   color: #4f4f4f;
   background-color: #eeeeee;
   padding: 2px 5px;
}
#wpu-profile h3 {
   font-family: georgia, serif;
   font-weight: normal;
   letter-spacing: -.05em;
   color: #222;
}
#wpu-profile p {
   margin-bottom: 4px;
   margin-top: 2px;
}
div.pager {
   width: 100%;
   float: left;
   margin-top: 11px;
}

/* =Sideposts
-------------------------------------------------------------- */
.sideposts_date {
  display: none;
} 
.widget_sideposts li p {
  margin: 0px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
   background-color: #222222;
}
#footer-links ul li{
   display: inline;
   float: right;
}
#footer-links ul li a{
   margin-right: 5px;
   color: #999;
}
#footer-links ul li a:hover {
   text-decoration: none;
   color: #999;
}
#siteinfo p a{
   margin-right: 5px;
   color: #999;
}
#siteinfo p {
   margin-right: 5px;
   color: #999;
}
#siteinfo p a:hover {
   text-decoration: none;
   color: #999;
}

/* =Contact Form
-------------------------------------------------------------- */

#contact-form {
   width: 560px;
   background-color: #ffffff;
   padding: 10px 22px;
   margin-bottom: 10px;
}
#contact-form p {
   font-size: 18px;
   color: #222;
   text-transform: uppercase;
   font-family: arial;
}
#contact-form input {
   border: 0px;
   padding: 10px;
   margin-top: 2px;
   font-size: 18px;
   background-color: #ececec;
}
#contact-form textarea {
   border: 0px;
   padding: 10px;
   margin-top: 4px;
   font-size: 18px;
   background-color: #ececec;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #999;
       font-size: 20px;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 0px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 0px solid #ff0000;
	font-size: 10pt;
	width: 280px;


	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}


.wpcf7-display-none {
	display: none;
}

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

.navigation {
    color:#666;
    font-size:14px;
    margin:0px 0 11px 0;
    overflow:hidden;
}
.navigation a {
    background-color: #222;
    text-transform: uppercase;
    padding: 5px;
    line-height: 20px;
    color:#f3f3f3;
    font-style: normal;
    text-decoration:none;
    font-family: arial, helvetica, sans-serif;
}
.navigation a:active,
.navigation a:hover {
    color: #ececec;



}
.navigation .meta-nav {

    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
        clear: both;
}
#nav-above {
    display:none;
}

.paged #nav-above {
    display:none;
    padding:0 0 10px 0;
}

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

#comments {
    padding:2px 0 0 0;
    clear: both;
}
#comments,
#comments input,
#comments textarea {
    font-size:14px;
    line-height:18px;
    border: none;
    padding: 15px;
    font-family: arial, helvetica, sans-serif;
}
#comments textarea {
    background-color: #ececec;
    border: none;
}

#comments .form-input input {
    background-color: #ececec;
    font-size:14px;
    line-height:18px;
    border: none;
    padding: 15px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:18px;
    text-transform: uppercase;
    font-weight:normal;
    padding:0 0 5px 0;
    margin-bottom: 5px;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}


#respond .required {
    color:#FF4B33;
    font-weight:bold;


}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;


}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
#comments .form-submit input {
    background-color: #222;
    color: #f3f3f3;
    text-transform: uppercase;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;

    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/* =Scores
-------------------------------------------------------------- */
.score {
   font-size: 24px;
   font-weight: normal;
   background-color: #663399;
   text-transform: uppercase;
   padding: 18px;
   color: #f3f3f3;
   float: left;
   margin-bottom: 8px;
   display: block;
}  
.score-ex {
   font-size: 14px;
   font-weight: normal;
   background-color: #222222;
   padding: 5px 10px;;
   color: #f3f3f3;
   margin-bottom: 5px;
   width: 170px;
}  
.winner {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #662d91;
   padding: 5px 10px;;
   color: #f3f3f3;
   float: left;
   margin-bottom: 5px;
}  
.winner-ex {
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   background-color: #662d91;
   padding: 5px 10px;;
   color: #f3f3f3;
   margin-bottom: 5px;
   width: 170px;
} 


/* =top-spot
-------------------------------------------------------------- */
#top-spot {
   border-bottom: 1px solid #ccc;
   margin-bottom: 2px;
}

#top-spot-left {
   margin: 10px 32px 10px 22px;
   font-family: arial, helvetica, sans-serif;
   float: left;
   background-color: #f4f4ee;
   padding: 15px 20px 5px 20px;;
}
#top-spot-left h1 {
   margin: 2px;
   color: #222;
   font-size: 34px;
   font-weight: bold;
   letter-spacing: -.03em;
}
#top-spot-left h2 {
   margin: 10px 5px;
   color: #444;
   font-size: 18px;
   font-weight: normal;
   font-family: arial, helvetica, sans-serif;
   line-height: 26px;
}
#top-spot-left h2 a {
   color: #dfb946;
   background-color: #222;
   font-size: 14px;
   font-weight: bold;
   padding: 5px;
   font-family: arial, helvetica, sans-serif;
}
#top-spot-left h3 {
   color: #454545;
   font-size: 14px;
   font-weight: normal;
   font-family: arial, helvetica, sans-serif;
   padding: 2px 5px;;
}
#top-spot-left h3 a {
   color: #605ca8;
   font-size: 14px;
   font-weight: bold;
   font-family: arial, helvetica, sans-serif;
   text-decoration: underline;
}

#top-spot-left h4 {
   margin: 10px 5px;
   color: #444;
   font-size: 21px;
   font-weight: normal;
   font-family: georgia, serif;
   line-height: 25px;
}
#top-spot-left h4 a {
   color: #dfb946;
   background-color: #222;
   font-size: 14px;
   font-weight: bold;
   padding: 5px;
   font-family: arial, helvetica, sans-serif;
}
 
@import url('file:///C|/Documents and Settings/Kevin/Desktop/website/thematic/style.css');


/* =Above Header
-------------------------------------------------------------- */
#branding-search {
    background-color: #464646;
    height: 35px;
    padding: 4px;
}
#branding-search li{
    list-style: none;
}

#branding-search input#s{
    background:#ececec;
    border: none;
    padding: 3px;
    line-height: 13px;
}

#branding-search input#s:focus{
    background:#ececec;
}

#branding-search input#searchsubmit{
    background:url(http://www.popcry.com/images/search-button.gif) no-repeat;
    width: 40px;

    height: 30px;
    text-indent:-9999px;
    cursor:pointer;
    border: none;
}





#branding-search input#searchsubmit:hover{
    cursor:pointer;
} 

#searchbox { 
    float:right;
}

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




/*** THEMATIC SKIN ***/
-------------------------------------------------------------- */
.sf-menu {
    border-right:0px solid #ccc;
    float:left;
}
.sf-menu a {
	border-left:0px solid #ccc;

	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#ccc;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
        color: #222222;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #ffffff;    
}
.sf-menu a:hover, .sf-menu a:active {
        color:			#f3f3f3;
        font-family: arial, sans-serif;
        background-color: #222222;
}
.sf-menu li {
        margin-right: 5px;
}
.sf-menu li li {
	background:		#222;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, {
	outline:		0;
    border: none;
}
.sf-menu ul {
    border-right:0px solid #ccc;
    border-bottom:0px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}
.sf-menu ul a:active {
    color: #000000;
}


/* =Content
-------------------------------------------------------------- */
#wrapper{
    background-color: #ffffff;
    background-attachment: fixed; 
    border-top: 1px solid #ccc;
}
#content {
    width: 670px;
}
#main {
    clear:both;
    background-color: #fff;
    padding: 0px 0 20px 0;   
}
.post {
    float: left;
    margin-right: 18px;
} 
#container{
    clear:both;
    background-color: #fff;
    padding: 2px 11px;
}
.page-title {
    display: none;
    font-size:22px;
    padding: 14px 0px;
    font-family: arial, sans-serif;
    border-bottom: 2px solid #222222;
    text-transform: uppercase;
}
.entry-content {
    padding: 0px 0 0 0;
    line-height:19px;
    font-family: arial;
    font-size: 12px;
    color: #494949;
    margin-top: 0px;
}
#content .entry-content h6 {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: -.02em;
    font-weight: none;
    margin: 15px 0px 4px 0px;
}
.entry-content h5 {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: -.02em;
    font-weight: none;
    margin: 15px 0px 4px 0px;
}

.entry-content h6 {
    font-family: arial, sans-serif;
    font-size: 27px;
    color: #222;
    letter-spacing: -.05em;
    font-weight: none;
    margin: 22px 0px 8px 0px;
}
.entry-content a {
    color: #222;
}
.entry-content a:hover {
    color: #ed1c24;
    text-decoration: underline;
}
.entry-content img {
    padding: 0px 5px 0px 0px;
}
.entry-content embed {
    margin: 0px 2px 0px 0px;
}









.entry-content p img {
    margin: 5px 2px 0px 0px;
}
#submit-text {

    float: left;
    width: 290px;
    margin-right: 33px;
}
#submit-text h4{
    font-family: arial, serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: -.02em;
    color: #662d91;
}
#submit-form{
    float: left;
    width: 290px;
    margin-right: 20px;
}
#submit-form label  {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#submit-form legend {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#submit-form .tdomf_buttons {
    border: none;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.main-aside {
    width: 250px;
    position:relative;
}
.main-aside ul ul {
    padding:0;
    margin-bottom: 10px;
}
.main-aside h3 {
    padding:0;
    margin-top: 11px;
}
.meta-prep-entry-date {
    display: none;
}
.entry-date {
    float: right;
}
.comments-link {
    display: none;
}

.comment-link {
    display: none;
}



#primary {
    border-left:1px solid #ccc;
    padding:11px 0px;
    padding- right: 22px;
    margin-bottom:22px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
#search input#s{
       background-color: #eeeeee;
       border: none;
       padding: 8px 8px;
       font-family: arial;
       color: #494949;
       margin-top: 5px;
       font-size: 12px;
       width: 190px;
}
.aside h3 {
    font-size:10px;
    color: #222222;
    font-weight:bold;
    letter-spacing: -.02em;
    font-family: arial, sans-serif;
    padding: 2px 5px;
    text-transform: uppercase;
    font-style: normal;
}
.aside ul ul {
    list-style:none;
    margin:0 0 0 3px;
}
#primary ul li ul li{
    border-bottom:0px dotted #999999;
}
.aside ul ul li a{
    color: #444;
    font-size: 12px;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 5px;

}

.aside ul ul li a:hover {
    text-decoration: underline;
    color: #454545;
}
.widgetcontainer h3 {
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #222;
    padding: 5px 0px 0px 0px;
}

#content .aside h3 {
    font-family: arial, sans-serif;
    font-weight:normal;
    font-size:20px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}

.entry-title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.03em;
    font-size: 25px;
}
.entry-title a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.03em;
    font-size: 25px;
}
.entry-title a:active,
.entry-title a:hover {
    color: #454545;
}
.entry-utility {
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    margin:0 0 11px 0;
    color: #494949;
    border-bottom: 1px solid #999999;
    width: 100%;
}
.entry-utility .cat-links{
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    color: #494949;
    border-bottom: 1px solid #999999;
    display: none;
}
.entry-meta{
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    color: #494949;
}
.meta-sep {
    display: none;
}
#index-top ul li {
    display: inline;
    margin-right: 0px;
    font-size: 10px;
}
#index-top {
    background-color: #ececec;
    margin-bottom: 0px;
    height: 32px;
}
#index-top ul li a {
    display: inline;
    margin-right: 10px;
    font-size: 10px;
    float: right;
    color: #f3f3f3;
    text-transform: normal;
    background-color: #409cd4;
    font-weight: normal;  
    padding: 2px 5px;
}
#index-top ul li a:hover {
    background-color: #454545;
    text-transform: underline;
}
#index-top h3 {
    border-bottom: none;
    background-color: #ececec;
}
.imgtfe {
    width: 172px;
    margin-top: 0px;
    height: 172px;
} 
.sociable_tagline {
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    letter-spacing: -.02em;
    font-weight: none;
    margin: 15px 22px 4px 0px;
}
#main form {

    margin-left: 40px;
    float:left;
    
}
#container form {
    margin-left: 0px;
    
}
#primary ul ul{
    margin-bottom: 11px;
}
#primary form {
    margin-left: 0px;
}
#main h5 {
    margin: 10px 5px;
    padding-bottom: 11px;
    font-family: arial, tahoma, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -.04em;
    border-bottom: 2px solid;
    
}
#main ul{
    float: left;
    font-family: arial, tahoma, sans-serif;
    list-style: none;
}
#main table {
    font-size: 12px;
    border: none;
    float: left;
    font-family: arial, tahoma, sans-serif;
    list-style: none;
}
#main table input{
    font-size: 12px;
    background: #ececec;
    padding: 5px 10px;

    margin: 3px;
    border: none;
    float: top;
    font-family: arial, tahoma, sans-serif;
}
#single-top {

    margin-left: 20px;
}

#main form.loginform p label {
    width: 300px;
    display: block;
    float: top;
    clear: both;
    font-size: 14px;   
    font-family: arial, sans-serif; 
    padding: 5px 0px;
    color: #333;
    text-transform: uppercase
}

form.loginform p.submit input {
    background-color: #000;  
    color: #f3f3f3;
    border:0px;
    padding: 10px;  
    text-transform: uppercase;
}
form.loginform p input.input {
    width: 150px;
    float: left;
    clear: right;
    background-color: #eeeeee;
    padding: 8px 8px;
    border: none;
    font-size: 11px;
}
form.loginform p label input {
    width: 150px;
    float: left;
    clear: right;
    background-color: #eeeeee;
    padding: 8px 8px;
    border: none;
    font-size: 11px;
}
form.loginform center {
    display: none;
}

.form-table {
    width: 510px;
}
#main h3 {
    font-family: arial, sans-serif;
}
#main p input {
    font-family: arial, sans-serif;
    font-size: 12px;
}
p.message {
    background-color: #cc3366;
    color: #f3f3f3;
    font-size: 19px;
    border: 0px solid #e5e5e5;
    margin: 20px;
    font-weight: bold;
    font-family: arial, sans-serif;
    padding: 20px;
}
#login_error {
    background-color: #ffffcc;
    color: #222;
    font-size: 16px;
    padding: 28px;
    margin: 4px 20px;
    font-weight: bold;
    font-family: arial, sans-serif
}
#user_login {
   width: 150px;
    float: left;
    clear: right;
    background-color: #eeeeee;
    padding: 8px 8px;
    border: none;
    font-size: 11px;
}
#user_pass{
   width: 150px;
   float: left;
   clear: right;
   background-color: #eeeeee;
   padding: 8px 8px;
   border: none;
   font-size: 11px;
}
div.pager {
   width: 100%;
   float: left;
   margin-top: 11px;
}

/* =Sideposts
-------------------------------------------------------------- */
.sideposts_date {
  display: none;
} 
.widget_sideposts li p {
  margin: 0px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
   background-color: #222;
}
#footer div {
   margin-bottom: 0px;
   line-height: 0px;
   padding-top: 10px;
   padding-bottom: 5px;
}
#main-footer-links ul {
   padding-top: 10px;
}
#main-footer-links ul li{
   display: inline;
   float: left;
   font-family: arial, sans-serif;
   text-transform: normal;
}
#main-footer-links ul li a{
   margin-right: 5px;
   color: #444;
   font-size: 14px;
   font-weight: bold;
}
#main-footer-links ul li a:hover {
   text-decoration: none;
   color: #444;
}
#footer-links ul li{
   display: inline;
   float: right;
   font-family: arial, sans-serif;
   text-transform: normal;

}
#footer-links ul li a{
   margin-right: 5px;
   color: #444;
   font-size: 14px;
   font-weight: bold;
}
#footer-links ul li a:hover {
   text-decoration: none;
   color: #444;

}
#siteinfo p a{
   margin-right: 5px;
   color: #444;
}
#siteinfo p {
   margin-right: 5px;
   color: #777;
   font-family: arial, sans-serif;
   font-size: 14px;
}

#siteinfo p a:hover {
   text-decoration: none;

   color: #444;
}
#siteinfo ul {
   line-height: 10px;
   margin: 0px;
   margin-bottom: 0px;
}

/* =Contact Form
-------------------------------------------------------------- */

#contact-form {
   width: 560px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #999;
       font-size: 20px;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 0px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;


	background: #fff;

	border: 0px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

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

.navigation {
    color:#666;
    font-size:14px;
    margin:0px 0 11px 0;
    overflow:hidden;
}
.navigation a {
    background-color: #222;
    text-transform: uppercase;
    padding: 5px;
    line-height: 20px;
    color:#f3f3f3;
    font-style: normal;
    text-decoration:none;
    font-family: arial, helvetica, sans-serif;
}
.navigation a:active,
.navigation a:hover {
    color: #ececec;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}

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

#comments {
    padding:2px 0 0 0;
    clear: both;
}
#comments,
#comments input,
#comments textarea {
    font-size:14px;
    line-height:18px;
    border: none;
    padding: 15px;
    font-family: arial, helvetica, sans-serif;
  
}
#comments textarea {
    background-color: #ececec;
    border: none;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:18px;
    text-transform: uppercase;
    font-weight:normal;
    padding:0 0 5px 0;
    margin-bottom: 5px;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;


    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;

    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {

    width:99%;
}
#form-allowed-tags p {
    color:#666;

    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
#comments .form-submit input {
    background-color: #222;
    color: #f3f3f3;
    text-transform: uppercase;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/* =Scores
-------------------------------------------------------------- */
.score {
   font-size: 24px;
   font-weight: normal;
   background-color: #663399;
   text-transform: uppercase;
   padding: 18px;
   color: #f3f3f3;
   float: left;
   margin-bottom: 8px;
   display: block;
}  
.score-ex {
   font-size: 14px;
   font-weight: normal;
   background-color: #222222;
   padding: 5px 10px;;
   color: #f3f3f3;
   margin-bottom: 5px;
   width: 170px;
}  
.winner {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #662d91;
   padding: 5px 10px;;
   color: #f3f3f3;
   float: left;
   margin-bottom: 5px;
}  
.winner-ex {
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   background-color: #662d91;
   padding: 5px 10px;;
   color: #f3f3f3;
   margin-bottom: 5px;
   width: 170px;
} 


/* =top-spot
-------------------------------------------------------------- */

#top-spot-left h1 {
   margin: 2px;
   color: #222;
   font-size: 34px;
   font-weight: bold;
   letter-spacing: -.03em;
}
#top-spot-left h2 {
   margin: 10px 5px;
   color: #444;
   font-size: 18px;
   font-weight: normal;
   font-family: arial, helvetica, sans-serif;
   line-height: 26px;
}
#top-spot-left h2 a {
   color: #dfb946;
   background-color: #222;
   font-size: 14px;
   font-weight: bold;
   padding: 5px;
   font-family: arial, helvetica, sans-serif;
}
#top-spot-left h3 {
   color: #454545;
   font-size: 14px;
   font-weight: normal;
   font-family: arial, helvetica, sans-serif;
   padding: 2px 5px;;
}
#top-spot-left h3 a {
   color: #605ca8;
   font-size: 14px;
   font-weight: bold;
   font-family: arial, helvetica, sans-serif;
   text-decoration: underline;
}

#top-spot-right{
   margin: 5px;
   margin-left: 0px;
   font-family: arial, helvetica, sans-serif;
   display: inline;
}
#top-spot-right ul {
   margin-left:22px;
}
#top-spot-right ul li{
   float: left;
   margin-right: 10px;

}

#top-spot-left h4 {
   margin: 10px 5px;
   color: #444;
   font-size: 21px;
   font-weight: normal;
   font-family: georgia, serif;
   line-height: 25px;
}
#top-spot-left h4 a {
   color: #dfb946;
   background-color: #222;
   font-size: 14px;
   font-weight: bold;
   padding: 5px;
   font-family: arial, helvetica, sans-serif;
}


/* =contact-page
-------------------------------------------------------------- */
#wpcf7 {
   background-color: #ececec;
}

/* =EVENTS
-------------------------------------------------------------- */
#event-title {
   border-bottom: 0px;
}
.head-one {
   font-size: 16px;
   font-weight: bold;
}
.head-two {
   font-size: 12px;
}
.head-two a {
   font-size: 12px;
   background-color: #222;
   padding: 4px 6px;
   color: #f3f3f3;
   text-decoration: none;
}
.head-three {
   font-size: 12px;
}
.head-three a {
   background-color: #409cd4;
   color: #f3f3f3;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: normal;
   padding: 4px 6px;
   color: #f3f3f3;
   text-decoration: none;
}

.tag-links  {
   display: block;
   width: 180px;
}

/* =New Footer

-------------------------------------------------------------- */
#footernavmenu a {color:#fff;margin:0 0 0 20px;}
#footernavmenu ul {list-style:none;margin:0;}
#footernavmenu li {display:inline;margin:0;}


#FooterShareLinks { width:100%; border-bottom:solid 1px #3c3c3c; clear:both;}
#FooterShareLinksInner { width:938px; height:25px; padding:20px 0 20px 0; clear:both; margin:auto; color:#fff;}
#FooterShareLinksInner .shareThisFooterLink{ line-height:25px; height:25px; margin-right:12px; float:right; width:100px;}
#FooterShareLinksInner .shareThisFooterLink a {color:#fff;}

#FooterShareLinksInnerText {line-height:25px; height:25px; font-style:italic; margin-right:12px; float:left;}
#footerNav {width:938px; margin:auto; clear:both;}
#FooterCredits {width:100%; clear:both; border-top:solid 1px #3c3c3c;}
#FooterCreditsInner {width:938px; padding:20px 0 20px 0; clear:both; margin:auto;}


#footer {line-height:18px; 
    font-family: arial, helvetica, sans-serif;
}
#footer h4 {
    color:#fff;
    font-family: arial, helvetica, sans-serif;
    line-height: 24px;
    font-weight: bold;
    decoration: none;
}
#footer h4 a {color:#fff; font-size:12px; text-decoration: none;}
#footer a {color:#828282; font-size:12px;}
#footerNav {width:938px; padding:20px 67px 20px 67px;}
#footerNav ul {padding:0; margin:0px; margin-bottom: 10px;}
#footerNav ul li { list-style:none; margin-top: 5px; padding: 4px 0px;}
#footerNav ul li a {text-decoration: none; }

.footerNavCol {width:20%; float:left;}


#footerNavCol1 {}
#footerNavCol2 {}
#footerNavCol3 {}
#footerNavCol4 {}
#footerNavCol5 {}
#footernavmenu {margin:10px 0 20px 0;text-align:center;}
#footercopyright {width:20%; color:#fff; font-size:13px; float:left; margin-bottom: 10px;}
#FooterCompany {width:20%; color:#fff; font-size:13px; float:left;}
a#FooterCompanyDNA11 { font-weight:bold; color:#5AAFB9;}
#FooterCredits { height: 44px;}

/* =index-adjustments
-------------------------------------------------------------- */
.index-loop .entry-content a img {
   width: 40%;
   background-color: #fff;
   padding: 4px;
   border: 4px solid #ececec;
   float: left;
   margin-top: 5px;
}
.index-loop .entry-title  {
   width: 610px;
}
.index-loop .entry-content {
   width: 610px;
   padding-top: 0px;
}
.index-loop .index-content {
   float: right;
   padding: 2px 10px;;
   background-color: #f3f3f3;
   margin-right: 10px;
   margin-top:4px;
   display: block;
   width: 310px;
}
.entry-content span.post-ratings {
   text-transform: none;
   float: left;
   width: 310px;
   margin-bottom: 5px;
}