/*  
Theme Name: WPWoW-Theme
Theme URI: http://www.ljcuk.net/
Description: Wolrd of Warcraft Fan site based Word Press theme. Two columns, widget enabled.
Author: Lee Clark
Author URI: http://www.ljcuk.net/
Version: 0.4.2
Tags: WoW, blue, 2 columns, Blizzard, clean, WotLK, right sidebar, fixed width, valid xhtml, valid css, adsense ready, 1024, dropdown categories, widgets, footer navigation

Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.

*/

/* Defualt Rules */
body
{
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px Tahoma;
	color: black;
	background: url(images/borderTop.gif) top #000000 repeat-x;
}
a
{
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	margin: 0;
	font-size: 18pt;
}
h2
{
	margin: 0;
	font-size: 16pt;
}
h3
{
	margin: 0;
	font-size: 14pt;
}
p
{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10pt;
}

/* Page Layout */
#topOfPage
{
	color: #ffffff;
}
#topOfPage a
{
	padding: 5px 5px 0 0;
	color: #ffffff;
}
#body
{
	margin: -26px 0 0 0;
	padding: 0;
	border: 0;
	background: url(images/background.jpg) 50% 0 #151921 repeat-x;
}
#page
{
	width: 1064px;
	margin: 0px auto;
	background: url(images/border.gif) repeat-y;
}
#wrapper
{
	width: 1000px;
	margin: 0 32px;
	background: url(images/parchment.jpg);
	
}

/* Header */
#header
{
	width: 1000px;
	height: 200px;
	background: url(images/banner.jpg) black right no-repeat;
}
#header h1
{
	margin: 0;
	padding: 145px 0 0 0;
	color: white;
}
#header h2
{
	margin: 0;
	padding: 0;
	color: white;
}
#header p
{
	margin: 0;
	padding: 0;
	font-style: italic;
	color: white;
}
#header img
{
	padding: 25px 0;
	float: right;
}

/* Menu Bar */
#menuBar
{
	width: 1000px;
	background: url(images/seperator.gif) top repeat-x;
}
#menuBar ul
{
	margin: 0;
	padding: 0 10px;
}
#menuBar li
{
	list-style: none;
	float: left;
	padding: 0 0 0 10px;
	text-align: center;
	font-weight: bold;
}
#menuBar li a
{
	width: 150px;	
	line-height: 25;	
	display: block;
	background: url(images/button2.gif) no-repeat;					font-size:13px; color:white; text-decoration:none; line-height:25px;
}
#menuBar li a:hover
{
	background-position: 0 bottom;  
}

#content
{
	clear: both;
	width: 1000px;
}

/* Left Column */
#leftCol
{
	float: left;
	width: 75%;
}

#mainText
{
	padding: 10px;
	border: 1px solid #0d1f62;
	border-top: 0;
	background-image: url(images/lightBackground.jpg);
}

/* Right Sidebar */
#rightCol
{
	float: right;
	width: 25%;
}
#rightCol a
{
	color: black;
	text-decoration: none;
}
#rightCol a:hover
{
	text-decoration: underline;
}
#rightCol h2
{
	padding: 0 5px;
	color: white;
	background-image: url(images/titleBackground.gif);
}
#rightCol ul
{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #0d1f62;
	border-top: 0;
	background-image: url(images/lightBackground.jpg);
	list-style: none;
}
#rightCol ul ul
{
	margin: 0;
	padding: 5px 10px;
	border: 0;
	list-style: none;
}

/* Search Form */
#search
{
	padding: 10px;
	border: 1px solid #0d1f62;
	border-top: 0;
	background-image: url(images/lightBackground.jpg);
}

/* Footer */
#footer
{
	clear: both;
	width: 1000px;
	padding-bottom: 10px;
	background: url(images/seperator.gif) bottom repeat-x;
}
#footer p
{
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 6pt;
}
#bottom
{
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(images/border-Bottom.jpg) bottom repeat-x;
}

/* Custom Classes */
.IEHack
{
	padding: 10px;
}
.mainHeading
{
	padding: 0 5px;
	color: white;
	background-image: url(images/titleBackground.gif);
}
.searchBox
{
	width: 130px;
	
}

.alignLeft
{
	float: left;
}
.alignRight
{
	float: right;
}
.alignCentre
{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.button
{
	width: 150px;	
	height: 25px;	
	padding: 0;
	margin: 0;
	border: 0;	
	line-height: 25px;	
	display: block;
	text-align: center;
	background: url(images/button2.gif) no-repeat;					font-size:13px; color:white; text-decoration:none; line-height:25px;
}
.button:hover
{
	background-position: 0 bottom;  
	text-decoration: none;
}

/* WP Style rules */
.highlight
{
	font-weight: bold;
}
.cleared
{
	margin: 0;
	padding: 0;
	clear: both;
}
.alignleft
{
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright
{
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter, div.aligncenter
{
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft
{
	float: left;
	margin: 5px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
img.aligncenter
{
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-caption img
{
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #111;
}




