/*  
Theme Name: Not simple Solutions
Theme URI: http://www.thenotsimple.com
Description: Not simple Solutions blog theme.
Version: 1.0
Author: Sdemidko
Author URI: http://www.thenotsimple.com/

*/

/*********************************
Common styles
**********************************/
body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff url('img/body_back.gif') top repeat-x;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #3F3F3F;
}
a:hover {
	text-decoration: none;
}
body, h1, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
h2 {
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
}
.h2_title {
	padding-top: 0;
	margin-top: 0;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.clearer {clear: both;}
.left {float: left;}
.center {text-align: center;}
.right {float: right;}
p img {
	margin: 10px 10px 10px 10px;
	border: 5px solid #eee;
}
.javascript_code {
	border: 1px dashed #5F5F5F;
	padding: 5px 5px 5px 5px;
	background: #dfdfdf;
	line-height: 18px;
}


/*********************************
Header styles
**********************************/
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}
#header {
	float: left;
	width: 800px;
	height: 151px;
	background: url('img/header_red.gif') left no-repeat;
	color: #000;
	text-align: left;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color: #141414;
	text-decoration: none;
	font-size: 30px;
}
#header h1 a:hover {
	text-decoration: underline;
}
.header {
	background: url('img/header_red.gif') no-repeat;
}
.blog_name{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
.blog_name a:link, .blog_name a:hover, .blog_name a:active, .blog_name a:visited {
	color: #fff;
	font-size: 30pt;
}
.blog_logo a {
	color: #fff;
	font-size: 17pt;
}
#container {
	float: left;
	width: 600px;
	margin-left: 0px;
}



/*********************************
Sidebar styles
**********************************/
.sidebar {
	float: left;
	width: 170px;
	border-bottom: none;
}
.sidebar_1row {
	/*background-color: #bddebb;*/
}
.sidebar_2row {
	/*background-color: #dfdfdf;*/
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
.sidebar ul li {
	padding: 0 0 0px 0;
	/*border-bottom: 1px solid #fff;
	background-image: url('img/white_circle.gif');
	background-repeat: no-repeat;
	background-position: right top;*/
}
.sidebar ul li ul {
	padding-left: 15px;
	/*border-top: 1px solid #fff;*/
	/*padding-top: 10px;*/
	margin: 0;
}
.sidebar ul li ul li {
	border-bottom: none; 
	background: none;
}
.sidebar ul li ul li a:link, .sidebar ul li ul li a:visited, .sidebar ul li ul li a:active {
	color: #b4b4b4;
	text-decoration: underline;
	display: block;
	/*height: 26px;*/
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	/*border-top: 1px solid #eae7d1;*/
	border-bottom: 1px solid #eae7d1;
	
}
.sidebar ul li ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}
.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	padding-left: 15px;
	color: #b63b3b;
	margin-bottom: 0px;
	font-weight: bold;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
.sidebar_title {
	height: 30px;
	border-bottom: 1px solid #fff;
}





/*********************************
Footer styles
**********************************/
#footer {
	margin-top: 10px;
	background: #585858 url('img/footer.gif') repeat-x;
	height: 30px;
	text-align: right;
	width: 100%;
	float: left;
}
#footer p {
	font-size: 13px;
	margin-right: 19px;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	text-decoration: underline;
	font-size: 13px;
}


/*********************************
Entries styles
**********************************/
.post {
	padding: 30px 0 10px 30px;
	/*background: url(img/post_corner.gif) left top no-repeat;*/
}
.post h2, .post h2 a, .post h2 a:hover, .post h2 a:visited, .post h2 a:active, .post h2 a:link{
	font-family: Georgia, Sans-serif;
	font-size: 17pt;
	color: #b63b3b;
	font-weight: lighter;
}
.entry {
	line-height: 18px;
	padding-left: 20px;
	color: #5e5e5e;
}
p {
	padding: 10px 0 0 0;
}
p.postmetadata {
	/*border-top: 1px dashed #ccc;*/
	margin: 10px 0 0 0;
	color: #777;
}
p.postmetadata a:link, p.postmetadata a:active, p.postmetadata a:visited, p.postmetadata a:hover {
	color: #555;
}
.navigation {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 100%;
}
.navigation a {
	display: block;
	width: 150px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px dashed #aaa;
	border-left: none;
	border-right: none;
	line-height: 23px;
}
.navigation a:hover {
	background: #efefef;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}




/*********************************
Comments styles
**********************************/
.comments {
	background: url(img/comments.gif) no-repeat;
	padding-left: 30px;
	height: 23px;
	/*margin-bottom: 15px;*/
}
.commentlist {
	margin: 0;
}
.comments-template {
	margin: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	padding: 40px 0 0 0;
}
.comments-template a:link, .comments-template a:active, .comments-template a:visited, .comments-template a:hover {
	color: #444;
}
.comments-template input, .comments-template textarea {
	border: 1px solid #999;
}
.comments-template ol {
	margin-bottom: 30px;
	padding-left: 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


/*Pages styles*/
#nav_tab {
	padding-left: 120px;
	width: 100%;
	float: left;
}
#pages {
	font-size: 1.1em;
	text-align: left;
	margin: 0;
}
#pages ul {
	padding: 0;
	margin: 0;
}
#pages ul li ul li{
	padding: 0;
	margin: 0;
}
#pages li {
	background: url(img/btn_inactive.gif);
	width: 100px;
	height: 32px;
	/*line-height: 3em;*/
	float: left;
	/*padding: 3px 8px;*/
	margin: 0 2px 0px 2px;
	list-style:none;
	text-align: center;
}
#pages li.hover,
li#highlighted_page {
	height: 32px;
	background: #fff url(img/pages_hoverbg.gif) repeat-x;
}
#pages a {
	height: 29px;
}
#pages a:link,
#pages a:hover,
#pages a:visited {
	color: #fff;
}





/*********************************
Navigation styles
**********************************/
.previous {
	float: left;
}
.next {
	float: right;
}
.previous a:link, .previous a:visited, .previous a:active, .previous a:hover {
	text-decoration: underline;
}

/*********************************
Search form styles
**********************************/
#searchform {
	margin-top: 90px;
	float: right;
	padding-right: 70px;
}
.search_container {
	float: right;
}
.input_search_container {
	float: left;
	margin-right: 10px;
}
.input_search {
	border: 1px solid #eee;
	background: #fff;
	height: 22px;
	width: 267px;
	font-size: 14px;
}
.search_submit_container {
	float: left;
}
.search_submit {
	border: none;
	background: url(img/search_btn.gif) no-repeat;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	height: 22px;
	color: #fff;
	width: 59px;
}
.download {
	display: block;
	width: 113px;
	height: 31px;
	background: #dd4e4e url(img/download.gif) no-repeat;
}