/*
	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 Union Web Styles */

.wp-caption-text{
  font-style: italic;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
}


div#content_box div#content div.navigation span.previous a{
  color: #666;
  text-decoration: none;
}
div#content_box div#content div.navigation span.previous a:hover{
  text-decoration: underline;
}

div#content_box div#content div.navigation span.nextpost{
  border: none;
  background: #fff;
  float: right;
 
}
div#content_box div#content div.navigation span.nextpost a{
  color: #666;
  background: #fff;
  text-decoration: none;
}
div#content_box div#content div.navigation span.nextpost a:hover{
  text-decoration: underline;
}

div#sidebar span#dtreepgewrapper a, div#sidebar span#dtreecatwrapper a, div#sidebar span#dtreearcwrapper a, div#sidebar span#dtreelnkwrapper a{
  color: #666;
}

div#sidebar span#dtreepgewrapper a:hover, div#sidebar span#dtreecatwrapper a:hover, div#sidebar span#dtreearcwrapper a:hover, div#sidebar span#dtreelnkwrapper a:hover{
  color: green;
}

ul#top-nav{ 
  list-style: none; 
  width: 750px; 
  padding: 0 10px; 
  margin: 18px 0 10px 0;
  #margin: 23px 0 10px 0;
  float: left; 
  clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	ul#top-nav { 
		margin: 20px 0 10px 0;
	} 
}

/* ------------------Below written for header box w vertical list of included pages: bluewater-ot site on unionweb----------------*/


#masthead_bk { width: 770px; height: 140px; background: url('images/header_1.jpg') no-repeat; /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }


#nav_box {
	width: 130px;
  	list-style: none; 
	float:right;
	text-align:center;
	margin: 20px 20px 0 0;
        padding: 10px 0 0 0;
	/*background-color:#000;*/
	}
	
.hed5 {	font-family: Helvetica, Arial,  sans-serif;
	color:fff;
	font-weight:bold;
	font-size:12px;
	line-height:26px;
	text-transform: uppercase;
	text-decoration: none;
	}
		
.hed5 a, .hed5 a:visited { color:#fff; text-decoration: none; }

.hed5 a:hover { 
color:#c8c0c0;
text-decoration:underline;
font-weight:bold;
}

/* -------------end of vertical top nav section -----------------------*/
	


ul#top-nav li{ 
  padding: 0.85em 20px 0.7em 0; 
  font: bold 1em Helvetica, Arial, sans-serif; 
  text-transform: uppercase; 
  float: left;
}
	
ul#top-nav li a, ul#top-nav li a:visited{ 
  color: #fff; 
  text-decoration: none;
}

ul#top-nav li a:hover{ 
  color: #fff; 
  text-decoration: underline; 
}
		
ul#top-nav li.current_page_item a, ul#top-nav li.current_page_item a:visited, ul#top-nav li.current_page_item a:hover{ 
  color: #fff; 
  text-decoration: underline;
}

