/*
Theme Name: Broadcast
Theme URI: http://www.bbased.com
Description: The Broadcat theme by <a href="http://www.bbased.com">BroadBased Communications, Inc.</a>.
Version: 1
Author: Sean Collins
Author URI: http://www.bbased.com

*/

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

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

	Layout

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

body {
	background-color:#e5e3df;
	font:small/1.49em "Helvetica", Arial, Verdana, sans-serif;
	color:#4f3d3f;
	line-height:150%;
}

#wrap {
	width:948px;
	margin:0 auto;
	padding-top:44px;
}

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

HEADER

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

#header {
	border-bottom:7px solid #4f3d3f;
	height:68px;
}

#header h1 a {
	background:url(images/bb-logo.gif) no-repeat;
	width:315px;
	height:43px;
	text-indent:-9999px;
	display:block;
	float:left;
	border:none;
}

#header h1 a:hover {
	background-position:0 -43px;
}

/* NAVIGATION */

ul#main-navigation {
	float:right;
	margin-top:15px;
}

ul#main-navigation li {
	float:left;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

ul#main-navigation li a {
	padding:10px 8px;
	color:#4f3d3f;
	text-decoration:none;
	border:none;
}

ul#main-navigation li a:hover {
	color:#fff;
	background-color:#638592;
}

body.home ul#main-navigation li#home a, 
body.capabilities ul#main-navigation li#capabilities a,
body.case-studies ul#main-navigation li#case-studies a,
body.portfolio ul#main-navigation li#portfolio a,
body.team ul#main-navigation li#team a,
body.contact ul#main-navigation li#contact a,
body.broadcast ul#main-navigation li#broadcast a{
	color:#fff;
	background-color:#638592;
}

/* HOME PAGE CALL-OUTS */

ul#call-outs {
	height:82px;
	margin-bottom:15px;
}

ul#call-outs li {
	float:left;
	font-size:13px;
}

ul#call-outs li a {
	width:123px;
	height:61px;
	padding-left:12px;
	padding-top:17px;
	display:block;
	color:#4f3d3f;
	text-decoration:none;
	font-weight:normal;
	border:none;
}

ul#call-outs li a:hover {
	background-color:#fff;
}

ul#call-outs li.last {
	padding-left:3px;
}

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

MAIN CONTENT

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

h2.main-title {
	font-weight: bold;
	font-size: 41px;
	margin-bottom:17px;
	color:#638592;
	text-transform:uppercase;
	line-height:normal;
}

body.broadcast h2.main-title {
	float:left;
}

p.subscribe a {
	float:right;
	padding:10px 8px;
	color:#94453e;
	text-decoration:none;
	border:none;
	background-color:#fff;
}

p.subscribe a:hover {
	color:#94453;
	background:none;
}

#content-container {
	border-top:1px dashed #4f3d3f;
}

#main-content {
	float:left;
	width:560px;
	padding-top:20px;
}

.post {
	clear:both;
	padding-top: 10px;
}

.post-title h2 {
	font-size:20px;
	color:#94453e;
	margin-bottom:5px;
	line-height:27px;
}

.entry h3 {
	font-size: 18px;
	font-weight:bold;
	color:#638592;
	margin: 0 0 15px 0;
	line-height:130%;
}

.entry ol {
	margin-bottom:20px;
}

.entry ol li {
	list-style:decimal;
	margin-left:15px;
	margin-bottom:10px;
}

.entry li {
	margin-left:15px;
	margin-bottom:10px;
}

blockquote {
	font-weight:bold;
	background-color:#f7f8f8;
	padding:10px;
	line-height:140%;
	margin-bottom:20px;
}

.post-info {
	border-top:1px dashed #4f3d3f;
	padding-top:10px;
	margin-bottom:20px;
}

.post-comments {
}

.postmetadata {
	clear:both;
	background-color:#f7f8f8;
	padding:10px;
	line-height:140%;
}

.postmetadata a:hover {
	color:#4f3d3f;
	border-bottom:dashed 1px #4f3d3f;
}

.bottom-nav {
	clear: both;
	padding: 10px 0;
	border-top:1px dashed #4f3d3f;
}

.bottom-nav a, .bottom-nav a:visited {
	font-size: 18px;
	font-weight:bold;
	color:#638592;
	margin: 0 0 15px 0;
	line-height:130%;
}

.previous-entries {
	float: left;
}

.next-entries {
	float: right;
}

#not-found h2 {
	font-size:20px;
	color:#94453e;
	margin-bottom:5px;
	line-height:27px;
}

#comments, #respond {
	border-bottom:1px dashed #4f3d3f;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight:bold;
	color:#638592;
	margin: 0 0 15px 0;
	line-height:130%;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
	position: relative;
}

.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}

.commentlist .alt {
	background: #fff;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #638592;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

.commentlist small a:hover {
	color:#4f3d3f;
	border-color:#638592;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}

#commentform input{
	width: 153px;
	background:#fff;
	border: 1px solid #638592;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width: 100%;
	height: 115px;
	background:#fff;
	border: 1px solid #638592;
	padding: 2px;
	margin-top: 3px;
}

#commentform #submit{
    color:#fff;
	background-color:#638592;
    padding:5px 8px;
    border:none;
	float:right;
	margin-bottom:20px;
}

ul.addtoany_list {
	margin:0 !important;
	list-style:none !important;
}

ul.addtoany_list a:hover {
	border-bottom:none !important;
}

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

SIDEBAR

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

#sidebar {
	float:right;
	width:353px;
	margin-bottom:30px;
}

#searchform {
	background: #fff;
	width: 333px;
	padding: 10px;
	float:right;
	margin-bottom:30px;
	border-bottom:1px dashed #4f3d3f;
}

#searchform #s {
	border:1px solid #415a63;
	width: 247px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	background: #638592;
	vertical-align: middle;
	color:#fff;
}

#searchform #searchsubmit {
    color:#fff;
	background-color:#638592;
    padding:5px 8px;
    border:none;
	border: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#searchform label {
	font-size: 11px;
	color: #4f3d3f;
}

#sidebar h3 {
	font-size:20px;
	color:#94453e;
	font-weight:lighter;
	margin-bottom:10px;
}

.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}

.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 0;
	font-size:15px;
}

.ul-archives li a, .ul-archives li a:visited {
	font-weight:inherit;
}

.ul-archives li a:hover{
}


select#archive-dropdown {
	width:353px;
	background-color:#fff;
	color:#4f3d3f;
	font-size:14px;
	margin-bottom:30px;
}

select#cat {
	width:353px;
	background-color:#fff;
	color:#4f3d3f;
	font-size:14px;
	margin-bottom:30px;
}

#rss-links {
	margin-bottom:30px;
}

#rss-links a {
	background:url(images/mini-rss.gif) no-repeat left center;
	padding-left:18px;
	padding-bottom:2px;
}

#twitter a {
	background:url(images/mini-twitter.png) no-repeat left center;
	padding-left:20px;
	padding-bottom:2px;
}

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

FOOTER

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

#footer {
	border-top:1px dashed #4f3d3f;
	padding:15px 0 20px 0;
	font-size:11px;
	color:#638592;
}

ul#footer-nav li {
	float:left;
	display:block;
	padding-right:8px;
	text-transform:uppercase;
}

#footer a {
	color:#638592;
	text-decoration:none;
	border:none;
	font-weight:normal;
}

#footer a:hover {
	color:#fff;
}

#footer p {
	float:right;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}

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

TYPOGRAPHY

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

h2 a {
	color:#94453e;
	font-weight:inherit;
	padding:0;
}

h2 a:hover {
	border:none;
	color:#763631;
}

p {
	margin-bottom:20px;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.entry ul {
	list-style:disc;
	margin-left:15px;
	margin-bottom:20px;
}

.entry ul li ul {
	list-style:circle;
	list-style-position:inside;
	margin-left:20px;
	margin-bottom:0;
}

.list-header {
	font-weight:bold;
	font-size:14px;
}

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

LINKS

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

a {
	color:#4f3d3f;
	text-decoration:none;
	padding-bottom:2px;
	font-weight:bold;
}

a:hover {
	color:#fff;
	border-bottom:dashed 1px #fff;
}

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

MISCELLANEOUS

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

.left {
	float: left;
}

img {
	border:solid 1px #4f3d3f;
	padding:10px;
	margin-bottom:10px;
}

img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
}

div.alignleft {
	float:left;
	display:block;
	margin:4px 20px 5px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}

.right {
	float: right;
}

img.alignright, a img.alignright {
	float:right;
	margin: 4px 0 5px 10px;
}

div.alignright {
	display:block;
	float:right;
	margin: 4px 0 5px 10px;
}

a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}

a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

/* Added by Lena */

.wp-caption {font-style: italic; font-weight:bold; font-size:90%; line-height:normal;}

#polls-1 {width: 300px;}

.entry h6 {border: 1px solid #4F3D3F;
    margin-bottom: 10px;
    padding: 10px; float: right;
    margin: 4px 0 5px 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #3C1E13;
	font-size: 24px;
	width: 200px;
	text-align: center;
	line-height: 24px;
	}
	
.entry h6 span {
	display:block;
	background-color: #FFF; padding: 10px;}
