﻿/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, option, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css 
body {font-size:68.8%;color:#fff;background:#000;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {;color:#fff;}
h1 {font-size:1.727em;line-height:1;margin-bottom:0.5em;text-transform:uppercase;line-height:16px;}
h2 {font-size:1.727em;margin-bottom:0.75em;color:#009ADE;text-transform:uppercase;line-height:16px;}
h3 {font-size:1.182em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;text-transform:uppercase;}
h5 {font-size:1em;text-transform:uppercase;}
h6 {font-size:0.85em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;color:#fff;font-size:1.182em;letter-spacing:0.5px;line-height:14px;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#009ADE;text-decoration:underline;}
a {color:#009ADE;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
*/
/* forms.css 
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/

html{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
 
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 68.75%; 
	line-height: 1.3em;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	background: #000000 none no-repeat fixed center top;
}

/* typeography */

h1,h2,h3,h4 { color: #FFFFFF, cursor: default; }
h1, .h1 {font-size: 1.5454em; line-height: 1.0em; color: #FFFFFF; text-transform: uppercase; }
h2, .h2 {font-size: 1.5454em; line-height: 1.0em; color: #009ade; text-transform: uppercase}
h3, .h3, #navigation li {font-size: 1.1818em;}
h4, .h4 {font-size: 1em; color: #FFFFFF; text-transform: uppercase; }
h5, .h5 {font-size:1em; color: #009ADE;  text-transform: uppercase;}
h6, .h6 {font-size: 1em; color: #666666;  text-transform: uppercase;}
p,div,span,input,textarea,select,option {font-size: 1em;}
a { color: #666; text-decoration: none; }
a:hover { color: #666;  text-decoration: none; }

/* blue links */
a.blue, .h2 a, h2 a { color: #009ade; text-decoration: none; }
a.blue:hover, .h2 a:hover, h2 a:hover { color: #009ade;  text-decoration: none; }

/* grey links */
a.grey { color: #666; text-decoration: none; }
a.grey:hover { color: #FFF;  text-decoration: none; }

.inline-label * { display: inline; }
.inline-label div { color: #666666; }


/* footer.css */
#footer {	position: fixed; left: 0px;bottom: 0px; width: 100%; text-align: left; font-size: 10px; background-color: #000;	color: #FFFFFF; height: 27px; z-index: 10; background-image: url('../img/footer/bg_footer.gif'); }
#footer .links { margin: 6px 0 0 20px; float: left; }
#footer .links span { padding: 0 40px 0 0; }
#footer .links a { color: #666; }
#footer .links a:hover { color: #FFF; }
.logos { float: right; margin: 0 20px 0 0; }
.logo { float: right; margin: 1px 0 0 4px; }

/* header.css */

#header { height: 106px; text-align: left; z-index: 90; background-color: #000000; position: fixed;	top: 0; left: 0; width: 100%; overflow: hidden; }

#logo h1 img { margin: 20px 0px 10px 20px; }
#navigation { position: absolute; width: 594px; height: 106px; /*z-index: 90;*/ top: 0px; left: 206px; outline: none; }
#navigation a { outline: none; text-decoration: none; }
#navigation div.menu-container { position: relative; z-index: 90; margin: 0; height:100%; float: left; overflow: hidden; background: transparent url('../img/header/line_spacer.gif') no-repeat scroll 0 11px; }
#header a { text-decoration: none; }
#navigation div.menu-container a { color: #FFFFFF; text-transform: uppercase; }
#navigation div.menu-container a:hover { color: #009ADE; text-transform: uppercase; }
#navigation div.menu-container a.active { color: #009ADE; }
#navigation div.menu-container ul.menu-content { padding: 0 10px 0 11px; list-style-type: none; margin-left: 1px;  }
#navigation div.no-divider { background-image: none; }
#navigation div.no-divider ul.menu-content { margin-left: 0; }
#navigation div.menu-empty-content { visibility: hidden; }
#header div.language { float: right; margin: 20px 20px 0 0; text-align: right; }
#header div.language a { color: #fff; }
#header div.language a:hover, #header div.language a:active { color: #009ADE; }

/* banners */
div.banner-container {
	position: relative;
	float: left;
	background-color: #000000;
}
div.banner-container img {
	border: 8px solid #000000;
	
}
div.banner-container.no-border img {
	border-width: 8px 0 8px 8px;
}
div.caption-container {
	position: absolute;
	
	background-color: #000000;
	color: #666666;
	
}
p.caption-content {
	padding: 10px;
	margin: 0;
}

/* forms */
div.input input { 
	height: 1.4545em;
}
div.input div.footer {
	font-size: 0.91em;
	color: #666666;
}
div.input input, div.input textarea { 
	background-color: #000000;
	border: 1px solid #666666;
	padding: 1px 2px 0 2px;
	color: #666666;
}
select { 	
	background-color: #000000;
	border: 1px solid #666666;	
	padding: 1px 0;
	color: #666666;
}
option {	
	background-color: #000000;	
	color: #666666;	
}

/* autocomplete */
div.auto_complete    {
     position: relative;
     width: 250px;
     background-color: #FFF;    
     margin: 0px;
     padding: 0;
     color: #000000;
	  
} 


div.auto_complete ul { list-style-type: none; }
div.auto_complete li { padding: 0 2px; }
div.auto_complete li.selected { background-color: #009ADE; color: #FFF; }


/* blog comment form */
div.blogComments.form div.input {
	clear: both;
	margin: 0 0 0.91em 0;
}
div.blogComments.form div.input input {

	width: 18.18em;
}
div.blogComments.form div.input textarea {

	width: 36.36em; height: 9.09em; 	
}
div.blogComments.form div.input label {
	display: inline;
	vertical-align: top;
	padding-left: 0.91em;
	text-transform: uppercase;
	color: #666666;
}
div.blogComments .comment-body {
	overflow: hidden;
}

div.blogComments .reply-body, div.blogComments .blog-reply-form {
	overflow: hidden;
	padding-left: 3.63em;
}
div.blogComments.form div.submit input {
	border-width: 0;
	padding: 0;
	margin: 0;
	text-indent: 0;
	cursor: pointer;
	background-color: transparent;
	color: #009ade;
	text-transform: uppercase;
}


/* rules & divider */
div.hr {
	clear: both;
	background: #000000 url('../img/common/hr.png') repeat-x scroll center;
	line-height: 3px;
	padding: 10px 0;
}
div.hr170 {
	position: relative;
	clear: both;
	background: #000000 url('../img/common/hr_170.png') no-repeat scroll center left;
	line-height: 1px;
	margin-left: -6px;
	padding: 3px 0 0 6px;
}
div.hr280 {
	position: relative;
	clear: both;
	background: #000000 url('../img/common/hr_280.png') no-repeat scroll center left;
	line-height: 1px;
	margin-left: -6px;
	padding: 3px 0 0 6px;
}
div.hr356 {
	position: relative;
	clear: both;
	background: #000000 url('../img/common/hr_356.png') no-repeat scroll center left;
	line-height: 1px;	
	padding: 3px 0 0 0;
}
div.hr580 {
	position: relative;
	clear: both;
	background: #000000 url('../img/common/hr_580.png') no-repeat scroll center left;
	line-height: 1px;	
	padding: 3px 0 0 0;
}

div.hr640 {
	position: relative;
	clear: both;
	background: #000000 url('../img/common/hr_640.png') no-repeat scroll center left;
	line-height: 1px;	
	padding: 3px 0 0 0;
}


.button-minus {	
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: #000000 url('../img/common/buttons.png') no-repeat scroll -20px -17px;
	text-indent: -3000px;
	margin: 0;
	text-align: left;
}
.button-minus:hover {		
	cursor: pointer;
	background-position: -20px 0;
}
.button-plus {	
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: #000000 url('../img/common/buttons.png') no-repeat scroll 0 -17px;
	text-indent: -3000px;
	margin: 0;
	text-align: left;
}
.button-plus:hover {		
	cursor: pointer;
	background-position: 0 0;
}

div.clear {
	clear: both;
	line-height: 0;
}

.inline-keyword-search {
	clear: both;
}
.inline-keyword-search .input input {
	height: 1.4545em;
	width: 139px;
	background-color: #000000;
	border: 1px solid #666666;
	padding: 1px 2px;
	color: #666666;
}

.inline-keyword-search .submit {
	margin-top: 1px;
	float: right;
}


#flashcontent {	outline: none; }


#container {
	position: absolute;
	z-index: 10;
	top: 106px;
	left: 0px;
}
#content {
	margin-bottom: 27px;
}
#wallpaper {
	position: fixed;
	z-index: 0;
	top: 106px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: none;
}
img {
	outline: none;
}
#wallpaper a{
	outline: none;
}
#debugController {
	padding: 10px;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	border-width: 0 0 1px 1px;
}

#debugController h2,#debugController h3 {
	font-size: 10px;
	padding: 0 4px;
	display: inline;
}

/*
label {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 112px;
	
}


input, textarea, select {

	margin-bottom: 2px;
}
*/


/* all basic html pages are wrapped in a div with this class */
/* provides top level padding/border for pages */

div.view-container { 
	display: block;
	margin: 10px 20px;
}

/* the top level header on all basic pages, semi-floating black box */
div.view-container h1, div.view-container h2 {
	position: relative;	
	display:-moz-inline-stack;
	display: inline-block;	
	background-color: #000000;
	color: #999999;
	padding: 10px 10px 0 10px;
	cursor: default;	
}

/* small header for view container */
div.view-container .header { 
	position: relative;
	display:-moz-inline-stack;
	display:inline-block;
	background-color: #000000;
}

/* reset h1's within body content*/
div.view-container div.right-container h1 {
	display: block;	
	
	padding: 0;
	margin: 0;
	cursor: default;
	
}

/* text replaced with image, shea method */
div.view-container h1 span {
	position: absolute;	
	bottom: 0;
	left: 10px;
}

/* view container standard left nav setup */
div.view-container div.left-container {
	width: 188px;
	background-color: #000000;
	float: left;
	
}
/* view container standard left nav setup */
div.view-container div.left-container-content {
	padding: 20px 12px;
}
/* view container standard left nav setup */
div.view-container div.right-container-content {
	padding: 20px 12px;
}

/* view container standard left nav setup */
div.view-container div.right-container {	
	background-color: #000000;
	float: left;	
}

/* left sidebar/nav */
div.sidebar-group-container a {
	color: #009ade;
}

div.sidebar-group-container {
	margin-bottom: 20px;
}


/* default pagination */
div.paging {
	display:-moz-inline-stack;
	display:inline-block;
	background-color: #000000;
	color: #666666;
	padding: 5px;
}
div.paging a { text-decoration: none; color: #666666; }
div.paging a:hover { text-decoration: none; color: #FFFFFF; }
div.paging .disabled {
	display: inline;
}
div.paging .current {
	color: #009ade;
}
div.paging .numbers, div.paging .previous, div.paging .next, div.paging .disabled {
	display: inline;
	text-transform: uppercase;
}

/* Notices and Errors */
#flashMessage {		
	margin: 1em 0pt;
	padding: 5px;
	
}
#flashMessage.message {
	
	/*background: #000000 url('../img/message-info.png') no-repeat scroll 7px;*/
	background-color: #009ADE;
	color: #FFFFFF;
}

#flashMessage.error-message {
	
	/*background: #000000 url('../img/message-error.png') no-repeat scroll 7px;*/
	
	background-color: #660000;
	color: #FFFFFF;
}
div.input .error-message {
	color: #990000;
}

noscript span {	
	width: 400px;
	padding: 10px;	
	background-color: #000000;	
}

#noflash {
	position: absolute; 
	top: 120px;
	left: 50%;
	width: 400px;
	padding: 10px;
	
	background-color: #000000;
	margin-left: -200px;
}

/* addthis */
div.addthis_toolbox a span, div.addthis_toolbox .at300bs.at15t_expanded {
	display: inline;
	background-image: none;
}

div.addthis_toolbox a {
	display: block;
	float: left;
	text-indent: -3300px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
	background: transparent url('../img/common/sprite_social.png') no-repeat;
}
div.addthis_toolbox a.addthis_button_twitter {
	background-position:  0 -60px;
}
div.addthis_toolbox a.addthis_button_facebook {
	background-position:  0 -40px;
}
div.addthis_toolbox a.addthis_button_myspace {
	background-position:  0 0;
}
div.addthis_toolbox a.addthis_button_email {
	background-position:  0 -80px;
}
div.addthis_toolbox a.addthis_button_digg {
	background-position:  0 -20px;
}
div.addthis_toolbox a.addthis_button_expanded {
	background-position:  0 -100px;
}
div.addthis_toolbox a.addthis_button_expanded {
	color: #666;
	width: auto;
	
	padding: 2px 0 0 22px;
	text-indent: 0;
	overflow: visible;
	
}
div.addthis_toolbox span.addthis_separator {
	color: #666;
	display: block;
	float: left;
	padding: 0 2px;
}
div.addthis_toolbox a.addthis_button_expanded:hover {
	color: #FFF;	
}

.cake-sql-log {
	position: absolute;
	z-index: 100;
	top: 2000px;
	background-color: #666666;
}