/*
Theme Name:NT-Scoop
Description: Elegant theme
Author: J. Kleinholz
Author URI: http://www.net-tec.biz
*/



body {
	margin:0;
	padding-top:0px;
	background:#000;
	font-family:"Lucida sans",Tahoma,Verdana,sans-serif;
	color:#e1e1e1;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#e1e1e1;
	text-decoration:none
	}
a:hover {
	color:#1694ff;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#fff;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#1e0821;		
	}

/* The Top */

.top {
	height:186px;
	margin-top:0px;
	background:url(images/top.jpg); border-bottom: 2px solid #ffffff;
	}
.blogname {
	float:right;
	width:700px;
	}
.blogname h1  {
	font-size:40px;
	font-weight:normal;
	margin:120px 0 0 200px;
	color:#fff;
	text-decoration: none;
	}

.blogname h2 {
	margin:0px 0 0 200px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	}


/* CSS MENU BEGINS */
.tabs {
      float:left;
      width:100%;
      background:url(images/menu.jpg);
      font-size:100%;
	  font-weight: normal;
      line-height:normal;
      }
.tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
      }
.tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
.tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.tabs span a {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
.tabs .page_item  a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.tabs .page_item  a {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs a span {float:none;}
    /* End IE5-Mac hack */
    .tabs span a:hover {
      color:#1e0821;
      }
   .tabs a:hover {
      background-position:0% -42px;
      }
   .tabs span a:hover {
      background-position:100% -42px;
      }
	 .tabs .page_item a:hover {
      background-position:100% -42px;
	  color:#1e0821;
      }
	.tabs .current_page_item span a{
	background-position:100% -42px;
	color:#1e0821;
	}
	.tabs .current_page_item a{
	background-position:100% -42px;
	color:#1e0821;
	}	

/* The Content */
#content {
	float: left;
	width: 762px;
	margin: 0 0 20px 0;
	padding: 0 0;
	
	}

.post {
	margin: 20px 10px 0 10px;
	padding: 0 0;
	height: 100%;
	background: url(images/content.png) repeat-y left top;
	text-align: justify;
	color:#b3b3b3;

	}

.post h2 {
	margin: 0 0;
	padding: 8px 0px 0px 30px;
	height:42px;
	background: url(images/title.png) no-repeat left top;
	text-align: left;
	font: normal  20px "Tahoma", Arial, sans-serif;
	
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #fce9ff;
	background-color: transparent;
	}


.post .postmetadata {
	margin: 0 0;
	padding: 7px 35px 0px 35px;
	height: 23px;	
	background: url(images/postmet.png) no-repeat left top;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: right;
	}

.post a:link,
.post a:visited {
	color: #1694ff;
	background-color: transparent;
}

.post a:hover {
	color: #c8c8c8;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	margin: 0 0;
	padding: 0 25px;
	}

/* The Sidebar */
.sidebar {
	float:right;
	width:210px;
	padding-top:20px;
	padding-left:0px;
	font-size:13px;
	margin-right:15px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	height:32px;
	line-height:32px;
	font-size:16px;
	color:#fff;
	margin:0;
	background:url(images/h2.png);
	padding:1px 0 0 10px;
	}

.sidebar ul li {
	background:#1e0821;
	padding-bottom:8px;
	margin-bottom:8px;
		}
.sidebar ul li li {
	background:none;
	padding-bottom:0;
	margin-bottom:0;

	}
.sidebar ul li ul, .sidebar ul li div {
	padding:10px;
	background:#1e0821;
	
		}
.sidebar ul li ul ul, .sidebar ul li div div {
	padding:0;
	background:none;
	}
.sidebar ul li ul li {
	background:none;
	padding-left:5px;
	}
.sidebar table {
	width:100%;
	text-align:center;
	}

.sidebar ul li.ad div {
	text-align:center;
	}

/* --- FOOTER --- */


#footer {
	height:20px;
	padding:6px 0 0 15px;
	margin:20px 0 0 0;
	background:#141414;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	}

#footer a {
	color:#a87cc9;
	text-decoration:none;
	}

#footer a:hover {
	color:#FFF;
	
	}

/* --- FOOTER LISTS --- */


.bar-one li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

.bar-one ul {
	list-style:none;
	margin:0px 0px 15px 15px;
	padding:0px 0px 0px 0px;	
	}

.bar-one ul li {
	list-style:none;
	margin:5px 0px 5px 0px;
	padding:0px 0px 5px 10px;
	
	}

.bar-one ul li a {
	color:#000;
	text-decoration:none;
	}

.bar-one ul li a:hover {
	color:#FFF;
	
}

/* The Navigation */

.navigation {
	height:10px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#d50057;
	}
.navigation a:hover {
	color:#fff;
	
	}

/* 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:93%;
	height:156px;
	background:#dde9ff;
	border:2px solid #1e6cf7;
	color:#000;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#dcdcdc;
	border:1px solid #ababab;
	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;
	}