@charset "iso-8859-1";

/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	list-style:none;
	border:0;
}

body {
	background:#000;
}

input {
	border: 1px #969696 solid;
	padding: 2px;
}
input:hover {
	border: 1px black solid;
}
select {
	border: 1px #969696 solid;
}
textarea {
	border: 1px #969696 solid;
	margin: 2px;
    padding: 3px;
}
textarea:hover {
	border: 1px black solid;
}

#header {
	background:url(../images/bg.gif) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#masthead	{
	width:50em;
	margin:0 20em;
	padding:4em 0 5.8em 19em;
	height:5.2em;
	position: absolute;
}
#head a {
color: white;
text-decoration: none;
}
.head a {
	text-decoration: none;
    color: black;
}
#login {
	width:26em;
	margin:1em 81.6em;
	padding:0.5em 0 7.4em 3.5em;
	height:5.2em;
	position: absolute;
    color: white;
    border-left: 1px #D8ED46 solid;
    z-index: 5;
    }
.input   {
	padding: 3px 3px;
    margin: 1px 1px;
	background-color: #CCCCCC;
	border: 1px #000000 solid; 
    background-color: white;
}


#masthead ul {
	position:absolute;
	bottom:0;	
	z-index:0;
}

#masthead li {
	float:left;
	margin-right:10px;
	background:#d8ed46 url(../images/nav_over.gif) bottom repeat-x;
    margin-left:0;
    list-style-type: none;
	font-size: 1em;
}

#masthead li a {
	background:transparent url(../images/nav_over_left.gif) top left no-repeat;
	display:block;
}

#masthead li:hover {
	background:#d8ed46 url(../images/nav_under.gif) bottom repeat-x;
}

#masthead li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(../images/nav_over_right.gif) top right no-repeat;
}

#masthead img {
	position:absolute;
	height:10em;
	width:15em;
	border:0.3em solid #FFF;
	left:0;
	bottom:2em;
	outline:0.2em solid #000;
}

#main {
	background:#FFF url(../images/main.gif) repeat-x;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute;
}

#content {
	background:#FFF;
	width:90em;
	margin:0 auto;
	padding:2em;
}

#subContent {
	width:18em;	
	padding-left:2em;
	float:right;
    border-left: 1px #d2d2d2 solid;
    background-color: #fff;
}

.hr {
	width:55em;
	height:128px;
}

/* Typography
---------------------------------------------------------*/

body {
	font:62.5% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#090;
}
a img {
border: none;
text-decoration: none;
}

p {
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;
}

h1 {	
	font-size: 4em;
	padding:0;
	margin:0;
}

h2 {
	font-size:2.7em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}
h3{
	font-size:1.7em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

h3 a {
text-decoration: none;
color: black;
}

blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

#subContent h2 {
	font-size:1.8em;
}

#subContent h3, #subContent h3 a {
    color: #0046ff;
}

#subContent p {
	font-size:1.1em;	
}

#masthead p {
	color:#CF0;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}
#subContent hr {
	background-color: black;
    height: 1px;
    width: 80%;
    margin-left: 7%;
}
#footer {
	color:#CCC;	
}

#footer a {	
	color:#FFF;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}

.cont{
	width:68em;
	padding-bottom:6.5em;
	padding-right:2em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
}

.cont ol li{
list-style-type: decimal;
margin-left: 1.6em;
}
.error {
color: red;
}

.article {
	width:57.6em;
	padding-bottom:6.5em;
	padding-right:2em;
	background:url(../images/hr.gif) right bottom no-repeat;
	position:relative;
    font-size: 1.2em;
}

.holder:hover {
	border: 1px #969696 solid;
}
.holder {
    border: 1px transparent solid;
    padding: 3px;
}
.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}
.news_comments {
    font-size: 1.15em;
    background: url(../images/comments.png) left top no-repeat;
    padding-left: 2.9em;
}


.news_comment {
    font-size: 0.8em;
    padding-right: 0.3em;
    padding-top: 0.7em;
    padding-left: 2.8em;
    background: #f5e1b8 url(../images/comment.png) no-repeat 1% 3.6%;
}

.news_comments h2 {
	font-size: 1.8em;
}

.admin_tools {
float: right;
cursor: pointer;
padding: 0.2em;
height: 1.5em;
}
.admin_tools_tools a {
text-decoration:none;
}
.competition h2 a {
color: black;
}

#add_comment {

background-color: lightgreen;
padding: 10px;
}
#add_comment input, #add_comment textarea {
	margin: 2px;
    padding: 3px;
    border: 1px transparent solid;
}

#add_comment input:hover, #add_comment textarea:hover {
border: 1px #969696 solid;
}

.article h2 {
font-size: 2em;
}

#errors ul li {
list-style-type: circle;
}
.round_submit {
	padding: 0.2em;
}
img {
padding: 0;
margin: 0;
border: none;
}

#user_tools {
	font-size: 1.2em;
	height: 5em;
    width: 23.5em;
    margin-left: -0.3em;
}

#user_tools ul li {
	list-style-image: url(http://www.statimportal.com/resources/community/images/icons/default-theme/16x16/arrow-tiny-orange.gif);
    margin-left:0;
	font-size: 1em;
}

#left {
	width:11.5em;
	float:left;
    padding-right: 0.5em;
    margin-left: -0.4em;
}
#left2 {
	width:11.5em;
	float:left;
    margin-left: 0.4em;
}
#more {
	padding: 1em;
    margin-top: 1.7em;
    background: url(../images/black-gradient.jpg) repeat-x;
}

#more ul li {
    margin-left: 1.4em;
	list-style-image: url(http://www.statimportal.com/resources/community/images/icons/default-theme/16x16/arrow-tiny-orange.gif);
}
.successful {
	margin: 0 5em;
	background-color: #ffdba1;
	padding: 3px;
	border: 1px #ffb43b dashed;
	width: 25em;
	font-size: 2em;
	text-align: center;
}

#new_post {
    margin: 0 2em;
    font-size: 1.6em;
    width: 38em;

}
.biggertext {
	font-size: 1.4em;
}
#file {
    padding-top: 0.8em;
}
#text {
    padding-top: 0.8em;
}
#wrapper {
	width:68em;
}
.round_submit_green {
	background-color: #D8ED46;
}
.round_submit_green_margin {
	margin-left:0.1em;
	background-color: #D8ED46;
}
ul li {
	list-style-type: disc;
	margin-left:3em;
    font-size: 1.4em;
}
form input.big {
	color:#444444;
	font-size:1.6em;
	font-weight:normal;
	padding:0.3em;
    width: 594px;
}
span.button {
	background:#CCCCCC url(../images/button_left.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:22px;
	margin:0pt 5px 0pt 0pt;
	padding-left:2px;
    margin-right: 6em;
}
span.button a {
	background:#CCCCCC url(../images/button_r.gif) repeat scroll right top;
	display:block;
	float:left;
	font-size:11px;
	padding:4px 7px 4px 5px;
	text-decoration:none;
    color:#666666;
}
span.button a:hover {
	color:black;
}
#news_add_wrapper {
	width:57.6em;
	padding-bottom:6.5em;
	padding-right:2em;
	position:relative;
    font-size: 1.2em;

}
#text_wrapper {
	width:57.6em;
    font-size: 1.2em;
}

#text_wrapper ul li {
	width:57.6em;
    font-size: small;
    font-weight: normal;
}


.table {
    display: table;
    }

.table_row  {
    display: table-row;

    }
.table_cell {
    display: table-cell;
    padding: .2em;
    vertical-align: top;

}

.table_cell_long {
    display: table-cell;
	width: 9.2em;
    vertical-align: top;
}




table.comments_a {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(255, 245, 238);
    margin-right: 1em;
}
table.comments_a th {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);

}
table.comments_a td {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
    vertical-align: top;
}


/* Mootools' tooltip styles */

.tool-tip {
	color: #fff;
	width: 60em;
	z-index: 13000;
    margin-left: -25em;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}


table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	margin-right: 1em;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);

}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
    vertical-align: top;
}

div#LastFooter {
	background-color:#828282;
	background-image:url(http://cdn.last.fm/depth/footer/gradient_footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.2;
	overflow:hidden;
	padding:20px 15px;
	text-align:left;
	position:relative;
}

div#LastFooter ul#footerLinks {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
div#LastFooter ul#footerLinks * {
	margin:0pt;
	padding:0pt;
}
div#LastFooter ul#footerLinks li {
	display:inline;
	float:left;
	margin-left:35px;
	padding-left:1px;
}
div#LastFooter ul#footerLinks li a {
	text-decoration: none;
	color: white;
}
div#LastFooter ul#footerLinks li a:hover {
	text-decoration: underline;
	color: white;
}
div#LastFooter ul#footerLinks li.first {
	margin-left: 5.4em;
}

div#LastFooter ul#footerLinks dt {
	font-weight:bold;
	margin-bottom:0.6em;
}
div#LastFooter ul#footerLinks dd {
	margin-bottom:0.4em;
}

#feed {
	height:25px;
	width:126px;
	padding-left:26px;
    padding-top: 12.6em;	
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url(../images/feed.gif) 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
