/*
Theme Name: Titan
Theme URI: http://thethemefoundry.com/titan/
Description: A refined, balanced, and exceptionally handsome WordPress theme. Features a robust theme options menu allowing you to integrate your Flickr photos, Twitter updates, and Feedburner email updates. Use the custom code box to include photos, video, or whatever else your heart desires.
Version: 1.25
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/*
	Copyright (C) 2008 - 2010 The Theme Foundry

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.	If not, see <http://www.gnu.org/licenses/>.
*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a child theme. Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

#follow {
	background: #fdcb6d;
	padding: 5px 0;
}

#follow dt {
color:#ffffff;
font-weight:bold;
}

/*#header {
	width: 100%;
	border-bottom: 5px solid #ede7e0;
	background: url(../images/nav-background.png) repeat-x bottom left;
}
*/

#header {
	border-bottom: 2px solid #000000;
}

#copyright {
	display: block;
	clear: both;
	padding-top: 1px;
	font-size: 1.1em;
	border-top: 1px solid #dbd3d0;
	background:#fdcb6d;
	border-bottom: 1px solid #dbd3d0;
}

#copyright a:link, #copyright a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #2373C1;
}
#copyright a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
	color: #2373C1;
}

#footer {
background:none repeat scroll 0 0  #3598FF ;
color:#FFFFFF;
padding:30px 0;
border-top: 2px solid #000000;
}

.footer-column h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #3598FF;
	padding-bottom: 2px;
}


#nav {
	width: 100%;
	font-size: 1.3em;
	font-weight:bold;
	/*background: #fdcb6d;*/
	
}
#nav, #nav ul {
	float: left;
	line-height: 40px;
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight:bold;
}
#nav a {
	display: block;
	color: #142650;
	text-decoration: none;
	padding: 0px 20px;
	font-weight:bold;
}
#nav li {
	float: left;
	border-right: 0px solid #f8d07d;
}
#nav:first-child { border-left: 1px solid #f8d07d;}
#nav ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 151px;
	font-weight: normal;
	line-height: 20px;
	border: 0;
}
//f8d07d
#nav li li {
	width: 149px;
	border-bottom: 1px solid #142650;
	border-left: 1px solid #142650;
	border-right: 1px solid #142650;
	background: #f3efeb;
}
#nav li li li { border-left: none; }
#nav li li a {
	padding: 4px 10px;
	width: 130px;
}
#nav li ul ul { margin: -29px 0 0 150px; }
#nav li li:hover { color: #000; }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a { color: #000; }
#nav li:hover a, #nav li.sfhover a { color: #000; }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a { color: #444; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left:auto; }
#nav li:hover, #nav li.sfhover {
	background: #fff;
	color: #000;
}
#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
	background: #fff;
	color: #000;
}
#nav .current-cat, #nav .current_page_item {
	background: #fff;
	color: #000;
}


