/*
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.12
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options
Template: titan
*/

/*
    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("../titan/css/undo.css");
@import url("../titan/css/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. 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.
-----------------------------------------------------------*/


/*Body & Links 
------------------------------------------------------------ */
body {
	font: 62.5% Verdana, Arial, Helvetica, Sans-serif;
	color: #000;
	line-height: 2.2em;
	background: #FFF;
}
a:link, a:visited {
	color: #aaaaaa;
}
.entry a:link, .entry a:visited {
	font-weight: bold;
}
a:hover {
	color: #EDAB1C;
}
/*Basic Structure
------------------------------------------------------------ */
.wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 700px;
	padding: 0 0 30px 0;
}
.content-background {
	background: #FFF;
}
#sidebar {
	float: right;
	margin-bottom: 30px;
	width: 263px;
	border-left: 1px solid #ed1c24;
	padding-left: 19px;
}
#footer {
	clear: both;
	padding-top: 5px;
	width: 100%;
}
.clear:after, li.comment:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*Header
------------------------------------------------------------ */
#header {
	width: 100%;
	border-bottom: 1px solid #FFF;
	background: #2f2f2f url(images/nav-background.gif) repeat-x left bottom;
}
#logo {
	display:block;
	padding:0px;
	float:left;
}
#follow {
	background: #171717;
	padding: 5px 0;
}
#follow dl {
	float: right;
	font-size: 1.2em;
	display:block;
	width:282px;
}
#follow dl dt, #follow dl dd {
	float: left;
}
#follow dt {
	font-weight: bold;
	color: #747474;
}
#follow dd {
	margin-left: 17px;
}
#follow dd a {
	display: block;
	color: #CDCDCD;
}
#follow dd a.rss {
	padding-left: 22px;
	background: url(images/feed-icon.png) no-repeat 0 0.2em;
}
#follow dd a.email {
	padding-left:24px;
	background: url(images/email-icon.png) no-repeat 0 .35em;
}
#follow dd a.twitter {
	padding-left: 19px;
	background: url(images/twitter-icon.png) no-repeat 0 .15em;
}
h1#title, div#title {
	float: left;
	padding: 30px 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 50px;
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited {
	color: #E9E5E0;
}
h1#title a:hover, div#title a:hover {
	text-decoration: none;
}
/*Description
---------------------------------------*/
#description {
	margin: 35px 0 0 40px;
	float: left;
	color: #796957;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
}
/*Nav
---------------------------------------*/
#nav {
	width: 100%;
	font-size: 1.3em;
}
#nav, #nav ul {
	float: left;
	line-height: 40px;
	padding: 0;
	margin: 0 0 0 15px;
	width: 100%;
}
#nav a {
	display: block;
	width: 100px;
	color: #444;
	text-decoration: none;
	padding: 0px 10px;
	text-align: center;
}
#nav li {
	float: left;
	border-right: 1px solid #555;
}
#nav li. {
 border-left: 1px solid #555;
}
#nav li.home {
	border-left: 1px solid #555;
}
#nav li.home a {
	color: #f3f3f3;
	background: url(images/nav_home_off.gif) no-repeat left;
}
#nav li.home a:hover {
	color: #f3f3f3;
	background: url(images/nav_home_on.gif) no-repeat left;
}
#nav ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 153px;
	font-weight: 500;
	line-height: 20px;
	border: 0;
	border-top: 0px solid #555;
}

#nav li li {
    width: 120px;
    border-bottom: 0px solid #E3E0D5;
    border-left: 0px solid #E3E0D5;
    border-right: 0px solid #E3E0D5;
    background: #f2f2f2;
	margin-left: -14px;
    }
#nav li li a {
	padding: 4px 0 8px 0;
	width:120px;
}
#nav li ul ul {
	margin: 0 0 0 0;
}

/* Master.css styles
------------------------------------------------------------ */
#nav li li:hover {
   font-weight: 500;
	color: #444;
    }
#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 {
	font-weight: 500;
	color: #FFAA01;
	}
#nav li:hover a, #nav li.sfhover a { 
	font-weight: 500;
	color:#ed1c24; 
}
#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 {
	font-weight: 500;
	color:#ed1c24; 
}
#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
    color: #000;
    }
#nav .current-cat, #nav .current_page_item {
   font-weight: 500;
   color: #ed1c24;
    }
/*Notice
------------------------------------------------------------ */
div.notice {
	display: block;
	padding: 20px 0;
	font-size: 1.6em;
}
div.notice strong {
	color: #2F2922;
}
div.notice div {
	margin: 10px 0;
	padding: 20px;
	background: #F0EBE6 url(images/notice-background.gif) repeat-x top left;
}
div.notice div h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
/*Page/Post Styling
------------------------------------------------------------ */
.post {
	margin-bottom: 30px;
}
/*Post Header
---------------------------------------*/
.post-header {
	color: #ed1c24;
	border-top: 1px solid #FFF;
	margin: 0 0 5px 0;
	padding-top: 20px;
}
.post-header h1 {
	font-size: 1.8em;
	line-height: 2em;
	font-weight:normal;
}
.post-header h2 {
	font-size: 1.8em;
	line-height: 2em;
	margin-left: 172px;
	font-weight:normal;
}
.post-header h2 a:link, .post-header h2 a:visited {
	color: #ed1c24;
}
.post-header h2 a:hover {
	color: #EDAB1C;
}
img.post-image {
	height: 86px;
	width: 86px;
	border: 1px solid #b2b2b2;
	padding: 4px;
	float: left;
	margin: 10px 0 0 12px;
}
.date {
	float: left;
	width: 114px;
	color: #aaaaaa;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 0 17px;
	background: url(images/icon-calendar.png) no-repeat 0 .3em;
}
.date span {
	color: #aaaaaa;
}
.author {
	margin: 3px 0 0 172px;
	color: #2F2F2F;
	font-size: 1.2em;
	display: block;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 5px;
}
/*Post Body
---------------------------------------*/
.entry {
	margin: 0 0 0 172px;
	width: 520px;
	font-size: 1.3em;
}
.entry p {
	margin-bottom: 10px;
}
.entry h2, .entry h3, .entry h4 {
	font-size: 1.5em;
	padding: 15px 0 5px 0;
}
.entry h3 {
	padding-top: 10px;
	font-size: 1em;
}
.entry h4, .entry h5, .entry h6 {
	padding-top: 10px;
	font-size: .9em;
}
.more-link{
	font-size: 1.1;
}
pre {
	margin: 10px 0;
	padding: 1em 10px;
	overflow: auto;
	background-color: #eaeaea;
	color: #000;
}
code {
	padding: 2px 3px;
	font: 1.1em Consolas, Courier New, sans-serif;
	background-color: #eaeaea;
	color: #000;
}
pre code {
	font-size: 1.3em;
}
blockquote {
	display: block;
	margin: 20px 0 20px -152px;
	padding: 0 120px 0 50px;
	border-left: 0px solid #ed124c;
	color: #aaa;
	font-size:1.75em;
	font-style: italic;
	line-height: 1.25em;
; 	background: #FFF url(images/quotes_bkgrnd.gif) no-repeat;
}
.entry ul, .c-body ul {
	margin: 0 0 10px 10px;
}
.entry ul li, .c-body ul li {
	display: block;
	margin: 5px 0;
	padding: 0 0 0 17px;
	background: url(images/list-item.gif) no-repeat 0 .3em;
}
.entry ol, .c-body ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0 5px 10px;
}
.entry ol li ol li, .c-body ol li ol li {
	list-style-type: lower-roman;
}
.entry ol li, .c-body ol li {
	margin: 5px 0;
}
.navigation {
	padding: 10px 0;
	font-size: 1.3em;
}
.index {
	padding: 0;
}
.wp-caption {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 75%;
	font-style: italic;
}
/*Post Footer
---------------------------------------*/
.post-footer {
	margin-left: 172px;
}
.comments a {
	display: block;
	padding: 0 0 0 17px;
	color: #aaaaaa;
	font-size: 1.2em;
	background: url(images/icon-comments.png) no-repeat 0 .4em;
}
.comments a:hover {
	color: #453729;
	text-decoration: none;
}
/*Single
---------------------------------------*/
.tags {
	float: left;
	width: 104px;
	padding-left: 15px;
}
.tags span {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaaaaa;
	padding: 30px 0 10px 0px;
	background: url(images/icon-tags.png) no-repeat 0 .3em;
}
.tags p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #aaa;
}
.tags a {
	color: #aaa;
}
.post-header h1 {
	margin-left: 172px;
	padding-bottom: 4px;
	font-size: 2.2em;
	color: #ed1c24;
}
.meta {
	border-top: 1px solid #EFEAE4;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 1.2em;
	text-align: right;
	color: #666;
}

/*Top
---------------------------------------*/
.comment-number {
	display: block;
	padding: 30px 0 5px 0;
	font-weight: bold;
}
.comment-number span {
	font-size: 1.3em;
	color: #777;
}
.none {
	border-bottom: 1px solid #EFEAE4;
}
a#leavecomment {
	font-size: 1.6em;
	padding-left: 2px;
}
/*Body
---------------------------------------*/
li.comment {
	padding-top: 20px;
	border-top: 1px solid #EFEAE4;
}
li.comment.depth-2 {
	margin-bottom: 10px;
}
ul.children {
	margin: 10px 0 0 172px;
	clear: both;
}
div.c-grav {
	float: left;
	width: 40px;
	margin: 0;
	text-align: right;
}
div.c-grav img {
	padding: 4px;
	border: 1px solid #E6E1DB;
	border-right-color: #D6D1CC;
	border-bottom-color: #D6D1CC;
	background: #fff;
}
div.c-body {
	margin-left: 172px;
	width: 497px;
	font-size: 1.3em;
}
ul.children div.c-body {
	margin-left: 70px;
	width: 427px;
}
div.c-body p {
	margin-bottom: 10px;
}
div.c-head {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.c-permalink a:link, .c-permalink a:visited {
	color: #777;
	font-size: .7em;
}
div.reply {
	padding-bottom: 10px;
}
div.reply a:link, div.reply a:visited {
	color: #beaa99;
}
/*Form
---------------------------------------*/
form#commentform {
	margin: 0 0 20px 172px;
}
#respond {
	font-size: 1.3em;
}
h4#postcomment {
	margin: 20px 0;
	padding: 5px 0 0 0;
	color: #ed1c24;
	border-top: 1px solid #EFEAE4;
}
form#commentform label.comment-field {
	display: block;
	margin: 10px 0 3px 0;
	font-size: 1.1em;
}
input.text-input, form#commentform textarea {
	padding: 7px 3px;
	background: #fff;
	font-family: inherit;
	border: 1px solid #E6E1DB;
	border-right-color: #D6D1CC;
	border-bottom-color: #D6D1CC;
	width: 477px;
}
input#author, input#email, input#url {
	width: 300px;
}
form#commentform input:focus, form#commentform textarea:focus {
	background: #fff;
}
form#commentform input#submit {
	padding: 5px;
	width: 150px;
}
form#commentform p.guidelines {
	margin: 10px 0;
	color: #555;
}
p.subscribe-to-comments, p.comments-rss {
	margin: 0 0 10px 0;
}
p.comments-rss a {
	font-size: 1.1em;
	padding: 0 0 0 19px;
	background: url(images/feed-icon.png) no-repeat 0 .1em;
}
fieldset {
	border: none;
}
/*Note
---------------------------------------*/
p.note {
	font-style: italic;
	font-size: 1.3em;
}
/*Pingbacks/Trackbacks
---------------------------------------*/
h3.pinghead {
	font-size: 1.3em;
	color: #444444;
}
ol.pinglist {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
	font-size: 1.3em;
}
/*Pages
---------------------------------------*/
.entry.page {
	margin: 0 0 0 172px;
	width: 520px;
}
h1.pagetitle, h2.pagetitle {
	border-top: 1px solid #FFF;
	margin: 0 0 15px 172px;
	padding-top: 20px;
	font-size: 1.8em;
	color: #ed1c24;
	font-weight: normal;
}
/*Archives List
---------------------------------------*/
.entries ul {
	font-size: 1.3em;
}
.entries ul li {
	line-height: 2.2em;
	border-bottom: 1px dashed #DFDAD5;
	margin-left: 172px;
}
.entries span {
	margin-right: 20px;
	color: #000;
}
/*---- ADDED BY AUTHOR ________________
style for post title-----------------*/
.entries h2 {
	font-size: 1.3em;
	line-height: 2em;
	font-weight:normal;
	}
.entries h2 a:link, .entries h2 a:visited {
	color: #ed1c24;
		font-weight:normal;
}
.entries h2 a:hover {
	color: #EDAB1C;
	font-weight:normal;
}
.entries img.post-image {
	height: 86px;
	width: 86px;
	border: 1px solid #b2b2b2;
	padding: 4px;
	float: left;
	margin: 10px 0 0 -162px;
}
.entries a:link, .entries a:visited {
	font-weight: bold;
}

	
/*Sidebar
------------------------------------------------------------ */
#sidebox {
	font-size: 1.2em;
}
#sidebox p {
	padding-bottom: 15px;
	line-height: 1.4em;
}
#sidebox img {
	padding: 14px;
	border: 1px solid #E6E1DC;
	background: #F0EBE6;
	margin-bottom: 20px;
}
#sidebox-search {
	margin: 20px 10px 0 0;
	width: 180px;
}
h2.widgettitle {
	margin: 25px 0 10px 0;
	padding-bottom: 0px;
	font-size: 1em;
	color: #ed1c24;
	border-bottom: 1px solid #FFF;
}
ul li.widget ul {
	font-size: 1em;
}
ul li.widget ul li ul {
	margin-left: 5px;
	font-size: 1em;
}
ul li.widget ul li {
	padding: 1px 0;
}
ul li.widget ul li ul li {
	padding: 1px 0 0 0;
}
.introSidebar {
	font-style:italic;
	color:#000;
	margin-top: 36px;
	margin-bottom: 25px;
	font-weight: bold;
}
.widget a:link, .widget a:visited {
	color: #aaaaaa;
}
.widget a:hover {
	color: #EDAB1C;
}
/*Adbox
---------------------------------------*/
#adbox {
	margin: 20px 0;
	padding: 3px;
	border: 1px solid #E6E1DC;
	background: #F0EBE6;
}
#adbox img {
	border: 1px solid #E6E1DC;
}
/*Footer
------------------------------------------------------------ */
#footer {
	padding: 30px 0;
	border-top: 1px solid #FFF;
	background: #2f2f2f;
	color: #666;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #fcaf17;
	text-decoration: underline;
}
/*Footer Columns
---------------------------------------*/
.footer-column {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-left: 172px;
	padding-bottom: 20px;
	color: #2f2f2f;
}
#footer-about.footer-column {
	width: 345px;
}
#footer-flickr.footer-column {
	width: 281px;
}
.footer-column h2 {
	font-size: 1.6em;
	padding-bottom: 2px;
}
.footer-column p {
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
/*Flickr
---------------------------------------*/
.flickr_badge_image {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 0;
}
#flickr_badge_image1.flickr_badge_image, #flickr_badge_image2.flickr_badge_image, #flickr_badge_image3.flickr_badge_image {
	margin: 15px 0 10px 10px;
}
#flickr_badge_image1.flickr_badge_image, #flickr_badge_image4.flickr_badge_image {
	margin-left: 0;
}
.flickr_badge_image img {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #F7F7F7;
	line-height: 0;
}
#footer h2.widgettitle {
	margin-top: 0;
}
/*Search
---------------------------------------*/
#search_form input.search {
	margin: 32px 0 0 0;
	padding: 5px 2px;
	width: 180px;
	background: url(images/search_bg.gif) no-repeat;
	color: #2f2f2f;
}
#search_form input.search:focus {
	background: url(images/search_bg_focus.gif) no-repeat;
}
#search_form input#searchsubmit {
	margin: 0 0 0 5px;
}
/*Copyright
---------------------------------------*/
#copyright {
	display: block;
	clear: both;
	padding-top: 1px;
	padding-left: 172px;
	font-size: 1.1em;
	color: #666;
	border-top: 1px solid #666;
}
/*Miscellaneous
---------------------------------------*/
img.border {
	padding: 14px;
	border: 1px solid #E6E1DC;
	background: #F0EBE6;
}

