/*  
Theme Name: Sward 2 Column
Theme URI: http://southernwardens.com
Description: This Wordpress theme was developed for Southern Wardens, a World of Warcraft guild.
Version: 1.0
Author: Eleanor Holmes
Author URI: http://eleanorholmes.com

*/

body {
	background-color: #213b59;
	margin: 0px;
	font-size: 12px;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: white;
	line-height: 140%;
	text-align: left;
	min-width: 550px;      /* 2x LC width + RC width */
}

P.title {
	color: #f6f0de;
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 0;
	text-align: right;
	font-size: 24px;
}

.posttitle {
	border-bottom-color: #262626;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
	margin: 0 0 0 0;
}

.postmetadata {
	font-size: 10px;
	color: gray;
}

.header1 {
	font-size: 18px;
	font-weight: bold;
}

.header2 {
	font-size: 16px;
	font-weight: bold;
}

.header3 {
	font-size: 14px;
	font-weight: bold;
}

.header4 {
	font-weight: bold;
}

.guildinfo_cat_header {
	color: #f6f0de;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-color: #262626;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 3px;
	margin-left: 120px;
}

.sidebar_cat_header {
	color: #f6f0de;
	margin-right: 120px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-color: #262626;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 3px;
}

.guildinfo_section {
	display: block;
	padding-bottom: 15px;
}

.sidebar_section {
	display: block;
	padding-bottom: 15px;
}


a:link, a:visited{
	text-decoration: underline;
	font-weight: bold;
	color: #f6ebca;
}

.posttitle a {
	text-decoration: none;
	font-weight: normal;
	color: #f6ebca;
}

.posttitle a:hover {
	text-decoration: underline;
	color: #f6ebca;
}

.postmetadata a {
	font-weight: normal;
	color: gray;
}

#guildinfo li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#sidebar li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}


.entry {
	padding-bottom: 40px;
}

#header {
	height: 126px;
	background-color: #262626;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#headerimage {
	margin-left: auto;
    margin-right: auto;
    width: 408px;
}

#container {
  padding-left: 250px;   /* LC width */
  padding-right: 250px;  /* RC width */
}

#container .column {
  position: relative;
  float: left;
}

#contentwrapper {
  width: 100%;
  margin-bottom: 100px;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
}

#guildinfo {
  width: 250px;          /* LC width */
  right: 250px;          /* LC width */
  margin-left: -100%;
text-align: right;
  font-size: 10px;
  height: 1000px;
}

#sidebar {
  width: 250px;          /* RC width */
  margin-right: -250px;  /* RC width */
  font-size: 10px;
}

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #262626;
}

P.footertext {
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#guildinfo ul {
	list-style-type: none;
	margin: 0;
}


#guildinfo li {
	list-style-type: none;
	margin: 0;
}

.entry ul {
	list-style-type: square;
}

.page_item {
	list-style-type: none;	
	margin: 0;
	padding: 0 10px 0 10px;
}

.menu_chunk {
	display: block;
	margin-top: 20px;
}

.menu_chunk_top {
	display: block;
	margin-top: 0px;
}

.prev_link {
	float: left;
}

.next_link {
	float: right;
}

/* COMMENTS CSS */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}


.hoverimage img {
	border: 5px solid #1A3047;
	margin-top: 10px;	
	margin-right: 15px;
	margin-left: 10px;	
	margin-bottom: 10px;
	padding: 0px;
}

.hoverimage:hover img {
	border: 5px solid #262626;
}

.hoverimage:hover {
	border: #262626;
}


/*** IE6 Fix ***/
* html #guildinfo {
  left: 250px;           /* RC width */
}
