/*
	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!
*/

/*.custom a { color: #c00; text-decoration: none; }*/
*{
	margin: 0;
	padding: 0;
}
.custom
{
	margin: 0;
	padding: 0;
}
body { background: #f4f3f0;	
	margin: 0;
	padding: 0;
}

a {	color: #003366; font-weight: bold;}
a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #FFCC66; }
a:hover { color: #FFCC66; }


/*---:[ global elements ]:---*/
.custom

a { color: #003366; text-decoration: underline; font-weight: bold; }

	a:visited { color: #003366; text-decoration: underline; }

	a:hover { color: #cca940; text-decoration: underline; }

	a img {
	border: thin solid;
}


blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }


abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }


code { color: #090; font-family: Courier, monospace; }


pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }



p.center { text-align: center !important; }



p.bottom { margin: 0 !important; }



p.unstyled { font-size: 1.4em; }



.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }



.red { color: #f00; }



.orange { color: #f40; }



.purple { color: #909; }


/*   here starts my stuff*/

.custom
#banner {
	width: 890px;
	padding: 16px 20px 16px 20px; /* 20px left and right to account for the drop shadow + interal padding */
	height: 150px;
	/*background:#9BC4AF url('/images/banner-shadow-xxwide.png') 0 0 no-repeat;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.custom 
#container {
	width: 1000px;
	margin: -30px auto; background-image:url('images/bg-rep-yB.gif'); background-repeat:repeat-y;
}

.custom
#contentWrapper {
	background: #fff;
	width:730px;
	float:left;
}
	
	
	
	/*---:[ core layout elements ]:---*/



#container { width: 970px; margin: 15px auto 0 auto; }

					

	#content_box {
	width: 1000px;
	text-align: left;
	float: left;
	clear: both;
	background-image:url('images/bg-rep-yB.gif'); 
	background-repeat:repeat-y;
}

	

		#content { width: 500px; padding: 0 20px 0 20px; float: left; 
		border-left:1px dashed #ccc; border-right:1px dashed #ccc;}

		

		#sidebar {
	width: 210px;
	padding: 0;
	float: right;
	background: ;
	background-color:#CFC9B5;
	margin-right:30px;
	border-top:3px solid black;
}

	

		#l_sidebar {
	width: 210px;
	padding: 0;
	float: left;
	background:#CFC9B5;
}

		
	
	
/*---:[ headlines ]:---*/

.custom

h1, h2, h3 { font-weight: bold; font-family: Verdana, Arial, sans-serif; color: #003366; }



h1 { font-size: 3.2em; letter-spacing: -0.03em; }



#masthead h1 { 
	position:absolute; top:25px; 
	margin-top:0px; 
	*margin-left:-500px; 
	z-index:1; 
	padding-top: 0.4em; 
	padding-left:0.1em;
	*padding-left:1.2em; 
	text-align: center; 
	font-size:1.8em;
	}
	

h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }

	

h2 { font-size: 2.0em; }



	h2 a { color: #000; text-decoration: none; }

	

		h2 a:visited { color: #555; text-decoration: none; }

	

		h2 a:hover { color: #090; text-decoration: none; }

	

	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; }

	

	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }

	

	h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }

	

h3 { font-size: 1.0em; text-transform: uppercase; }



#masthead h3 {
	margin: 2em 2em 3.0em 0.2em;
	*margin: 2em 2em 3.0em -.5em;
	font-weight: bold;
	font-size: 1.2em;
	font-style:italic;
	text-transform: none;
	text-align: left;
	color: #fff;
	position:relative;
	top:150px;
	z-index:1;
}



	.entry h3 { margin: 2.5em 0 0.5em 0; }

	

	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }

	

	h3.comments_headers { font-size: 1.5em; }



h4 { font: italic 1.2em Georgia, "Times New Roman", Times, serif; color: #888; }



	h4 a, h4 a:visited { color: #888; text-decoration: none; }

	

		h4 a:hover { color: #888; text-decoration: underline; }

	

	.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }

