/*
Theme Name: Hybrid Custom
Theme URI: http://link-to-your-site.com
Description: Describe what your child theme should be like.
Version: 0.1
Author: Gregg Watt
Author URI: http://greggwatt.com
Tags: 
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

#body-container { 
	border: 1px solid #5A6C6E; 
	margin: 20px auto 18px; 
	background: transparent url(http://blog.greggwatt.com/images/background_divider.gif) repeat scroll 0 0; }
	
/* Header Block Customisation */		
#header-container {
	background-color: #fcecca;
	padding: 14px;
	height: 88px;
	border-bottom: 1px solid #5d6c6f;
	background-repeat:no-repeat;
	background-position:0 0;	background-image:url(http://blog.greggwatt.com/wp-content/uploads/logo_home.gif);
	}
	
#site-title {
	margin-left: 120px;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-size: 2.1em !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #3C738C;	
	}
	
#site-title a { color:#5d6c6f; }
	
#site-description {
	margin-left: 124px;
	margin-bottom: 0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	letter-spacing: 1px;	
	text-transform: uppercase;
	color: #5d6c6f;
	}
	
#menu-secondary {
    position:absolute;
    top:35px;
    left:50%;
    margin-left:-400px;
    width:988px;
}
#menu-secondary ul {
    float:right;
    list-style-type:none;
    list-style-position:inside;
    margin:0;
    overflow:hidden;
    width:315px;
}
#menu-secondary li {
    color:#999;
    float:left;
    font-style: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
    margin:0 10px 0 0;
    font-size: .75em;
}
#menu-secondary li.current_page_item {
    background:transparent;
    color: #F92117;
}

#menu-secondary li.current_page_item a {
    background:transparent;
    color:#0D0D0D;
}

#menu-secondary a {
    background:transparent;
    color:#3c738c;
    text-decoration:none;
}

/* End Header Block Customisation */

/* Main Content Customisation */

.content { 
	margin: 0;
	padding: 20px;
	width: 600px; }
	
h1, h2, h3, h4, h5, h6, .page-title, .entry-title { 
	font-style: normal; 
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; 
	color: #3C738C; }	

h1, .page-title h1, .entry-title h1 { font-size: 1.4em; }

a:hover, .post-title a:hover, .entry-title a:hover, .breadcrumb a:hover, #menu-secondary a:hover, #site-title a:hover, #site-title a:active, .widget a:hover { 
	color: #990000;
	text-decoration: none; }

.button:hover, .submit:hover, .reset:hover {
	background: #FFFFFF none repeat scroll 0 0;	
	color: #91A9AB; }	
	
a, a:visited, .entry-title a {	
	color:#3C738C;
	text-decoration:none;	
	}
	
/* Start 3 Feature Boxes */

.main-container {
	width: 640px;
	border-top: 1px solid #5d6c6f;
	border-bottom: 1px solid #5d6c6f; }
	
.table { 
	display: table; 
	width: 100%; 
	border-collapse: collapse; }

.box-content { display: table-row; }
.box-content h4 { 
	font-size: .75em; 
	margin-bottom: 0; 
	font-weight: normal;
	color: #666666; }

.performance-box {
	vertical-align: top;
	width: 33%;
	padding-left: 20px;
	padding-right: 15px;
	display: table-cell;
}

.completed-box {
	border-left: 1px solid #5D6C6F;
	vertical-align: top;
	width: 33%;
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
}

.dvd-box {
	border-left: 1px solid #5D6C6F;
	vertical-align: top;
	width: 33%;
	display: table-cell;
	padding-left: 15px;
	padding-right: 20px; }

.performance-box p, .completed-box p, .dvd-box p {
	font-size: 0.9em;
	line-height: 1.3;
	margin: 0;
	padding-left: 0; }
	
#read-more {
	display:block;
	float:right;
	font-size: .8em;
	margin:0 10px 10px 0; }

/* End 3 Feature Boxes */	

.portfolio-box {
	vertical-align: top;
	width: 290px;
	margin: 0;
	padding: 0;
	display: table-cell;
}

.portfolio-first {
	margin-right: 20px;
	display: table; }
	
.thumbnail { 
	width: 180px;
	height: 120px; 
	margin: 0 18px 9px 0; }
	
.home-thumbnail {
	width: 165px;
	height: 110px; 
	background: #EEEEEE none repeat scroll 0 0;
	border: 1px solid #DDDDDD; 
	float: left; 
	padding: 5px; 
	margin-bottom: 5px;
	position: relative; }
	
.home h2, .post-title, .entry-title { 
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
	
.home .post-title h2, .home .entry-title h2, .archive .entry-title, .search .entry-title { 
	font-size: 1em;
	margin-bottom: 10px; }
	
.home h2, .author-name h2, #hcard-admin h2 { font-size: 1em;
	margin-bottom: 10px; }	

.home .content { 
	margin: 0;
	padding: 0;
	width: 640px; }
	
.home .post-meta-data {
	padding: 3px 0 0 0; 
	margin-bottom: 15px;
	font-size: 0.7em;
	border: none; }
	
.home .entry-content p { 
	margin: 0 0 8px 0;
	font-size: 0.9em;
	line-height: 1.3; }
	
.home .post { 
	border-bottom: 1px dashed #5D6C6F;
	margin: 20px; }

.byline { 
	margin-bottom: 6px; 
	font-size: 0.7em; }
	
.category-info, .category-completed, .category-in-development, .category-films {
	border-bottom:1px dashed #DDDDDD;
	padding: 0 0 10px 0;
	}		
	
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info { margin: 0 0 10px; }	

.post-meta-data {
	border-top:1px dashed #DDDDDD;
	padding: 3px 0 0 0;
	font-size: 0.7em;	
	clear: both;
	}
	
.post {
	clear:both;
	height:100%;
	margin-bottom:21px;
	overflow:hidden; }	
	
.intro-text p {
	line-height: 1.5em;
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #999999;
	font-family: Georgia, Palatino,� Palatino Linotype�, Times, �Times New Roman�, serif; 
	padding-bottom: 21px; }
	
a.entry-button {
	margin-left: 0;
	padding: 8px;
	width: 110px; 
	background:#91A9AB none repeat scroll 0 0;
	border: medium none;
	color:#FFFFFF;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	width:120px; 
	text-align: center;
	margin-bottom: 41px;
	margin-right: 80px; }
	
a.entry-button:hover { background:#FCECCA none repeat scroll 0 0; color:#990000; 1px solid #5D6C6F; }	
	
p.extra-padding { padding-bottom: 31px; }

/* End Main Content Customisation */


/* Sidebar Customisation */	

#primary { 
	width: 319px; 
	background-color: #FCECCA; }	
	
.widget-title { font-style: normal; }	

.widget {
	background-color:#FCECCA;
	border-bottom:1px dashed #CABDA2;
	margin:0;
	color: #3A728B;
	padding:15px; }
	
.widget-title a { 
	color: #5D6C6F; 
	text-decoration: none; }	
	
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 { 
	text-transform: uppercase; 
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif; }
	
.widget h3, .widget-title h3 { font-size: 1em; color: #5D6C6F; }

.widget-search .search-text { 
	width: 170px; 
	color: #5D6C6F; }

.widget-inside h3 { margin-bottom: 10px; }

.widget ul, .twitter ul { list-style-type: none; margin-left: 15px; }

.widget ul li, .twitter-item ul li {
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif; 
	font-size: 0.9em; 
	padding-left: 9px;
	background: transparent url(library/css/images/bullet.gif) no-repeat scroll 0 5px; }

#content ul { list-style-type: none; }	
#content ul li { 
	padding-left: 9px; 
	background: transparent url(library/css/images/bullet.gif) no-repeat scroll 0 5px; }
	
input { 
	color: #91A9AB; 
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif; }	
	
.button { 
	background: #91A9AB none repeat scroll 0 0; 
	border: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
    text-transform: uppercase; 
    font-weight: normal; 
    color: #ffffff;
    margin-left: 10px;
	width: 80px; 
	padding: 6px 9px 5px 9px; }		
	
/* Start Twitter Customisation */

/* End Twitter Customisation */
	
/* End Sidebar Customisation */	

/* Start Footer Customisation */

#footer-container {
	border-top: 1px solid #5A6C6E;
	margin: 0;	
	}
	
#footer {
	padding: 10px 20px;
	background-color: #FCECCA;
	border: none; 
	}
	
#footer a {
	color: #3C738C;
	}	
	
#footer p {
	font-size: .75em;
	margin-bottom: 0;	
	}
	
/* End Footer Customisation */	

/* Start XEN Carousel Customisation */

.xencarousel a img { border: none; }

#xencarousel1 { margin-left: 20px; }

#xencarouselcontainer span.prev { 
background-color: transparent; 
background-image: url(http://blog.greggwatt.com/wp-content/uploads/prev.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0 0;
display: block;
height: 21px;
width: 21px;
cursor: pointer;
text-indent: -9999px;
text-decoration: none;
position: relative;
top: -98px;
left: 1px;
z-index: 3;
margin: 0;
padding: 0;}

#xencarouselcontainer span.next { 
background-color: transparent; 
background-image: url(http://blog.greggwatt.com/wp-content/uploads/next.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0 0;
display: block;
height: 21px;
cursor: pointer;
text-indent: 99999px;
text-decoration: none;
position: relative;
top: -119px;
right: -624px;
width: 21px;
margin: 0;
padding: 0;
z-index:4; }

#xencarouselcontainer { 
	height: 156px; 
	overflow: hidden; 
	margin: 10px 0; 
	width: 640px;
	clear:both; }
	
.content #xencarouselcontainer ul { margin:0; padding:0; }
.content #xencarouselcontainer ul li { background: none; margin:0; padding:0; }

/* End XEN Carousel Customisation */

/* Start Feature Content Customisation */

div.entry img.feature-img { 
	float: right;
	margin-left: 20px;
	margin-bottom: 20px; 
	border: none; }	
	
div.feature p {
	color:#9A9998;
	font-size:1.2em;
	font-style:italic;
	line-height:1.286em; 
	margin:0.643em 0; }	
	
.entry-thumbnail {	
	border:1px solid #CCCCCC;
	max-width:568px;
	margin: 0;
	padding:5px;
	float: left; 
	margin-right: 18px;
	margin-bottom: 18px;}
	
.home-subfeature {
	border:1px solid #CCCCCC;
	background: #EEEEEE none repeat scroll 0 0;
	max-width:568px;
	margin: 0;
	padding:4px;
	float: left; 
	margin-right: 0;
	margin-bottom: 10px; }
	
.entry-thumbnail img, .home-subfeature img {
	border: none; 
	margin: 0;
	padding: 0; 
	margin-bottom: 5px; }

.home-subfeature img {
	border:1px solid #CCCCCC; }

.entry-thumbnail p, .home-subfeature p { 
	padding: 0;
	margin:0;
	font-size: 0.7em;
	color: #999; }
	
.entry-thumbnail p { 
	line-height: 1.2em;
	width: 165px; }
	
.comments-closed { font-size: 0.85em; }
.navigation-links { font-size: 0.9em; }

.client-logos ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	width: 100%; 
	float: left; }

#content .client-logos ul li {
	float: left;
	width: 135px;
	margin-right: 20px;
	margin-bottom: 41px;
	padding-left: 0;
	background: none; }
	
.client-logos img {
	border: 0;
	padding: 0;
	margin: 0; }
	
#content .client-logos li.last-logo { margin-right: 0; }

.intro-text h3 { padding-top: 21px; border-top: 1px dashed #DDDDDD; }
	
/* Start Amazon Widget Customization */

#amazon-image { 
	float: left; 
	margin-bottom: 15px;
	margin-right: 20px; }
	
#amazon-image img { padding: 0; }	

#amazon-details {
	width: 500px;
	float: right; }
	
.movietitle, a.buy_movie {
	color: #666666;
	font-size: 0.8em;
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif; }
	
a.buy_movie {
	color: #4B738C; }

/* End Amazon Widget Customization */	
