/*   
Theme Name: A Thematic Child Theme
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-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');


/* -------------------------------------------------------------- 
   
2c-r-fixed

-------------------------------------------------------------- */   

#wrapper  {
   background: #333 url(../../../img/bg.jpg) top repeat-y;
}

#container {
    width:620px;
    float:left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#content {
    margin:0 0 0 10px;
    width:600px;
    overflow:hidden;
}

a:active,
a:hover {
    color: #ccc;
}

/* =Header
-------------------------------------------------------------- */

#header {
   background: #000  url(../../../img/headerBg.jpg) bottom no-repeat;
   border-bottom: 1px solid #fff;
}

#branding {
	margin:0 auto;
	width:960px;
    padding: 0;
}

#titleContent {
	width:620px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left
}

#blog-title {
	line-height: 40px;
	font-family: Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight:normal;
	float:left;
	overflow:hidden;
}

#blog-title a {
	display:block;
	padding: 12px;
	color:#fff;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #000;
	background: #fff;
}
#blog-description {
    color:#ededed;
    font-size:13px;
    font-style:italic;
}

.contact {
	line-height: 40px;
	font-size:18px;
    font-weight:normal;
	border-left: 1px solid #fff;
	float:right;
}
.contact a {
	display:block;
	padding: 12px;
}
.contact a:hover {
	background: #fff;
	color: #000;
}

#headerSearch {
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    background: #797979 url(../../../img/primaryBg.jpg) top left repeat-y;
	line-height: 40px;
	padding: 12px 0;
	color: #000
}
#headerSearch input, #headerSearch textarea {
	color :#000;
}

/* =MENU NAV
-------------------------------------------------------------- */
#access {
    border-bottom:1px solid #ccc;
	background: #dedede url(../../../img/greyBg.gif) top left repeat-x;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	display:none;
}



/* =Main
-------------------------------------------------------------- */
#main {
    padding: 0;
}

body {
   background: #333 url(../../../img/bg.jpg) top repeat-y;
}

body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color :#fff;
}

a:link {
    color:#fff;
}
a:visited {
    color:#ededed;
}
a:active,
a:hover {
    color: #dedede;
}

p + p[id] {
margin-top:-22px;
}

.slug-resume p + blockquote {
    color:#dedede;
    font-style:italic;
	margin-top: -18px;
}

.slug-resume h3 {
	padding-top: 14px;
}
.slug-resume p {
	margin-bottom: 12px;
	font-size: 90%;
}
.slug-resume ul {
    color:#fff;
	list-style:none;
	line-height:1.1;
	font-size:80%;
}
.slug-resume p + ul {
	margin-top: -12px;
}
.slug-resume h3 + ul {
	margin-top: -10px;
}

.slug-resume ul + p {
	margin-top: -4px;
}

.slug-resume ul li {
	padding-bottom: 8px;
}
.slug-resume ul li ul li{
	padding-bottom: 0px;
}
.slug-resume ul + h3 {
	padding-top: 4px;
}

/* =ENTRIES CATEGORY Overview
-------------------------------------------------------------- */
.page-title {
    font-size:13px;
    line-height:18px;
    padding:10px 0 10px 0;
}

.hentry {
    padding:10px 0 32px 0;
}

.single .hentry {
    padding:10px 0 32px 0;
}

/*
.hentry + .category-overview  {
    padding:42px 0 0 0;
}
*/

.entry-title {
	background: #FF9700 url(../../../img/orangeTitle.gif) top left repeat-x;
	color: #000;
	padding: 6px;
}

.entry-title a,
.entry-title a:active {
    color: #000;
}

.entry-title a:active,
.entry-title a:hover {
   color: #fff;
}

.entry-utility {
    margin:0 0 14px 0;
	display: none;
}

.entry-meta {
	display: none;
}

.category-aim .entry-title  /* BLUE - AOL */ {
	background: #0066FF url(../../../img/blueTitle.gif) top left repeat-x;
}

.category-current .entry-title  /* orange - Current */ {
	background: #FF9700 url(../../../img/orangeTitle.gif) top left repeat-x;
}

.category-techtv .entry-title  /* green - ttv */ {
	background: #3c0 url(../../../img/greenTitle.gif) top left repeat-x;
}

.category-moviefone .entry-title  /* purple - moviefone */ {
	background: #90f url(../../../img/purpleTitle.gif) top left repeat-x;
}

.category-scion .entry-title  /* red - SCION */ {
	background: #f00 url(../../../img/redTitle.gif) top left repeat-x;
}

.category-imw .entry-title  /* yellow */ {
	background: #CC9933 url(../../../img/yelowTitle.gif) top left repeat-x;
}

/* =SIDE MENU
-------------------------------------------------------------- */

#primary {
    border:1px solid #dedede;
    border-top:0 solid #dedede;
    background: #797979 url(../../../img/primaryBg.jpg) top left repeat-y;
    padding: 14px 0 0 0;
    margin-bottom:22px;
}

.page_item {
	margin-bottom: 20px;
}

.aside {
	color:#fff;
}

.aside a {
    color: #fff;
}
.aside a:hover,
.aside a:active {
    color: #000;
}

.aside ul {
    list-style:none;
    margin:0 0 20px 0;
	padding: 0;
}
.aside ul li h3 {
    padding:0 20px;
}
.aside ul li {
    display:block;
    height: 100%;
}
.aside ul li a {
    display:block;
    padding:4px 20px;
}
.aside ul li a:hover {
    background: #fff;
}

.aside ul ul {
    list-style:none;
    margin:0 0 20px 0;
}
.aside ul ul li {
    padding:0 ;
}
.aside ul ul li a {
	display:block;
    padding:4px 30px ;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 1px solid #fff;
	margin-top: 0;
}



.flvPlayer object {
	overflow:visible;
}

