/*
Theme Name: Theme Rex
Theme URI: http://simongoudie.com/blog/
Description: Based on <a href="http://pomomusings.com/design/">Cleaker</a> by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a> and <a href="http://cssace.com/free-wp-premium-theme-is-here/">WP Premium</a> theme by <a href="http://wpremix.com/">WP Remix</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 0.1
Author: Simon Goudie
Author URI: http://simongoudie.com/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
/*	background:#345EB4 url(images/bg_blue.gif) repeat-x fixed;} */
	background:#fdf6da;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #49647d;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #49647d;
}


/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-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;
}
/* End captions */


/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 900px;
	background: #fff url(images/header.gif) top center no-repeat;
	height: 104px;
	margin-top: 0;
	color: #fff;
} 

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
display:block;
height:84px;
}

#Nav {
	display: block;
}

#content {
	width: 510px;
	float: left;
	color: #000;
	padding: 20px;
}

#sidebarRight {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarRight {
	width: 135px;
}

#sidebarLeft {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	width: 871px;
	background: #000;
	color: #fff;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: left;
	background: #49647d url(images/navOnBlue.gif) repeat-x;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: right;
	border-left: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #cf7f26 url(images/navOff.gif) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

p {
font-family:Arial,Helvetica,Sans-Serif;
font-size:12px;
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

blockquote p {
font-size:15px;
font-style:italic;
margin:0 0 0 5px;
padding:8px 25px 15px 40px;
	background: url(images/quote.png) no-repeat;
	color: #666666;
}

.entry blockquote.pullquote_left  {
	float: left;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times, Serif;
}

.entry blockquote.pullquote_right  {
	float: right;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times, Serif;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 24px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: bold;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
        font-family:Arial,Helvetica,Sans-Serif;
        font-size:12px;
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
        font-family:Arial,Helvetica,Sans-Serif;
        font-size:12px;
	margin: 7px 0 8px 5px;
}

.post ol {
        font-family:Arial,Helvetica,Sans-Serif;
        font-size:12px;
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
        font-family:Arial,Helvetica,Sans-Serif;
        font-size:12px;
	margin: 0;
	padding: 0;
}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	padding: 10px 0 0;
        background:#c8b99e;
	}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #49647d;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h5 {
	display:none;
}

#sidebarRight {
font-family:Arial,Helvetica,Sans-Serif;
}

#sidebarRight a {
	color: #000;
	text-decoration: none;
padding:0 0 0 10px;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
padding:0 0 0 10px;
}

#sidebarLeft {
font-family:Arial,Helvetica,Sans-Serif;
}

#sidebarLeft a {
	color: #000;
	text-decoration: none;
padding:0 0 0 10px;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
padding:0 0 0 10px;
}

#sidebarLeft a:visited {
	color: #000;
padding:0 0 0 10px;
}

#sidebarLeft .aktt_tweets ul li {
padding:5px 3px 5px 10px;
        background:url(images/bullet-arrow3.gif) no-repeat scroll 5px 9px;
        border-bottom:1px dotted #333333;
}

#sidebarLeft .aktt_tweets ul li a{
padding:0px;
font-style:italic;
}


/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
        background:url(images/bullet-arrow3.gif) no-repeat scroll 5px 9px;
        border-bottom:1px dotted #333333;
padding:5px 3px;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #afb65b;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/






#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;

	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;






}



.commentlist {



	padding: 0;



	text-align: justify;


}


.commentlist li {

	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/***** TABBER STYLE *******/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin:0 5px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font-family:"Century Gothic","Trebuchet MS","Lucida Grande",Lucida,Arial,sans-serif;
 font-size:14px;
 font-weight:normal;
 letter-spacing:-0.8px;
 text-align:left;
 text-transform:uppercase;
 color:#49647D;
 background:#e0d4bd;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
color:#49647D;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 border-bottom: none;
 background: #e0d4bd;
 color:#49647D;
 margin-left:3px;
}

ul.tabbernav li a:link { color: #49647D; }
ul.tabbernav li a:visited { color: #49647D; }

ul.tabbernav li a:hover
{
 color: #49647D;
 background: #b8ac95;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #c8b99e;
 color:#000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #FFF;

}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
 padding:5px;
 border-top:0;
 background:#c8b99e;
}

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
background:#FFF;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/*Search box Rounded Corner start */

#xsnazzy {margin:1em;background: transparent;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#e0d4bd; border-left:1px solid #444;border-right:1px solid #444;}
.xb1 {margin:0 5px; background:#444;}
.xb2 {margin:0 3px;border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #444; border-width:0 1px; height:auto; padding:5px;background:#e0d4bd;}

/*Search box Rounded Corner End */

ul.tablist { 	
	margin:5px 0px; 
	padding:0; 



	list-style: none; 
	color:#333;}
ul.tablist li  { 
        background:transparent url(images/bullet-arrow3.gif) no-repeat scroll 3px 8px;
	font-size:11px; 
	margin:0 5px ;  
	padding: 2px 0 0 15px; 
	list-style:none;
	border-bottom:1px dotted #959595; 
	text-align:left;}
ul.tablist li a         {
font-family:Arial,Helvetica,Sans-Serif;
font-size:11px;
color:#000; 
	text-decoration: none; 
	line-height:18px;}
ul.tablist li a:hover 	{ 
	}

#sidebar {
width:350px;
float: right;
padding:0px;

}