/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Custom Font Size for Pages */

/* Soliloquy slider center on page */
.soliloquy-container {
	margin: 0 auto !important; 
}

.custom #soliloquy-container-1193 {
	margin: 0 auto !important;
}

.custom div.format_text sixtpx {
	font-size: 16px;
}
.custom div.format_text twtypx {
	font-size: 20px;
}
.custom div.catalogflash {
	display:block; 
	height:auto;
	margin-top:10px; 
	margin-left:125px;
	margin-right:125px;
	margin-bottom:10px; 
	clear:both;
}

/* Style Post Image Frames */
.custom div.post img.post_image {
	border: 1px solid #fff;
	padding: 3px;
	background: #ffffff;
	width: 250px;
	height: 250px;
}

/* Style Thumbnail Frames */
.custom div.teaser img.thumb {
	border: 1px solid #fff;
	padding: 1em;
	background: #ffffff;
	width: 66px;
	height: 66px;
}


/* Style the Social Media Icons */
.custom .social-post { position:relative; padding: 1.0em 1.0em 2.0em 1.0em;} 
	.custom .counter-twitter { position:absolute; top:0.4em; left:6.5em; margin-bottom:0em;}
	.custom .counter-fb-like { position:absolute; top:0.25em; left:20.5em; margin-bottom:0em;}
	.custom .counter-google-one { position:absolute; top:0.25em; left:13.0em; margin-bottom:0em;}
	.custom .pinterest-posts { position:absolute; top:0.4em; left:1.0em; margin-bottom:0em;}


.custom .footer-copy-notice {
	float: left;
	text-align: left;
}

/* Style Breadcrumb Navigation */
.custom .breadcrumbs {
	font-family:Verdana,Arial;
	font-size:1.2em;
	padding:1.2em 1em 1em 1em;
	/* border-bottom:1px dotted #666; */
	border-top:1px dotted #666;
}
.custom .breadcrumbs a {
	color:#cc0000;
	border-bottom:1px dotted #fff;
}
.custom .breadcrumbs a:hover {
	border-bottom:1px dotted #cc0000;
}