/*   
Theme Name: Thematic-Trixie
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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-l-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 */
/* ------------------------------------------------------ */

body {
	background-color: black;
}

body.home {
}
#wrapper {
	background-image: url(images/bg-secondary.jpg);
	background-repeat: repeat-y;
	background-color: #646464;
	width: 1089px;
	min-height: 893px;
	margin: 0 auto;
}
.home #wrapper {
/* 	background-image: url(images/bg-hall.png); */
	background-image: url(images/home-background-images/rotate.php);
	background-repeat: no-repeat;
	background-color: transparent;
}
#trixie-branding {
	width: 1089px;
	height: 139px;
}
#trixie-logo {
	width: 749px;
	height: 139px;
	float: left;
}
/* 	background-image: url(images/trixie-logo.png); */

#trixie-blurb {
	display: none;
	float: right;
	width: 310px;
	height: 139px;
	background-image: url(images/transparent-blue.png);	
}
.home #trixie-blurb {
	display: none;
}
#branding {
	display: none;
}
#header {
	margin-top: 10px;
}
.home #header {
	background-image: url(images/bg-navbar-home.jpg);
	background-repeat: repeat;
	width: 749px;
}
#access {
	margin-left: 186px;
}
/*
.home #access {
	margin-left: 100px;
}
*/
#access .menu {
	margin: 0;
}
#main {
	margin: 0;
	padding-top: 20px;
}
.home #main {
	width: 749px;
}
#primary, #secondary {
	width: 188px;
	border: none;
	padding: 0;
}

#primary li {
	margin-left: 0px;
	text-indent: -5px;
	line-height: 1em;
}
#secondary li .textwidget {
	margin-left: -10px;
	margin-top: 30px;
}

#content {
	margin-left: 170px;
	padding-left: 16px;
	width: 850px;
}
.home #container {
	width: 749px;
	background-image: url(images/transparent.png);	
}
/* .hentry needs to be modified on home page otherwise content is cut off */
.home .hentry {
	width:500px;
}

.aside ul ul {
	list-style-type: none;
	margin-left: 0px;
}
.aside li li {
	margin-top: 20px
}
li.widget_pages h3.widgettitle {
	display: none;
}
/* hide #comments and navbelow divs on home page to reduce #content height */
.home #comments, .home #nav-below {
	display: none;
}
#footer {
	border: none;
}
hr {
	clear: both;
}
/* ------------------------------------------------------ */
/* NAVIGATION */
/* ------------------------------------------------------ */


#access, #access .sf-menu, #access .sf-menu ul {
	border: none;
}

#access .sf-menu li, #access .sf-menu li li {
	background: #646464;
}
.home #access .sf-menu li {
	background: transparent;
}
.home #access .sf-menu li li {
	background-image: url(images/transparent.png);
}

#access .sf-menu li li {
	border: gray solid;
	border-width: 0 0 0 1px;
	padding-left: 5px;
}
#access .sf-menu a {
	text-transform: uppercase;
	background: none;
	color: #FBD470; 
	border: none;
	padding-left: 0;
	padding-right: 20px;
	font-weight: bold;
}
#access .sf-menu a:hover {
	color: #FBD470; 
	text-decoration: underline;
	background: none;
}
#access ul.sf-menu li ul li.page_item a{
	color: #FBD470;
}
#access ul.sf-menu li ul li.current_page_item a{
	color: #79C1D1;
}
#access ul.sf-menu li.current_page_parent a, #access ul.sf-menu li.current_page_item a{
	color: #79C1D1;
}
.entry-title a {
	color: white;
}
.entry-title a:hover {
	color: white;
	text-decoration: underline;
}
.aside a{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFE5AA;
	text-decoration: none;
	font-size: 80%;
}
.aside a:hover, .aside li.current_page_item a {
	color: #FFE5AA;
	text-decoration: underline;
}
#nav-below a{
	color: #FFE5AA;
}
/* ------------------------------------------------------ */
/* AUTONAV - THUMBNAIL NAVIGATION*/
/* ------------------------------------------------------ */

#thumbnail-nav {
	margin-left: -1.25em;
	clear: both;
}
#thumbnail-nav table, #thumbnail-nav tr{
	border: none;
}
#thumbnail-nav .subpages-cell {
	width: 100px;
	text-align: center;
}
#thumbnail-nav p.subpages-text {
	font-size: .8em;
	margin-top: -10px;
	text-align: center;
	line-height: 1em;
}
#thumbnail-nav p.subpages-text a {
	text-decoration: none;
}
#thumbnail-nav p.subpages-text a:hover {
	text-decoration: underline;
	color: #FFE5AA;
}
/* ------------------------------------------------------ */
/* TYPOGRAPHY */
/* ------------------------------------------------------ */

a, a:link, a:visited {
	color: #FBD470;
}

body, input, textarea {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: white;
    font-size: 12px;
    line-height: 18px;
}
input {
	color: black;
}

.entry-title {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
.entry-title a {
	color: white;
}
.home .entry-title {
	padding-top: 15px;
}
.entry-meta, .cat-links {
	display: none;
}
#trixie-blurb p{
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 20px 0;
	font-weight: bold;
	color: white;
}
#trixie-blurb p.second-item {
	color: #FBD470;
	margin-top: -10px;
}

