/*********************************************
* global css for TowerFall wiki
* created by deetaj
* borrows from Monobook theme by Fereal 
* http://themes.wikidot.com/monobook
*********************************************/

/***** GLOBAL HYPERLINKS *****/
a{
	color: #69f;
	text-decoration:none;
}

a:hover{
	background-color: transparent;
	text-decoration:underline;
}

a:visited {
	color: #A37ACC;
}

a .newpage{
	color: #772233;
}

/***** CONTAINER*****/
#container{
	background-image: url(http://towerfall.wdfiles.com/local--files/home:home/towerFallWiki628.png), 
	url(http://towerfall.wdfiles.com/local--files/home:home/bgTop.png),
	url(http://towerfall.wdfiles.com/local--files/home:home/bg.png);
	background-color: #231759;	
	background-position: top center, top center, top center;
	background-repeat: no-repeat, no-repeat, repeat-y;
	min-width: 780px;
	font: sans-serif;
}

/***** HEADER AREA *****/
#header {
	position: static;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: #ccc;
	float: none;
}

#header h1 a{
	display: none;
}

#login-status{
	color: #ccc;
	top: 2px;
	z-index: 200;
}

#account-options{
	font-size: 80%;
	z-index: 200;
}

#search-top-box{
	top: 30px;
	margin-right: -5px;
	z-index: 200;
}

#top-bar{
	position: static;
	width: 100%;
}

#top-bar a:hover{
	background-color: transparent;	
}

/** USER-BAR DIV**/
.user-bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	display: flex;
	align-items: center;
	font-size: 90%;
	background-color: black;
	z-index: 100;
}

/***** NAV DIV *****/
.nav-container{
	width: 780px;
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.nav-container img{
	vertical-align: middle;
	height: 25px;
	margin: 2px 5px 2px 15px;
}

.nav-container a, .nav-container a:hover, .nav-container a:visited{
	color: #ccc;
}

.nav-archers{
	margin-top: 10px;
	display: none;
}

.nav-towers {
	display: none;
}

.nav-towers img{
	margin-top: 10px;
	width: 30px;
	height: 30px;
}

/***** MAIN CONTENT *****/
#main-content{
	position: relative;
	padding: 10px 30px 30px;
	margin: 0 auto;
	width: 760px;
	font-family: sans-serif;
	color: #ccc;
	font-size: 110%;
}	

#main-content h1{
	clear: both;
	border-bottom: 1px solid silver;
	padding-bottom: 3px;
	margin: 30px 0 10px 0;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 190%;
}

#main-content h2{
	font-family: sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}

/***** PAGE TITLE *****/
#page-title{
	border-bottom: 1px solid silver;
	font-size: 250%;
	font-family: sans-serif;
	font-weight: bold;
	color: #ccc;
	padding: 0;
	margin-left: 0px;
}

/***** BREADCRUMBS *****/
#breadcrumbs{
    display: none;
}
 
/***** PAGE CONTENT *****/
#page-content{
	line-height: 150%;
}

#page-content p{
	margin-top: 6px;
}

#page-content ul{
	margin-top: 11px;
	margin-bottom: 10px;
	padding-left:20px;
}

#page-content ul li {
    margin-left: 5px;
    padding-left: 10px;
}

#page-content .wd-editor-toolbar-panel ul li{
	padding-left: 0;
}

#page-content .wd-editor-toolbar-panel ul{
	padding-left: 0;
	margin: 0;
}

#page-content .code{
	font-size: 85%;
}

#new-thread-form ul{
	padding-left: 0;
	list-style-image:none;
	list-style-type:none;
}

/***** FOOTER *****/
#footer, #license-area{
	color: #ccc;
	width: 760px;
	margin: 0 auto;
	font-size: 85%;
}

#footer{
	padding-top: 50px;
}

#license-area{
	padding-bottom: 10px;
}

/***** PAGE OPTIONS *****/
.page-options-bottom a{
	font-size: 90%;
}

/***** TABLE OF CONTENTS *****/
#toc{
	border: 1px solid gray;
	background-color: #f5f5f5;
}

#toc-action-bar a{
	font-size: 90%;
}

/***** WIKIDOT EDITOR *****/
#edit-page-textarea{
	font-size: 80%;
	height: 450px;
}

/***** MISC *****/
/** CENTER CONTAINER **/
.div-centerContainer{
	display: inline;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

/** FLOAT**/
.div-floatLeft{
	float: left;
	border: 1px solid #ccc;
	background-color: #222;
	padding: 5px;
	margin: 0 20px 20px 0;
	text-align: center;
	max-width: 50%;
}

.div-floatRight{
	float: right;
	border: 1px solid #ccc;
	background-color: #222;
	padding: 5px;
	margin: 0 0 20px 20px;
	text-align: center;
	max-width: 50%;
}

.div-floatLeft img, .div-floatRight img{
	padding-bottom: 5px;
}

/** INFOBOX **/
.div-infobox{
	max-width: 36%;
	text-align: center;
	float: right;
	padding: 0 10px 10px;
	margin: 0 0 20px 20px;
	border: 1px solid #ccc;
	background-color: #222;
	
}

.div-infobox h2{
	background-color: #111;
}

.div-infobox img{
	padding: 10px;
}

/** TABLE **/
table.wiki-content-table, table.wiki-content-table th, table.wiki-content-table td{
	border: 5px solid #222;
	text-align: left;
	vertical-align: top;
	background-color: #222;
}

table.wiki-content-table th{
	background-color: #111;
}

table.centered{
	width: 95%;
	margin: 0 auto;
}

table.centered td{
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

table.centered img{
	padding: 5px;
}
