/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

img.left {
	float: left;
	margin: 10px 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
	margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 4px solid #EEEEEE;
	font-size: x-small;
}

.post .meta p {
	margin: 0;
}

.post .story {
}

/* Header */

#header {
	float: left;
	width: 100%;
	height: 170px;
	background: #000000 url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	float: left;
	width: 50%;
}

#logo h1, #logo h2 {
	float: left;
	padding: 100px 0 0 20px;
}

#logo h2 {
	padding-left: .25em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Menu */

#menu {
	float: right;
	width: 45%;
}

#menu ul {
	margin: 0;
	padding: 120px 0px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Content */

#content {
	float: left;
	width: 990px;
	padding: 20px 0px 20px 20px;
}

/* Content > Main */

#main {
	float: right;
	width: 730px;
	padding: 10px 0px 10px 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar .title {
	border-bottom: 5px solid #5FC1BC;
}

#sidebar a {
	color: #1D6E68;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 170px;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar2 .title {
	border-bottom: 5px solid #B7D885;
}

#sidebar2 a {
	color: #1D6E68;
}

#sidebar2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
 
#topmenua {
float:left;
width:710px;
text-align:left;
color:#666;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 8px 0px;
border-bottom: 1px dashed #666;
}

#topmenua a {
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topmenua a:hover {
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}

#topmenu {
float:left;
width:500px;
text-align:left;
color:#666;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 10px 0px 0px 0px;
}

#topmenu a {
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topmenu a:hover {
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}

#down {
	clear:both;
}

#search {
	float: right;
	width: 200px;
	margin: 10px 10px 0px 0px;
	border: 0px;
}

fieldset { border: 0px; }
form { border: 0px; }

#txtboxcontain {
	float:left;
}
#bttncontain {
	float:left;
	background-image:url(blank.png);
	width:29px;
	height:26px;
}
.textbox_class1 {
	font-size:20px;
	border: 1px solid #666;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/textgrad.png);
	background-repeat:repeat-x;
}
#search_textbox {
    border-top: 1px solid #6297BC;
    border-left: 1px solid #6297BC;
    border-bottom: 1px solid #6297BC;
    border-right: 0px solid #FFFFFF;
	font-size:16px;
	height:24px;
	padding-left:4px;
	font-style:italic;
}



#title {
font-size:22px;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
padding-left:2px;
}



#banner_ad {
width:936px;
height:23px;
padding-top:2px;
background-repeat:repeat-x;
font-size:12px;
text-align:center;
font-weight:bold;
color:#333333;
height:100px;}


#modulehead1 {
width:218px;
background-image:url(images/module1.png);
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top:10px;
height:35px;}
#ad_module {
width:208px;
padding-left:10px;
}
#module1 {
width:208px;
background-image:url(images/module1_background.png);
padding-left:10px;
}
#module1 a {
color:#FFFFFF;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#module1 a:hover {
color: #FF6600;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#module1bottom {
width:218px;
background-image:url(images/module1bottom.png);
height:18px;
}
#modulehead2 {
width:218px;
background-image:url(images/module2.png);
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top:10px;
height:35px;}
#module2 {
width:208px;
background-image:url(images/module2_background.png);
padding-left:10px;
}
#module2 a {
color:#FFFFFF;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#module2 a:hover {
color: #00CCFF;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#module2bottom {
width:218px;
background-image:url(images/module2bottom.png);
height:18px;
}
#modulehead3 {
width:218px;
background-image:url(images/module3.png);
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-top:10px;
height:35px;}
#module3 {
width:208px;
background-image:url(images/module3_background.png);
padding-left:10px;
color:#FFFFFF;
font-size:12px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif
}
#module3 a {
color:#FFFFFF;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#module3 a:hover {
color: #66FF00;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#module3bottom {
width:218px;
background-image:url(images/module3bottom.png);
height:18px;
}

.homebox {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-weight:bold;
font-size:12px;
text-align:left;}
.homebox a {
font-family:Arial, Helvetica, sans-serif;
color: #990000;
font-size:12px;
font-weight:bold;
text-decoration: underline;
}
.homebox a:hover { 
	color: #000099;
}
.border {
border-right:solid #000000 1px;
}

#homewrapper{
width:710px;
}
#catwrapper{
width:710px;
}
#column1{
float:left;
width:32%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#game_info_column{
float:left;
width:49%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#feature_column{
float:left;
width:70%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#feature_column2{
float:left;
width:25%;
margin-right:5px;
margin-top:5px;
text-align:left;
}
#cat_game_container {
float:left;
width:400px;
margin: 5px 5px 0px 12%;
text-align:left;
background-image:url(images/game_back.png);
background-position:right;
}

#column1 img{
border:1px solid #000000;
width:25px;
height:25px;
}
#home_category_heading {
border-bottom:1px solid #000000;
width:100%;
margin:0;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:16px;
text-align:left;
}
#home_category_heading a {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#subheading {
border-bottom:1px solid #000000;
width:710px;
margin:0;
margin-bottom:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:16px;
text-align:left;
}
#home_news_heading a {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#homepage_news {
padding-top:6px;
height:26px;
margin-left:2px;
margin-right:2px;
border-bottom:dashed 1px #999999;
width:550px;
text-align:left;
}
#homepage_news a {
font-family:Verdana, Arial, Helvetica, sans-serif}

#homepage_games {
padding-top:2px;
height:30px;
margin-left:2px;
margin-right:2px;
border-bottom:dashed 1px #999999;
}
#homepage_games a {
display: block;}
#homepage_games a:hover {
display:block;
background-image:url(images/highlight.png);
color: #990000;}

#feature_head {
width:708px;
background: #c4df9b;
border-top: 1px solid #b7d885;
border-right: 1px solid #b7d885;
border-left: 1px solid #b7d885;
text-indent: 15px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
padding:10px 0px 10px 0px;
margin-top:5px;
font-weight: bold;
font-size:16px;
}

#feature {
width:688px;
background: #c4df9b;
border-bottom: 1px solid #b7d885;
border-right: 1px solid #b7d885;
border-left: 1px solid #b7d885;
padding: 0px 10px 20px 10px;
color: #fff;
}

#feature a {
color:#000;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#feature a:hover {
color: navy;
font-size:12px;
text-decoration:underline;
line-height:15px;
}
#feature_bottom {
width:710px;
background-image:url(images/feature_bottom.png);
height:18px;
}
#cat_link {
text-align:right;
font-weight:bold;
}
#newsimage {
float:left;
width:60px;
}
#newstitle {
float:right;
width:704px;
background-color:#f7f7f7;
padding-left:4px;
}
#newswrapper {
width: 708px;
border:#f2f2f2 1px solid;
margin-top:6px;
}

#headerwrapper {
height:60px;
background:#f3f3f3;
}

.lolcake {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align:left;
}
.lolcake a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align:left;
	text-decoration:none;
	color:#000000;
}
#cake2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align:left;
}
#newstext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-right:#f2f2f2 1px solid;
	border-left:#f2f2f2 1px solid;
	border-bottom:#f2f2f2 1px solid;
	width:700px;
	padding:4px;
}

#view_game_head {
width:690px;
background: #c4df9b;
border-top: 10px solid #b7d885;
border-right: 10px solid #b7d885;
border-left: 10px solid #b7d885;
height:18px;
}
#view_game {
width:670px;
background: #c4df9b;
border-right: 10px solid #b7d885;
border-left: 10px solid #b7d885;
padding-left:10px;
padding-right:10px;
text-align:center;
}
#view_game_bottom {
width:690px;
background: #c4df9b;
border-right: 10px solid #b7d885;
border-bottom: 10px solid #b7d885;
border-left: 10px solid #b7d885;
height:18px;
}
#game_info_head {
width:708px;
background: #c4df9b;
border-top: 1px solid #b7d885;
border-right: 1px solid #b7d885;
border-bottom: 10px solid #b7d885;
border-left: 1px solid #b7d885;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color:#FFFFFF;
padding:10px 0px 10px 0px;
margin-top:5px;
font-size:14px;
text-indent:5px;}

#game_info {
width:688px;
background: #c4df9b;
border-right: 1px solid #b7d885;
border-left: 1px solid #b7d885;
padding-left:10px;
padding-right:10px;
color:#FFFFFF;
}
#game_info a {
color:#FFFFFF;
}
#game_info_bottom {
width:708px;
background: #c4df9b;
border-bottom: 1px solid #b7d885;
border-right: 1px solid #b7d885;
border-left: 1px solid #b7d885;
height:14px;
}
#game_image {
float:left;
width:60px;
height:60px;
background-image:url(images/no_image.png);}

#game_text {
float:left;
width:320px;
margin: 0px 0px 0px 10px;
padding: 3px 3px 0px 3px;
font-size: 12px;
color:#333333;}

#game_text a {
text-decoration:underline;
color:#000000;
}

#game_stats {
float:left;
width:320px;
margin: 0px 0px 0px 10px;
padding: 3px 3px 0px 3px;
font-size:10px;
color:#000;
}
#profile_container {
text-align:left;
}
a:link, a:visited, a:active {
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1qpx;
	color: #0066CC;

}

img {
  border: 0;
}
#comment_display {
width:480px;
text-align:left;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #000000;
}
#comment_title {
width:498px;
color:#FFF;
background-color:#990000;
text-align:left;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
padding-left:2px;
}
#comment_title a {
color:#FFF;
font-weight: bold;}
#login_container {
text-align:left;
}
#pm_footer {
border-top:1px solid #000000;
width:98%;
}
