/*
Theme Name:	Titan
Theme URI: 	http://themes.jestro.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. Designed and coded by <a href="http://www.jestro.com">Jestro</a>.
Version: 		1.11
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed-width, two-columns, white, right-sidebar, threaded-comments, theme-options
*/

/*
    Copyright 2009 Jestro LLC

    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("css/undo.css");
@import url("css/master.css");
@import url("css/carousel.css");


body {
	font: 70% Arial,Helvetica,Sans-serif;
	background: #fff;
	}

#footer a:link, #footer a:visited { color:#4265A7; }

#header {
width: 100%;
border-bottom: 1px solid #EDE7E0;
background: #fff url(./images/nav-background.gif) repeat-x bottom left;
padding-top:20px;

}

#content {
padding:0px 0 0px;
border-right:0px solid #DFDAD5;
margin-top:20px;
margin-bottom:30px;
}
	
#description { 
margin: 0px 0 0 0px;
color:#4265A7;
font-size: 1.4em;
font-weight: bold;
line-height: 40px;
}

#testimonials {
font-size: 1.1em;
}

#search_form input.search { 
margin: 15px 0 0 0;
padding: 5px 2px; 
width: 180px;
border: 1px solid #DED8D5;
background: #fff;
color: #555;
}

h1.pagetitle, h2.pagetitle {
padding-top: 0px;
border-top:none;
}

.notice {
height:5px;
padding:0px
}

.entry ul li, .c-body ul li {
list-style: disc;
margin: 0px 0 0px 15px;
padding: 0 0 0 0px;
background:none;
}
.entry ul, .c-body ul {
margin: 0 0 10px 15px;
}
	
#sidebar li ul li {
list-style: disc;
margin: 0px 0 0px 15px;
padding: 0 0 0 0px;
background:none;
}	

#title h1 {
color:#4265A7;
}

#title {
color:#4265A7;
}

#logo {
float:left;
padding:10px 20px 10px 0px;
}

#seocontent {
		margin-top:10px;
		padding-bottom:10px;
	}
	#seocontent div {
		padding:10px;
		border:1px solid #bbb;
		float:left;
	}
	#content1 {
		width:200px;
		margin-left:10px;
	}
	#content2 {
		margin-left:10px;
		width:200px;
	}
	#content3 {
		margin-left:10px;
		width:200px;
}



/* 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. See this tutorial for instructions:
     ----> http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/