/*
Theme Name: WoW4WP!
Theme URI: http://www.raspberryswirl.net/
Description: A theme created for fans of Blizzard's World of Warcraft.  - Like me!
Version: 0.01
Author: Shelby
Author URI: http://www.raspberryswirl.net
*/


body	{

background-image: url('images/body_bg_new.png');
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #000;
text-align: center;
margin: 0px auto 0px auto;
font-family: Verdana, Arial, Tahoma;
font-size: 11px;

		}

#header	{

background-image: url('images/header_bg_new.png');
background-repeat: no-repeat;
background-color: #000;
text-align: center;
margin: 0px auto 0px auto;
height: 230px;
width: 876px;
display: block;

	}


#sizewrapper {
		width: 730px;
		text-align: center;
		margin: 0px auto 0px auto;
	}

#bgwrapper {

	width: 876px;
	text-align: center;
	margin: 0px auto 0px auto;
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
	color: #000;
	
	}

#footer {
		width: 876px;
		height: 140px;
		text-align: center;
		margin: 0px auto 0px auto;
		padding: 5px 0 0 0;
		background-image: url('images/footer_bg.png');
		background-repeat: no-repeat;
		color: #000;
	}

#content {
		width: 510px;
		text-align: justify;
		padding: 5px;
		float: left;
	}

#sidebar {
		width: 170px;
		text-align: justify;
		padding: 5px;
		float: right;
	}

/** Section Title Styles **/

#content h2 {

	line-height: 35px;
	height: 38px;
	background-image: url('images/title.gif');
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 0px 30px;
	
	}

#sidebar h2 {

	line-height: 35px;
	height: 38px;
	background-image: url('images/btn.gif');
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 0px 30px;

	}

/** Footer Text **/

#footer-text {

		margin: 0px auto 0px auto;
		text-align: center;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		width: 660px;
                font-size: 9px;
                font-variant: small-caps;
	}

/** Global Settings **/

a:link, a:active, a:visited {

	color: #a41f0d;
	font-weight: bold;
	text-decoration: none;

	}

a:hover, a:visited:hover {

	color: #34465c;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #a41f0d;

	}

#sidebar ul { 
		margin: 0 0 0 20px;
		padding: 0px;
	}

#sidebar ul li {
			list-style-image: url('images/bullet1.gif');
			padding: 0 0 2px 0;

		}

#sidebar ul li li {
			list-style-image: url('images/bullet.gif');
			margin: 0 0 0 -10px;
			padding: 0px;
		}


ul li {
	 list-style: square;

	}

ul li li {
		list-style: circle;
		margin: 0 0 0 -20px;
	}

h1, h3, h4, h5, h6 {
		
			font-size: 12px;
			font-weight: bold;
			font-variant: small-caps;
			border-bottom: 1px solid #a41f0d;
			color: #34465c;

		}

input, textarea  {

			font-size: 11px;
			font-weight: bold;
			background: transparent;
			border: 1px dashed #a41f0d;
			color: #34465c;
			font-family: Verdana, Arial, Tahoma;

		}

select	{

			font-size: 11px;
			font-weight: bold;
			background: #dfbe82;
			border: 2px dashed #a41f0d;
			color: #34465c;
			font-family: Verdana, Arial, Tahoma;

	}

.commentdata {
		font-variant: small-caps;
		text-align: right;
		margin: 10px 0 5px 0;
		font-size: 11px;
	
	}

.storyContent {
		text-align: justify;
		line-height: 1.3em;

		}

a img { border: 0px; }

.navigation: { margin: 15px; }

.attachment { text-align: center; }

.searchform {  width: 110px;
		margin: 4px auto 4px auto; }

.searchformbutton { width: 110px; }

blockquote {

		border: 1px solid #a41f0d;
		color: #a41f0d;
		padding: 10px;
		text-transform: italics;
		width: 300px;
		background-color: #dfbe82;
	
	}


.storyContent {padding: 10px;}

#content h2 a { color: #fff; }

img.alignleft { float: left; padding: 3px; border: 1px solid #000; margin: 5px; background: #fff; }
img.alignright { float: right; padding: 3px; border: 1px solid #000; margin: 5px; background: #fff; }

.alignleft { float: left; }
.alignright { float: right; }