/*
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");

/* 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 {
	color:#000;
}

.wp-caption {
	background-color:#FFF;
	padding:5px 0 0 0;
	text-align:center;
	overflow:hidden;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #DDDDDD;
	margin:0 0 10px 0;
}	
.wp-caption-text {
	color:#444444;
	font-size:0.9em;
	padding:0;
	margin:0;
}
.entry .wp-caption-text a {
	font-weight: normal;
	text-decoration: underline;
}
.tags span  {
	text-transform:none;
	color:#777777;
}
.tags  a {
	color:#777777;
}
.author {
	color:#777777;
}
.date {
	color:#BEAA99;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	padding:0pt 0pt 0pt 17px;
	text-transform:none;
	width:114px;
}
#text-401213641 h2 {
	padding-left:32px;
	background: url(http://img.antonio.cat/blog/twitter.png) no-repeat top left;
}



#rss-401502611 h2 {
	padding-left:32px;
	background: url(http://img.antonio.cat/blog/twitter.png) no-repeat top left;
}
#rss-401502611 img {
	display:none;
}
#rss-401502611 h2 a, #rss-401502611 h2 a:visited  {
	color:#555555;
}
#rss-401502611 a:hover {
	color:#993333;
}

#rss-399097501 h2 {
	padding-left:22px;
	background: url(http://img.antonio.cat/blog/ff.png) no-repeat top left;
}
#rss-399097501 h2 a, #rss-399097501 h2 a:visited  {
	color:#555555;
}
#rss-399097501 img {
	display:none;
}
#rss-399097501 a, #rss-399097501 a:visited {
	color:#4265A7;
}
#rss-399097501 a:hover {
	color:#993333;
}
.footer-column p {
	margin-top:10px;
}
#footer-about img {
	width:80px;
	height:80px;
	float:left;
	margin:3px 10px 0 0;
	border:2px solid #FFF;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}