@font-face {
font-family: "Fertigo Pro Regular";
src: url("../images/skin/fonts/Fertigo_PRO.otf") format("opentype");
}
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

a:link { color: #A81693; text-decoration:none; }
a:visited { color: #722567; text-decoration: none; }
a:hover { color: #F45DE0; text-decoration: none; }
a:active { color: #F2D1FA; text-decoration: none; }
a img { border: 0; }
p { margin: 0 0 20px; line-height:20px; }
html { padding:0; margin:0; height:100%; border:0; }

body {
	background:#141C2B url(../bg.gif) repeat fixed;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	color: #fff;
	cursor: default;
	font-size: 12px;
	text-align: center;
	padding:0;
	margin:0;
	height:100%;
	border:0;
}

#container { margin:0 auto; width:980px; min-height:100%; position:relative; }

#header { position: absolute; top:0; left: 115px; width:754px; height:224px; background:url(../header.png) no-repeat center; z-index:6; }
#language { position: absolute; top:20px; right:80px; }
.lang2 { background:url(../language.png) center; width:159px; height:112px; }
.lang2:hover { background:url(../language-over.png) center }

#navigation { /* Navigation shape */
	width: 650px;
	font-weight: bold;
	font-size: 11px;
	z-index: 10;
	margin:0 auto;
}

#navigation a:link { color: #E8C200; text-decoration:none; }
#navigation a:visited { color: #DBA500; text-decoration: none; }
#navigation a:hover { color: #FFE462; text-decoration: none; }
#navigation a:active { color: #FFF5C6; text-decoration: none; }

#nav, #nav ul {/* The overall look of the navigation */
	float: left;
	width: 100%;
	list-style: none;
	background: #000;
	margin: 0 0 1em 0;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	z-index: 20;
	text-transform:uppercase;
	font-family: "Fertigo Pro Regular", Trebuchet, Tahoma, Arial, sans-serif;
	position:relative;
	left:-20px;
}

#nav a { /* Links on the top navigation */
	display: block; /* Must stay */
	height: auto;
	margin:0 auto;
	text-shadow: 1px 1px 1px #111;
}

#nav li { float:left; width: 7.5em; padding:3px 0; margin:0 2px; background:#141C2B; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; } /* Look of individual sections of top links */

#nav li ul { /* Dropdown section */
	position: absolute;
	left: -999em;
	height: auto;
	width: 5.9em;
	font-weight: normal;
	font-size:11px;
	border:#0F4C78 2px solid;
	background: #666D98;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 7px;
	color: #fff;
	text-transform:none;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	margin-top:3px;
}

#nav li li { width: 5.9em; background:none; } /* Dropdown link sections */

/* Dropdown links and etc. */

#nav li ul a {
	width: 8.4em;
	w\idth: 7.9em;
	padding-bottom: 2px;
	margin:0 0 0 -35px;
}

#nav li ul ul { margin: -1.75em 0 0 10em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li a:hover, #nav li a.sfhover { background: #9549A7; -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius:9px; } /* Dropdown hover highlight color */

#main {
	width:720px;
	height:100%;
	border:0;
	margin:0 auto;
	padding:0;
}

#inside { background: #62A8D5 url(../bg2.jpg) top repeat-y; padding: 180px 109px 0 109px; border-left:#FFCC00 6px solid; border-right:#FFCC00 6px solid; }

#footer { padding-bottom:15px; font-size:10px; }

#lp-poll { text-align:left; }
#polltweet { width:45%; float:left; padding:3px; padding-top:6px; padding-left:25px; }
#votestuff { width:45%; float:right; padding:3px; padding-top:6px; }


h1, h1 a {
	font-family: "Fertigo Pro Regular", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
	color: #0F224F;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 4pt;
	word-spacing: 5pt;
	text-shadow: 1px 1px 1px #245276;
}

h2, h2 a {
	font-family: "Fertigo Pro Regular", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
	color: #0F224F;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 3pt;
	word-spacing: 4pt;
	text-shadow: 1px 1px 1px #245276;
}

h3, h3 a {
	font-family: "Fertigo Pro Regular", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
	color: #0F224F;
	font-weight: bold;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	text-shadow: 1px 1px 1px #245276;
}

h4,h5,h6 { font-family: "Fertigo Pro Regular", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif; font-weight: bold; text-shadow: 1px 1px 1px #245276; }

input, textarea {
	font-size:13px;
	color:#fff;
	background:#58473F url(../bg.gif);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif; border:1px solid #fff;
}

.cancan { border: 1px solid #301A35; }
.sparklies { background: fixed url(../sparklies.gif) repeat; }
.important { font-size: 18px; font-weight: bolder; text-transform: uppercase; color: #FF0000; }
.liststuff { margin:0 auto; width:80%; text-align:left; list-style:none; }
.liststuff li { padding-bottom:6px; }
.str { text-decoration: line-through }
.und { text-decoration: underline }
.warning { border: 2px solid #FF0000; color:#FF0000; }
.reading { font-size: 12px; text-align: left; }
.artwork img { border: 1px solid #E8C200; }
.artwork a { opacity: 0.7; }
.artwork a:hover { opacity: 1; }

#twitter ul, #twitter li { text-align:left; font-size:11px; width:100%; list-style-type: none; margin-left: -20px; }
#twitter li { padding-bottom: 6px; }

#pw-sky1 { position:absolute; left:-5px; top:350px; width:167px; height:620px; }
#pw-sky2 { position:absolute; right:-5px; top:350px; width:167px; height:620px; background:#FFCC00; padding:5px 0 0 7px; }
#pw-sky2-v2 { position:absolute; right:-5px; top:130px; width:167px; height:620px; background:#FFCC00; padding:5px 0 0 7px; }
#pw-sky1 a:visited, #pw-sky2 a:visited, #pw-sky1-v2 a:visited, #pw-sky2-v2 a:visited { color:#fff; }
#pw-banner { margin: 0 auto; width: 468px; padding-bottom:15px; }

#poopsies { position:absolute; right:185px; top:270px; }
#poopsies img { opacity: 0.8; }
#poopsies img:hover { opacity: 1; }

/* Clear fixes */

clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clearfix { height: 1%; }

#attfc { display: none !important; }