/*

Theme Name: Jazrt
Description: The official Jazrt theme.
Author: Stickymedia
Version: 1.1

*/

body,html{
	padding:0;
	margin:0 !important;
	color:#555;
}

a{
	color:#555;
}

a:hover{
	color:#00A5FF;
}

/* HTML Elements */

#column-left{
	width:690px;
	float:left;
}

#column-right{
	width:250px;
	float:right;
}

#column-right li{
	margin:0 0 3px 30px;
}

#column-right a{
	text-decoration:none;
	color:#555;
}

#column-right a:hover{
	color:#00A5FF;
}

#right-content{
	padding:10px;
	background:#E5E5E5;
}

#wp-post{
	padding:10px;
	background:#E5E5E5;
	margin-bottom:10px;
}

.wp-post-more{
	background:#555;
	color:#FFF;
	padding:3px 8px 4px 8px;
}

.wp-post-more a{
	color:#FFF;
}

#wp-post .post-title{
	background:#131313;
	color:#FFF;
	padding:4px 8px 0 8px;
}

#wp-post .post-title a{
	color:#FFF;
	text-decoration:none;
}

#wp-post-content{
	padding:10px 0;
}

#wp-post-date{
	padding:4px 8px;
	font-size:12px;
	background:#B5B5B5;
}

.wp-post-previous{
	float:left;
}

.wp-post-next{
	float:right;
}

.wp-post-previous a, .wp-post-next a{
	text-decoration:none;
	font-weight:bold;
	color:#555;
}

.wp-post-previous a:hover, .wp-post-next a:hover{
	color:#00A5FF;
}

.socialLikes{
	padding:10px 0 10px 0;
}

.twitterLike{
	width:100px;
	float:left;
}

#comment{
	width:668px;
}

#comment-form{
	padding-top:10px;
	border-top:1px solid #ADADAD;
	margin-top:10px;
}

#post-nav-links{
	padding:10px 0 5px 0;
}
.commentlist li{
	list-style:none;
}

.comment-body{
	background:#FFF;
	padding:10px;
	margin:5px 0;
}

.commentlist ul li{
	margin-left:20px;
}

.comment-body p{
	padding:20px 0;
}