/*  
Theme Name: Simple Blue
Theme URI: http://www.watchnarutoepisodes.net/
Description: A simple yet sleek wordpress template, good ad placement.
Version: 1.0
Author: Hisham Macpherson
Author URI: http://www.watchanimeepisodes.com/
*/

/* Begin Typography & Colors */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#header {
	background:url(images/header.jpg);
	height:97px;
}
	#header h1 {
		font-size:16px;
		color:#FFFFFF;
		padding:28px 0 0 10px;
	}
	
	#header h2 {
		color:#bdd7e5;
		font-size:12px;
		font-weight:normal;
		padding:0 0 0 10px;
	}
	
	#menu {
		background:url(images/menu.jpg);
		height:51px;
		clear:both;
	}
	
#top {
	background:#FFFFFF url(images/top.jpg) repeat-x;
	height:40px;
}	

#menu li {
	float:left;
	list-style:none;
	padding:16px 15px 0 15px;
}

	#menu li.start {
		padding:16px 15px 0 0;
	}

		#menu li a {
			color:#727272;	
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration:none;
			font-weight:bold;
		}
		
		#menu li a:hover {
			text-decoration:underline;
			color:#333333;
		}
	
	.box {
		background:#000000;
		width:350px;
		height:300px;
	}
	
.wrapper {
	width:760px;
	margin:0 auto;
}	

.date{
	font-size:10px;
	color:#c0c0c0;
	padding:0 0 10px 0;
}
	
h1,h2, ul, p {
	margin:0;
	padding:0;
}	

#leftColumn {
	float:left;
	width:200px;
	margin:15px 0 0 0;
}

	#leftColumn h1, #leftColumn h2 {
		color:#458eb5;
		font-size:12px;
		margin:15px 0 0 0;	
	}
	
		#leftColumn a {
			color:#727272;
			font-size:12px;
		}
		
		#leftColumn a:hover {
			text-decoration:none;
		}
		
		#leftColumn li {
			list-style:none;
			padding:0 10px 0 10px;color:#727272;
			font-size:10px;
		}

#rightColumn {
	float:right;
	width:560px;
	margin:15px 0 0 0;	
}

	#rightColumn p {
		font-size:12px;
		color:#585858;	
		padding:7px 0 7px 0;
	}
	
	#rightColumn p a {
		font-size:11px;
		color:#418cb3;	
	}

.title {
	padding:20px 0 0 0;
}

	.title a {
		font-size:16px;
		font-weight:bold;
		color:#418cb3;
	}
	
	.title a:hover {
		text-decoration:none;
	}
	
#footer {
	background:#edebec url(images/footer.jpg) repeat-x;
	height:173px;
	clear:both;
	font-size:11px;
	color:#727272;
	padding:10px 0 0 0;
	font-weight:normal;	
}	

	#footer a {
		color:#727272;	
	}
	
	#footer a:hover {
		text-decoration:none;
	}
	
#searchform #s {
	width:100px;
	font-size:12px;
}	

#comment {
	width:400px;
}

a { 
	color:#727272;
}
	
a:hover {
	color:#418cb3;
}	

.post h2 {
	font-size:13px;
	color:#458eb5;
}
