/*
Theme Name: Neurowork
Theme URI: http://www.neurowork.net
Version: 1.0
Description: Neurowork Offical Blog Theme
Author: Andres Sclippa
*/
body {
	margin:0 0 20px 0;
	background:#fff url(images/bg.gif) repeat-x;
	font-family:Trebuchet MS;
/* 	color:#999999; */
	font-size:14px;
	}
img {
	border:0;
	}
a{text-decoration:none}
a:hover{text-decoration:underline}
a:visited,a:visited code{color:black}
a:link,a.named:visited,div.sitelinks a:visited{color:black}
blockquote {
	border-left:3px solid #e23f3f;
	padding-left:10px;
	}
.clear {
	clear:both;
	}

/* The Container */

.container {
	width:760px;
	margin:0 auto;
	}

/* The Head */

.head {
	height:70px;
	font-size:24px;
	font-weight: bold;
	color:#990000;
	line-height:70px;
	}

/* The Menu */

.menu {
	background:url(images/menu.gif);
	height:33px;
	margin-bottom:10px;
	overflow:hidden;
	}
.menuleft {
	width:5px;
	height:33px;
	background:url(images/menuleft.gif);
	float:left;
	}
.menuright {
	width:5px;
	height:33px;
	background:url(images/menuright.gif);
	float:right;
	}
.menu ul {
	padding:0;
	margin:0;
	list-style:none;
	}
.menu li {
	display:inline;
	padding:0 20px;
	line-height:33px;
	}
.menu a {
	text-decoration:none;
	color:#fff;
	}
.menu a:hover {
	text-decoration:underline;
	color:#fff;
	}

/* The Content */

.content {
	float:left;
	width:550px;
	padding-right:10px;
	overflow:hidden;
	}
h1.title {
	font-size:24px;
	margin:10px 0 0 0;
	padding:0;
	color:#000;
	font-weight:normal;
	}
h1.title a {
	color:#000;
	text-decoration:none;
	}
h2.date {
	font-size:18px;
	margin:0 0 0 0;
	padding:0;
	font-weight:normal;
	}
.postinfo {
	border-top:1px solid #cacaca;
	font-size:12px;
	text-align:right;
	padding:2px 0;
	}
.postinfo a {
	color:#999;
	text-decoration:none;
	background:url(images/arrow.gif) left no-repeat;
	padding-left:15px;
	}
.postinfo a:hover {
	text-decoration:underline;
	color:#999;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:150px;
	overflow:hidden;
	font-size:12px;
	}
.search {
	height:57px;
/* 	background:url(images/search.gif); */
	padding:10px 0 0 10px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	}
.search form {
	margin:0;
	padding:0;
	}
.search input#s {
	border:1px solid #7f9db9;
	background:#fff;
	height:15px;
	width:100px;
	font-size:12px;
	color:#999;
	padding:5px 0 0 5px;
	}
/*.search input#button {
	border:none;
	background:url(images/searchbutton.gif);
	padding:0;
	height:22px;
	width:53px;
	margin-top:-26px;
	}*/
.rss {
	height:30px;
	background:#363636 url(images/rss.gif) left no-repeat;
	padding-left:30px;
	border:1px solid #616161;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.rss a {
	color:#fff;
	text-decoration:none;
	}
.rss a:hover {
	color:#999;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar h2 {
	font-size:14px;
	color:#000;
	margin:12px 0;
	padding:0;
	}
.sidebar ul li li {
	border-bottom:1px solid #cccccc;
	}
.sidebar ul li li li {
	border-bottom:none;
	padding-left:15px;
	background:url(images/arrow.gif) left no-repeat;
	}
.sidebar ul a {
	text-decoration:none;
	color:#666666;
	line-height:20px;
	}
.sidebar ul a:hover {
	color:#000;
	}

/* Bottom Block */

.bottom {
	background:#363636;
	padding:10px 0 0 10px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	}
.bottom ul {
	margin:0 15px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:234px;
	font-size:13px;
	color:#fff;
	}
.bottom ul ul, .bottom .aboutsite {
	float:none;
	line-height:20px;
	background:#282828;
	padding:5px;
	height:111px;
	margin:0;
	width:224px;
	}
.bottom ul ul li {
	border-bottom:1px solid #666;
	height:20px;
	overflow:hidden;
	}
.bottom a {
	text-decoration:none;
	color:#fff;
	}
.bottom a:hover {
	color:#666;
	}
.bottom h2 {
	color:#fff;
	margin:0 0 8px 0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	}
.bottom .clear {
	clear:both;
	font-size:12px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	}
.bottombottom {
	height:8px;
	background:url(images/bottom.gif);
	overflow:hidden;
	}

/* The Navigation */

.navigation {
	height:25px;
	margin-top:10px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#990000;
	}
.navigation a:hover {
	color:#333;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:10px 0 10px 0;
	color:#999;
	margin:0;
	font-size:20px;
	text-align:center;
	}

/* The Comments */

.comments {
	margin-top:20px;
	background:#fafafa;
	border:1px solid #ebebeb;
	padding:22px 21px 22px 16px;
	}
.comments textarea {
	width:350px;
	height:156px;
	background:#fff;
	border:1px solid #cecece;
	color:#7d7d7d;
	padding:10px;
	overflow:auto;
	}
#commentform input {
	background:#fff;
	border:1px solid #cecece;
	color:#999;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#7d7d7d;
	}
.comments ol {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.comments ol li {

	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.commenthead {
	font-size:14px;
	border-bottom:2px solid #cecece;
	height:20px;
	}
.commenthead .alignleft {
	color:#999;
	}
