/*   
Theme Name: Sabertooth
Theme URI: http://www.richornelas.com
Description: Sabertooth Tiger.
Author: Rich Ornelas
Author URI: http://www.richornelas.com
Version: 1.0
Tags: wordpress, sabertooth, tiger,two column, two, column

	Chat by Richard Ornelas
	http://www.richornelas.com
	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/********************************************************
* Global Rules
********************************************************/
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#032aFE;
}
body {
	background:#fff;
	margin: 0 0 0 0;
	font-family:Georgia, Times, serif;
	
}

.global_container {
	width: 1000px;
	margin: 0 auto 0 auto;
	background:#FFF;
}
.clear {
	clear: both;
}

/*** Header ***/
.header {
	width:1000px;
	height:174px;
	background-image:url(images/header.png);
}
.title {
	padding-top:50px;
	padding-left:25px;
}
.title a {
	color:#530016;
}
.description {
	padding-left:25px;
	color:#c4b587;
	letter-spacing:2px;
}
/*** Navigation ***/
.nav {
	width:1000px;
	height:25px;
	background-image:url(images/nav.png);
}
.nav ul {
	list-style:none;
}
.nav li {
	float:left;
}
.nav a {
	display:block;
	height:25px;
	width:100px;
	line-height:25px;
	font-size:16px;
	color:#d7cba6;
	text-align:center;
	background-image:url(images/navtab.png);
}
.nav a:hover {
	color:#e6ddc1;
	font-weight:bold;
}
.nav .login {
	float:right;
}
.nav .rss {
	float:right;
}
.nav .rss a{
	display:block;
	height:25px;
	width:35px;
	background-image:url(images/rss.png);
}
.nav .rss strong {
	display:none;
}

/*** Body ***/
.body {
	width:1000px;
	min-height:600px;
	font-size:12px;
	
}
.leftContainer {
	width:705px;
	min-height:600px;
	float:left;
}
.frameTop {
	width:705px;
	height:35px;
	background-image:url(images/frameTop.png);
}
.frameBottom {
	width:705px;
	height:39px;
	background-image:url(images/frameBottom.png);
}
/*** Left ***/
.left {
	width:705px;
	min-height:600px;
	background-image:url(images/frameMiddle.png);
}
.content {
	width:590px;
	padding-left:65px;
	font-size:14px;
}
.content a {
	color:#530016;
}
.content h2 {
	letter-spacing:2px;
	font-size:20px;
}
.content hr {
	border:none;
	width:100%;
	height:1px;
}
.content h3 {
	font-size:14px;
	color:#000;
}
.content .titleAuthor {
	color:#214ba1;
	text-transform:uppercase;
}
.content .titleDate {
	color:#c4b587;
	font-style:italic;
}
.metadata {
	text-align:center;
}
.category a{
	color:#214ba1;
}
.commentCount {
	color:#214ba1;
}
.entry {
	padding:20px 0px;
}
/*** Right ***/
.right {
	width:295px;
	min-height:600px;
	float:right;
	background-image:url(images/sidebar.png);
	background-repeat:no-repeat;
}
.bigRss {
	height:250px;
	width:295px;
}
.bigRss a{
	display:block;
	height:250px;
	width:295px;
	background-image:url(images/bigRss.png);
}
.right h2 {
	letter-spacing:10px;
	color:#214ba1;
	font-size:24px;
}
.right a {
	color:#530016;
	padding-left:20px;
	font-size:16px;
}
.right li {
	list-style:none;
}
/*** Footer ***/
.footer {
	width:1000px;
	height:147px;
	background-image:url(images/footer.png);
}
.legal {
	float:right;
	padding:75px;
	color:#c4b587;
}
.credit {
	float:left;
	padding:75px;
	color:#c4b587;
}
.credit a {
	color:#214ba1;
}
/******************************************************** 
* Wordpress 
********************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	color:#214ba1;
}
