/*
Theme Name: SnC Mono adapted for Netz-Fabrik
Description: Simple and kept quite clean theme. Has clean background and horizontal "tab-like" menu right under title. Enjoy.
Version: 0.15
Author: Tiper Loc
Author URI: http://threecircles.pl/
License: GNU General Public License - Version 3, 29 June 2007
License URI: http://www.gnu.org/licenses/gpl.html
Tags: black, light, dark, two-columns, translation-ready

It's my first theme for WordPress and I hope you like it.
I'm thinking about making other versions but with more colors this time.
Any respond about it and suggestions are highly appreciated and welcome.
By the way - SnC stands for Simple and Clean.
*/

body {
	margin: 0;
	font-size: 11pt;
	font-family: tahoma, arial, tahoma, verdana, sans-serif;
	word-wrap: break-word;
	color: #222;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
hr {
	height: 1px;
	border: 0;
}
textarea {
	width: 537px;
	height: 100px;
	font-size: 12pt;
	font-family: tahoma, arial, verdana, sans-serif;
	color: #666;
	background-color: #eee;
	border: solid 1pt #aaa;
	border-radius: 3pt;
	-moz-border-radius: 3pt;
	-webkit-border-radius: 3pt;
}
input[type="submit"] {
	padding: 5px 15px 5px 15px;
	color: #666;
	background-color: #eee;
	border-radius: 5pt;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
	border: solid 1pt #888;
}
input[type="submit"]:hover {
	color: #222;
	background-color: #ddd;
	border: solid 1pt #444;
}

/* WordPress Core styles */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #eee;
    border: 1px solid #ccc;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	color: #888;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: solid 1px #ccc;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:12px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.gallery-caption {
}
#wp-calendar {
	width: 220px;
}
#wp-calendar caption {
	margin-bottom: 5px;
	font-size: 12pt;
}
#wp-calendar th {
	background-color: #e4e4e4;
	border: solid 1pt #aaa;
}
#wp-calendar td {
	text-align: center;
	color: #444;
	border: solid 1pt #ccc;
}
#wp-calendar td a {
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar td a:hover {
	color: #E2007A;
}
#wp-calendar .pad {
	border: 0;
}
#wp-calendar #prev {
	text-align: left;
	border: 0;
}
#wp-calendar #next {
	text-align: right;
	border: 0;
}
#wp-calendar #today {
	background-color: #eee;
	border: solid 1pt #888;
}

/* Style those if you want to use them. */

.sticky {
}
.bypostauthor {
}

/* end of WordPress Core styles */

#clear {
	clear: both;
}
#show_message {
	width: 100%;
	height: 20px;
	margin:  15px auto 20px auto;
	padding-top: 6px;
	font-size: 12pt;
	text-align: center;
	color: #888;
	background-color: #f4f4f4;
	border-top: solid 1pt #ccc;
	border-bottom: solid 1pt #ccc;
}
#foofo {
	padding-top: 40px;
	line-height: 50px;
	text-align: center;
	font-size: 12pt;
}

/* top */

#top {
	width: 100%;
	height: 260px;
	position: relative;
	background: url('images/header2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#top_content {
	clear: both;
	width: 1150px;
	position: relative;
	margin: auto;
}
#top_content a {
	text-decoration: none;
}
#title {
	margin-left: 450px;
	position: absolute;
	top: 35px;
	font-size: 42pt;
	color: #fff;
}
#title_description {
	position: absolute;
	margin-left: 450px;
	top: 99px;
	font-size: 14pt;
	color: #fff;
}
#icon_bar {
	clear: both;
	float: right;
	position: absolute;
	right: 10px;
}
#icon {
	float: left;
	width: 26px;
	height: 40px;
	margin: 0 5px 0 5px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-bottom-left-radius: 9px;
	-moz-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}
#icon:hover {
	height: 52px;
}
.icon_twitter {
	background-color: #3697f7;
	background-image: url('images/icon_twitter.png');
	background-repeat: no-repeat;
	background-position: 50% 16px;
	border-top: 0;
}
.icon_twitter:hover {
	background-position: 50% 28px;
}
.icon_facebook {
	background-color: #3c85fa;
	background-image: url('images/icon_facebook.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	border-top: 0;
}
.icon_rss {
	background-color: #ff833c;
	background-image: url('images/icon_rss.png');
	background-repeat: no-repeat;
	background-position: 50% 16px;
	border-top: 0;
}
.icon_rss:hover {
	background-position: 50% 28px;
}
#search {
	position: relative;
	padding: 0;
}
#search_bar {
	width: 170px;
	height: 22px;
	padding: 3px 30px 3px 8px;
	background-color: #fff;
	border: solid 1pt #ccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.search_bar_active {
	font-size: 10pt;
	color: #666;
}
.search_bar_inactive {
	font-size: 10pt;
	color: #888;
}
#search_icon {
	position: absolute;
	top: 4px;
	right: 8px;
}
.horizontal_menu {
	clear: both;
	float: left;
	width: 900px;
	position: absolute;
	top: 143px;
	padding: 0;
	margin: 0;
}
.horizontal_menu a {
	color: #666;
	text-decoration: none;
}
.horizontal_menu ul {
	padding: 0;
	margin: 0;
}
.horizontal_menu li {
	display: inline;
}
.horizontal_menu div {
	float: left;
	height: 19px;
	padding: 8px 13px 0 13px;
	margin-right: 8px;
	text-align: center;
	color: #666;
	background-color: #ccc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.horizontal_menu div:hover {
	background-color: #fff;
}
.horizontal_menu .current_page_item div {
	background-color: #fff;
}
#main {
	width: 900px;
	margin: auto;
}
#content {
	float: right;
	width: 550px;
	padding: 25px 25px 0 25px;
}

/* post */

#post {
	margin-top: 20px;
	margin-bottom: 50px;
}
#post a {
	color: #444;
}
#post a:hover {
	color: #E2007A;
}
#post hr {
	background-color: #ddd;
}
#post_title {
	float: left;
	font-size: 18pt;
}
#post_title a {
	text-decoration: none;
	color: #444;
}
#post_date {
	float: right;
	padding-top: 16px;
	color: #888;
}
#post_info {
	font-size: 7pt;
	color: #999;
}
#post_info a {
	text-decoration: none;
	color: #999;
}
#post_info a:hover {
	text-decoration: underline;
	color: #E2007A;
}
#post_info b {
	color: #888;
}
#post_content {
	padding: 5px;
	text-align: justify;
	line-height: 19px;
}
#post_content p {
	text-indent: 0px;
}
#post_content img {
	max-width: 100%;
	border: solid 1px #ccc;
}
#post_pages {
	clear: both;
	margin-top: 15px;
	padding: 3px 0 3px 10px;
	font-size: 12pt;
	color: #999;
	border-radius: 5pt;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
	background-color: #f0f0f0;
}
#post_pages a {
	text-decoration: none;
	color: #666;
}
#post_pages a:hover {
	text-decoration: underline;
	color: #E2007A;
}
#post_nav {
	padding: 10px 0 10px 0;
	text-align: center;
}
#post_nav a {
	text-decoration: none;
}
#post_nav a:hover {
	color: #E2007A;
}

/* comment */

#comment_list {
	margin-top: 20px;
	color: #666;
}
#comment_list li {
	list-style-type: none;
}
#comment_list ul div {
	margin-bottom: 0;
}
#comment_list ul #comment_content {
	margin-bottom: 9px;
}
#comment_list .children {
	padding-left: 9px;
	margin-bottom: 9px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#comment_title {
	margin-left: 10px;
	line-height: 40pt;
	font-size: 14pt;
	color: #666;
}
#comment_title_small {
	margin-left: 10px;
	line-height: 30pt;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
}
.comment {
	position: relative;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	border-left: solid 5px #ccc;
}
#comment_link {
	position: absolute;
	right: 0;
	text-align: right;
	padding: 5px;
}
#comment_link a {
	color: #aaa;
}
#comment_link a:hover {
	color: #E2007A;
}
#comment_info {
	float: left;
	padding: 5px 5px 0 5px;
}
#comment_author {
	padding: 10px 0 10px 0;
	margin-bottom: 15px;
	font-size: 12pt;
	border-bottom: dotted 1pt #aaa;
}
#comment_author a {
	text-decoration: none;
}
#comment_author a:hover {
	color: #E2007A;
}
#comment_content {
 	padding: 5px 5px 5px 63px;
	line-height: 16px;
}
#comment_content blockquote, address, pre {
	padding: 0 10px 0 10px;
	line-height: 20px;
	color: #888;
	border: dashed 1pt #ccc;
	background-color: #f9f9f9;
}
#comment_reply {
	float: left;
	padding-top: 5px;
}
#comment_reply a {
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #888;
	background-color: #e4e4e4;
	border-radius: 3pt;
	-moz-border-radius: 3pt;
	-webkit-border-radius: 3pt;
}
#comment_reply a:hover {
	color: #fff;
	background-color: #aaa;
}
#comment_date {
	padding: 5px;
	text-align: right;
	color: #aaa;
}
#comment_leave_top {
	padding: 5px;
	text-align: left;
	color: #888;
}
#comment_leave_top input[type="text"] {
	font-size: 8pt;
	font-family: tahoma, arial, tahoma, verdana, sans-serif;
	color: #444;
}
#commentform {
	text-align: center;
}
#commentform #submit {
	margin-top: 10px;
}
#comment_paginate_links {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
#respond {
	clear: both;
	padding: 20px 5px 5px 5px;
	margin-top: 20px;
	border-top: dotted 1pt #ccc; 
}
#respond #reply-title {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-weight: 100;
}
#respond .logged-in-as {
	padding: 3px 0 3px 0;
	margin: 0;
	font-size: 8pt;
	text-align: left;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	padding: 5px 10px 5px 10px;
	color: #888;
}
#respond .comment-notes, .comment-form-author, .comment-form-email, .comment-form-url {
	text-align: right;
	color: #666;
}
#respond label {
	padding-right: 5px;
}
#respond .required {
	padding-right: 5px;
	color: #f44;
}

/* sidebar */

#sidebar_column {
	float: right;
	width: 250px;
	padding: 33px 25px 0 25px;
}
#sidebar_column ul {
	list-style-type: none;
	padding: 0px 14px 0 14px;
}
#sidebar_column li h2 {
	letter-spacing: 1px;
	font-size: 12pt;
	font-weight: 300;
	color: #666;
	border-bottom: dotted 1pt #aaa;
}
#sidebar_column li h2 a {
	text-decoration: none;
	color: #666;
}
#sidebar_column ul ul, ul div {
	padding-left: 15px;
	margin-bottom: 25px;
}
#sidebar_column ul ul a {
	text-decoration: none;
	line-height: 22pt;
	font-size: 12pt;
	color: #666;
	background-color: 333;
	display: block;
	width: 220px;
	mrgin-bottom: 3pt;
	padding: 4pt 11pt 4pt 9pt;
}
#sidebar_column ul ul a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #008255;
}

/* footer */

#footer {
	width: 800px;
	padding: 5px;
	margin: auto;
	text-align: center;
	color: #bbb;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #E2007A;
	text-decoration: underline;
}
#footer hr {
	background-color: #ddd;
}