﻿/* 
	Theme Name: UK Nemesis
	Theme URL: http://www.uknemesis-server.net
	Description: UK Nemesis Wordpress Site Theme
	Version: 1.0
*/

/**** RESETS ****/

/* Removed h3,h2, blockquote - 08.07.09 */

body,div,dl,dt,dd,ul,ol,li,h1,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
/* Removed strong - 13/07/09 */
	address,caption,cite,code,dfn,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
/*
	ul { 
	    list-style:none; 
	}
*/	
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 

/**** TOOLBOX ****/

/* Colours */
.yellow { color: #bcde25; } 
.cyan { color: #1996c2; }
.clear { clear: both; }

body {
	background: #222 url(images/background.png) repeat-x;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}


/*******************************/
/******* PAGE STRUCTURE ********/
/*******************************/
#page-wrap {
	width: 780px;
	margin: 0 auto;
}

/**** HEADER ****/
#top-bar {
	color: #898989;
	height: 27px;
}
	#top-bar-inside {
		margin: 0 auto;
		padding: 7px 5px;
		width: 770px;
	}
		#topbar-title {
			float: left;
		}
			#topbar-login {
				float: right;
				color: #898989;
			}
				#topbar-login a {
					color: #898989;
					text-decoration: none;
				}

#banner {
	background: url(images/banner.png);
	height: 225px;
	text-indent: -1070px;
}

#main-nav {
	background: url(images/bar_bg.jpg) top repeat-x;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	height: 30px;
	margin: 4px 0;
	
}
	#main-nav ul {
		list-style: none;
		padding: 0 8px;
		height: 30px;
		width: 762px;

	}
		#main-nav li {
			display: block;
			float: left;
			height: 30px;
			letter-spacing: 0.049em;
			margin: 0;
			text-transform: uppercase;
		}
		#main-nav li a {
			float: left;
		}
			#main-nav li a:link, #main-nav li a:visited {
				background: url(images/bar_bg.jpg) repeat-x;
				color: #4F4F4F;
				display: block;
				font-size: 11px;
				font-weight: bold;
				height: 14px;
				padding: 8px 10px;
				text-decoration: none;
			}
				#main-nav li a:hover, #main-nav a:active {
					background-position: 0 -30px;
					color: #000000;
				}  

/**** CONTENT AREA ****/

#main-content {
	float: left; 
	width: 545px;
	margin-bottom: 40px;
}
	#main-content p {
		margin-bottom: 15px;
	}

#welcome {
	background: url(images/welcome.png) no-repeat;
	height: 150px;
}


/**** SIDEBAR ****/

#sidebar {
	float: right;
	width: 230px;
	margin-bottom: 40px;
}
	#sidebar ul {
		list-style: none;
	}
		.sidebar-heading { height: 30px; margin-bottom: 1px; }
		.sidebar-serverlgsl { background: #333; height: 420px; margin-bottom: 5px; text-align: center; }
		.sidebar-link { height: 20px; margin-bottom: 1px; }
		.sidebar-link-bot { height: 20px; margin-bottom: 5px; }
		.sidebar-aboutarea { background: #333; height: 148px; margin-bottom: 5px; padding: 5px 8px 5px 8px }
	#sidebar a, #sidebar a:active, #sidebar a:link, #sidebar a:visited, #sidebar a:hover {
		text-decoration: none;
		outline: none;
	}
	#sidebar .sidebar-aboutarea p {
		margin-top: 3px;
	}
		
/**** LGSL ****/
#sidebar .lgsl_server {
	
}

.lgsl_server a, .lgsl_server a:active, .lgsl_server a:hover, .lgsl_server a:visited { color:#3399cc; text-decoration: none; }

#sidebar .lgsl_server .title { color: #999999; font-size: 12px; font-weight: bold; padding-top: 10px; margin-bottom: 7px; }
#sidebar .lgsl_server img { border: 5px solid #3399cc; margin-bottom: 5px; }
#sidebar .lgsl_server .map-players { color: #999999; }
#sidebar .lgsl_server .server-ip { color: #3399cc; font-size: 12px; }


/**** FOOTER ****/

#footer {
	background: #131313 url(images/footer_bg.gif) bottom repeat-x;
	border-top: 2px solid #225f74;
	clear: both;
	height: 125px;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited, #footer a:link {
	text-decoration: none; 
	color: #707070;
}
#footer-inside {
color: #707070;
height: auto !important; /* force copyrights to bottom */
margin: 0 auto;
text-align: center;
width: 765px;

}
#footer-inside ul {
list-style: none;
margin: 0;
padding: 0;
}
#footer-inside #footer_news {
float: left;
width: 285px;
}
#footer-inside #footer_blogs {
float: left;
margin: 0 auto;
width: 200px;
}
#footer-inside #footer_admin {
float: right;
width: 210px;
}
#footer-inside li {
	padding: 3px 0;	
}

#footer-inside .header {
	color: #d3d3d3;
	font-weight: bold;
	height: 10px;
	margin-bottom: 5px;
}

#copyrights{
clear: both;
padding-top: 14px;
padding-bottom: 10px;
text-align: center;
}

	

/*******************************/
/********** POSTS **************/
/*******************************/

.post-snippet {
	margin: 4px 0;
	background: #262626;
}
	.post-snippet h2 {
		background: url(images/bar_bg.jpg) 0 -60px repeat-x;
		border-left: 1px solid #8b8b8b;
		border-right: 1px solid #8b8b8b;
		height: 12px;
		margin: 0 0 5px 0;
		padding: 9px;
		width: 525px;
	}
	.post-snippet h2 a:link, .post-snippet h2 a:visited {
		color: #d3d3d3;
		font-size: 11px;
		font-weight: bold;
		height: 12px;
		letter-spacing: 1px;
		text-decoration: none;
	}
	.post-snippet a:link, .post-snippet a:visited{
	color: #1996c2;
	text-decoration: none;
	}

		.post-snippet-text {
			padding: 10px 10px 10px 10px;
		}
			.post-footer {
				background: url(images/post_gradients.png) 0 -30px repeat-x;
				border-top: 1px solid #727272;
				height: 9px;
				/*margin-top: 10px;*/
				padding: 14px 14px 11px 14px;

			}
				.post-timestamp {
					float: left;
				}
					.post-actions {
						float: right
					}
					
/**** WORDPRESS POST IMAGES ****/
.wp-caption {
	background-color: #E0E0E0;
	margin: 10px;
	text-align: center;
	padding-top: 4px;
	border: 1px solid #F9F9F9;
}			

.wp-caption-text {
	color: #000000;
	padding: 0 4px 5px;
	margin: 0;
}		

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
					
					

/**** COMMENTS ****/


#main-content .commentlist p {
	margin-bottom: 10px;
}

#comments-section {
	border: 2px solid white;
	padding: 10px 10px 5px 10px;
}

ul.children {
	border: 1px solid white;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
/**** WORDPRESS CODEX CSS ****/

/* Automatic Image-Alignment */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



