/* @-RULES
=============================*/


/* THEME COLOURS
=============================*/


/* CONTAINERS
=============================*/

#header, #top-bar {
    width: 950px;
    margin: 0 auto;
}

body {
    background-color: #dddddd;
    font-size: 0.80em;
    color: #000;
}

div#container-wrap {
    	background-image: none;
	min-height:1000px;
    	background-repeat: repeat-x;
}

#container {
	padding-top:0
}


#content-wrap {
    margin-top: 0px;
}


/* LINKS
=============================*/

a {
    color: #dddddd;
    text-decoration: none;
}

a:link, a:visited {
	color: #00137F;
}

a.newpage {
    color: maroon;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* H1, H2 etc
=============================*/

h1, #page-title {
	color: #011640;
	padding: 0 0 0.25em;
	margin: 0 0 0.6em;
	font-weight: normal;
}

h1 {
	margin-top: 0.7em;
	padding: 0;
	font-weight: bold;
	color:#011640;
}

h2, h3, h4, h5, h6, h7 {
    margin: 0.5em 0 0.4em;
    padding: 0;
    letter-spacing: 1px;
}


/* PAGE TITLE
=============================*/

#page-title {
	color:#011640;
	margin-top: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0;
	height: 10px;
	border-bottom: none;
	background-image: none;
	background-position:left center;
	background-repeat:no-repeat;
}


/* LIST
=============================*/

ul {
    list-style: square;
}


li, p {
    line-height: 141%;
}


/* HEADER
=============================*/

#header {
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	background:transparent url(http://convention2010.wikidot.com/local--files/css:theme/penguin.png) no-repeat scroll center bottom;
	height:150px;
	position:relative;
	top:20px;
	width:950px;
	padding-top: 20px;
}

#header #login-status, #login-status a {
	color: #004E0B;
	font-weight: normal;
}


#header h1 {
	color:white;
	left:0;
	opacity:0.6;
	padding:0;
	position:absolute;
	top:20px;
	width:750px;
}

#header h2 {
	position: absolute;
	top: 130px;
	left: 50px;
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	font-size: 105%;
	max-height: 38px;
	opacity: 0.5;
	color: #011640;
	display: none;
}


/* clickable logo */

h1 a {
    	display:block;
	background: url(http://convention2010.wikidot.com/) no-repeat scroll 0 0;
    	height:175px;
    	margin-top:0px;
    	width:950;
    	text-indent: -9000px;
    	opacity: 0; 
    	filter:alpha(opacity=0); // for IE
    	z-index:-100;
}

#header h1 a, #header h1 a:hover {
    background-color:transparent;
    color:#E7E9DC;
    height:150px;
    margin-left:-75px;
    margin-top:-20px;
    top:0;
    width:950px;
}


/* SEARCH BOX
=============================*/

#search-top-box {
	position:absolute;
	left:0px;
	text-align:left;
	top:30px;
	width:500px;
	z-index:9;
}

.search-box .query-area {
	text-align:center;
	display: none;
}

#search-top-box form {
	position: absolute;
	top: 80px;
	height: 25px;
	margin: 0;
	background-color: transparent;
	z-index: 9;
	padding: 0;
	left: 80%;
	width: 250px;
}

#search-top-box input.empty {
	color:#011670;
}


/* BUTTONS
=============================*/

div.buttons input, input.button, button, file, a.button {
    	background-color:#92BC96;
    	border:1px solid #468259;
    	color:#64471F;
    	margin:0 2px;
    	padding:0 0.5em;
    	text-decoration:none;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px; 
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
}


/* LOGIN
=============================*/

#login-status {
	-moz-border-radius-topleft: 20px; 
	-moz-border-radius-topright: 20px; 
	background-image: none;
	position: absolute;
	top: 1px;
	height: 20px;
	width: 250px;
	color: #004E0B;
	font-size: 90%;
	z-index: 6;
	margin: 0;
	left: 1em;
	overflow: visible;
	padding: 5px 0 0 15px;
}

#login-status ul a {
    color: #700;
    background: transparent;
}

/* INPUT
=============================*/

input {
    font-size:100%;
}

input.text {
	background-color:#92BC96;
	border:1px solid #8FCFEE;
	color:#64471F;
	-moz-border-radius: 10px;
}

input.empty {
	background-color:transparent;
	color: #FFFFFF;
}

/* ACCOUNT
=============================*/

#account-topbutton {
	border:1px solid #8FCFEE;
	font-size:80%;
	font-weight:bold;
	margin-left:5px;
	padding:0 5px;
	text-decoration:none;
	-moz-border-radius: 5px;
}

#account-topbutton {
    background: transparent;
    color: #FFFFFF;
}

#account-options {
	background-color: #76B7D6;
	opacity: 0.5;
	border:0px;
	display: none;
	padding:0;
	position:absolute;
	text-align: center;
	right:280px;
	width:135px;
	z-index:7;
	top: 0.5em
}

#account-options ul {
    display:block;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding:0;
    color: white;
}

#account-options li {
    display:block;
    margin:0;
    padding:0;
    width:100%;
    color: white;
    
}

#account-options li a {
    -moz-box-sizing:border-box;
    display:block;
    padding:2px 5px;
    width:100%;
    z-index:8;
    color: white;
}

#account-options li a:hover {
    color: black;
    background-color: white;
    opacity: 0.5;
}

.printuser img.small {
    margin-right: 0.4em;
}


/* TOP BAR 
=============================*/

#top-bar {
	background-color:none;
	border-bottom:2px solid black;
	font-size:90%;
	height:20px;
	line-height:2px;
	padding:0;
	position:absolute;
	top:150px;
}
 
#top-bar li a {
	display:block;
	height:18px;
	margin:0;
	padding:1px 1em;
	text-align:center;
	text-decoration:none;
}


#top-bar a:link, #top-bar a:visited {
	background-color:none;
	color:#ffffff;
	text-decoration:none;
	margin-top:0px;
}

#top-bar a, #top-bar li ul li a {
	background-color:#none;
}

#top-bar ul {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#top-bar li ul { 
	width: auto; 
}

#top-bar li ul li a { 
	width: auto; 
}


#top-bar a:hover, #top-bar li ul li a:hover {
    text-decoration: none;
    background-color:silver;
color:white;
}


/* SIDE MENU
=============================*/

#side-bar {
    clear: both;
    padding: 10px;
    margin: 0 0 0 2em;
    width: 15em;
    border: 1px solid #dedede;
}



/* CONTENT 
=============================*/

#main-content {
	background-color:#FFFFFF;
	background-image: none;
	background-repeat:no-repeat;
	margin:-5px auto 0;
	padding:0 25px 30px;
	position:relative;
	top:0;
	width:900px;
}


textarea {
	background-color: #92BC96;
	-moz-border-radius: 10px;
}

/* PAGE OPTIONS
=============================*/

.page-options-bottom {
	height:1%;
	margin: 0px 0;
	text-align:right;
	position: relative;
	z-index:20;
	top: 20px;
}

.page-options-bottom a, a.action-area-close {
	background-color:transparent;
 	text-decoration:none;
}


/* TABLES
=============================*/

table {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	empty-cells:show;
}

table.wiki-content-table {
	width: 650px;
	border-spacing:5px;
	margin:0.5em auto;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
}

table.wiki-content-table td {
	border:none;
	padding:0.3em 0.7em;
}

table.wiki-content-table {
	border-collapse:separate;
	border-spacing:0;
}

table.wiki-content-table th {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#EEEEEE;
	border:1px solid #888888;
	padding:0.3em 0.7em;
}


/* BOXES
=============================*/

.list-pages-box {
	width: 50%;
}

.box-container {
    height: auto;
    width: 350px;
    float: left;
    padding:35px;
}
 
.box-header h2 {
    background: #DDDDDD;
    border: 1px solid #ccc;
    padding: 10px 15px;
    -moz-border-radius: 2em 0;
    -webkit-border-radius: 10px;
    margin:-15px;
    padding-top: 15px;
    padding-left: 15px;
    width: 400px;
    border-left-width: 0px; 
    border-top-width: 0px;
    color: #468259;    
 
}
 
.box {
    background: none;
    border: 1px solid #ccc;
    padding: 15px;
    -moz-border-radius: 3em 0;
    -webkit-border-radius: 10px;
    width: 400px;
}


/* CODE
=============================*/

.code {
	background-color: #C2DFFF;
	color: #011640;
	border:1px dashed #DDDDDD;
	font-family:'Andale Mono','Courier New',Courier,monospace;
	margin:0.4em 0;
	overflow:auto;
	padding:0 1em;
	-moz-border-radius: 10px;
}


/* FOOTER
=============================*/

#footer {
    position: relative;
    bottom: 0px;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 930px;
    height: 55px;
    margin: auto;
}

#footer {
	color: #011640;
	background-image: url(http://convention2010.wikidot.com/local--files/css:theme/footer.png);
}

#footer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}


#footer .options {
	float: right;
	font-size: 90%;
	padding: 53px 0;
	margin-right: 10px;
	z-index:1;
	color: #011640;
}


#footer a {
	color: #011670;
}

/* LICENSE
=============================*/

#license-area {
    padding: 0 0;
    color: #011640;
    text-align: center;
    font-size: 80%;
}


/* OTHER PAGE FOOTER INFO
=============================*/

#page-info {
	clear:both;
	font-size:87%;
	margin:2px;
	text-align:right;
	display: none;
}

.page-watch-options {
	font-size:95%;
	text-align:right;
	display: none;
}

/* FORUM
===========================*/

.forum-group div.head {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	background-color:#FFFBD1;
	border:1px solid #333333;
	color:#0A1E4C;
	margin:0;
	padding:0.5em 1em;
}

.forum-group table tr.head td {
	background-color:#E4E8B3;
	font-size:85%;
	text-align:center;
}

.thread-container .post .head {
	background-color: #E6EDF2;
}

.thread-container .post .long .head .info {
	background-color: #E5E7E8;
}


/* TABS
===========================*/

yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav   {
	width:65%;
	border-color: #627369;
	border-width:0;
}

.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
	width:65%;
}



.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 10px;
	background-color:#468259;
	color: white
}

.yui-navset .yui-nav li a em, .yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 10px;
	background-color:#dddddd;
	color: #468259;
	display:block;
}


.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
	border-style:solid;CSS
	background-color: #e2f2c6;
}


.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
	border: none;
}

div.wiki-note {
	border: 1px solid #627369;
	margin: 2em 6em;
	text-align: left;
	color: #627369;
	background-color: #99B297;
	width: 30%;
	padding: 2em;
}