/*
Theme Name: RezPLS
Theme URI: http://www.rezpls.com
Description: Fuck yeh!
Version: 2.2
Author: Murray Lunn
Author URI: http://www.murlu.com
Tags: rezpls
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

ul { list-style-type: none;}		/* Removes the bullets from UL */

.clear {
	clear: both;		/* Clears the div */
}

/* Main Body and Container */
body {
background: url(images/bodybg.jpg);
color: #e2e2e2;			/* Turns all font to white */
font-family: arial, verdana, sans-serif;
font-size: 14px;
}

#container {
width: 962px;		/* Width of the container */
height: 100%;		/* Height of the container */
margin: 0 auto;		/* Centers the container */
background: #0a0a0a;
border: 1px solid #2a2a2a;
margin-top: 25px;
margin-bottom: 25px;
}

/* Global Styles */

h1 {
background: url(images/rezpls.png) no-repeat;	/* Adds the H1 background image */
height: 42px;									/* Height of the image */
width: 194px;									/* Width of the image */
text-indent: -9999px;							/* Removes the text */
position: relative;								/* Positions the h1 relative to the header div */
top: 30px;										/* Positions the h1 30px from the top */
left: 50px;										/* Positions the h1 50px from the left */
float: left;									/* Floats the h1 to the left */
}

h1 a {
display: block;		/* Sets the anchor as block */
height: 42px;		/* Height of the anchor block */
width: 194px;		/* Width of the anchor block */
}

h2 {
background: url(images/h2bg.png) repeat-x;	/* Sets the background to the blue texture */
height: 30px;								/* Height of the h2 background image */
font-size: 16px;
line-height: 30px;
text-align: center;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom: 1px solid #282828;
}

h3{
font-size: 32px;
color: #1360bf;
margin-top: 10px;
margin-bottom: 5px;
}

h3 a {
color: #1360bf;
text-decoration: none;
}

h3 a:hover {
color: #e2e2e2;
}

h4 a{
font-size: 12px;
color: #1360bf;
text-decoration: none;
font-weight: bold;
}

h4 a:hover {
color: #e2e2e2;
}

h5 {
font-size: 14px;
color: #e2e2e2;
text-decoration: underline;
}

p {
line-height: 200%;
}

a {
color: #1360bf;
text-decoration: none;
}

a:hover {
color: #e2e2e2;
}

/* Header Styling */
#header {
background: url(images/headerbg.png) no-repeat;		/* Sets the bacground of the header */
height: 190px;										/* Height of the header background image */
width: 960px;										/* Width of the header background image */
}

.ad468x60 {
height: 60px;
width: 468px;
border: 1px solid #e2e2e2;
float: right;
position: relative;
top: 20px;
right: 30px;
}


/* Navigation Sytles */
#navigation {
background: url(images/navbg.png) no-repeat;		/* Sets the bacground of the navigation */
height: 30px;										/* Height of the navigation background image */
width: 960px;										/* Width of the navigation background image */
margin: 10px 0px 10px 0px;
}

#navigation li {
padding-left: 50px;
float: left;
}

#navigation a {
float: left;
line-height: 30px;
color: #e2e2e2;
text-decoration: none;
font-weight: bold;
}

#navigation a:hover {
color: #1360bf;
}

/* Search */
#searchform {
line-height: 30px;
float: right;
margin-right: 10px;
}

/* RSS */
#rss {
position: absolute;
bottom: 5px;
right: 30px;
width: 210px;
height: 70px;
}

.rssButton {
background: url(images/rss.png) no-repeat;		/* Set the background image to RSS img */
text-indent: -9999px;							/* Indent the RSS text */
width: 67px;									/* Set the width */
height: 66px;									/* Set the height */
float: left;									/* Float left */
}

.rssButton a {
display: block;		/* Sets the anchor as block */
height: 66px;		/* Height of the anchor block */
width: 67px;		/* Width of the anchor block */
}

.rssSubscribe {
color: #e2e2e2;
text-decoration: none;
float: right;
}

.feedburner {
float: right;
position: relative;
top: 15px;
right: 25px;
}

/* Rotator */
#featuredContent {
width: 600px;
height: 400px;
float: left;
}

#slider {
    width: 600px; /* important to be same as image width */
    height: 370px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

#sliderContent .post {
margin-bottom: 0;
padding: 0;
}


p.sliderHeader a{
font-size: 14px;
color: #1360bf;
text-decoration: none;
font-weight: bold;
}

p.sliderHeader a:hover {
color: #e2e2e2;
}

/* Posts */
#postContainer {
margin: 10px;
}

.post {
border: 1px solid #0a2845;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 10px;
}

.post a{
font-weight: bold;
}

.post p {
padding-bottom: 14px;
}

.postdate {
color: #356fa7;
margin-bottom: -10px;
font-size: 16px;
}

/* Comments */
#comment {
width: 570px;
}

.response {
font-size: 18px;
}

.commentauthor {
margin-left: 15px;
}

.commentemail {
margin-left: 27px;
}

.commenteurl {
margin-left: 7px;
}

/* Latest News */
#latestNews {
width: 350px;
height: 400px;
float: right;
background: #121212;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.news {
width: 345px;
height: 50px;
overflow: hidden;
margin-top: 8px;
}

.mmonewsicon {
float: left;
margin-right: 10px;
background: url(images/newsbutton.png) no-repeat;
width: 100px;
height: 50px;
text-indent: -9999px;
}

/* Featured Articles */
#featuredArticles {
width: 600px;
height: 100%;
float: left;
margin-top: 10px;
background: #121212;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* Sidebar */
#sidebar {
width: 350px;
height: 100%;
float: right;
margin-top: 10px;
background: #121212;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#mmoList {
background: url(images/h2bg.png) repeat-x;	/* Sets the background to the blue texture */
height: 30px;
width: 350px;
line-height: 30px;
float: right;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.gameAd1 a {
display: block;
width: 350px;
height: 75px;
text-indent: -9999px;
background: url(images/sidebarGameAd.png) no-repeat;
float: left;
margin: 5px 0px 2px 0px;
}

.gameAd2 a {
display: block;
width: 350px;
height: 75px;
text-indent: -9999px;
background: url(images/sidebarGameAd.png) no-repeat;
float: left;
margin: 3px 0px 5px 0px;
}

#top5games {
width: 180px;
height: 300px;
float: left;
}

	.atlantica a {
	display: block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/GameButtons/AtlanticaOnlineButton.jpg) no-repeat;
	margin-top: 4px;
	}
	
	.runes a {
	display: block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/GameButtons/RunesOfMagicButton.jpg) no-repeat;
	}
	
	.maple a {
	display: block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/GameButtons/MapleStoryButton.jpg) no-repeat;
	}
	
	.rune a {
	display: block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/GameButtons/RunescapeButton.jpg) no-repeat;
	}
	
	.wizard101 a {
	display: block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/GameButtons/Wizard101Button.jpg) no-repeat;
	}

#popularArticles {
width: 180px;
height: 100%;
float: left;
}


/* Footer Styles */
#footer {
background: url(images/footer.png) no-repeat;
width: 960px;
height: 121px;
float: left;
margin-top: 10px;
}

#footer a {
font-size: 12px;
color: #e2e2e2;
text-decoration: none;
}

#footer a:hover {
color: #246eb3;
}

#rezplsInfo {
float: left;
width: 250px;
height: 100px;
overflow: hidden;
margin: 10px 0px 0px 30px;
}

.copy {
float: left;
position: relative;
top: 90px;
left: 135px;
}

#blogRoll {
float: right;
width: 250px;
height: 100px;
overflow: hidden;
text-align: right;
margin: 10px 30px 0px 0px;
}

.tallAd {
float: right;
width: 160px;
height: 600px;
margin-top: -330px;
}

/* 404 Style */
.errorimage {
background: url(images/rockblock.jpg) no-repeat;
width: 522px;
height: 642px;
}

/* IMG */
img.alignleft {
padding-right: 10px;
padding-bottom: 10px;
}

img.alignright {
padding-left: 10px;
padding-bottom: 10px;
}




/* Games Page */
.mmogame {
background: url(images/game-bg.jpg) repeat-x;
height: 350px;
width: 760px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0px 0px 10px 10px;
}