/*
Theme Name: Newbetek
Description: Theme adapted from Firefolks.
Author: Newbetek
Author URI: http://newbetek.com/wordpress
*/



body {
	margin:0;
	padding-top:2px;
	background:#000;
	font-family: Tahoma, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	}
img {
	border:0;
	}
a {
	color:#00b4ff;
	}
a:hover {
	color:#76bfff;
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:964px;
	margin:0 auto;
	}

/* The Top */

.top {
	height:188px;
	margin-top:10px;
	background:url(images/top.png);
	}
.blogname {
	float:left;
	width:620px;
	}
.blogname h1 {
	font-size:72px;
	font-weight:bold;
	margin:80px 0 0 185px;
	color:#3498d3;
	}
.blogname h2 {
	margin:-5px 0 0 180px;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	}

/* The Search Form */

.search {
	float:right;
	width:230px;
	height:29px;
	margin-top:140px;
	padding-right:20px;
	}
.search form {
	margin:0;
	padding:0;
	}
.search input {
	border:none;
	padding:0;
	float:left;
	}
.search input#s {
	width:160px;
	height:22px;
	margin-right:4px;
	font-size:16px;
	padding:3px 2px 2px 3px;
	}
.search input#submit {
	width:52px;
	height:29px;
	background:url(images/search.png);
	}

/* The Menu */

.menu {
	height:35px;
	background:url(images/menu.png);
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:7px 5px 0 0;
	float:left;
	}
.menu li {
	display:inline;
	font-size:20px;
	padding:0 10px;
	}
.menu a {
	color:#ffffff;
	text-decoration:none;
	}
.menu a:hover {
	color:#000001;
	background:none;
	}

/* The Line */

.line {
	height:18px;
	background:url(images/line.png);
	}

/* The Content */

.content {
	padding:25px 39px 25px 36px;
	background:url(images/content.png) top;
	}

/* The Posts */

.text {
	width:676px;
	float:left;
	text-align:justify;
	}
.post {
	padding:0 0 10px 23px;
	}

h1.title {
	font-size:24px;
	margin:0;
	padding:0;
	color:#8ec8ee;
	font-weight:bold;
	}
h1.title a {
	color:#8ec8ee;
	text-decoration:none;
	}
h1.title a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	}
.postinfo {
	height:20px;
	background:#3695cf;
	border:1px solid #7dbdff;
	padding: 3px;

	}
.postinfo a {
	color:#000001;
	text-decoration:none;
	background:#3695cf;
	
	}

/* The Sidebar */

.sidebar {
	width:150px;
	float:right;
	line-height:20px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	height:29px;
	padding-top:1px;
	padding-left:9px;
	font-size:18px;
	color:#000;
	margin:10px 0;
	background:url(images/h2bar.png);
	line-height:normal;
	}
.sidebar ul ul ul {
	padding-left:10px;
	}
.sidebar a {
	padding-left:10px;
	text-decoration:none;
	color:#fff;
	
	}


/* The Footer */

.footer {
	height:44px;
	background:url(images/footer2.png);
	text-align:center;
	color:#442c0e;
	font-size:14px;
	padding-top:5px;
	}
.footer a {
	color:#fff;
	text-decoration:none;
	}
.footer a:hover {
	color:#000001;
	}

/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#448aff;
	}
.navigation a:hover {
	color:#000;
	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:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	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;
	}