@CHARSET "UTF-8";

body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6dc9ff;
	font-family: sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

hr { border: 1px solid #ffcc00; }
img { border: none; }

dd {
	margin-bottom: 20px;
}

dt {
	height: 0px;
}

.bold {
	font-weight: bold;
}

#site {
	margin: auto;
	width: 1100px;
	/*height: 1000px;*/
	/*background-color: #b2e3ff;*/
	
	background-image: url(/images/fluff.png);
	background-repeat: no-repeat;	
}
#inner {
	
	margin: auto;
	/*height: 685px;*/
	width: 616px;
	
	padding: 25px;
	padding-bottom: 0px;
	padding-top: 160px;
}

#bottom {
	height: 200px;
	margin: auto;
	width: 616px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	background-image: url(/images/bottom.png);
	background-repeat: no-repeat;
}

#content {
	background-image: url(/images/back_plate.png);
	background-repeat: repeat-y;
	margin-left: -4px;
	margin-top: 20px;
	padding: 0 30px;
	padding-right: 33px;
	float: left;
	width: 550px;
}

#head {
	padding: 0 25px;
	text-align: right;
}
#head img {
	/*float: right;*/
}

a {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #ff9900;
}

#form {
	float: left;
	width: 280px;	
}
#sponsor {
	float: right;
	text-align: right;
}

#pushup {
	height: 200px;	
}
#pushdown {
	height: 660px;
	width: 1px;
	float: left;
}

#footer {
	padding: 0 34px;
	color: #999;
	width:450px;
}

#footer a { color: #999; }

#logo-back {
	position: absolute;
	top: 50px;
	left: 140px;
	height: 130px;
	width: 366px;
	cursor: pointer;	
}

.campaign {
	padding: 10px 0;
	/*height: 150px;*/
}

.campaign h2 {
	padding: 0;
	margin: 0;
}

.campaign .body {
	width: 270px;
	height: 100%;
	float: left;
	padding-right: 10px;
}

.campaign .picture {
	width: 266px;
	float: left;
	height: 100%;
}

.campaign .picture img {
	width: 266px;
}

#winners_front img {
	width: 95px;
}

#winners_front div {
	float: left;
	margin-right: 30px;
	width: 95px;
}

#winner-link {
	float: right;
	width: 175px;
}

div.clear { clear: both; }

ul {

}

li {
	list-style: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #ffcd00;
    font-family: arial, sans-serif;
    font-size: 1.5em;
    height: 25px;
    width: 240px;
}

input#email {
	border: 1px solid #ffcd00;
    font-family: arial, sans-serif;
    font-size: 1.5em;
    height: 25px;
    width: 240px;
}
input#submit {
    margin-top: 10px;
}

fieldset#fieldset-friends li {
	display: block;
	float: left;	
	padding-right: 10px;
}
fieldset#fieldset-friends dd {
	margin: 0px;
}

textarea#body {
	width: 452px;
	border: 1px solid #ffcd00;
}

textarea#note {
	width: 452px;
	height: 140px;
	border: 1px solid #ffcd00;
}

div#info #text{
	width: 380px;
	height: 100%;
	float: left;
}

div#info #splash {
	width: 166px;
	float: left;
	height: 100%;
}

/* Messages
*********************/
div#messages ul {
	margin-left: 0;
	padding-left: 0px;	
}
div#messages ul li ul {
	padding: 10px;	
}
div#messages ul li.error_message {
	background-color: #ffc8c8;
	border: 1px solid #ff7878;
}

/* Form error messages
***************************/
ul.errors {
	padding-left: 0px;
	margin-left: 0px;
	color: red;
}

ul.errors li {
	display: inline;
	clear: both;
}

/* Msn
***************************/
p#msn-toggle {
	cursor: pointer;
	color:#66C6FF;
	font-family:arial,sans-serif;
	font-weight:bold;
}

div#msn {
	display: none;
}

div#msn-form {
	background-color: #e7e7e7;
	padding: 6px 10px;
	width: 506px;
}

ul#msn-list {
	display: inline;
}

ul#msn-list li {
	display: block;
	float: left;
	padding-right: 10px;
}

div#msn-form input {
	/*width: 160px;*/
	width: 150px;
	/*height: 25px;*/
	font-family:arial;
	font-size:1.5em;
}

div#msn-form input[type="image"] {
	border: none;
	width: auto;
}

.winner {
	padding: 10px 0;
	/*height: 150px;*/
}

.winner h2 {
	padding: 0;
	margin: 0;
}

.winner .body {
	width: 370px;
	height: 100%;
	float: left;
	padding-right: 10px;
}

.winner .picture {
	width: 166px;
	float: left;
	height: 100%;
}

.winner .picture img {
	width: 166px;
}

/* Prague finnished banner
-----------------------------*/
#finnished-banner {
    background-image: url(/images/prague_finnished_banner.png);
    background-repeat: no-repeat;
    height: 360px;
    width: 550px;
    margin: 15px auto;
    text-align: center;
}
#finnished-banner p {
    font-size: 38px;
    font-family: arial, sans-serif;
    color: #fff;
    position: relative;
    top: 170px;
}
#finnished-banner #buttons {
    position: relative;
    top: 155px;
}

#finnished-banner #buttons img {
    margin: 0 10px;
}
