/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/



*/ Blockquotes */

.custom blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #55f; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

.custom	.entry blockquote { font-size: 0.9em; border-left: 4px solid #ccf; background-color: #f3f3f3; }
	
.custom .entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
.custom .entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
.custom .entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }


*/ End of blockquotes */



/* Captions - from the default WP theme */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*---:[ sidebar styles ]:---*/

/*---:[ End of sidebar styles ]:---*/


/*---:[ Sociable styles ]:---*/
.sociable { padding: 0.4em 0 0 0; background: url('images/hr_title_sep.gif') no-repeat; font-size: 1.2em; line-height: 1.6em; color: #888; clear: both; }
/*---:[ End of Sociable styles ]:---*/


/*---:[ wp-quotes styles ]:---*/
#wp_quotes
{
	margin-left: 0px;
}

#wp_quotes div.wp_quotes_quote
{
	font-style: italic;
}

#wp_quotes div.wp_quotes_author
{
        font-size: 0.8em;
        font-family: Helvetica, Arial, sans-serif;
 	text-align:right;
	margin-top: 5px;
}

div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}

div.wp_quotepage_quote
{
}

div.wp_quotepage_author
{
	margin-left: 40px;
	font-style: italic;
}

hr.wp_quotepage_hr
{
	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}

/* End of Quotes styles */


/*---:[ core layout elements ]:---*/
#container { width: 970px; margin: 15px auto 0 auto; }
					
	#content_box { width: 970px; text-align: left; float: left; clear: both; }
	
		#content { width: 500px; padding: 0 10px 0 10px; float: left; }
		
		#sidebar { width: 210px; padding: 0 0 0 15px; float: right; }
	
		#l_sidebar { width: 210px; padding: 0 15px 0 0; float: left; }
		
	#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; }
/*---:[ End of core layout elements ]:---*/

/*---:[ Widget h2 style - to add a bg colour ]:---*/

		li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #000; background: #f5f5f5 url('images/hr_dot_black.gif') 0 100% repeat-x; }
/*---:[ End of Widget h2 style ]:---*/


/*---:[ footer styles ]:---*/
#footer p { margin: 0 0 0.923em 0; font-size: 0.9em; color: #888; text-align: center; }
/*---:[ End of footer styles ]:---*/


/*---:[ twitter widget styles ]:---*/
.widget_twitter .entry-content {font-size: 85%; color: #111; }
.widget_twitter .entry-content a{color: #111; }
.widget_twitter .entry-meta {display:block; font-size:80%; color: #f33; }
.widget_twitter .entry-meta a{color: #f33; }
/*---:[ End of twitter widget styles ]:---*/

.grc {font-size: 85%; color: #111; }

