/*
Theme Name: TATtheme
Author: Nicholas Defelice
Author URI: www.tigersagainsttrafficking.com

	Gold: ffb400
	Purple: 560066
	
*/

/*@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "/common/reset.css";
@import "/common/common.css";*/


/*
	RESET
*/

html								{ overflow-y: scroll;}
body								{ font-size: 100%; font-family: Arial,Garamond, Arial, sans-serif; color: #000000;}
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #560066; backgrou border: 1px solid #560066; background: white; padding: 4px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 560066;}
.button:hover						{ background: #560066; color: white; }

/*
	STRUCTURE
*/

/*#content_background				{ background-image: url("/blog/wp-content/themes/TATtheme/images/blog_bgd.png"); background-repeat: repeat-y;}*/
#contentHeader						{ min-height: 30px; width:829px; padding-bottom: 10px;} 
#contentHeader span					{ background: url("images/blog_bgd.gif") no-repeat scroll right center; padding: 10px 20px 10px 10px; color: #560066; float: left;}
#contentHeader a					{ color: #560066;}
#contentHeader a:hover				{ text-decoration: underline; }
#searchform							{ float: right; min-height: 30px; }
#searchformdiv input				{ margin-right: 3px; }
#main-col							{ width: 600px; float: left;}
#main-col-single					{ width: 800px; float: left;}
.sidebar							{ width: 180px; float: right; margin: 0 60px 0 0; color: #560066; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-left: gray;}
.sidebar .inside					{ padding: 5px; }
.archive_post						{ min-height: 90px; }

.box								{ width: 660px; }
.box .inside_box					{ padding: 0 30px; /*background: url(images/middle.png) repeat-y;*/ min-height: 110px; padding: 0 30px; padding-bottom: 20px; border-bottom: 2px solid #ccc; margin-bottom: 10px; clear: both; overflow: hidden;}
.box .top							{ background: url(images/top.png) no-repeat; min-height: 23px; }
.box .bottom						{ background: url(images/bottom.png) no-repeat; min-height: 23px; }

/*
	sidebar
*/

.inside ul							{ list-style: none; margin-left: 15px; color: #560066; font-size: 1em;}
.inside ul li 						{ margin: 0 0 5px 0; color: #560066; }
.inside ul li a 					{ display: block; padding: 2px; color: #560066; font-size: 0.8em;}
.inside ul li a:hover				{ text-decoration: underline; }
.inside h2							{ font-size: 1.4em; font-family: Arial,"Century Gothic",Garamond, serif; font-weight: normal; margin: 0 0 10px 0; }
.inside p							{ font-size: 1.4em; }
.thumb								{ width: 62px; }
.flickr-thumb						{ height: 41px; width: 62px; overflow: hidden; float: left; margin: 0 0 10px 15px; }


/*
	TYPGROGRAPHY
*/
/*p, li								{ font-size: 2.4em; line-height: 1.4em; margin: 0 0 0px 0; }*/
a									{ color: #560066;}
a:hover								{ /*background: #560066; color: white;*/ text-decoration: underline; }
h1									{ font-size: 2.5em; font-family: Arial, Garamond, Georgia, serif; font-weight: normal; }
h2									{ font-size: 2.3em; font-family: Arial,Garamond, Georgia, serif; font-weight: normal; }
h3									{ font-size: 1.3em; font-family: Arial,Garamond, Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 1.7em; margin-bottom: 15px; }
.post								{ min-height: 120px;}
.post h2							{ color: #560066;
    font-family: Arial,Georgia,serif;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 12px;
} }
.post h2 a							{ font-size: 1.0em; font-family: Arial,Garamond, Georgia, serif; fon60066; }

.post h3							{ font-size: 1.2em; font-family: Arial,Garamond, Georgia, serif; font-weight: bold; margin: 0 0 10px 0; }
.post p								{ font-size: 1em; }
.more-link							{ font-weight: bold; color: #ffb400;}
#previous-next						{ list-style: none; width: 500px;}


/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 25px 0; }
.datebox							{ width: 50px; float: left; padding: 0 5px 2px 5px; background: #560066; color: white; text-align: center; margin: 0 10px 0 0; }
.datebox p							{ font-size: 1.2em; }

.day								{ font-size: 1.6em; font-weight: bold; margin: 0; font-family: Arial,Georgia, serif; }
.month								{ font-size: 0.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 0.8em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #560066; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 500px;}
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

/* 
	RSS
*/

#top_rss_link a{
	width: 26px;
	min-height: 26px;
	background: url(images/rss_icon.png) center center no-repeat;
	float: right;
	margin-left: 6px;

}


