/*
Theme Name: Arisen-guild.eu WotLK Theme
Theme URI: http://arisen-guild.eu
Description: Arisens Wrath of the Lich King theme
Version: 1.0
Author: Martin Larsen aka Unamithil
Author URI: http://marty.dk
Tags: WoW, Wrath of the Lich King, arisen

	Arisen-guild.eu WotLK Theme v/1.00
	 http://www.arisen-guild.eu

	This theme was designed and built by Martin Larsen,
	whose blog you will find at http://marty.dk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
*{
	border: 0;
	padding: 0;
	margin: 0;
}

body{
	background: #0f1516 url("images/site/bg.jpg") repeat-x;
	text-align: center;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
}
#site{
	width: 1009px;
	margin: 0 auto 0 auto;
	background: url("images/site/border.gif") repeat-y;
}

#container{
	width: 951px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header{
	background-image: url("images/site/topbanner.jpg");
	height: 350px;
}
.top{
	height: 310px;
}
.navigation{
	padding: 0 0 0 15px;
}
.navigation ul li{
	float: left;
	font-size: 14px;
	color: #fff;
	margin: 0 10px 0 10px;
}

#content{
	padding: 0 10px 0 10px;
	color: #c0cfd3;
}
.main{
	width: 627px;
	margin: 0 0 10px 0;
}
.main .box{
	background: #0f1516 url("images/site/content_top.jpg") no-repeat;
}
.sidebar{
	width: 292px;
}
.sidebar .box{
	background: #0f1516 url("images/site/sidebar_top.jpg") no-repeat;
}
.box .content{
	border: 1px solid #c0cfd3;
	padding: 8px;
}

.box{
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}

.box h1{
	font-size: 14px;
	color: #0f1516;
	margin: 0 0 0 8px;
}

.sidebar img{
	margin: 5px 0 5px 0;
}

.sidebar ul li{
	list-style: none;
}

#footer{
	border-bottom: 1px solid #c0cfd3;
}

.credits{
	margin: 5px 0 10px 0;
	color: #fff;
}

#content p {
	margin: 0 0 10px 0;
}
.wp-caption-text{
	font-size: 10px;
	font-style: italic;
}

/* Links */
h1 a{
	color: #0f1516;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}
a{
	color: #c0cfd3;
}
a:hover{
	text-decoration: none;
}
.navigation a{
	color: #c0cfd3;
	text-decoration: none;
}
.navigation a:hover{
	color: #fff;
}

/* Forms */
input {
	width: 200px;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	font-family: arial;
}
textarea {
	width: 280px;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	font-family: arial;	
}
option {
	width: 120px;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	font-family: arial;
}
input.btn {
	width: 111px;
	padding: 0;
	margin-right: 11px;
}

/* Floating and clearing */
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clearBoth{
	clear: both;
}