/*
Theme Name: easeltv
Theme URI: http://www.easeltv.com/
Description: A new theme for the new Easel TV site, designed by Keel and implemented by NovaRising.
Author: Darren Ross
Version: 1.0
Tags: EaselTV, NovaRising, Keel
*/

html, body {
	font-family:Arial;
}

#top-bar-tile {
	width: 100%;
	height: 76px;
	background: url(images/top-bar-bg.png) repeat-x;
}

#top-bar-content {
	width: 940px;
	margin: 0px auto;
	padding-top: 22px;
}

#search-box {
	float: right;
	width: 200px;
}

#search-box input[type=text] {
	width: 150px;
	height: 16px;
	background: #ffffff url(images/search-icon.png) no-repeat;
	padding-left: 22px;
	border: 1px solid #ccc;
	color: #444444;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav-bar-tile {
	background-color:#000000;
	background: rgba(0,0,0,0.75);
	height: 50px;
	margin-bottom:26px;
	width: 100%;
}

.nav-bar-content {
	float:left;
	margin: 0px auto;
	padding:20px 5px 20px 5px;
	text-align: center;
}

.nav-bar-content li {
	display: inline;
	letter-spacing:0.75px;
	padding: 0px 10px;
}

.nav-bar-content li a,
.nav-bar-content li a:visited,
.nav-bar-content li a:active {
	color: #ffffff;
	font-size: 16px;
	font-family: "BebasNeueRegular";
	font-weight: normal;
	text-decoration: none;
}

.nav-bar-content li a:hover,
.nav-bar-content li.current_page_item a,
.nav-bar-content li.current_page_item a:visited,
.nav-bar-content li.current_page_item a:active {
	color: #669966;
}
/* DWR 20110729. !important should never be used to override style hierarchies, but this is a shortest route to goal in the absence of a multi-level menu system which can handle our custom menu links.  */
.current-menu-item a{
	color:#669966 !important;
}

.nav-bar-placeholder {
	height:50px;
	left:20px;
	margin:0 auto 0 auto;
	position:relative;
	width:960px;
}

/*****************
	Main Boxes
*****************/

#wrapper {
	width: 960px;
	margin: 0px auto;
	margin-top: 8px;
}

#content {
	float: left;
	width: 960px;
}

#sidebar {
	width: 265px;
	float: left;
	margin: 20px 0px 0px 20px;
}

.sidebar-sep {
	width: 274px;
	height: 1px;
	background: url(images/sidebar-sep.png);
	margin: 10px 0px;
}

#sidebar li {
	padding: 0px 0px 5px 5px;
}

#sidebar ul {
	list-style-image:  url(images/list-icon.png);
	padding-left: 20px;
	padding-bottom: 10px;
}

#older-posts {
	float: left;
}

#newer-posts {
	float: right;
}

#footer {
	text-align: center;
}

/*Darren styles */

.entry-header{
	border-top:1px dotted #ffffff;
	padding-top:10px;
}

.entry-header_detail{
	border-top:1px dotted #ffffff;
	padding:10px 0 10px 0;
}

.panel_right_header{
	padding-bottom:10px;
}

.panel_news{
	height:485px;
	overflow-y:scroll;
}

.panel_main{
	background-color:#000000;
	background: rgba(0,0,0,0.75);
	clear:both;
	color:#ffffff;
	float:left;
	margin:0 10px 10px 0;
	padding:15px;
	width:600px;
}

.panel_main img{
	padding:15px 0 10px 0;
}

.panel_right{
	background-color:#000000;
	background: rgba(0,0,0,0.75);
	color:#ffffff;
	float:left;
	left:20px;
	padding:15px;
	position:relative;
	width:280px;
}

.panel_right a{
	color:#ffffff;
	font-family:"Arial";
	font-size:11px;
	line-height:20px;
	text-decoration:none;
}

.left_column{
	float:left;
	margin-right:10px;
	width:280px;
}

.right_column{
	float:left;
	margin-left:10px;
	width:280px;
}
/* background-color provides solid fallback for IE 7 and 8 which do not support rgba */
.transparent_background{
	color:#ffffff;
	background-color:#000000;
	background:rgba(0,0,0,0.75);
}

/*************
	Tables
*************/

#content table {
}

#content td {
	padding:0;
	border:0;
}

/***********
	Post
***********/

.post {
	margin-bottom: 10px;
}

.post-details {
	height: 16px;
	background: url(images/details-dots.png) repeat-x;
	padding-top: 5px;
	margin-bottom: 10px;
}

.post-details-left {
	float: left;
}

.post-details-right {
	float: right;
}

.comment-count {
	float: right;
}

/***********
	Misc
************/

.dots {
	height: 1px;
	width: 100%;
	background: url(images/dots.png) repeat-x;
	margin: 10px 0px;
}

.spacer {
	clear: both;
	display: block;
}

/*************
	Images
*************/

#content img.floatleft {
	float: left;
	margin: 0 5px 5px 5px;
}

#content img.floatright {
	float: right;
	margin: 10px 10px 10px 15px;
	border: 10px solid #e5e6d9;
}

/***************
	Comments
***************/

#content input[type=text] {
	background: #e3e4d7;
	border: 1px solid #aaa;
	height: 20px;
	width: 200px;
	margin: 0px 0px 10px 2px;
	padding: 2px 5px;
}

#content textarea {
	background: #e3e4d7;
	border: 1px solid #aaa;
}

.comment-right {
	float: right;
	width: 550px;
}

.comment {
	margin-bottom: 15px;
}

.comment img.avatar {
	background: url(images/gravatarframe.png) no-repeat;
	height: 40px;
	width: 40px;
	padding: 5px;
	float: left;
}

/****************
	Typography
****************/

#top-bar-content h1,
#top-bar-content h1 a,
#top-bar-content h1 a:visited,
#top-bar-content h1 a:active {
	font-family: Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 2px;
	float: left;
	text-decoration: none;
}

#top-bar-content h1 a:hover {
	text-decoration: underline;
}

.slogan {
	font-family: "Helvetica";
	color: #968c87;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	float: left;
	padding: 7px 0px 0px 25px;
}

#content h1 {
	color: #ffffff;
	font-family: "Arial";
	margin-bottom:10px;
}

#content .entry-title a:hover{
	color:#669966;
}

#content h1 a,
#content h1 a a:visited,
#content h1 a a:active,

#content h2 a,
#content h2 a a:visited,
#content h2 a a:active,

#content h3 a,
#content h3 a a:visited,
#content h3 a a:active,

#content h4 a,
#content h4 a a:visited,
#content h4 a a:active,

#content h5 a,
#content h5 a a:visited,
#content h5 a a:active,

#content h6 a,
#content h6 a a:visited,
#content h6 a a:active,

#content li a,
#content li a a:visited,
#content li a:hover {
	color:#ffffff;
	text-decoration: none;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content li a:hover {
	text-decoration: none;
	color:#ffffff;

}

#content h2 {
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 23px;
	margin-bottom: 10px;
}

#content h3 {
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 21px;
	margin-bottom: 10px;
}

#content h4 {
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 18px;
	margin-bottom: 10px;
}

#content h5 {
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 16px;
	margin-bottom: 10px;
}

#content h6 {
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 12px;
	margin-bottom: 10px;
}

#content blockquote.alignleft p {
	font-family: "Lucida Sans Unicode";
	color: #3a3535;
	font-size: 17px;
	font-weight: lighter;
	width: 200px;
	float: left;
	padding: 20px;
	font-style: italic;
	line-height: 22px;
}

#content blockquote.alignright p {
	font-family: "Lucida Sans Unicode";
	color: #3a3535;
	font-size: 17px;
	font-weight: lighter;
	width: 200px;
	float: right;
	padding: 20px;
	font-style: italic;
	line-height: 22px;
}

#content blockquote.aligncenter p {
	font-family: "Lucida Sans Unicode";
	color: #3a3535;
	font-size: 17px;
	font-weight: lighter;
	width: 550px;
	padding: 20px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0em;
}

.post-details {
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 11px;
	font-weight: lighter;
}

.comment-count,
.comment-count a,
.comment-count a:visited,
.comment-count a:active
 {
	color: #852653;
	font-weight: bold;
	text-decoration: none;
}

.comment-count a:hover {
	text-decoration: underline;
}

.author,
.author a,
.author a:visited,
.author a:active {
	color: #852653;
	font-weight: normal;
	text-decoration: none;
}

.author a:hover {
	text-decoration: underline;
}

#content a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover{
	color:#669966;
}

#content p {
	font-family: "Arial";
	font-size: 13px;
	color: #ffffff;
	line-height: 17px;
}

#content p a,
#content p a:visited,
#content p a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: none;
}

#content ul {
	line-height:15px;
}

.dropcap {
	display:block;
	float:left;
	font-size:40px;
	line-height:34px;
	margin:5px 7px 0px 0px;
}

.sidebar-title {
	font-family: "Helvetica";
	font-size: 16px;
	color: #852653;
	font-weight: lighter;
}

#sidebar p,
#sidebar a,
#sidebar a:active,
#sidebar a:visited

 {
	font-family: "Helvetica";
	font-size: 10px;
	font-style: italic;
	color: #222222;
	font-weight: lighter;
	line-height: 14px;
	letter-spacing: 1px;
	text-shadow: #ffffff 0px 1px 1px;
	text-decoration: none;
	margin-bottom: 15px;
}

#sidebar a:hover {
	text-decoration: underline;
}

#older-posts a,
#older-posts a:active,
#older-posts a:visited {
	font-family: "Helvetica";
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
}

#older-posts a:hover {
	color: #852653;
	text-decoration: underline;
}

#newer-posts a,
#newer-posts a:active,
#newer-posts a:visited {
	font-family: "Helvetica";
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
}

#newer-posts a:hover {
	color: #852653;
	text-decoration: underline;
}

#only-page {
	font-family: "Helvetica";
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
}

#content li {
	color: #ffffff;
	font-family: "Arial";
	font-size: 13px;
	list-style-type:circle;
	margin-left:12px;
	padding: 0px 0px 10px 5px;
}

#content th {
	font-family: "Helvetica";
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
	padding-bottom: 10px;
}

#content td {
}


#content tfoot td {
	background: #ffffff;
}

#content input[type=text],
#content textarea {
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: 1px;
	color: #555;
}

#content label {
	font-family: "Helvetica";
	font-size: 11px;
	color: #333;
	padding-left: 10px;
}

.comment-author {
	font-family: "Helvetica";
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.comment-date {
	font-family: "Helvetica";
	font-size: 11px;
	color: #888;
	letter-spacing: 1px;
}

.comment-author a,
.comment-author a:visited,
.comment-author a:active {
	color: #862753;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

.comment-right p {
	margin-top: 3px;
}

#footer {
	padding-top: 3px;
	font-family: "Helvetica";
	color: #3a3535;
	font-size: 11px;
	font-weight: lighter;
	line-height: 14px;
}

#footer a,
#footer a:active,
#footer a:visited {
	font-family: "Helvetica";
	color: #3a3535;
	text-decoration: none;
}

#footer a:hover {
	font-family: "Helvetica";
	color: #3a3535;
	text-decoration: underline;
}

.paragraph_management{
	float:right;
	width:430px;
}

.text_green {
	color:#669966;
}

/*************
	Pages
*************/

.our_work_panel_main{
	clear:both;
	color:#ffffff;
	float:left;
	margin:0 10px 10px 0;
	width:620px;
}

.our_work_undertitle{
	background-color:#000000;
	background: rgba(0,0,0,0.75);
	font-size:11px;
	height:12px;
	padding:12px 0 16px 5px;
	width:295px;
}
