@charset "UTF-8";
/*
	RAKEBRAIN BLOG & NEWS STYLESHEET
	CREATED BY LIGHTBOX MEDIA (JEFF WATERFALL)
	COPYRIGHT 2009
*/

/*	NOTES:
	
	
*/

/*	B L O G  /  N E W S
*****************************************************/
h2.title + .post {
	margin-top: 15px;	
}
.post .title {
	font-size: 1.8em;
	line-height: 1.1em;
}
.post .title a {
	color: #105372; /* blue */
}
.post .title a:hover {
	text-decoration: underline;
}
.post .meta {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-style: italic;
	border-bottom: 1px solid #E2E2E2;
}

.post .date,
.post .comments,
.post .tags,
.post .author,
.post .share {
	margin-right: 15px;
	display: inline;
	font-size: 11px;
}
.post .comments,
.post .share {
	white-space: nowrap;
}
.post .tags,
.post .author {
	font-weight: bold;
	color: #555;
}
.post .tags a,
.post .author a {
	font-weight: normal;	
}
.post .comments a {
	padding-right: 18px;
	background: url(/images/icons/comment.gif) right 1px no-repeat;
}

/*	TEASERS
*****************************************************/
.teaser {
	margin-bottom: 15px;
	border-bottom: 1px dotted #E2E2E2;
	padding: 0 0 10px 0;
}
.teaser h4.title {
	margin-bottom: 5px;
}
.teaser .meta {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

/*	FULL STORIES
*****************************************************/
.story {
	margin-bottom: 30px;
}

#post-nav,
#post-nav li {
	list-style: none;
	padding: 0;
	margin: 0
}
#post-nav { /* ie.css */ /* see: theme stylesheet */
	border-top: 1px solid #E2E2E2;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-style: italic;
}
#post-nav li {
	width: 50%;
}
#post-nav li.next {
	float: right;
	text-align: right;
}
#post-nav li.prev {
	float: left;
}
#post-nav li a {
	padding: 5px 10px;
	display: block;
}
#post-nav li a:hover {
	color: #FFF;
	background-color: #105372; /* blue */
}
#post-nav li.prev a {
	
}
.post .content img {
	max-width: 520px;	
}

/*	COMMENTS
*****************************************************/
#comments {
	margin: 0 0 15px 0;
}
#comments ul,
#comments ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#comments ul li {
	clear: both;
}
#comments ul li dl {

}
#comments ul li dl dt,
#comments ul li dl dd {
	padding: 10px 0 0 0;	
}
#comments ul li dl dt {
	border-top: 2px solid #CCC;
	float: left;
	width: 30%;
	padding: 9px 0 10px 0;	
}
#comments ul li dl dd {
	border-top: 1px solid #E2E2E2;
	margin: 0;
	float: right;
	width: 70%;
}

/*	COMMENT FORM
*****************************************************/
#comments form {
	
}

/*	SIDEBAR ELEMENTS (see ie.css)
*****************************************************/
.search-news {
	height: 30px;
	margin: 0 0 10px 0;
	width: 134px;
}
.search-news input {
	float: left;
}
.search-news input.input-text {
	width: 95px;
}
.search-news input.btn {
	width: 24px;
	height: 24px;
	margin-left: 3px;
	background-image: url(../images/wrapper/icon-sprites.png);
	background-repeat: no-repeat;
	background-position: center -370px; /* 690 */
}
.search-news input.btn:hover {
	background-position: center -400px;
}
#archives select {
	margin: 0 0 10px 0;	
	width: 142px;
}