/**
  Theme Name: downrightnow
  Theme URI: http://blog.downrightnow.com/
  Author: Unitz LLC
  
  Description: downrightnow blog theme, based on Naked theme.

*/

/**      main content     */

h2.postTitle,
h2.postTitle a {
	color: #ffb23e !important;
	text-decoration: none !important;
}

h2.postTitle a:hover {
	text-decoration: underline !important;
}

div.postDateBox {
	float: right;
	width: 50px;
	margin-left: 12px;
	margin-bottom: 2px;
	padding: 2px 0 2px 0;
	text-align: center;
	background-color: #2c7bbd;
	color: white;

	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.postDateBoxMonth,
.postDateBoxYear {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.postDateBoxDay {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 14px !important;
}

div.postDateCategory,
.commentDate {
	font-size: 11px;
}

div.postDateCategory p {
	margin-bottom: 0;
}

.postAuthor,
.commentAuthor {
	font-weight: bold;
}

.comment {
	font-size: 12px;
}

.commentOdd {
	background-color: white;
}

.commentAdmin {
	background-color: #fff7d1 !important;
}

.commentAvatar {
	float: left;
	padding-right: 8px;
}

.pingback,
.trackback {
	color: #777777;
}

form#commentform input#author,
form#commentform input#email,
form#commentform input#url {
	width: 200px;
}

#comment {
	width: 600px;
}

form#commentform input#submit {
	width: 160px;
	margin-top: 12px;
}

#pagination {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#pagination li {
	display: inline;
	margin: 0;
}
#pagination .previous {
	text-align: left;
	float: left;
}
#pagination .future {
	text-align: right;
	float: right;
}


/**      sidebar      */

div.introBox {
	background-image: none !important;
}

/* subscribe to updates */
div#linkcat-3 div.boxContent {
	font-size: 14px;
}

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

div#linkcat-3 ul li {
	display: block;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#linkcat-3 ul li a {
	background-image: url("/images/icons/feed-icon-16x16.gif");
	background-position: center left;
	background-repeat: no-repeat;

	padding-left: 24px;
	line-height: 16px;
}


/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

