/*
Theme Name: Dance Points
Theme URI: 
Description: A dancing theme
Version: 1.0
Author: Dedicated Wordpress Themes
Author URI: 
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:1.1;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

blockquote {
    padding-left: 5px;
    border-left: 5px solid #404040;
}

body {
    background: #282828;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial;
    font-size: 12px;
    color: #FFF;
    _text-align: center; /* ie6 hack */
}

#wrapper {
    background: url(images/wrapper_bg.jpg) repeat-y right top;
    width: 865px;
    _width: 875px; /* ie6 hack */
    margin: 0 auto;
    border-left: 5px solid #FFF;
    padding-left: 5px;
    text-align:left;
}

#sidebar {
    width: 303px;
    _width: 313px; /* ie6 hack */
    padding: 5px;
    float: right;
}

#sidebar li {
	list-style-type: none;
}

#content {
    background: url(images/content_bg.gif) no-repeat;
    width: 552px;
    float: left;
}

#contant a {
    color: #A1A1A1;
}

#footer {
    width: 535px; 
    clear: both;
    background: #383838;
    padding: 5px;
    margin-top: 5px;
}

#footer p a {
    color: #A1A1A1;
}

#navigation ul {
	/*background:#000000;*/
}

#navigation ul li {
    float: left;
    background:#000000;
}

#navigation li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    float: left;
    font-size: 10px;
    /*font-family: verdana, arial;*/
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

#navigation li a:hover, #navigation .current_page_item a {
    color: #F03838;
}

#header {
	padding:20px 0;
    height: 150px;
    clear: both;
    text-align: center;
}

#header h1 a {
    color: #FFF;
    font-size: 30px;
    line-height: 1.1;
    /*font-family: Times New Roman, Serif;*/
    text-decoration: none;
    font-weight: bold;
    background:#000000;
}

#header h1 a:hover {
    text-decoration: underline;
}

.post {
    background: url(images/post_bg.jpg) no-repeat left bottom;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.storytitle, .storytitle a {
    font-size: 24px;
    /*font-family: Times New Roman, Serif;*/
    color: #F03838;
    text-decoration: none;
}

.storytitle a:hover {
    text-decoration: underline;
}

.meta {
    padding-right: 5px;
    font-size: 10px;
    color: #A1A1A1;    
}

.meta a {       
    color: #A1A1A1;  
}

.storycontent {
    color: #CDCDCD;
    padding: 5px;
}

.storycontent img {
    padding: 5px;
    margin: 3px;
    border: 1px solid #404040;
}

.storycontent a {
    color: #CDCDCD;  
}

.post_social, #pagin {
    height: 25px;
    padding-right: 5px;
    clear: both;
}

.post_comments, #pagin_prev {
    float: left;
}

.post_share, #pagin_next {
    float: right;
}

.post_share, .post_comments, #pagin_next, #pagin_prev {
    line-height: 25px;
    color: #A1A1A1;
}

.post_share a, .post_comments a, #pagin_next a, #pagin_prev a {
    color: #A1A1A1;
    text-decoration: none;
}

.post_share a:hover, .post_comments a:hover, #pagin_next a:hover, #pagin_prev a:hover {
    color: #CDCDCD;
    text-decoration: underline;
}

.big_side_item {
    background: #282828;
    padding: 5px;      
    margin-bottom: 5px;
    font-size: 12px;
}

.big_side_item li {
    padding-bottom: 5px;
}

.big_side_item li a {
    color: #CDCDCD;
    text-decoration: none;
}

.big_side_item li a:hover {
    color: #FFF;
    text-decoration: underline;
}

.big_side_title {
    font-size: 24px;
    /*font-family: Times New Roman, Serif;*/
    color: #F03838;
    text-decoration: none;
    padding-bottom: 5px;
}

#left_sidebar {
    width: 149px; 
    float: left;
}

#right_sidebar {
    width: 149px;   
    float: right;
}

#double_side {
    clear: both;
}

.side_item {
    background: #282828;
    padding: 5px; 
    margin-bottom: 5px;
    font-size: 10px;
}

.side_item a {
    color: #CDCDCD;
}

.side_title {
    font-size: 12px;
    font-weight: bold;
    /*font-family: Times New Roman, Serif;*/
    color: #F03838;
    text-decoration: none;
    padding-bottom: 5px;
}

.side_item li {
    padding-bottom: 2px;
}

.side_item li a {
    color: #CDCDCD;
    text-decoration: none;
}

.side_item li a:hover, .side_item a:hover {
    color: #FFF;
    text-decoration: underline;
}
 
.side_title a {  
    color: #F03838;     
}

#wp-calendar {
    width: 100%;
    text-align: center;
}

#author, #url, #email {
    padding: 5px;
    margin-bottom: 5px;
}

#comms {
    padding-right: 5px;
}

.loggedin a {
    color: #A1A1A1;
}

.comment_auth, .comment_auth a {
    font-size: 20px;
    /*font-family: Times New Roman, Serif;*/
    color: #F03838;
    text-decoration: none;
}

.commenttext {
    background: #404040;
    padding: 5px;
}

#commentlist li {
    padding-bottom: 5px;
}

#comment {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 532px;
}

.beat {
	width:230px;
	font-size:17px;
	border:1px;
	background:#282828;
	line-height:1em;
	padding:5px;
	float:left;
	}
.buy {
	width:250px;
	float:left;
	padding-top:10px;
	}

.clear {
	clear: both;
	}

.left {
	float:left; 
	}
	
.right {
	float:right;
	}

.block {
	width:542px;
	}
