/*
Theme Name: Ascade
Description: Theme for Ascade
Author: MarsApril AB
Author URI: http://marsapril.se/
*/

/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset*/

body {
	background: #454039 url(images/body-bg-repeat.png);
	color: white;
	color: #ccc;
	font-size: 12px;
	line-height: 1.3;
	font-family: arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: white;
	text-decoration: none;
	color: #0050a0;
}
a:hover {
	text-decoration: underline;
}


h1, h2 {
	font-size: 20px;
	font-weight: bold;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
}

.clear {
	clear: both;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#container-outer {
	width: 956px;
	margin: 0 auto;
	background: transparent url(images/container-outer-bg.gif) 50% 0;
}

#header {
	height: 94px;
	background: white url(images/header-bg.gif) no-repeat top left;
	position: relative;
}
#header a.logo {
	position: absolute;
	top: 23px;
	left: 40px;
}

#nav-global {
	z-index: 10;
}
#nav-global ul {
	font-size: 14px;
	height: 3.3em;
	background: #4471a1 url(images/nav-global-bg.gif) repeat-x bottom left;
	line-height: 1;
}
#nav-global li {
	float: left;
	position: relative;
}
#nav-global li a:hover {
	background: #376291 url(images/nav-global-hover-bg.gif) no-repeat bottom right;
}
#nav-global li.current_page_item,
#nav-global li.current_page_parent {
	background: #2a5481 url(images/nav-global-active-bg.gif) no-repeat bottom right;
	font-weight: bold;
}
#nav-global li.current_page_item a:hover,
#nav-global li.current_page_parent a:hover {
	background-color: transparent;
	background-image: none;
}
#nav-global li.current_page_item span,
#nav-global li.current_page_parent span {
	background: transparent url(images/nav-global-arrow.gif) top left;
	width: 14px;
	height: 7px;
	position: absolute;
	bottom: -6px;
	left: 40%;
	z-index: 99;
}
#nav-global a {
	display: block;
	background: transparent url(images/nav-global-line.gif) no-repeat bottom right;
	text-decoration: none;
	color: white;
	padding: 1.2em 1.5em 1.1em 1.5em;
}


#search {
	position: absolute;
	right: 20px;
	top: 36px;
}

.labelify {
	color: #aaa;
}

#search-label {
	float: left;
	line-height: 31px;
	text-indent: -9999px;
}
#search-submit {
	width: 68px;
	height: 31px;
	border: 0;
	text-indent: -999px;
	background: #e5e5e5 url(http://ascade.client.nu/wordpress/wp-content/themes/ascade/images/search-button.gif) no-repeat top left;
	cursor: pointer;
	float: left;
}
#search-input {
	width: 240px;
	height: 31px;
	border: 0;
	padding: 0;
	padding-left: 30px;
	background: #e5e5e5 url(http://ascade.client.nu/wordpress/wp-content/themes/ascade/images/search-bg.gif) no-repeat top left;
	float: left;
}

#nav-local {
	padding: 30px 30px 30px 40px;
	/* overflow: auto; */
	background-color: black;
	color: #999;
	position: relative;
}
#nav-local a:link,
#nav-local a:visited,
#nav-local a:hover,
#nav-local a:active {
	color: #999;
	text-decoration: none;
}
#nav-local a:hover {
	color: #ccc;
}
#nav-local .image {
	display: block;
}
#nav-local span.text, #nav-local span.read-more {
	display: block;
}
#nav-local .read-more {
	margin-top: 10px;
}
#nav-local .read-more {
	background: transparent url(images/link-arrow.gif) no-repeat -5px 0px;
	padding-left: 10px;
	color: #999;
	text-decoration: underline;
}
#nav-local a:hover .read-more {
	background-position: -5px -16px;
	color: #ccc;
}

#nav-local li {
	float: left;
	width: 154px;
	margin-right: 20px;
}
#nav-local li.last {
	margin-right: 0;
}
#nav-local .text {
	margin: 10px 0 0 0;
}
#nav-local li.selected a {
	color: #ccc;
}
#nav-local-arrow-col-0,
#nav-local-arrow-col-1,
#nav-local-arrow-col-2,
#nav-local-arrow-col-3,
#nav-local-arrow-col-4 {
	position: absolute;
	bottom: -1px;;
	width: 17px;
	height: 9px;
	background: transparent url(images/nav-local-arrow.gif) top left;
}
#nav-local-arrow-col-0 {
	left: 100px;
}
#nav-local-arrow-col-1 {
	left: 270px;
}
#nav-local-arrow-col-2 {
	left: 440px;
}
#nav-local-arrow-col-3 {
	left: 620px;
}
#nav-local-arrow-col-4 {
	left: 800px;
}


#intro {
	height: 320px;
	background-color: #010406;
	position: relative;
}
#intro ul li {
	display: none;
}
#intro ul li.first {
	display: block;
}
#intro img {
	display: block;
}
#intro-nav {
	display: none;			
}
#intro-nav-left,
#intro-nav-right
 {
	position: absolute;
	top: 42%;
	z-index: 99;
	cursor: pointer;
}
#intro-nav-left {
	left: 20px;
}
#intro-nav-right {
	right: 20px;
}
#follow-twitter-content {
	background: transparent url(images/start-follow-twitter-bg.gif) no-repeat bottom left;
	padding: 5px 10px 10px 10px
}
#content #follow-twitter-content ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
#content #follow-twitter-content li {
	margin-bottom: .5em;
	word-wrap: break-word;
}
#follow-twitter-content span.when {
	display: block;
	font-size: 10px;
	margin-top: 3px;
}

#start-quote,
#page-quote
 {
	padding: 35px 0 0 0;
	background: transparent url(images/quote.gif) no-repeat top left;
	font-size: 16px;
	color: #666;
	zoom: 1;
}
#start-quote p,
#page-quote p
 {
	font-size: 11px;
}

.span-1, .span-2, .span-3, .span-4 {
	float: left;
	margin-right: 20px;
	display: inline-block;
}
.span-last {
	margin-right: 0;
}

.span-1 {
	width: 200px;
}
.span-2 {
	width: 420px;
}
.span-3 {
	width: 640px;
}
.span-4 {
	width: 860px;
}

#content {
	color: #333;
	background: white url(images/content-bg.gif) no-repeat top left;
	padding: 40px 40px 20px 40px;
	overflow: auto;
}

#content h2, #content h3, #content h4 {
	text-transform: uppercase;
	color: #3f6ea2;
	font-size: 110%;
	margin-top: 2em;
	letter-spacing: 1.1px;
}

#content ul {
	margin-left: 30px;
	list-style-image: url(images/bullet-blue.gif);
}
#content ul li {
	margin-top: 5px;
}

#content .span-images ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

#content .span-sub-headers h2 {
	color: black;
	text-transform: none;
	font-size: 20px;
	letter-spacing: 0;
}

#content .span-sub-headers h3 {
	margin-top: 1em;
	font-size: 1em;
}

#footer {
	background: #32312f url(images/footer-bg.gif) no-repeat bottom left;
	overflow: auto;
	padding: 20px 20px 0 40px;
	width: 880px;
	height: 150px;
	font-size: 11px;
	line-height: 1.5;
}
#footer h2 {
	color: white;
	font-size: 14px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer .over {
	color: #fff;
	cursor: pointer;
}

body.search-results #content h2.search-results-one a {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

form.frmContact p {
	margin-bottom: 1em;
}
form.frmContact input.text {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1;
	width: 406px;
}
form.frmContact p.row-half {
	overflow: auto;
}
form.frmContact p.row-half input.text {
	width: 186px;
}
form.frmContact label {
	display: block;
	font-weight: bold;
}
form.frmContact label span {
	color: #999;
	font-weight: normal;
}
form.frmContact label.for-checkbox {
	display: inline;
	font-weight: normal;
}
#content form.frmContact ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
#content form.frmContact h2 {
	letter-spacing: 0;
	color: black;
	text-transform: none;
}

form.frmContact textarea {
	width: 406px;
	border: 1px solid #ccc;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form.frmContact #contact-newsletter {
	margin-top: 1em;
}
.errMsg {
	background-color: #ea644d;
	color: white;
	font-weight: bold;
	padding: 1em;
}
.okMsg {
	background-color: #fef0aa;
	font-weight: bold;
	padding: 1em;
}

