/*
Theme Name: Collection-Calls.ca
Theme URI: http://www.collection-calls.ca/
Description: Collection-Calls.ca WordPress Blog Template
Version: 1.0
Author: collection-calls.ca
Author URI: http://www.collection-calls.ca
*/

/* ****************** Content ************************ */
#content div.leftside 
{
	width:474px;
	float:left;	
}	

#content div.rightside_home 
{
	width:253px;
	float:right;
	position:relative;
	background-color: #d7eaf9;
	margin-top: 25px;
	padding: 0px 10px 0px 0px;	
}	

#content div.rightside 
{
	width:253px;
	float:right;
	background-color: #d7eaf9;
	margin-top: 55px;
	padding: 0px 10px 0px 0px;	
}

/* ****************** Blog Styles ************************ */
.post
{
	margin: 0px;
}

.post h2.index_post_title
{
	margin-top: 30px !important;
	padding-top: 0px !important;
	color: #af1d34 !important;
}

.post_border
{
	margin: 25px 0px 0px 0px !important;
	padding: 0px !important;
	line-height: 10px;
}

.post_border .asterisk
{
	float: left;
	font-size: 20px !important;
	margin: 0px 45px 0px 0px !important;
	padding: 0px !important;
}

.leave_a_comment
{
	margin: 0px 0px 10px 0px;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul.blogsidebarul
{
	margin: 0px !important;
	padding: 10px 0px 10px 0px !important;
	list-style: none outside none;
}

ul.blogsidebarul li
{
	
	background-image: url('/images/bullet-as-bg.jpg') !important;
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

ul.blogsidebarul li .blogmenuitem
{
	margin: 20px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color:#6495ed;
	font-size:15px;
	font-weight: bold;
}

ul.blogsidebarul li .blogmenulink
{
	margin: 20px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color:#af1d34;
	font-size:15px;
	font-weight: bold;	
}

ul.blogsidebarul li .blogmenuhomelink
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color:#af1d34;
	font-size:15px;
	font-weight: bold;
}

.blogsearch
{
	margin: 0px !important;
	padding: 0px !important;
}

.searchlabel
{
	color:#6495ed;
}

#comments_section
{
	padding: 5px 20px;
	background-color: #D7EAF9;
}

.comments_title
{
	/*color: #333333 */
	color: #AF1D34;
	font-weight: bold;
}

.a_comment
{
	margin: 10px 0px 0px 0px;
}

.comment_avatar
{
	float: left;
}

.comment_details
{
	float: left;
	margin: 0px 0px 0px 9px;
	padding: 0px;	
}

.no_float
{
	clear: both;
}

.comment_date
{
	font-size: 11px;
	line-height: 10px;
	padding: 3px 0px 0px 0px; 
}

.comment_author
{
	margin: 3px 0px 0px 0px;
}

.comment_box
{
	width: 425px;
	height: 150px;
}

#leave_a_comment
{	
	border-top: 1px solid #ffffff;
}

#blog_intro
{
	margin: 0px;
}

#blog_intro #picture
{
	float: left;
	width: 372px;
}

#blog_intro #post_anonymously
{
	float: right;
	/*width: 325px;*/
	width: 313px;
	padding: 12px 16px 0px 16px;
	height: 220px;
	/*height: 248px;*/
	background-color: #FCE8D6;
}

#blog_intro #post_anonymously a
{
	color: #555;
}

#blog_intro #post_anonymously a:hover
{
	color: #af1d34;
}

#blog_intro #post_anonymously #title
{
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #AF1D34;
}

#most_recent
{
	margin: 20px 0px 0px 0px;
}

.no_float
{
	clear: both;
}

.caption
{
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}

/* ****************** Print Styles ************************ */
@media print {
	#content div.leftside {
		float: none; 
		width: auto;
	}
	
	#content div.rightside {
		display:none;
	}
	
}	