/*
Theme Name: CommentSniper
Theme URI:
Description:
Version: 1.0
Author: Chippi
*/

div#columns div.container {
	padding-top: 20px;
}

div#left {
	float: left;
	width: 590px;
}

div#left h1, div#home-left h1 {
	color: #509EF0;
	font-size: 18px;
	margin-bottom: 10px;
}

div#left h2, div#home-left h2 {
	color: #509EF0;
	font-size: 16px;
	margin-bottom: 10px;
}

div#left h3, div#home-left h3 {
	color: #FF6600;
	font-size: 14px;
	margin-bottom: 10px;
}

div#left p {
	margin-bottom: 15px;
}

div#right {
	float: right;
	width: 300px;
}

div.post ul {
	margin-left: 30px;
}

div.post div.calendar {
	text-align: center;
	margin: 0 10px;
	line-height: 1.2;
	float: left;
	height: 55px;
	width: 50px;
}

div.post div.calendar div.day  {
	font-size: 24px;
	padding-top: 4px;
	font-weight: bold;
}

div.post div.calendar div.month  {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 2px;
	font-weight: bold;
	color: #FFFFFF;
}

div.post {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

div.post p {
	margin: 5px 0;
}

div.post div.title {
	color: #509EF0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	width: 80%;
	padding: 10px 5px;
	padding-bottom: 18px;
	background: url(images/title-bar.jpg) left bottom no-repeat;
}

div.post div.title a {
	color: #509EF0;
	text-decoration: none;
}

div.post div.content {
	padding: 5px 20px;
	padding-bottom: 30px;
	line-height: 1.6;
	clear: both;
}

div.post div.info {
	float: left;
	width: 100%;
}

div.post div.info a {
	margin-right: 2px;
}

div.post div.calendar {
	text-align: center;
	margin: 0 10px;
	float: left;
	background: url(images/calendar.jpg) no-repeat;
	height: 55px;
	width: 50px;
}

div.post div.calendar div.day  {
	font-size: 24px;
	padding-top: 4px;
	font-weight: bold;
}

div.post div.calendar div.month  {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 2px;
	font-weight: bold;
	color: #FFFFFF;
}

div.post div.category, div.post div.author, div.post div.edit, div.post div.read, div.post div.respond {
	margin-left: 20px;
	padding: 5px 0;
	float: left;
	padding-left: 22px;
	background: url(images/icons/user.png) left no-repeat;
}

div.post div.category {
	background: url(images/icons/folder.png) left no-repeat;
}

div.post div.edit {
	background: url(images/icons/page_edit.png) left no-repeat;
}

div.post div.read {
	margin-right: 20px;
	float: right;
	padding-left: 25px;
	background: url(images/icons/page.png) left no-repeat;
}

div.post div.read a {
	color: #000000;
}

div.post div.respond {
	margin-right: 20px;
	float: right;
	background: url(images/icons/comment.png) left no-repeat;
}

div.post div.data {
	font-size: 11px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px 0;
}

h3#comments {
	margin: 20px 0;
	color: #0099CC;
	clear: both;
}

h3#respond {
	color: #83CF00;
	margin: 20px 0;
	width: 100%;
	clear: both;
}

form#commentform textarea#comment {
	width: 80%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
}

form#commentform input#submit {
	background-color: #FF6600;
	border: 2px solid #FF3300;
	padding: 3px 5px;
	font-weight: bold;
	color: #FFFFFF;
}

ol.commentlist {
	margin-left: 25px;
	padding: 5px 10px;
}

div.widget-header {
	clear: both;
	background: url(images/title-bar.jpg) left bottom no-repeat;
	padding-bottom: 10px;
}

div#right ul {
	list-style-type: none;
}

div#right ul li {
	padding: 6px;
	margin-left: 15px;
	display: block;
}

div#right div.textwidget {
	padding: 10px;
}

div.widget-box {
	float: left;
	width: 100%;
	background: url(images/widget-box.jpg) bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

div.widget-box a {
	font-weight: bold;
}

div#right h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 25px;
	padding: 10px 20px;
	margin-left: 10px;
	padding-left: 25px;
}

div#widget-recent-comments h1 {
	background: url(images/icons/comment.png) left no-repeat;
}

div#widget-recent-posts h1 {
	background: url(images/icons/package.png) left no-repeat;
}

div#widget-links h1 {
	background: url(images/icons/user.png) left no-repeat;
}

div#widget-text-1 h1 {
	background: url(images/icons/page.png) left no-repeat;
}

div#widget-meta h1 {
	background: url(images/icons/application_go.png) left no-repeat;
}

div#widget-archives h1 {
	background: url(images/icons/archives.png) left no-repeat;
}

div#widget-calendar h1 {
	background: url(images/icons/calendar.png) left no-repeat;
}

div#widget-categories h1 {
	background: url(images/icons/folder.png) left no-repeat;
}

div#right a {
	text-decoration: none;
}

div#right a:hover {
	text-decoration: underline;
}

table#wp-calendar {
	margin: 10px 0;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

div#calendar_wrap caption {
	margin: 0 auto;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px dotted #F2F2F2;
}

div#calendar_wrap th {
	padding: 5px 0;
	color: #83CF00;
}

div#calendar_wrap td {
	padding: 3px;
	border: 1px solid #F2F2F2;
}

div#calendar_wrap td.pad {
	border: 0;
}

div.navigation {
	margin: 30px 0;
	text-align: center;
}

div.navigation a {
	font-weight: bold;
}