/*   
Theme Name: A Thematic Child Theme
Theme URI: http://www.rexnavarrete.com/
Description: Custom theme for Rex Navarrete's official web site.
Author: Glenn Gutierrez
Author URI: http://www.glenngutierrez.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout 
@import url('../thematic/library/layouts/2c-r-fixed.css'); */

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 960px fixed layout with two 250px sidebars on either side of content
*/

body {
    min-width:980px;
	background: #540000 url(images/rex-fancybg.jpg) repeat fixed top center; 
	color: #000;
}
#header {
	background: url(images/rex-headerbgg.jpg) no-repeat top center; 
    position:relative;
    height: 290px;
}
#branding {
    width:960px;
    margin:0 auto;
    height: 250px;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:960px;
    margin:0 auto;
}
#main {
    width:980px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    padding: 0px;
}
#container {
    width:960px;
    float:left;
    margin:0 0 0 10px;
}
#content {
	margin: 0 250px;
	padding: 12px;
    overflow: hidden;
    background: #ffffff url(images/rex-contentbg.jpg) repeat-y top center;
    min-height: 1000px;
}
#primary {
    width:225px;
    float:left;
	margin: 0 0 0 -960px;
	border: none;
	color: #fff;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    width: 250px;
    float: left;
	margin: 0 0 0 -250px;
/*
    background: #a30000;
*/
}
#footer {    
    clear:both;
}
#subsidiary {
    width:980px;
    margin:0 auto;
    overflow:hidden;
/*
    background: #a30000;
*/
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:960px;
    margin:0 auto;
}


body, input, textarea {
	font: normal normal 13px/15px 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
}
p { margin-bottom: 8px; }
ul, ol, dd, pre { margin-bottom: 16px; }
ul { list-style: none; }

h3, h4 { clear: none; }

blockquote {
	margin: 0px;
	padding: 12px 12px 12px 65px;
	color: #666;
	font-style: normal;
	background: url('images/gg-quote.png') no-repeat top left;
	text-indent: 0px;
}
table {
    border: none;
    border-width: 1px 1px 0 1px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
}
caption {
    text-align: left;
}
tr {
    border-bottom: none;
}
th, td {
    padding: .7em 1.25em;
}

a:link		{ color: #f93; text-decoration: none; }
a:visited	{ color: #f93; text-decoration: none; }
a:active,
a:hover		{ color: #c60; text-decoration: underline; }

#branding {
	padding: 0px 0 0px 0;
}

#header-popup {
	float: left;
	z-index: 5;
	overflow: hidden;
	width: 238px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:relative;
	left: 8px;
	top: 11px;
    -webkit-transition: all 1.5s ease-in;
	-webkit-transform-origin: 110px 239px;
	-webkit-transform: scale(0.001);
}

#blog-title {
	width: 522px;
	padding: 4px 0px 0px 194px;
}
#blog-title a {
	color: #eee;
	text-decoration: none;
	background: url(images/rex-title.png) no-repeat bottom left;
	display: block;
	text-indent: -9001px; /* OVER NINE THOUSAND!!! */
	position:relative;
	left: 0px;
	top: 0px;
	z-index: 4;
	width: 522px;
	height: 167px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #36c;
}
#blog-description {
	color: #666;
	font-size: 20px;
	font-style: normal;
	padding: 0 0 0 5px;
	position:absolute;
	left: 0px;
	top: 0px;
	text-indent: -9001px;
	width: 300px;
}

#header-social {
	position:relative;
	left: 0px;
	top: 0px;	
	padding: 7px 0 0px 290px;
	width: 350px;
}
#sociallist {
	margin: 0 0 0 0;
}
#sociallist li {
	display: inline;
	list-style-type: none;
	padding-right: 4px;
}
.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
    -webkit-transition: all 0.2s ease-out;
}
.transparent_class:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#header-right {
	z-index: 4;
	position:relative;
	top: -226px;
	left: 722px;
	width: 225px;
}

#access { 
	height: 40px;
	background: url('images/rex-access.png') no-repeat center bottom; 
    border-bottom: none;
	font: normal 900 22px/22px Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
    letter-spacing: -1px;
	text-transform: uppercase;
}

.sf-menu {
	margin-left: 8px;
    border-right: none;
	float:left;
	width: 960px;
	text-shadow: 0px 1px 2px #000;
}
.sf-menu a {
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding: 7px 15px;
	text-decoration: none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    background: transparent;
    color: #000;
    border-bottom-color: none;
/*
	text-shadow: 0px 1px 9px #fff;
*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fec;
}
.sf-menu li {
	float: left;
	width: auto;
	text-align: center;
	background:	transparent;
}
.sf-menu li li {
	background:	transparent;
}
.sf-menu li li li {
	background:	transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:			#fff;
    background:     transparent;
	outline:		0;
    border-bottom-color: none;
    text-decoration: none; 
	text-shadow: 0px 1px 12px #000;
}
.sf-menu ul {
    border-right: none; 
    border-bottom: none; 
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 40px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background: none;
	border-bottom: none;
}
.sf-menu ul a:hover {
    color: none;
}

.hentry {
    padding: 0 0 0 0;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #ccc;
}
.tfe img {
	clear: both;
}

#primary { 
	padding: 0px 0px 0px 0px;
}

#container {
    background: #a30000 url(images/rex-asidebg.png) repeat-x top center;
}

/*
.xoxo {
	background: #a30000 url(images/rex-asidebg.png) repeat-x top center; 
}
*/

.main-aside ul { 
	width: 225px; 
	padding: 12px 12px 12px 12px; 
}

.aside { 
	color: #fff;
    font: normal 900 18px/19px Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
}
.aside a:link,
.aside a:visited {
    color: #fff;
    text-decoration: none; 
}
.aside a:active,
.aside a:hover {
    color: #f93;
    text-decoration: none; 
}
.aside h3 { 
	font: normal normal 20px/29px 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
	text-shadow: 1px 1px 1px #555;
}
.aside ul ul { list-style: none; margin: 3px 0px 9px 0px; }
.aside ul ul li { list-style: none; margin: 0px 0px 9px 0px; }
.aside form { 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 14px 0px;
}
.aside tbody { border: none; }
.aside th, .aside td { 
	border: none; 
	padding: 0 0 0 0;
}

#s {
	width: 200px;
}

.entry-title {
    color: #540000;
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
    font-size: 29px;
    font-weight: normal;
    line-height: 29px;
    letter-spacing: -1px;
    padding: 0 0 7px 0;
	text-shadow: 1px 1px 2px #ccc;
}
.entry-title a {
    color: #540000;
    text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #f93;
}

.entry-content {
    padding:16px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding: 8px 0 12px 0;
}
.entry-content h3 {
    font-size: 19px;
    line-height: 22px;
    font-style: normal;
    padding: 8px 0 5px 0;
}
.entry-content h4 {
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.entry-content img {
	margin-bottom: 0px;
/*
	display: inline;
*/
}

.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}

.entry-utility {
    margin: 18px 0 16px 0;
}

#footer {
	border-top: none;
	margin-top: 0px;
}

.addthis_container {
	padding: 16px 0 0 0;
}
.addthis_toolbox {
	padding: 20px 0 0 0;
}

/* The Events Calendar styling */
.back { 
	font: normal normal 13px/28px 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
}
#tec-content.tec-event.widecolumn {
	font-size: 13px;
}
.when {
	font-size: 15px;
	letter-spacing: 0px;
	text-shadow: 0px 1px 1px #777;
	margin-top: 5px;
}
.event {
	font-size: 21px;
	line-height: 20px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #444;
	margin-top: 3px;
}

.dig-in { 
    font-size: 11px;
    font-family: Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	margin: 0px 0px 24px 0px;
}
.more-link { display: none; }

.promo-sidebar {
	padding: 0 0 12px 0;
}

#picasa-widget .widgettitle { display: none; }
.picasa-widget-img{ margin: 3px; }

.twtr-doc {
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
}

#picasaViewBlock-daddy-1 h3 {
	font: normal normal 20px/20px 'Helvetica Neue', Helvetica, Arial, Geneva, 'MS Sans Serif', sans-serif;
	padding: 0px 0 0px 0;
	text-align: center;
}

.tubepress_thumbs {
	padding: 0 5px;
}
.tubepress_container {
	margin: 0 0 0 0 !important;
}
.tubepress_thumbnail_area {
	margin: 0 0 0 0 !important;
}

div.feedBurnerFeedBlock a:link,
div.feedBurnerFeedBlock a:visited {  
    font-size: 12px;
	color: #000; 
}










