/*======================================
	Client: Centric Productions
	Copyright mf.1
	Author: Alain Foidart
	Date: June 16, 2009
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black				#000
- white 			#fff
- darker green		#73b645
- lighter green		#c1d72e
- orange			#f78f1e
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	background: transparent url(../img/bg-elements-01.png) no-repeat 400px 0;
}
#header h1 {
}
#header h1 a { 
	text-indent: -9999px;
	display: block;
	background: transparent url(../img/centric-productions-logo.png) no-repeat 0 center;
	width: 244px;
	height: 73px;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
	
}

#navigation ul {
	float: left;
	padding: 0.5em 0;
	margin: 5em 0 0 0;
}
#navigation ul li {
	list-style: none;
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0;
}
#navigation ul li a {
	text-decoration : none;
}
#home .home a, #about .about a, #portfolio .portfolio a {
	color: #000;
	font-weight: bold;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
div#showcase {
	background: #73b645;
	height: 250px;
	color: #fff;
	position: relative;
}
div#video-preview {
	width: 492px;
	height: 250px;
	z-index: 1;
}
div.video-description {
   	position: absolute;	
	bottom: 3px;
	right: 20px;
	width: 400px;
}
div.video-description h2 {
	font-size: 1.8em;
	line-height: 1.0;
}
div.video-description a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: underline;
}
div.video-description a:hover {
	background: #fff;
	color: #73b645 !important;
	font-weight: bold;
	text-decoration: none;
}
#content {
	padding: 2em 0;
	border-top: 5px solid #c1d72e;
	background: transparent url(../img/bg-elements-02.png) no-repeat right bottom;
}
#content h2, #content h3 {
	margin-top: 0;
	padding-top: 0;
}
#news .scroll-pane {
	height: 40em;
}
#news h3 {
	padding-top: 4px;
}
#news img {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
}
h3 {
	border-top: 1px solid #c1d72e;
}
h3 span {
	background: #c1d72e;
	padding: 4px;
}
.video-thumb h4 {
	margin-top: 0;
	padding-top: 0;
}
.video-thumb p {
	line-height: 1.2;
}
.video-details {
	color: #666;
	line-height: 1.2;
}
.video-details em {
	color: #999;
}

/**************************************/
/*               FOOTER               */
/**************************************/


