/*

Theme Name: TheDarkLegion

Description: /Templates</a>..

Author: Vijabei aka SoftKnight

Author URI: www.thedarklegion.org

Version: 0.1

Tags: black, with image, seo-friendly, fixed-width, right sidebar, widget ready, The Dark Legion, Regnum, Regnum Online



*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(images/background.gif);
	margin-top: 15px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

#wrap {
	width: 960px;
	text-align: left;
}

#header {
	background: url(images/background_header.png) no-repeat;
	height: 320px;
	padding: 0px 10px;
}

#title {
	height: 115px;
	float: left;
	padding-left: 20px;
}

#topsearch {
	float: right;
	padding: 290px 15px 0px 0px;
	z-index: 2;
}

#pagenav {
	clear:both;
	height: 35px;
	font-size: 14pt;
	font-weight: bold;
	/*padding-top: 10px;*/
  position: relative;
  top: 180px;
  z-index: 1;
  text-align: center; 
}

#main {
	background: #111111;
	padding: 20px 10px
}

#sidebar {
	float: right;
	width: 300px;
}

#content {
	margin: 0px 0px 0px 0px;
}

#portal {
  margin: 0px 330px 0px 0px;
}

#footer {
	background:url(images/background_footer.gif) repeat-x;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	font-size: 7pt;
  color: #BEBEFF;
	clear: both;
}

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

.navigation {
	clear:both;
	margin: 0px 0px 15px 60px;
}

.date {
	background: url(images/background_date.gif) no-repeat;
	width: 46px;
	font-size: 11pt;
	color: #BEBEFF;
	text-align: center;
	padding: 3px 2px;
	font-weight: bold;
	height:44px;
	float:left;
}

.post{
	padding-bottom: 15px;
}

.entry {
	float:right;
	width: 920px;
}

.clear {
	width: 900px;
	height: 1px;
}

.entryportal {
	float:right;
	width: 540px;
}

.clearportal {
	width: 520px;
	height: 1px;
}

.postmetadata {	
	padding: 15px 0px;
	color: #444444;
}

.postmetadata a {
	color: #444444;
	text-decoration: none;
}

#content ul li, ol li {
	margin-left: 25px;
}

#portal ul li, ol li {
	margin-left: 25px;
}

ul li ul li {
	margin-left: 10px;
}

ul li ul li ul li {	
	margin-left: 10px;
}

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

/* text */



#title h1 {
	font-size: 24pt;
	font-weight: normal;
	padding-top: 25px;
}

#title h1 a {
	text-decoration: none;
	color: #EE1100;
}

#pagenav ul li {
	display: inline;
	list-style: none;
}

#sidebar li {
	padding-bottom: 2px;
	list-style: none;
}

#pagenav li a {
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration: none;
}

#pagenav li a:hover {
	background: url(images/background_hover.png) no-repeat;
	padding: 10px 15px 10px 15px;
	height: 15px;
	color: #EE1100;
}

.description {
	font-size: 14pt;
	color: #999999;
}

p, #content h1, h2, h3 ,h4, ul, ol {
	padding-bottom: 10px;
}

p, #portal h1, h2, h3 ,h4, ul, ol {
	padding-bottom: 10px;
}

#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #EE2222;
}

#portal h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #EE2222;
}

#content h1 a {
	text-decoration: none;
	color: #EE2222;
}

#portal h1 a {
	text-decoration: none;
	color: #EE2222;
}

h2 {
	font-size: 12pt;
}

h2 a {
	color: #FFAA55;
	text-decoration: none;
}

h3, h4 {
	font-size: 11pt;
	color: #FFAA55;
}

a {
	color: #7788FF;
}

#sidebar a {
	color: #D8D8D8;
	text-decoration: none;
}

#sidebar h2 {
	padding-bottom: 10px;
}

blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}

/* form */

#author, #email, #url, #comment, .s {
	border: 1px solid #ffffff; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #4dd8f8;
}

#author, #email, #url, #comment {
	padding: 5px;
}

.s {
	padding: 3px;
}

#submit, .searchsubmit {
	background: url(images/background_footer.gif) repeat-x;
	color: #EE2222;
	border: 1px solid #ffffff; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}

#commentform a {
	color: #ffffff;
	text-decoration: none;
}

#commentform a:hover {
	color:#ffffff;	
	text-decoration: underline;
}

#comments {
	margin: 10px 0px 10px 60px;
}

/* wp default */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

