/*
Theme Name:newrealm
Description:clean white theme
Author: Jinsona
Author URI: http://www.web2feel.com
*/
/* The theme is released under GNU GPL licence. Users are free to modify the theme and its componants. 
Web2feel.com is not responsible and will not provide any asistance for the mis alignment or dysfunction caused by the user in the course of modification*/

body {
	margin:0;
	padding-top:0px;
	background:#fe4806 ;
	font-family: Century Gothic,Verdana,Helvetica,sans-serif;
	color:#111;
	font-size:12px;
	}
img {
	border:10;
	}
a {
	color:#ff6600;
	}
a:hover {
	color:#bb4b00;
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#003333;
	padding:2px 3px 2px 3px;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	
	}

/* The Top */

.top {
	height:250px;
	background:url(images/top02.jpg);
        background-repeat: repeat-x;
	}
.player  {
          padding-top:5px;
          padding-left:5px;
          }  
.blogname {
	float:right;
	width:800px;
	}
.blogname h1 {
	font-size:40px;
	font-weight:bold;
	margin:140px 0 0 240px;
	color:#fff;
	}

.blogname h1  a:link, .blogname h1  a:visited{ 
	
	color: #093334; 
	text-decoration: none; 
	background-color:transparent;
	}
	

.blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
	
	
	
.blogname h2 {
	margin:5px 0 0 240px;
	font-size:16px;
	font-weight:normal;
	color:#111;
	}

/* The Menu */

.menu {
	height:39px;
	background:url(images/menu.jpg);
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:8px 15px 0 0;
	float:left;
	}
.menu li {
	display:inline;
	font-size:12px;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	}
.menu a {
	color:#333;
	text-decoration:none;
	}
.menu a:hover {
	color:#000000;
	background:none;
	}

/* The Content */

.content{
	width:1000px;
	margin:0 auto;
	background:#fff url(images/content.jpg);
	background-repeat: repeat-y;
	
	}

/* The Posts */

.text {
	width:720px;
	float:left;
	text-align:justify;
	padding:10px 0 0 10px;
	}
.post {
	padding:0 0 10px 10px;
		}

h1.title {
    font-size:24px;
	margin:5px 0 0 0;
	color:#568788;
	font-weight:normal;
	padding:0 0 3px 0px ;
	border-bottom:1px solid #333;
	}
h1.title a {
	color:#568788;
	text-decoration:none;
	}
h1.title a:hover {
	color:#568788;
	background:none;
	text-decoration:none;
	}
.postinfo {
    height:20px;
	background:#fff ;
	padding: 1px 2px 2px 0px;
	}
	
.postinfo a {
	color:#006699;
	font-weight:normal;
	text-decoration:none;

	}

.postline{
	height:41px;
	background: url(images/postline.jpg) no-repeat;
	 
}
/* right Sidebar */

#sidebar{
width:205px;
float:right;
font-size:12px;
color:#555;
margin: 10px 10px 0px 5px;

}

#sidebar ul {
margin:0;
padding:0;
list-style-type:none;
}

#sidebar  h2 {
height:27px;
font-size:14px;
font-weight:bold;
font-family:Tahoma, arial,sans-serif;
padding:6px 0px 3px 10px;
background:url(images/h2.jpg);
Margin: 10px 0 0 0;
color:#111;
}

#sidebar a {
font-weight:bold;
display:block;
line-height:120%;
padding:4px 0 4px 0;
color:#588889;
text-decoration:none;
}

#sidebar a:hover {
text-decoration:none;
background-color:#fff;
color:#222;
}

#sidebar ul li a {
padding-left:10px;
list-style-type:none;

}
#sidebar table {
	width:100%;
	text-align:center;
	}

/* The Footer */


#footer {
	height:25px;
	padding:25px 0 0 15px;
	margin:0px 0 0 0;
	
	color:#fff;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	}

#footer a {
	color:#000;
	text-decoration:none;
	}

#footer a:hover {
	color:#111;
	
	}

/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#448aff;
	}
.navigation a:hover {
	color:#e05400;
	background:#eedcbd;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:2px solid #626262;
	color:#333;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #66a9d2;
	color:#216100;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}

