/**
 * Stylesheet for IMS Boulder Festival
 *
 * Print 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 858px;
	width: 87px;
	height: 46px;
}

.entrybox {
	display: none;
}

.event {
	position: absolute;
	margin: 73px 0 0 150px;
	width: 150px;
	height: 35px;
}

#footer {
	display: none;
}

#header {
	height: 140px;
}

.image-strip {
	display: none;
}

#innerwrap {
	padding: 8px 0 0 8px;
}

#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 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 .innerbox {
	border-top: 15px solid #de710c;
}

#innerwrap .innerbox .button span {
	display: none;
}

#innerwrap .innerbox .image {
	position: absolute;
}

#innerwrap .innerbox .text {
	font-size: 12px;
	position: relative;
	margin-left: 118px;
	height: 110px;
}

#innerwrap .innerbox .text h1 {
	padding-top: 4px;
}

#innerwrap .innerbox .text h1 span {
	display: none;
}

.language {
	display: none;
}

.logo {
	position: absolute;
	margin: 20px 0 0 20px;
	width: 100px;
}

.logo img {
	width: 100px;
}

#menu1, #menu2, #overhead, .partner, .sponsors, .supporters {
	display: none;
}

.slogan {
	position: absolute;
	margin: 90px 0 0 418px;
	width: 317px;
	height: 19px;
}

#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;
}
