/*
Theme Name: Erno WP Theme
Description: Semantic, SEO Optimised, Custom Wordpress Theme for Erno
Author: #
Author URI: #
*/

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {color:#e2001a;font-style:italic;text-decoration:none}
a:hover {}
abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote {color:#9c9e9f;font-style:italic;margin:0 0 1em 35px}
blockquote p {margin:0}
body {background:#FFF;color:#000;font:75%/150% Georgia, Garamond, Serif}
code, pre {font-size:1em}
del {text-decoration:line-through}
dfn {font-style:italic;font-weight:bold}
dt {font-weight:bold}
dd {margin:0 0 1em 10px}
fieldset {border:0}
fieldset p {margin:0 0 5px}
img {border:0;vertical-align:bottom}
ins {text-decoration:none}
h1 {border-bottom:1px solid #CCC;font:bold 1.75em/1.25em Georgia, Garamond, Serif;margin:10px 0 0 10px}
h2 {font:bold 1.5em/1.25em Georgia, Garamond, Serif}
h3 {font:bold 1.25em/1.25em Georgia, Garamond, Serif}
h4 {font:bold 1em/1.25em Georgia, Garamond, Serif}
hr {margin:0 0 0.5em}
p {margin:0 0 1em}
ul, ol {list-style:none;margin:0 0 1em}
textarea {font:1em Arial;overflow:auto}
tt {display:block;margin:0.5em 0;padding: 0.5em 1em}
th {background:#EEE;border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
td {border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
table {border:solid #CCC;border-width:0 1px 1px 0}

/* Containers */
#page {margin:0 auto;width:1000px}

/* Header */
#header {overflow:hidden;width:100%}
#header #logo {color:#09C;font:italic bold 2.25em/1.2em Georgia, Garamond, Serif}
	
	/*Navbar*/
	#navbar {background:#000 url(images/navbar-bg.png) left top repeat-x;height:50px;width:100%}
	#navbar ul {float:left;list-style:none}
	#navbar ul li {float:left;padding:3px 0 0}
	#navbar ul li a {border-left:5px solid #000;color:#fff;float:left;font:italic 1.25em Georgia, Garamond, Serif;height:31px;padding:13px 20px 0;text-decoration:none}
	#navbar ul li.home a {border:0}
	#navbar ul li a:hover, #navbar ul li.current_page_item a {background:#000}

/*Main*/
#main {background:url(images/main-bg.png) left top repeat-y;margin:30px 0;overflow:hidden;width:100%}	
	
/* Content*/
#content {display:inline;float:left;font-size:1.085em;margin:0 0 0 205px;overflow:hidden;padding:0 0 20px;width:490px}
#content ul {list-style:none;margin:0 0 1em 0}
#content ul li {background:url(images/bullet.png) left 7px no-repeat;padding:0 0 0 12px}
#content ol {list-style:decimal;margin:0 0 1em 22px}
	
	/* Post */
	#content .post {background:url(images/post-bg.png) left bottom repeat-x;;margin:0 0 25px;padding:0 0 6px}
	.single #content .post {background:none}
	#content .meta {color:#9c9e9f;font-style:italic;margin:0 0 2px}
	#content h1 {color:#e2001a;border:0;;font-size:1.38em;font-style:italic;margin:0}
	#content h2 {color:#e2001a;font-size:1.38em;font-style:italic}
	#content .sticky {background:#f5efca}
	#content .post a.more-link {display:block;margin:1em 0 1.5em}
	#content .post img {border:2px solid #e2001a}

/* sociable plugin v2.9 CSS */

#content .sociable ul, #content .sociable ul ol, #content .sociable ul ul {margin:0;}
#content .sociable ul li, #content .sociable ul ul li {margin:0;}
#content div.sociable { margin: 16px 0; }
#content span.sociable_tagline { position: relative; }
#content span.sociable_tagline span { display: none; width: 14em; }
#content span.sociable_tagline:hover span {position: absolute;display: block;top: -5em;background: #ffe;border: 1px solid #ccc;color: black;line-height: 1.25em;}
#content .sociable span {display: block;}
#content .sociable ul {display: inline;margin: 0 !important;padding: 0 !important;}
#content .sociable ul li {background: none;display: inline !important;list-style-type: none;margin: 0;padding: 1px;}
#content .sociable ul li:before { content: ""; }
#content .sociable img {float: none;width: 16px;height: 16px;border: 0;margin: 0;padding: 0;}
#content .sociable-hovers {opacity: .4;-moz-opacity: .4;filter: alpha(opacity=40);}
#content .sociable-hovers:hover {opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100);}	
	
	
/* Pagination */
#content #prev-next {list-style:none;margin-left:0}
#content #prev-next #prev {float:left}
#content #prev-next #next {float:right}

/* Sidebar */
#sidebar {float:right;font-size:1.165em;padding:10px 20px 20px 0;width:270px}
#sidebar ul {list-style:none;margin:0 0 1em 18px}
#sidebar ul li {margin:0 0 15px}
#sidebar ul ul {list-style:disc}

	/*Links*/
	#sidebar ul li .boxed {background:url(images/boxed.png) left top no-repeat;color:#000;display:block;font-style:italic;font-weight:bold;height:68px;overflow:hidden;padding:12px 0 0 14px;text-decoration:none;width:256px}
	#sidebar ul li .two-lined {height:62px;padding-top:18px}
	#sidebar ul li .boxed:hover, #sidebar ul li.current .boxed {background:url(images/boxed.png) left -80px no-repeat;color:#fff;}
	
	/*Download*/
	#sidebar ul li #download {background:url(images/mouse.png) left top no-repeat;color:#000;display:block;font-style:italic;font-weight:bold;height:68px;overflow:hidden;padding:12px 0 0 14px;text-decoration:none;width:256px}
	#sidebar ul li #download:hover, #sidebar ul li.current #download  {background:url(images/mouse.png) left -80px no-repeat;color:#fff;}
	
	/*Koop*/
	#sidebar ul li #koop {background:url(images/koop.png) left top no-repeat;color:#000;display:block;font-style:italic;font-weight:bold;height:68px;overflow:hidden;padding:12px 0 0 14px;text-decoration:none;width:256px}
	#sidebar ul li #koop:hover, #sidebar ul li.current #koop  {background:url(images/koop.png) left -80px no-repeat;color:#fff;}
	
	/*Lezers*/
	#sidebar ul li #lezers {background:url(images/people.png) left top no-repeat;color:#000;display:block;font-style:italic;font-weight:bold;height:68px;overflow:hidden;padding:12px 0 0 14px;text-decoration:none;width:256px}
	#sidebar ul li #lezers:hover, #sidebar ul li.current #lezers {background:url(images/people.png) left -80px no-repeat;color:#fff;}
	
/*Left Sidebar*/
#left-sidebar {display:inline;float:left;margin:0 -100% 0 -690px;width:201px}

	/*Form*/
	#left-sidebar form {border:2px solid #9c9e9f;margin:6px 0 0;padding:12px 13px 10px 12px;width:156px}
	#left-sidebar form h3 {color:#9c9e9f;font-size:1.165em;font-style:italic;font-weight:400;line-height:1.28em;margin:0 0 12px}
	#left-sidebar form label {color:#9c9e9f;display:block;font:italic 1.165em Georgia, Garamond, Serif;line-height:1.28em;margin:0 0 3px}
	#left-sidebar form .input {background:#9c9e9f;border:0;color:#fff;font:1.165em Georgia, Garamond, Serif;margin:0 0 12px;padding:2px 5px;width:145px}
	#left-sidebar form input#news-submit {background:none;border:0;color:#9c9e9f;float:right;font:bold italic 1.165em Georgia, Garamond, Serif;padding:0}
	
/* Footer */
#footer {background:#e2001a;clear:both;color:#fff;font:italic .925em Georgia, Garamond, Serif;height:40px;line-height:40px;padding:5px 14px;overflow:hidden}
#footer p {float:left}
#footer span {color:#000}
#footer a {color:#fff;text-decoration:none}

/* Image Alignment */
img.aligncenter {display:block;margin-left:auto;margin-right:auto}
img.alignright {display:inline;margin:0 0 2px 7px;}
img.alignleft {display:inline;margin:0 7px 2px 0}
.alignright {float:right}
.alignleft {float:left}

/*Lezers Images*/
.page-id-14 img.alignleft {margin:0 0 15px;padding:0}
.page-id-14 img.alignright {margin:0 0 15px;padding:0}

/* Legacy Comments */
#comments #commentlist {list-style:none;margin:0 0 1em;padding:0;text-align:justify}
#comments #commentlist li {list-style:none;margin:15px 0 3px;padding:5px 10px 3px}
#comments #commentlist li.alt {background:#EEE}
#comments #commentlist li .avatar {background:#fff;border:1px solid #eee;float:right;padding:2px}
#comments #commentlist cite, #commentlist cite a {font-style:normal;font-weight:bold}
#comments #commentlist p {margin:10px 5px 10px 0}
#comments #commentmetadata {font-weight:normal}
#comments #commentform input.input {border:1px solid #CCC;font-size:1.1em;margin:5px 5px 1px 0;padding:2px;width:170px}
#comments #commentform input.input:hover {background:#EEE}
#comments #commentform textarea {border:1px solid #CCC;padding:2px;width:98%}
#comments #commentform textarea:hover {background:#EEE}
#comments #commentform #submit {}
#comments #commentform p {margin:0 0 .5em}
#comments #allowed-tags strong {display:block}
#comments .nocomments {margin:0;padding:0;text-align:center}
#comments .commentmetadata {display:block;margin:0}

/* 2.7+ Comments */
#content #comments_wrap h2 {color:#010101;margin:10px 0}
#comments_wrap p.author {color:#e2001a;margin:0}
#comments_wrap ol {list-style:none}
#comments_wrap ol li {margin:0 0 20px}
#comments_wrap .commentmetadata {margin:0 0 10px}
#comments_wrap .comment-author {border-bottom:1px solid #CCC;width:100%;overflow:hidden;padding:0 0 3px;line-height:32px;}
#comments_wrap .comment-author img {float:left;margin:0 10px 0 0}
#comments_wrap .comment-author cite {font-weight:bold}

/*Repond*/
#content #respond h2 {color:#9c9e9f}
#respond input.text {background:#fff;border:1px solid #9c9e9f;font:1.085em Geogia, Garamond, Serif;padding:3px 5px;width:443px}
#respond textarea {background:#fff;border:1px solid #9c9e9f;font:1.085em Geogia, Garamond, Serif;padding:5px;width:443px}
#respond input#submit {background:#9c9e9f;border:0;color:#fff;float:right;font:bold italic 1.38em Georgia, Garamond, Serif;padding:6px 16px}

/* Captions */
.wp-caption {background:#f3f3f3;border:1px solid #ddd;border-radius:3px;khtml-border-radius:3px;margin:10px;moz-border-radius:3px;padding-top:4px;text-align:center;webkit-border-radius:3px}
.wp-caption img {border:0 none;margin:0;padding:0}
.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}text-align:center;webkit-border-radius:3px}
.wp-caption img {border:0 none;margin:0;padding:0}
.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}
