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

body { background-color: #203136; color: #463C2C; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; background:url(images/bg.jpg) top left; }

.wp-caption-text{
  font-style: italic;
  font-size: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #0A2F3A;
}


h1, h2, h3 { font-weight: normal; font-family: Georgia, Times, serif; color: #7D0303; }

h2 { font-size: 1.8em; }

subhead { font-weight: normal; font-family: Georgia, Times, serif; color: #7D0303; }

subhead { font-size: 1.8em; }

div#content_box div#content div.navigation span.previous a{
  color: #666;
background-color: #ffffff;
  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;
}

#top-nav{  
  width: 772px; 
background-color: #fff;
}

ul#top-nav{ 
  list-style: none; 
  width: 772px; 
  padding: 0 10px; 
  margin: 18px 0 10px 0;
  #margin: 23px 0 10px 0;
  float: left; 
  clear: both;
background-color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	ul#top-nav { 
		margin: 20px 0 10px 0;
	} 
}

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;
}

.wp-caption .alignleft{
	margin:10px;
	}

.wp-caption .alignright{
	margin:10px;
	}


.side-nav  { list-style: none; padding: 0 10px 4px 10px; margin: 0; float: left; clear: both; color: #463C2C; font-size:11px; font-family: verdana, sans-serif; background-color: #dddddd; border: solid 1px #999999; border-left: none; border-right: none;}

		
.side-nav A:link {color: #990000; text-decoration: none; font-weight:bold; }

.side-nav A:visited {color: #990000; text-decoration: none; font-weight:bold; }

.side-nav A:hover {color: #003773; text-decoration: none; font-weight:bold; }

ul nav-main { 
  padding: 0.85em 20px 0.7em 0; 
  font: bold 1em Helvetica, Arial, sans-serif; 
  text-transform: uppercase; 
  float: left;
}

#side_nav_tree{
	float:left;
	margin-bottom:50px;
	}

#dtreep .clip{
	width: 180px !important;
	}

#dtreep .clip .wp_dTreewp_dtree_Node{
	margin-left:20px;
	border-bottom: 1px solid grey;
	background-image:none !important;
	}
	
#dtreep .wp_dTreewp_dtree_Node img{
	display:none;
	}
	
#dtreep .wp_dTreewp_dtree_Node .node, #dtreep .wp_dTreewp_dtree_Node .nodeSel{
	margin: 4px 0 2px 0;
	}

#side_nav_tree h2{
	display:none;
	}
	
#dtreep .clip .clip .wp_dTreewp_dtree_Node{
	border:none;
	}

#dtreep .clip .clip .wp_dTreewp_dtree_Node a:hover{
	color:#7D0303;
	}

#dtreep .clip .clip .wp_dTreewp_dtree_Node a.nodeSel{
	color:#7D0303 !important;
	}

#dtreep .clip .wp_dTreewp_dtree_Node a.nodeSel{
	color:#003773 !important;
	}

#dtreep .clip .clip{
	margin-bottom: 20px;
	}