/*
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: #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
-------------------------------------------------------------- */
#header {
    z-index:2;
    background-color: #fff;
}

#branding {
    padding:11px 0 17px 0;
}

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

#access {
    border-bottom: 1px solid #ccc;
    height: 38px;
    overflow:visible;
    z-index:100;
    padding: 5px;
    text-transform:uppercase;
    margin-bottom: 22px;
    background-color: #fff;
    display: none;
}


/*** THEMATIC SKIN ***/
-------------------------------------------------------------- */
.sf-menu {
    border-right:1px solid #000;
    float:left;
    
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	text-decoration:none;
        color: #f3f3f3;
        font-size: 19px;
        background-color: #000000;
}
.sf-menu a:visited {
      color: #f3f3f3;
      background-color: #000000
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
        font-family: arial, helvetica, sans-serif;
        letter-spacing: -.05em;
        font-weight: normal;
        text-transform: uppercase;   
}
.sf-menu a:hover, .sf-menu a:active {
        color: #f3f3f3;
        font-family: arial, sans-serif;
        background-color: #444;
}
.sf-menu li {
	background:		#f8f8f8;
        margin-right: 5px;
}
.sf-menu li li {
	background:		#fff;
}
.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;
    background-color: #f3f3f3;
    font-size: 11px;
    color: #222222;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:38px; /* overriding essential styles */
    font-size: 10px;
    font-weight: normal;
    color: #222222;
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    border :none;
    color: #222222;
    font-size: 10px;
}
.sf-menu ul a:hover {
    color: #222222;
    background-color: #f3f3f3;
}
.sf-menu ul a:active {
    color: #000000;
    background-color: #f3f3f3;
}
.sf-menu ul a:visited {
    color: #000000;
    background-color: #f3f3f3;
}


/* =Content
-------------------------------------------------------------- */
#wrapper{
    background-color: #fff;
    background-attachment: fixed; 
    border-top: 1px solid #ccc;
}
#content {
    width: 650px;
}
#main {
    width: 975px;
    clear:both;
    background-color: #fff;
    padding: 5px 5px 20px 5px;  
}
#reg_passmail {
    font-family: arial;
    font-size: 11px; 
}
.post {
    float: left;
    display: inline;
    margin-right: 18px;
} 
#container{
    clear:both;
    background-color: #fff;
    padding: 2px 11px;
}
.page-title {
    font-size:17px;
    line-height:18px;
    padding:0 0 7px 0;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -.05em;
    
}
.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: #eee;
    padding: 11px;
    float:right;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 5px;
}
#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;
}
.meta-sep {
    display: none;
}
#submit-text {
    float: left;
    width: 290px;
    margin-right: 33px;
}
#submit-text h4{
    font-family: georgia, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 8px;
    letter-spacing: -.04em;
    color: #000000;
}
#submit-form{
    float: left;
    width: 290px;
    margin-right: 20px;
}
#submit-form label  {
    font-size: 14px;
    font-family: georgia, sans-serif;
    font-weight: normal;
    text-transform: none;
}
#submit-form legend {
    font-size: 14px;
    font-family: georgia, sans-serif;
    font-weight: normal;
    text-transform: none;
}
#submit-form .tdomf_buttons {
    border: none;
}
.entry-content .post-ratings img {
    margin-right: 5px;
}

/* =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;
    font-family: georgia;
}
.meta-prep-entry-date {
    display: none;
}
.entry-date {
    display: none;
}
.comments-link {
    display: none;
}
#primary {
    border-left:0px 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:17px;
    color: #000000;
    font-weight:normal;
    letter-spacing: -.05em;
    padding: 2px 5px;
    font-style: normal;
}
.widgettitle {
    font-family: georgia, serif;
}
.aside .widgetcontainer h3{
    font-size:10px;
    text-transform: uppercase;
    font-family: Georgia, serif;
    color: #000000;
    font-weight:normal;
    letter-spacing: -.02em;
    padding: 2px 5px;
    font-style: normal;
    border-bottom: 1px solid #222;
}
.aside ul ul {
    list-style:none;
    margin:0 0 0 3px;
}
#primary ul li ul li{
    border-bottom:1px dotted #999999;
}
.aside ul ul li a{
    color: #444;
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 5px;

}

.aside ul ul li a:hover {
    text-decoration: none;
    color: #662d91;
}

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

.entry-title {
    font-family: georgia, serif;
    font-size:26px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 7px 0;
    letter-spacing: -.05em;
    line-height: 30px;
    padding:0 0 5px 0;
    font-color: #464646;
}
.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 dotted #999999;
}
.entry-utility .cat-links{
    display: none;
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    color: #494949;
    border-bottom: 1px dotted #999999;
}
.entry-meta{
    font-family:Arial,sans-serif;
    font-size:11px;
    padding:0 0 7px 0;
    color: #494949;
}
.entry-title a {
    color:#22222;
    text-decoration:none;
    font-weight: normal;
    letter-spacing: -.05em;
    font-size: 18px;
    width: 170px;
}
.entry-title a:active,
.entry-title a:hover {
    color: #993399;
}
#index-top ul li {
    display: inline;
    margin-right: 0px;
    font-size: 10px;
}
#index-top {
    background-color: #ffffff;
    margin-bottom: 0px;
}
#index-top ul li a {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    float: right;
    color: #f3f3f3;
    text-transform: normal;
    background-color: #000;
    font-weight: bold;  
    padding: 2px 5px;
}
#index-top ul li a:hover {
    background-color: #454545;
    text-transform: underline;
}
#index-top h3 {
    border-bottom: none;
    background-color: #fff;
}
.imgtfe {
    width: 172px;
    margin-top: 0px;
} 
.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-left: 20px;
    padding-bottom: 22px;
    font-family: arial, tahoma, sans-serif;
    font-size: 27px;
    letter-spacing: -.04em;
    
}
#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;
    margin-top: 5px;
}
form.loginform p label {
    width: 150px;
    display: block;
    float: top;
    clear: both;
    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: 11px;
}
.form-table {
    width: 510px;
}
#main h3 {
    font-family: geroria, sans-serif;
}
#main p input {
    font-family: arial, sans-serif;
    font-size: 12px;
}
p.message {
    background-color: #f5f5f5;
    color: #222;
    font-size: 16px;
    padding: 6px 16px;
    border: 1px solid #e5e5e5;
    margin: 4px 20px;
    font-weight: bold;
    font-family: arial, sans-serif;
}
#login_error {
    background-color: #f5f5f5;
    color: #222;
    font-size: 16px;
    padding: 6px 16px;
    border: 1px solid #e5e5e5;
    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;
}
.wpu-user {
   float: left;
   margin-right: 11px;
   margin-top: 11px;
   display: block;
}
.wpu-user img {
   padding-bottom: 0px;
   padding-right: 18px;
   margin-bottom: 0px;
}
.wpu-id {
   background-color: #eeeeee;
   padding: 6px 10px; 
   color: #222;  
   float: left;
   font-size: 14px;
   font-family: arial, sans-serif;
}
.wpu-id a {
   color: #222222;
   text-decoration: none;
}
.wpu-id a:hover {
   color: #222222;
   text-decoration: none;
}
.wpu-avatar {
   margin-bottom: 8px;
   padding-bottom: 0px;
}
#wpu-profile h2 {
   font-family: georgia, serif;
   font-weight: normal;
   letter-spacing: -.05em;
   color: #222;
}
#wpu-profile p strong {
   background-color: #eeeeee;
   padding: 2px 5px;
   font-weight: normal;
   font-size: 10px;
   text-transform: uppercase;
   color: #454545;
}
#wpu-profile ul li{
   display: inline;
   margin-right: 11px;
   font-size: 11px
}
#wpu-profile ul li a{
   font-family: georgia, serif;
   font-weight: normal;
   font-size: 12px;
   letter-spacing: -.03em;
   color: #4f4f4f;
}
#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;
}
#top-banner { 
   margin-left: 10px;
   margin-top: 17px;
}
#top-banner img{
}
#top-image{ 
   float: left;
   margin: 4px;
   margin-top: 0px;
}
#top-image img { 
   margin-bottom: 10px;
}

.score {
   font-size: 14px;
   font-weight: bold;
   background-color: #000000;
   padding: 5px 10px;;
   color: #f3f3f3;
   float: left;
   margin-bottom: 5px;
}  
.score-ex {
   font-size: 14px;
   font-weight: bold;
   background-color: #000000;
   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;
} 
.quick-rate {
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   background-color: #eeeeee;
   padding: 5px 10px;;
   color: #000000;
   margin-bottom: 5px;
   width: 170px;
} 

/* =index
-------------------------------------------------------------- */
.top-spot ul {
  margin: 0px;
  padding-left: 5px;
}
.top-spot ul li {
  display: inline;
}

.slot2 ul {
  padding-left: 5px;
  padding-top: 8px;
  margin: 0px;
  width: 960px;
  display: inline;
}
.slot2 ul li {
  display: inline;
  padding-right: 5px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
   background-color: #fff;
   border-top: 0px;
}
#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;
}

/* =above Header
-------------------------------------------------------------- */
#above-header {
   display: block;
}
#above-header ul li{
   display: inline;
   float: right;
   font-family: arial, helvetica, sans-serif;
   text-transform: uppercase;
   font-size: 10px;
   color: #555;
   margin-top: 2px;
}
#above-header ul li a{
   color: #555;
   padding: 2px 8px;
}
#above-header ul li a:hover {
   text-decoration: none;
   color: #555;
}

.sign-in {
   background-color: #000;
}

/* =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;
}

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

.navigation {
    color:#666;
    font-size:14px;
    margin:0px 0 11px 0;
    overflow:hidden;
}
.navigation a {
    background-color: #ececec;
    text-transform: uppercase;
    padding: 5px;
    line-height: 20px;
    color:#666;
    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:block;
    padding:0 0 44px 0;
}