/*
Theme Name: Braille
Theme URI: martinhipp.com/braille
Description: Braille is an open source, <a href="themes.php?page=braille-options">configurable</a> template for WordPress.
Version: 0.9
Author: <a href="http://martinhipp.com" title="Martin Hipp">Martin Hipp</a> &amp; <a href="http://vernetzt.ws/" title="Ralph Inselsbacher">Ralph Inselsbacher</a>
Author URI:
*/

html {
	height: 100%;
	margin: 0 0 1px;
}

body {
	background: #eee;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0 0 30px 0;
	text-align: center;
	color: #333;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

/* Links */

a {
	color: #2277DD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Begin Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 1em;
}

h1#blog-title {
	font-size: 325%;
	padding-top: 55px;
	letter-spacing: -1px;
}

h1#blog-title, #blog-description {
	text-align: center;
	margin: 0;
}

h1#blog-title, h1#blog-title a, h1#blog-title a:hover, #blog-description {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

#current-content h1, #dynamic-content h1 {
	margin: 0 0 50px;
	color: #383838;
	text-align: center;
	letter-spacing: -1px;
	font-size: 230%;
}

h2 {
	margin: 0 0 1px;
	padding: 0 0 5px;
	border-bottom: 1px solid #eee;
	font-size: 180%;
	letter-spacing: -1px;
}

h3 {
	margin: 1.5em 0 1em;
	font-size: 140%;
	letter-spacing: -1px;
}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover {
	color: #333;
	text-decoration: none;
}

.four04 h2, .page h2 {
	text-align: center;
	border: none;
}

/* Various Tags & Classes */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

small {
	font-size: 90%;
	color: #bbb;
	letter-spacing: -1px;
}

small a {
	color: #777;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 100%;
	color: #777;
	padding: 0 0 0 40px;
	margin: 0 10px;
	background: url('images/quote.gif') no-repeat 0 2px;
}

blockquote blockquote {
	padding: 0 0 0 15px;
	border-left: 5px solid #e8e8e8;
	background: none;
}

a img {
	border: none;
}

.hentry img[align=right] {
	margin: 0 0 0 15px;
}

.hentry img[align=left] {
	margin: 0 15px 0 0;
}

.attachment .hentry img {
	margin: 10px 0 0 0;
}

pre {
	background: #f8f8f8;
	overflow: auto;
	width: 470px;
	padding: 10px;
}

/* Structure */

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 780px;
	font-size: 95%;
	text-align: left;
	border: 1px solid #ddd;
	border-top: none;
}

#header {
	background: #3673B7 url('images/header.jpg');
	width: 780px;
	margin: 0;
}

#header #mast {
	height: 150px;
	width: 100%;
	color: #fff;
}

#nav {
	margin: 0;
}

#nav ul, #nav ul li {
	list-style: none;
}

#nav ul {
	padding: .75em 0;
	text-align: center;
	margin: 0;
}

#nav ul li {
	display: inline;
	margin-right: .1em;
}

#nav ul li a {
	background: url('images/opacity.png');
	color: #fff;
	padding: .75em 1em;
	text-decoration: none;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a {
	background: #fff;
	color: #333;
}

/*\*//*/
#nav ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#nav ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #nav ul li a {
	background: #333;
	background-image: none;
}
/**/

/* Content */

#main {
	padding: 25px;
}

.content {
	width: 510px;
	float: left;
	line-height: 170%;
}

.hentry {
	text-align: justify;
	margin: 0 0 35px;
}

.navigation {
	margin: 0;
	padding: 0;
}

.single .navigation {
	padding: 0 0 20px;
}

.nav-previous {
	float: left;
}

.nav-next{
	float: right;
}

/* Sidebar */

.sidebar {
	width: 190px;
	font-size: 90%;
	line-height: 160%;
	float: right;
}

.sidebar a {
	text-decoration: none;
}

.sidebar h3 {
	border: none;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 95%;
}

#footer small {
	color: #aaa;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

/* Lists */

.sidebar ul ul li:before {
	content: "\00BB \0020 \0020";
}

.hentry ul {
	padding: 0 0 0 35px;
}

.hentry ol {
	padding: 0 0 0 40px;
}

.hentry ol li, .hentry ul li {
	margin: 0;
	padding: 0;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

#search-form {
	position: relative;
}

#search-reset, #search-load {
	position: absolute;
	top: 50%;
	margin: -7px 0 0 7px;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	background: url('images/reset.gif') center center no-repeat;
}

#search-load {
	background: url('images/spinner.gif') center center no-repeat;
}

/* Comments */

ol.commentlist {
	margin:0 0 25px;
	padding:0;
	list-style: none;
	border-top: 1px solid #f2f2f2;
}

ol.commentlist li {
	padding:10px 20px;
	overflow:hidden;
	clear:both;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
}

ol.commentlist li .comment-author img {
	float: left;
	margin: 0 5px 0 0;
}

/*\*/
* html ol.commentlist li .comment-author img {
	float: left;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
}
/**/

ol.commentlist li.byuser, ol.commentlist li.bypostauthor {
	background: #f8f8f8;
	border: none;
	margin: 0 0 1px;
}

ol.commentlist li.bypostauthor {
	background: #f2f2f2;
}

ol.commentlist li.bypostauthor small {
	color: #999;
}

ol.commentlist .comment-info {
	margin:10px 0;
}

ol.commentlist .comment-info a {
	color: #333;
}

ol.commentlist .comment-info a:hover {
	text-decoration:underline;
}

ol.commentlist .comment-content {
	text-align: justify;
	margin:0;
}

/*\*/
* html ol.commentlist .comment-content {
	margin:10px 0;
}

* html ol#pingbacks.commentlist li {
	padding: 20px;
	padding-bottom: 1px;
}
/**/

.commentlist ul, .commentlist ol, .commentlist ul li, .commentlist ol li {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}

/* Comment Form */

input, textarea {
	font-family: Verdana, sans-serif;
	font-size: small;
}

#commentform p {
	margin: 5px 0;
}

#commentform label {
	margin: 0 0 0 5px;
}

.required {
	color: red;
}

input[type="text"], textarea {
	background:#fff url('images/input.gif') repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #ccc #ddd;
}

input, textarea, checkboxes, button, #reset {
	vertical-align: middle;
}

#commentform p input[type="text"] {
	width: 50%;
}

textarea#comment {
	width: 99%;
	height: 200px;
}

.form-control {
	float: left;
}

/* Misc */

.gravatar {
	margin: 2px 5px 2px 0;
	float: left;
}

.gravatar img {
	border: 3px solid #E5E5E5;
}

#comments li blockquote {
	background: none;
	border-left: 5px solid #e8e8e8;
	padding: 0 0 0 15px;
}

#comments li.bypostauthor blockquote {
	border-color: #A7CCE6;
	color: #5D94C5;
}

a:link.quoter_comment, a:hover.quoter_comment, a:visited.quoter_comment {
	color: #777;
}

#comments li.bypostauthor .gravatar img {
	border-color: #A7CCE6;
}

.subscribe-to-comments {
	background: #f8f8f8;
	padding: 5px;
}

  .wp_syntax { 
      color: #100;
      background-color: #f9f9f9;
      border: 1px solid silver;
      margin: 0 0 1.5em 0;
      overflow: auto;
    }
    
    /* IE FIX */
    .wp_syntax { 
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
    }
    
    .wp_syntax table {
      border-collapse: collapse;
    }
    
    .wp_syntax div, .wp_syntax td { 
      vertical-align: top;
      padding: 2px 4px;
    }
    
    .wp_syntax .line_numbers {
      text-align: right;
      background-color: #def;
      color: gray;
      overflow: visible;
    }
    
    /* potential overrides for other styles */
    .wp_syntax pre {
      margin: 0;
      width: auto;
      float: none;
      clear: none;
      overflow: visible;
    }

.diggBadger
{
    float: right;
    margin-bottom: 4px;
    margin-left: 7px;
}
