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

body {  
	background-image: url(back.gif);
	background-repeat: repeat;
	color: #333; 
	font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; 

}



#header_img { 
		position: relative; 
		margin: 0 0 1.9em 0; 
		border: 1px solid #000; 
		float: left; 
		clear: both; 
}

#container {
		width: 900px; 
		margin: 70px auto 0 auto; 
}

#flash{
		border: 1px solid #000000;
                width: 681px;
		height: 103px;
                margin: 0 0 0 108px;
                
}

					
#content_box { 
                font-family: Arial;
		background: transparent;
		width: 900px; 
		text-align: left; 
		float: left; 
		clear: both; 
  		/*filter:alpha(opacity=0);*/
  		/*opacity:0.0;*/
}
	
#content { 
		font-family: Arial;
                background: #D9FFFF; 
		width: 397px;
		padding: 30px 20px 0 20px; 
		border: 1px solid #000000;
		/*float: left;*/ 
		position: relative;
		left: 2.11%;
}
		
#sidebar { 
                font-family: Arial;
		background-color: #D9FFFF; 
		width: 210px; 
		padding: 0 0 0 0; 
		border: 1px solid #000000;
		float: right; 
                position: relative;
		left: 0.21%;
}

	
#l_sidebar {
                font-family: Arial;
		background-color: #D9FFFF; 
		width: 210px; 
		padding: 0 1px 0 0; 
		border: 1px solid #000000;
		float: left; 
}
		
#map{
                position: relative;
		right: 4.2%;
                bottom: 40px;
                font-family: Times; 
                font-size:0.95em;
                line-height: 120%;
}

#livefeed{
                position: relative;
		right: 4.2%;
}

#slideshow{
                position: relative;
		right: 5.1%;
}

#footer { 
                font-family: Arial;
		background: #D9FFFF; 
		width: 900px;
               /* height: 40px;*/
		padding: 0px 0 0 0; 
		border: 1px solid #000000; 
                margin: 60px 0 0 0;
		float: left; 
		clear: both; 

}

#buttonbadge{
                position: relative;
                top: 26px;
}

#nav1 { 
		list-style: none; 
		width: 900px; 
		padding: 0 0; 
		float: left; 
		clear: both; 
}


ul#nav li {
                list-style: none; 
                padding: 0.85em 40px 0.7em 0; 
                font: bold 1.4em Helvetica, Arial, sans-serif; 
                text-transform: uppercase; 
                float: left; 

}

/*---:[ sidebar styles ]:---*/

ul.sidebar_list { 
		list-style: none; 
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { 
		width: 210px; 
		margin: 0 0 2.5em 0; 
		font-size: 1.3em; 
		line-height: 1.4em; 
		float: left; 
}

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: 0px solid #000; 
		background: url('images/hr_title_sep.png') 0 100% repeat-x; 
  
}


li.widget p { 
		margin: 0 0 1.5em 0; 
		padding: 0 10px; 
}
		
li.widget ul, li.linkcat ul { 
		list-style: none; 
		margin: 0 0 0.5em 0px; 
}
		
li.widget ol, li.linkcat ol { 
		margin: 0 0 0.5em 0px; 
}

		
li.widget li, li.linkcat li { 
		margin: 0 0 0.7em 0; 
}
			
li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { 
		text-decoration: none; 
}
				
li.widget li a:hover, li.linkcat li a:hover {
		 text-decoration: underline; 
}
		

ul#nav li.rss a { padding: 30px 28px 0 0; background: url('images/icon_rss.png') 100% 100% no-repeat; }

	

/*---:[ comment styles ]:---*/

#comments { 
		width: 368px; 
		float: left; 
		clear: both; 
overflow: hidden;
}

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }
		
		ul#comment_list li.comment { width: 368px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
			
		ul#comment_list li.trackback { width: 368px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.2em 0; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }
		
			.comment .entry { padding: 0 15px; }
			
				.comment .entry p { margin: 0 0 1.0em 0; }




.navigation { width: 397px; font-size: 1.4em; float: left; }
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.clear { width: 397px; height: 1px; margin: 0 0 5.0em 0; clear: both; }


