/*
------------------------------------------------
Levis algemene stylesheet

Overview: * ~GENERAL
		  		- structure
				- clearfix
				- text and images
				- list
				- links
		  
		  * ~SPECIFIC CONTENT LAYOUT

------------------------------------------------ */



/*  ~GENERAL (should not be changed for new contest)
------------------------------------------------*/

/* structure */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-align: left;
	height:100%;
}

#container{
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	}

#main{
	width: 600px;
	float: left;
	}

#navigation{
	width: 180px;
	float: left;
	padding: 15px 0 0 0;
	}

#wrap {
	width: 600px;
	background: #4c2c3f;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 17px 0 0 0;
	margin: 0;
}

#content{
	width: 526px;
	background-color: #FFF;
	margin: 0 auto 20px auto;
	padding: 20px;
	}

#buttons{
	width: 566px;
    margin: 0 auto 20px auto;
	}

#buttons input, #buttons img{
    margin: 0 0 4px 0;
	display: block;
	}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* text and images */

img{
	border: 0;
	}

p{
	margin: 0;
	padding: 5px 0;
	}

/* list */

li{
	margin-left: 25px;
	}
	
#navigation ul{
	width: 155px;
	padding: 15px 0 0 0;
	margin-left: 15px;
	}

#navigation ul li{
	width: 130px;
	margin-left: 25px;
	list-style-type: none;
	list-style-position: 5px 5px;
	padding: 2px 0;
	}

/* links */

a, a:link, a:active, a:visited{
	color: #C44159;
	text-decoration: underline;
	}
	
a:hover{
	color: #C44159;
	text-decoration: none;
	}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	}
	
#navigation a:hover{
	color: #666;
	text-decoration: underline;
	font-size: 11px;
	}

/*
SPECIFIC CONTENT LAYOUT
--------------------------------
*/

/* titles and paragraphs */

h1{
	color: #4f8615;
	font-size: 24px;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	}

h2{
	color: #666666;
	font-size: 20px;
	padding: 0;
	margin: 10px 0;
	font-weight: normal;
	}

.question{
	font-style: italic;
	}

.answer{
	width: 110px;
	float: left;
	}

.note{
	color: #575858;
	font-size: 10px;
	font-style: italic;
	}

.slogan{
	font-size: 20px;
	color: #666666;
	padding: 10px 0;
	}

p.error{
	color: #DB3B4D;
	font-weight: bold;
	padding: 5px 0 20px 0;
	}

/* table */
	
#content table td{
	vertical-align: top;
	}

#content table td.error{
	color: #DB3B4D;
	font-weight: bold;
	padding: 5px 0 15px 0;
	}

/* forms */
label{
	font-size: 11px;
	}
	
input.layout{
	float: left;
	margin-bottom: 3px;
	display: block;
}

label.layout {
	display: block;
	float: left;
	text-align: left;
	width: 95px;
	padding-right: 20px;
	margin-top: 4px;
}

span.layout input
{
   margin:0px 5px 0px 0px;
}
span.layout label
{
   margin-right: 10px;
}
