/**
 * Stylesheet for IMS Boulder Festival
 *
 * Screen/Projection Stylesheet
 *
 * @author		akanai web technologies
 * @link			http://www.imsboulderfestival.bz
 * @copyright	International Mountain Summit
 * @developer	Copyright 2010, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

.clr-both {
	clear: both;
}

.clr-both, .clr-left {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clr-left {
	clear: left;
}

.dachmarke {
	position: absolute;
	margin: 81px 0 0 37px;
	width: 87px;
	height: 46px;
}

.entrybox {
	position: absolute;
	z-index: 10;
	top: 316px;
	width: 955px;
	height: 515px;
}

.event {
	position: absolute;
	margin: 255px 0 0 960px;
	width: 150px;
	height: 56px;
}

#footer {
	width: 1110px;
	height: 39px;
	background: url('../img/footer_bkg.gif') no-repeat top left;
}

#header {
	height: 316px;
	background: url('../img/image_strip.jpg') no-repeat 0 251px;
}

#innerwrap {
	width: 616px;
	min-height: 475px;
	padding: 20px 0 20px 329px;
	background: url('../img/inner_bkg.gif') repeat-x top left;
}

#innerwrap a {
	color: #000;
	text-decoration: underline;
}

#innerwrap a:hover {
	color: #df720e;
	text-decoration: none;
}

#innerwrap h1 {
	font-size: 16px;
	padding: 10px 0 5px 0;
}

#innerwrap h2 {
	font-size: 14px;
	padding: 10px 0 2px 0;
}

#innerwrap h3 {
	font-size: 13px;
	padding-top: 6px;
}

#innerwrap ol {
	padding: 6px 0 6px 20px;
}

#innerwrap ol li {
	font-size: 12px;
	line-height: 17px;
}

#innerwrap p {
	font-size: 12px;
	line-height: 17px;
	padding: 6px 0;
}

#innerwrap td, #innerwrap th {
	font-size: 12px;
	line-height: 17px;
	padding: 3px;
}

#innerwrap th {
	background-color: #df720e;
}

#innerwrap th a:hover {
	color: #fff !important;
}

#innerwrap ul {
	list-style-type: none;
	padding: 6px 0;
}

#innerwrap ul li {
	font-size: 12px;
	line-height: 17px;
	padding-left: 15px;
	background: url('../img/bullet.gif') no-repeat 5px 7px;
}

#innerwrap .box {
	position: relative;
	float: left;
	width: 290px;
	height: 158px;
	background: url('../img/box_bkg.gif') no-repeat top left;
	margin-bottom: 7px;
	padding: 0 7px;
}

#innerwrap .bordered-tbl {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 0 0;
	width: 100%;
	margin: 6px 0;
}

#innerwrap .bordered-tbl td {
	border-style: solid;
	border-color: #ddd;
	border-width: 0 0 1px 1px;
	padding: 5px;
	text-align: center;
}

#innerwrap .innerbox {
	border-top: 15px solid #de710c;
}

#innerwrap .innerbox .button span {
	display: none;
}

#innerwrap .innerbox .image {
	position: relative;
	float: left;
}

#innerwrap .innerbox .text {
	font-size: 11px;
	position: relative;
	margin-left: 118px;
	height: 110px;
}

#innerwrap .innerbox .text h1 {
	padding-top: 4px;
}

#innerwrap .innerbox .text h1 span {
	display: none;
}

.language {
	position: absolute;
	margin: 41px 0 0 930px;
	width: 180px;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	text-transform: lowercase;
}

.language a {
	color: #000;
	text-decoration: none;
}

.language a.active, .language a.active:hover {
	color: #000;
	text-decoration: underline;
}

.language a:hover {
	color: #df720e;
}

.logo {
	position: absolute;
	margin: 77px 0 0 960px;
	width: 150px; 
	height: 161px;
}

#menu1 {
	position: absolute;
	margin: 214px 0 0 329px;
	width: 615px;
	z-index: 999;
}

#menu1 ul {
	list-style-type: none;
}

#menu1 ul li {
	position: relative;
	float: left;
	padding-right: 12px;
}

#menu1 .subm {
	position: absolute;
	z-index: 999;
}

#menu1 .submen a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #df720e;
	padding: 1px 7px 1px 3px;
}

#menu1 .submen a:hover {
	color: #fff;
	background-color: #000;
}

#menu1 .submen li {
	float: none;
	border-left: 7px solid #df720e;
	white-space: nowrap;
	margin-bottom: 4px;;
}

#menu1 .submen li.active {
	border-left: 7px solid #000;
}

#menu1 .submen li.active a {
	color: #fff;
	background-color: #000;
	cursor: default;
}

#menu1 span, #menu2 span {
	display: none;
}

#menu2 {
	position: relative;
	float: left;
	width: 690px;
	margin: 10px 0 0 172px;
}

#menu2 a {
	margin-left: 8px;
}

#menu2 img {
	vertical-align: middle;
}

#overhead {
	position: absolute;
	z-index: 200;
	margin-top: 136px;
	width: 316px;
	height: 675px;
}

.partner {
	position: relative;
	height: 92px;
	line-height: 92px;
	background: url('../img/partner_bkg.gif') no-repeat top left;
	padding-left: 14px;
}

#searchinput {
	position: relative;
	float: right;
	width: 150px;
	padding: 10px 10px 0 0;
}

#searchinput input {
	background-color: #656565;
	border: 1px solid #808080;
	color: #A4A4A4;
	float: left;
	font-size: 11px;
	padding: 2px 3px;
	width: 120px;
}

#searchinput .button {
	background-color: transparent;
	border: 0;
	float: right;
	padding: 0;
	width: auto;
	margin-right: 5px;
}

.slogan {
	position: absolute;
	margin: 81px 0 0 479px;
	width: 293px;
	height: 31px;
}

.sponsors {
	position: absolute;
	width: 945px;
	height: 65px;
	line-height: 65px;
	background: url('../img/sponsors_bkg.gif') no-repeat top left;
	padding-left: 14px;
}

.supporters {
	position: relative;
	height: 92px;
	line-height: 92px;
	background: url('../img/supporters_bkg.gif') no-repeat top left;
	padding-left: 14px;
}

#wrap {
	width: 1110px;
}

/* FORM */
input, select {
	vertical-align: middle;
}

input[type=button], input[type=reset], input[type=submit] {
	color: #df720e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: none;
	border: none;
	padding: 2px 3px;
	text-transform: uppercase;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	color: #fff;
	cursor: pointer;
	background-color: #df720e;
}

input[type=button].disabled, input[type=reset].disabled, input[type=submit].disabled {
	color: #999;
}

input[type=submit].disabled:hover {
	color: #999;
	background-color: transparent;
	cursor: default;
}

input[type=text], input[type=file], input[type=password], select {
	background: url('../img/input_bkg.png') repeat-x;
}

input[type=text], input[type=file], input[type=password], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ddd #ddd #ccc;
	padding: 3px;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, select:focus, textarea:focus {
	border-color: #df720e;
}

option {
	padding: 0 3px;
}

textarea {
	background: url('../img/textarea_bkg.png') repeat-x;
}

/* Sitemap */
.csc-sitemap li {
	font-weight: bold;
}

.csc-sitemap li li {
	font-weight: normal;
}

.csc-sitemap li li li {
	line-height: 15px;
	font-size: 11px;
}

.csc-sitemap ul ul, .csc-sitemap ul ul ul {
	padding-top: 0;
}

/* Image */
.csc-textpic-imagerow div {
	float: left;
	padding: 3px;
}
