/*
Theme Name:	Titan *Child Theme*
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Your custom child theme for Titan. Make all your custom changes in the <code>themes/mytitan</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: titan
*/
/* Import Stylesheets, don't remove these -----------------------------------------------------------*/
@import url("../titan/css/undo.css");
@import url("../titan/css/master.css");
@import url("../titan/functions/style-options.php");

/* 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 BELOW this line-----------------------------------------------------------*/

body {
background: #dee2da;
}

a:link, a:visited { color: #5a6b48; }

a:hover {color: #78980b;}

h2.widgettitle {
color:#5a6b48;
}
h2.widgettitleFTR {
color:#333;
}
.textwidget {
font-size: 1.2em;
}
.footer-column, .footer-search {
margin-top:12px;
font-size: 1.2em;
}
.wp-caption-text{
font-style:italic;
}

/* HEADER STYLES--------------------------------------------*/

#header {background-color: #0b430d;}
#follow {background: #71865c;}
#description{color:#78980b;}
#follow dt{color: #7e8b72;display: none;}
#follow dd a {color:#71865c;}

/* POST STYLES--------------------------------------------*/

.post-header {

border-top: 1px solid #fff;

}

.author {

color:#7e8b72;



}

.date {

color:#7e8b72;

}

.date span {

color:#a5b397;

}

/* SIDEBAR STYLES--------------------------------------------*/

#sidebox img {

background:#fff none repeat scroll 0 0;

border:1px solid #92a282;

}

/* FOOTER STYLES--------------------------------------------*/

#footer {

border-top: 10px solid #0b430d;

background: #71865c;

color: #444;

}

.footer-column h2 {

	border-bottom: 1px solid #0b430d;	

}

.footer-column {

color: #333;

}

#copyright {

border-top: 1px solid #0b430d;

}

#content img {
border: 1px solid #6e8558;
border-top: 8px solid #6e8558;
border-bottom: 12px solid #6e8558;
margin-right:15px;
 }



