/*
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.20
Author:   Drew Strojny
Author URI: http://www.jestro.com
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/*
    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("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. 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.
-----------------------------------------------------------*/


#follow dd a.facebook {	padding-left: 19px; background: url(../titan/images/facebook.png) no-repeat 0 .2em; }
#follow dd a.flickr {	padding-left: 19px; background: url(../titan/images/flickr.png) no-repeat 0 .2em; }
#follow dd a.friendfeed {	padding-left: 19px; background: url(../titan/images/friendfeed.png) no-repeat 0 .2em; }
#follow dd a.foursquare{	padding-left: 19px; background: url(../titan/images/foursquare.png) no-repeat 0 .2em; }

/* Social Media Icons */

.social { border: 3px solid #443B31; margin: 5px auto 5px; display:block; padding: 3px 8px 1px 8px;  overflow: hidden; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }
.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }
.social .social_button.tw { margin: -3px 0 0 5px;  padding-top: 4px;}
.social .social_button.fb { margin: -1px 0 0 10px;  padding-bottom:0px;}
/*.social .social_button.su { margin: 1px 0 0 0;  padding-top: 2px;}*/
.social .social_button.plus1 { margin: -1px 0 0 5px;  padding-top: 2px;}
.social .social_button.li { margin: -2px 0 0 0px;  padding-top: 2px;}
/*	.social .social_button.em { margin:  0 0 0 10px;  padding-top: 2px;}
	.social .social_button.em a{background:#eee url(http://www.in.gov/visitindiana/blogimages/email12.png) 3px 50% no-repeat; padding:2px 10px 0px 18px;  font-size:12px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px;}
	.social .social_button.em a:hover {background:#ddd url(http://www.in.gov/visitindiana/blogimages/email12.png) 3px 50% no-repeat}*/
.social .social_button a img { border: 0; padding: 0; }
.social strong { font-size: 14px; float: left; margin:2px 0 0 0; color:#555;}

.clear{clear:both;}

/* Fixes wp-caption properties to allow captions with word wrap */

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 9px;
font-style: italic;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.wp-caption.alignleft{
   float: left;
   padding: 3px 3px 0pt !important
}
.wp-caption.alignright{
   float: right;
   padding: 3px 3px 0pt !important
}
.wp-caption.aligncenter{
   padding: 3px 3px 0pt !important
}
.wp-caption.alignnone{
   padding: 3px 3px 0pt !important
}

h1{font-size: 30px; line-height: 1.25em;}
h2{font-size: 26px; line-height: 1.1em;}
h3{font-size: 20px;}
h4{font-size: 14px;}
h5{font-size: 10px;}
h6{font-size: 8px;}
