html, body {height: 100%;}
html,body,div,p,ul,ol,li,h1,h2,h3,h4,h5,pre,form,p,button,img{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(../images/default/bg.jpg) #1A1A1A;
	font-family: 'Comic Sans MS', 'Trebuchet MS', Helvetica, Sans-Serif;
	color: #4C4B4B;
	line-height: 1.7em;
	font-size: 11px;
	text-align: center;
}
p {margin-bottom: 5px;}
a {color: #83BE4D; text-decoration: underline; cursor: pointer; outline: none;}
a:hover {text-decoration: none;}
ul,li {list-style-type: none;}
a span, button span, h2 span, h3 span {display: none;}


h1,h2,h3,h4,h5 {color: #83BE4D; margin-bottom: 5px; font-weight: normal; line-height: normal;}
h1 {font-size: 32px; margin-bottom: 20px; font-family: 'Comic Sans MS', 'Trebuchet MS', Georgia;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 16px;}

.clear {
	clear: both;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #83BE4D;
	text-decoration: none;
	background: #E0F2C4;
	color: black;
	font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
	background: black;
	color: #E0F2C4;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #83BE4D;
	font-weight: bold;
	background-color: black;
	color: white;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #EFEFEF;
}

/********************************************
*
*		Layout Features
*
********************************************/

#topindentbar {
	height: 5px;
	background-color: #000000;	
	border-bottom: 1px solid #2B2929;
}
#container {
	width: 910px;
	margin: auto;
	text-align: left;
	position: relative;
}
#header {
	height: 113px;
	width: 854px; 
	float: left; 
	margin-left: 28px; 
	position: relative;
}

#header .logo {
	position: absolute;
	bottom: 20px;
	left: 0px;
	font-size: 30px;
	color: #EFEFEF;
	font-family: 'Comic Sans MS', 'Trebuchet MS', Georgia;
	margin: 0px;
}

#header .logo a {
	text-decoration: none;
	color: #EFEFEF;
}

#header .logo a strong {
	color: #83BE4D;
	font-size: 40px;
	text-transform: uppercase;
}

#footer {
	height: 31px; 
	width: 854px; 
	float: left; 
	margin-left: 28px; 
	padding-top: 7px; 
	text-align: center; 
	font-size: 10px;
}

dl dt {
	float: left;
	clear: both;
	width: 100px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: right;
	margin-bottom: 20px;
}

dl dd {
	float: left;
	text-align: left;
	width: 600px; /* ie fix */
}

dl dd textarea {
	width: 600px;
	height: 100px;
	border: 2px solid #83BE4D;
}

dl dd input.text {
	width: 200px;
	border: 2px solid #83BE4D;
}

dl dd textarea, dl dd input.text {
	font-size: 14px;
}

input.submit {
	border: 2px solid #83BE4D;
	color: black;
	font-weight: bold;
	padding: 5px 10px;
	background: #E0F2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}

input.submit:hover {
	color: #83BE4D;
	background: black;
}

.errorExplanation {
	border: 4px solid #83BE4D;
	padding-left: 10px;
	text-align: left;
	background: white;
	padding: 5px;
}

.errorExplanation h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

.errorExplanation ul {
	padding-top: 0px;
	padding-left: 20px;
	clear: both;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea {
	border: 1px solid #CC0000;
}


/********************************************
*
*		Holds the layout images and dimensions
*
*********************************************/

#layoutheader {height: 113px; width: 910px; float: left;}
#layoutcontent {width: 910px; float: left; }
#layoutfooter {height: 60px; width: 910px; float: left;	background: url(../images/default/footer.png) top no-repeat;}


#content {
	border: 10px solid white;
	padding: 20px;
	text-align: center;
	position: relative;
	font-size: 14px;
	overflow: hidden;
}

* html #content {
	width: 890px; /* ie fix */
}

#content #highlight {
	margin-top: 50px;
}

#content .record {
	margin-left: 130px;
	width: 600px;
	font-size: 18px;
	color: #EFEFEF;
	line-height: 2em;
}

#content .record .body {
	word-wrap: break-word;
}

* html #content .record {
	margin-left: 0px;
}

#content .record .record_text {
	position: relative;
	width: 100%; /* ie fix */
}

#content .record .left_quote, #content .record .right_quote {
	font-size: 50px;
	color: #83BE4D;
	position: absolute;
}

#content .record .left_quote {
	top: -5px;
	left: -40px;
}

#content .record .value {
	color: #83BE4D;
	font-size: 22px;
}

#content .record .right_quote {
	top: -5px;
	right: -20px;
}

#content .next_link {
	position: absolute;
	top: 20px;
	right: 30px;
}

#content .next_link a {
	text-decoration: none;
	color: #EFEFEF;
	font-size: 20px;
	font-style: italic;
}

#content .next_link a:hover {
	text-decoration: underline;
}

#content .record .author, #content .record .date {
	font-size: 12px;
	color: white;
	font-style: italic;
	white-space: nowrap;
}

#content .record .author {
	padding-left: 10px;
}

#content .record .record_score {
	margin-top: 20px;
	font-size: 50px;	
}

#content .record .record_score img {
	vertical-align: middle;
}

#content .record .record_links {
	clear: both;
	padding-top: 30px;
}

#content .record .record_permalink {
	display: block;
	font-size: 10px;
}

#content .record .record_permalink a {
	color: white;
}

/********************************************
*
*		Menu Items
*
*********************************************/

ul#menu {    /*  MAIN NAVIGATION  */
	width: 421px;	
	height: 30px;	
	float: right;	
	margin-top: 82px; 
	display: inline;
} 
ul#menu li {
	font-size: 11px; 
	text-transform: uppercase; 
	display: inline;
}
ul#menu li a {
	text-decoration: none; 
	color: #FFFFFF; 
	float: right; 
	height: 24px; 
	width: 102px; 
	background-color: #5E7079; 
	display: block; 
	margin-left: 1px; 
	text-align: center; 
	padding-top: 5px; 
	background: url(../images/default/menu_notselected_bg.png) repeat-x;
}
ul#menu li a:hover {background: url(../images/default/menu_over_bg.png) repeat-x;}
ul#menu li a.selected {
	color: #253D49; 
	height: 25px; 
	background: url(../images/default/menu_bg.jpg) repeat-x; 
	border: 1px solid #FFF; 
	border-bottom: 0px;
}

#theme_selector {
	float: right;
}

#theme_selector ul li {
	display: inline;
}

#theme_selector ul li a {
	padding: 5px 20px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

#theme_selector li.default a {
	background: black;
	color: #83BE4D;
}

#theme_selector li.fermecelebrites a {
	background: #FFEC7D;
	color: #A34C15;
}


#seo {
	height: 1px;
	overflow: hidden;
	bottom: 0px;
	position: absolute;
}


.png_img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale')
}

* html #page {
	height: 100%;
}

#header {
	height: 113px;
	margin-left: 14px;
}

#footer {
	margin-left: 14px;
}

ul#menu li a.selected:hover {
	background: url(../images/default/menu_bg.jpg) repeat-x;
}
