
@import "reset.css";

html{
	background: transparent url("../images/html_back.png") repeat-x top left;
}

body{
	font-family: Arial, sans-serif;
	color:#707070;
	background: transparent url("../images/body_back.png") no-repeat top left;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:1.5;
}
.buttonnewsletter
{
	border-bottom:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-top:thin solid #ffffff;
	border-left:thin solid #ffffff;
	font-size:11px;
	font: 11px/17px "Lucida Grande", tahoma, sans-serif;
	font-weight:bold;
	background-color:#45C2DF;
	color: #ffffff;
	margin-top:3px;
	padding-top:0px;
	/*cursor:hand;*/
	height: 22px;
	width:80px;
}
#header,
#nav {
	width:964px;
	margin:0 auto;
}

#container {
	background:url(../images/containerBottom.gif) no-repeat -1px 0px;
	width:962px;
	margin:0 auto;
	border:1px solid #E4E4E4;
	border-top:none;
}

#content {
	width:573px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	border-right:1px solid #E4E4E4;
	display:inline;
}


/* TYPOGRAPHY */

p {margin: 0 0 1.5em 0;}

h1,
h2 {
	color:#604213;
	font-size:24px;
	position:relative;
	font-weight:normal;
}
h1 a,
h2 a {
	color:#604213;
}
h3, h4 {
	margin-bottom:10px;
	color:#604213;
	font:18px Arial, Helvetica, sans-serif;
	clear:both;
}

h2.arrow_down{
	padding-left:15px;
	background: transparent url("../img/arrow_down.png") no-repeat left center;	
}

h2.arrow_right{
	padding-left:15px;
	background: transparent url("../img/arrow_right.png") no-repeat left center;	
}

/*LINK COLOR*/
a{
	color:#0098ba;
	text-decoration: none;
}

a.arrow{
	background: transparent url("../img/arrow_right_black.png") no-repeat left center;
	padding-left:10px;
}


/*
=============
HEADER
=============
*/

#header {
	padding:30px 0 0px;
}
#header p {
	margin:0px;
}
#header p a {
	/*background:transparent url("../images/logo.png") no-repeat scroll left top;
	display:block;*/
	height:75px;
	text-indent:-9999px;
	/*width:344px;*/
}
div.description {
	width:400px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#484848;
}
/* Search */
div#header #searchform {
	width:278px;
	position:absolute;
	top:60px;
	margin-left:686px;
}
#searchform ul li.input {
	float:left;
	background:transparent url("../images/searchInput.gif") no-repeat scroll left top;
	display:block;
	width:218px;
	height:31px;
}
#searchform ul li.submit {
	float:left;
	display:block;
	height:60px;
	height:31px;
}
#searchform .s {
	background:#FFFFFF url(../images/input_back.png) repeat-x scroll left top;
	border:1px solid #CDCDCD;
	margin:2px 0px 0px 2px;
	height:16px;
	width:209px;
	padding:8px 4px 1px;
}

/*
=============
NAV
=============
*/
div#nav {
	background:url(../images/containerTop.gif) no-repeat 0px 23px;
	height:53px;
	width:964px;
}
#nav ul {
	height:23px;
}
#nav ul li {
	display:inline;
}
a#navAbout, a#navBlog, a#navReturn {
	float:left;
	display:block;
	text-indent:-9999px;
	height:24px;
}
a#navAbout {
	background:url(../images/navAbout.gif) no-repeat 0px 0px;
	width:117px;
}
.about a#navAbout {background:url(../images/navAbout_about.gif) no-repeat 0px 0px;}
a#navBlog {
	background:url(../images/navBlog.gif) no-repeat 0px 0px;
	width:103px;
}
.about a#navBlog {background:url(../images/navBlog_about.gif) no-repeat 0px 0px;}
a#navReturn {
	background:url(../images/navReturn.gif) no-repeat 0px 0px;
	width:169px;
}
/*
=============
CONTENT
=============
*/

.post {
	background:transparent url("../images/entryClose.gif") repeat-x scroll left bottom;
	padding-bottom:20px;
	margin-bottom:30px;
        position:relative;
}

.post .avatar {
	float:left;
	background:transparent url(../images/video_pic_back.png) repeat-x scroll left bottom;
	padding:6px;
	border:1px solid #CBCBCB;
}
.post h1,
.post h2 {
	line-height:1;
	padding-top:20px;
	margin-left:80px;
}
.about .post h1 {margin-left:0; padding-top:5px;}
.post small {
	margin-left:20px;
}
.post .entry {
	clear:both;
	margin-top:20px;
}
.post .entry blockquote {
	font:italic normal 115%/2.0em Georgia, "Times New Roman", Times, serif;
	margin:0pt 3em 1.5em;
}
.post .entry ol {
	list-style-type:decimal;
	margin:0pt 3em 1.5em;
}
.post .entry ul {
	list-style-type:square;
	margin:0pt 3em 1.5em;
}
a.buttonContinue,
span.buttonContinue {
	float:left;
	background:transparent url("../images/buttonContinue.gif") no-repeat scroll left top;
	display:block;
	width:135px;
	height:24px;
	text-align:left;
	text-indent:-9999px;
}
span.buttonContinue{
        float:none;
        position:absolute;
        bottom:36px;
        left:0;
}
.postmetadata {
	margin-top:30px;
	text-align:right;
}
.postmetadata img {
	padding-left:18px;
	padding-right:8px;
}

/* Commentary */
h3#respond {
	border-top:1px solid #CDCDCD;
	padding-top:30px;
	margin-top:15px;
}
textarea#comment {
	background:#FFFFFF url(../images/input_back.png) repeat-x scroll left top;
	border:1px solid #CDCDCD;
	height:118px;
	width:558px;
	padding:3px;
}
input#author, input#email, input#url {
	background:#FFFFFF url(../images/input_back.png) repeat-x scroll left top;
	border:1px solid #CDCDCD;
	font-size:115%;
	padding:2px;
	margin-right:10px;
}

.commentlist .avatar {
	float:left;
	background:transparent url(../images/video_pic_back.png) repeat-x scroll left bottom;
	padding:6px;
	border:1px solid #CBCBCB;
	display:block;
}
.commentlist li {
	border-top:1px solid #CDCDCD;
	padding-top:15px;
}
.commentlist li span {
	clear:right;
	display:block;
	margin-left:70px;
}
.commentlist li cite {
	font-style:normal;
}

/*
=============
SIDEBAR
=============
*/

#sidebar {
	width:269px;
	padding-left:8px;
	padding-right:29px;
	float:left;
	display:inline;
}


#sidebar h4 {
	border-bottom:1px solid #E4E4E4;
	padding-bottom:8px;
	margin-bottom:15px;
}
#sidebar ul {
	padding-bottom:30px;
}

#sidebar ul li {
	padding:5px;
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
}

/* Syndication */
ul#syndication li {
	padding:0px;
}
ul#syndication li a {
	background:transparent url(../images/rss.gif) no-repeat scroll 8px center;
	display:block;
	padding:5px 0pt 5px 28px;
}
ul#syndication li a:hover {
	background-color:#F6F6F6;
}

/* Categories */
ul#categories li {
	padding:0px;
}
ul#categories li a {
	background:transparent url(../images/arrow2.png) no-repeat scroll 8px center;
	display:block;
	padding:5px 0pt 5px 28px;
}
ul#categories li a:hover {
	background-color:#F6F6F6;
}

/* Featured Videos */
#sidebar ul.ftrdVideos {
	clear:both;
}
#sidebar ul.lead {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #E4E4E4;
}
#sidebar ul.ftrdVideos li img {
	float:left;
	display:block;
	background-color:#E5E5E5;
	border:1px solid #CBCBCB;
	background:transparent url(../images/video_pic_back.png) repeat-x scroll left bottom;
	clear:both;
	margin-right:12px;
	padding:11px;
}
#sidebar ul.ftrdVideos li em {
	color:#CC6633;
	font-style:normal;
}
 /* About Page Sidebar */
body.about #sidebar ul li{
     padding:0;
}
body.about #sidebar ul li a{
     display:block;
     padding:5px;
}
body.about #sidebar ul li a:hover{
     background-color:#F6F6F6;
}
/* Stay Connected */
#sidebar form ul li {
	float:left;
	margin-right:5px;
}
#sidebar input.textfield {
	background:#FFFFFF url(../images/input_back.png) repeat-x scroll left top;
	border:1px solid #CDCDCD;
	height:16px;
	
}
/* Clean up */
#sidebar form ul li,
#sidebar ul.ftrdVideos li {
	padding:0px;
	border-top:none;
	border-bottom:none;
}
/*
=============
FOOTER
=============
*/


.footer {
	clear:both;
	background-color:#271C07;
	border-top:5px solid #B6E8F4;
	font-size:12px;
	height:73px;
	margin-top:100px;
	padding-top:20px;
}
.container {
	width:964px;
	margin-left:auto;
	margin-right:auto;
}
.footer ul {
	margin-bottom:10px;
}
.footer ul li {
	border-right:1px solid #FFFFFF;
	display:inline;
	margin-right:7px;
	padding-right:8px;
}
.footer ul li.last {
	border:medium none;
	margin-right:0pt;
}
.span-3 {
	width:226px;
	float:left;
}
.span-9 {
	width:718px;
	float:left;
}
.footer ul li a {
	color:#fff;
	text-decoration: none;
}

.footer ul li a:hover{
	text-decoration: underline;
}
a.facebook{

	background-image:url("../images/facebook.png");
background-position:left center;
background-repeat:no-repeat;
padding:1px 0 1px 20px;}


/*
=============
CLEARFIX
=============
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
