/*
	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!
*/
/*
.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: none; }

.pages h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: none; }

ul#nav li { padding: 0.85em 40px 0.7em 0; font: 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; }

ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #000;  font-weight: bold; text-decoration: none;}

ul#nav li a:hover { color: #000; text-decoration: underline;}

h2 { font-size: 2em; }
h2 a:visited { color: #000; text-decoration: none; }
h2 a:hover { color: #555; text-decoration: none; }
blockquote {font-style: normal; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 0px solid #aaa;}

.entry blockquote { font-size: 1.0em; }

.pages h2, h2.page_header { margin: 0 0 0.1em 0; padding: 0 0 0 0; background: none; line-height: 1.2em; }

a:visited { color: #0046B6; text-decoration: underline; }

a:hover { color: #df0000; text-decoration: underline; }

li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: none; color: #555;}

li.widget li a:hover, li.linkcat li a:hover { text-decoration: none; color:  #777;}

h1 a:hover { color: #555; text-decoration: none; }

.comment_time { font: normal 1.2em Helvetica, Arial, Verdana, Helvetica, Arial, sans-serif; color: #888; }

.comment_meta strong { font-weight: normal; font-size: 1.6em; }

.comment_num { font-weight: normal;}

h2 { font-size: 2.5em; }
ul#comment_list li.trackback { width: 500px; padding: 1.2em 0 0 0; background: url('images/trackback_bg.gif'); }

.trackback .comment_num { padding: 0 15px 0 20px; }

.entry h3 { margin: 3em 0 1.1em 0; }

.highlight {
	background-color: #ffc;
}

*/
/*
body { background: #fff; color: #333; font: 75% "Times New Roman", Georgia, "Times New Roman", Times, serif; text-align: center; }

blockquote {font-style: normal; font-family: "Times New Roman", Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 20px 1.5em 20px; padding: 0 0 0 10px; border-left: 0px solid #aaa;}

.entry blockquote { font-size: .95em; }

.entry { font-size: 1.9em; line-height: 1.40em; }
*/


.comment
{
	border: 	0 0 0 1px solid #ddd;
	margin-top: 			10px;
}

.reply_button
{
    font-size: 1.5em;
}

/* BEGIN Threaded Comments */

.comment 
{
	position: 				relative;
	margin:					3px;
	margin-top:				6px;
/*	border: 				1px solid #666; */
	padding:				20px 4px 4px 8px;
	background-color:		#fff;

/*	border-top: 	1px solid #ddd; */
}

.odd
{
	background-color: #f8f8f8;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(/wordpress/wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png);
}

.collapsed .collapseicon 
{
	background-image: 		url(/wordpress/wp-content/plugins/briansthreadedcomments.php?image=subthread.png);
}


.comment .body .reply {
	text-align: 			right;
	font-size: 				1.2em;
	padding: 				0px 6px 6px 0px;
}

.comment
{
	border-left: 	1px solid #ddd;
	margin-top: 			10px;
}

input#subscribe
{
	width: auto;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	width: 					100%;	
	font-size: 				1.4em;
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}
/*
#addcomment small, #addcomment div
{
	padding:				3px;
}
*/
#commentform textarea {
	width: 97%;
}

cite {
 font-style: normal;
 font-size: 1.2em;
}
small
{font-size: 1.1em;}
/* END Threaded Comments */