/* @override http://www.ghorizons.com/assets/templates/fiveq/site.css */

/*

 * Global horizons CSS

 *

 * created May 23, 2007

 * Bryan VanHaitsma of 5q communications

 *

 */

/* ============================================

 * 	global

 * -------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: "Arial", Helvetica, Geneva, sans-serif;
	color: #000;
}

/* ============================================

 * 	default html

 * -------------------------------------------- */

body {
	font-size: 11px;
	text-align: left;
	background: url(/assets/templates/fiveq/bg-tile.gif) 0 0 repeat;
}

a:link, a:visited, a:active {
	color: #000000;
	outline: none;
	text-decoration: none;
}

abbr {
	border: 0;
	color: #0f0;
}

address {
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
	line-height: 1.5em;
}

label {
	display: block;
}

input, textarea {
	border: 1px solid #ccc;
	margin-right: 3px;
	padding: 2px
}

option {
	margin: 0 5px;
}

h2,
h3 {
	font-family: "Georgia", Times New Roman, Times, serif;	
	text-transform: uppercase;
}

p {
	font-family: "Georgia", Times New Roman, Times, serif;	
}

h1 {
	font-size: 160%;
	text-transform: uppercase;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}

.post {
       position: relative;
}
/* THESE STYLES AFFECT THE PRINT/EMAIL BUTTONS */
#pageFunctions {
	position: absolute;
	top: -25px;
	right:  -15px;
	height: 1.6em;
	font-size: 1.0em;
	z-index: 500 !important;
}
#functionEmail,
#functionPrint {
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 8px;
	position: relative;
	height: 1.0em;
	padding: 3px 0 3px 20px;
}
#functionEmail {
	background: url(/assets/templates/fiveq/email.gif) no-repeat left center;
}
#functionPrint {
	background: url(/assets/templates/fiveq/print.gif) no-repeat left center;
}

#functionEmail:hover,
#functionPrint:hover {
	text-decoration: underline;
}


/* ============================================

 * 	classes

 * -------------------------------------------- */

.footnote {
	color: #999;
	font-size: 90%;
}

/* ============================================

 * 	ids

 * -------------------------------------------- */

#page {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #fff url(/assets/templates/fiveq/content_bg-tile.gif) 0 0 repeat-y;
	border: 10px solid #000;
	border-top: 0;
	border-bottom: 0;
}

#header {
	background: rgb(214,210,188);
}

#header h1 {
	background: #fff url(/assets/templates/fiveq/header-blocks.jpg) 100% 0 no-repeat;
	z-index: 1000 !important;
}

#header h1 a {
	height: 86px;
	width: 460px;
	display: block;
	text-indent: -9999px;
	background: transparent url(/assets/templates/fiveq/logo2.jpg) 0 0 no-repeat;
}

#nav li {
	width: 16.66667%;
	float: left;
	list-style: none;
	font-size: 130%;
	text-align: center;
	background-color: rgb(214,210,188);
}

#nav li a {
	padding: 7px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

#nav li a:hover {
	background-color: rgb(160,70,23);
	color: #fff;
}

#breadcrumbs {
	position: relative;
	clear: both;
	padding: 15px 0 55px 20px;
	background: rgb(214,210,188) url(/assets/templates/fiveq/bricks_banner.jpg) 0 100% no-repeat;
}

#breadcrumbs a, #breadcrumbs span.B_currentCrumb {
	text-transform: lowercase;
	font-family: arial,helvetica,sans-serif;
	color: rgb(157,154,135);
}

#breadcrumbs .B_crumbBox {
	font-size: 180%;
	color: rgb(157,154,135);
}

#breadcrumbs span.B_currentCrumb {
	color: #930;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	background-color: #000;
	text-align: right;
	padding: 20px 0;
}

#fiveQ {
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 15px;
	width: 100px;
}

#fiveQ img {
	border: none;
}

#footer p {
	color: #ccc;
	font-family: arial,helvetica,sans-serif;
}

#footer p#copyright, #footer p#address {
	text-transform: uppercase;
	color: #999;
}

#footer p#copyright {
	color: #666;
}

#footnav li {
	float: left;
	list-style: none;
	text-align: center;
}

#footnav li a {
	color: #fff;
	margin-right: 10px;
	display: block;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

#footnav li a:hover {
	text-decoration: underline;
}

#content {
	padding: 30px 238px 40px 30px;
	position: relative;
	min-height: 430px;
}

#content p {
	position: relative;
	margin: 1.2em 0;
	line-height: 1.8em;
}

#content ul, ol {
	margin: 1em 2em;
}

#content h3 a {
	color: #699;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
	color: #f60;
}

#content a:hover {
	text-decoration: none;
}

#content img {
	margin: 15px auto 15px auto;
}

#content p#created_on {
	color: #ccc;
	font-family: arial,helvetica,sans-serif;
	margin: 0 0 20px 0;
	font-size: 80%;
	text-transform: uppercase;
}

#sidebar {
	width: 188px;
	padding: 30px 10px;
	position: absolute;
	top: 0;
	right: 0;
}

#sidebar h3 {
	color: #ccc;
	font-size: 110%;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	padding: 13px 0;
	border-bottom: 1px dashed;
}

#sidebar input {
	display: block;
	margin: 20px 0 5px 5px;
	border: 1px inset #ccc;
	padding: 2px;
}

#sidebar input.FSF_submit {
	margin: 0;
	border: 0;
	padding: 20px;
	color: #f60;
	background: url(/assets/templates/fiveq/orange_curl.jpg) 0 100% no-repeat;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	font-size: 120%;
}

#sidebar ul {
	margin: 18px 0 18px 5px;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px solid #262626;
}

#sidebar li a {
	display: block;
	background: #333;
	color: #999;
	text-decoration: none;
	padding: 5px 7px;
}

#sidebar li a:hover {
	background: #2c2c2c;
	color: #ccc;
}

#sitemap {
	margin: 10px 0 0 0;
	padding: 20px 0 16px 20px;
	background: url(/assets/templates/fiveq/orange_curl.jpg) 0 100% no-repeat;
}

#sitemap a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
}

#sitemap a:hover {
	text-decoration: underline;
}

#contact_form img {
	display: block;
	float: none;
	margin: 5px 0;
	border: 1px solid #ccc;
}

#contact_form input {
	width: 200px;
}

#content_form textarea {
	width: 400px
}

#content_form input[type=submit] {
	width: 120px;
}

/* ----- podcast page ----- */

#today {
	position: relative;
	padding: 5px 0;
	margin: 10px 0;
}

#today h4 {
	margin: 0;
}

#today #today-listen {
	position: absolute;
	right: 5px;
	top: 5px
}

#recent_podcasts {
	list-style: none;
}

#recent_podcasts li {
	padding: 0 0 0 19px;
	margin: 5px 0;
	position: relative;
}

li #today-listen {
	position: absolute;
	top: 3px;
	left: 0;
}

/* ============================================

 * 	Home page styles

 * -------------------------------------------- */

body#homepage #page {
	background: #fff url(/assets/templates/fiveq/homepage_content_bg-tile.gif) 0 0 repeat-y;
}

body#homepage #home_about {
	padding: 0 20px 0 330px;
	position: relative;
	clear: both;
	height: 270px;
	background: transparent url(/assets/templates/fiveq/bricks.jpg) 0 0 no-repeat;
}

body#homepage #home_about h2 {
	color: #930;
	font-size: 240%;
	padding: 15px 0 5px 0;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
}

body#homepage #home_about p {
	margin: 0;
	line-height: 2.0em;
	color: #000;
}

body#homepage #home_about a {
	font-family: arial,helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 140%;
	padding: 16px;
	color: #930;
	position: absolute;
	bottom: 39px;
	right: 0;
}

body#homepage #home_about a strong {
	color: #930;
	font-family: arial,helvetica,sans-serif;
}

body#homepage #content {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("red.gif") top left repeat-y;
}

body#homepage #main2 {
	margin: 0;
	padding: 0;
	background: url("blue.gif") top right repeat-y;
}

body#homepage #left_col {
	float: left;
	width: 207px;
	margin: 0;
	padding: 0;
}

body#homepage p {
	color: #999;
	margin-left: 20px;
	line-height: 1.6em;
}

body#homepage h3 {
	position: relative;
	color: #ccc;
	font-size: 110%;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	margin-bottom: 15px;
}

body#homepage h4 {
	color: #699;
	font-size: 90%;
	font-family: "Georgia", Times New Roman, Times, serif;	
	text-decoration: none;
	margin-left: 20px;
	text-transform: uppercase;
}

body#homepage a.home_link {
	padding: 20px;
	margin: 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
	background: url(/assets/templates/fiveq/orange_curl.jpg) 0 100% no-repeat;
}

body#homepage a.home_link strong {
	color: #f60;
	font-family: arial,helvetica,sans-serif;
}

body#homepage a:hover.home_link {
	text-decoration: underline;
}

body#homepage h5, #podcasts li {
	color: #666;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	font-family: arial,helvetica,sans-serif;
}

#podcasts {
	margin-top: 15px;
}

#podcasts li a:hover {
	text-decoration: underline;
}

#podcasts ul {
	margin-left: 20px;
}

#podcasts li {
	list-style: none;
	margin: 0 0 15px 0;
}

body#homepage h4, body#homepage #podcasts li a {
	color: #699;
	text-decoration: none;
	margin: 0;
}

#left_col div.column-in h4 {
	color: #699;
	text-decoration: none;
	margin: 0 0 0 20px;
}

body#homepage #right_col {
	float: right;
	width: 208px;
	margin: 0;
	padding: 0;
}

body#homepage #center_col {
	margin: 0 208px 0 207px;
}

body#homepage #center_col h3 {
	font-size: 130%;
	margin: 0;
	padding: 0;
	color: #000;
	border: 0;
}

body#homepage #center_col h4#project {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}

body#homepage #center_col img {
	padding: 0;
	margin: 10px 0;
	float: none;
}

body#homepage #center_col h5 {
	font-weight: bold;
	font-size: 110%;
	color: #000;
	margin: 10px 0;
}

body#homepage #center_col p {
	color: #666;
	margin: 10px 0;
}

body#homepage .column-in {
	margin: 0;
	padding: 1.0em 1.0em;
}

#center_col div.column-in {
	margin: 1.0em 1.0em;
}

body#homepage .cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: #262626;
}


