/*
Theme Name:Erik Hinterbichler's WordPress Theme
Theme URI: http://wordpress.org/
Description: Erik's new theme!
Version: 1.0
Author: Erik Hinterbichler
Author URI: http://www.erikhinterbichler.com/
Tags: green, wood

*/

html {
    height: 100%;
    margin-bottom: 1px;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 70%;
    font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 100%;
}


#page {
	height: 100%;
}

body, #page {
    /* background-color:#E2E6E0; */
/*     background-color:#eee; */
    background: url(images/bg.png) repeat;
}

#header {
    background: url(images/erik-header.png) repeat-x;
	height: 155px;

}

#headerimg {
    margin: 0 auto;
    width: 760px;

    height: 100px;
}

#headerimg #logo a, #headerimg #logo a:visited {

    background: url(images/logo.png) no-repeat;
    height: 60px;
    width: 500px;
    float: left;
    margin-top: 45px;
    display: block;
    margin-left: -2px;
}

#headerimg #logo-right a, #headerimg #logo-right a:visited{
    background: url(images/logo-right.png) no-repeat;
    float: right;
    width: 120px;
    height: 90px;
    margin-top: 28px;
    display: block;
    /* margin-right: 82px; */
}

#header #nav {
  background: url(images/nav.png) repeat-x;
    margin-top: 30px;
    height: 40px;
}

#header #nav #nav-content {
    width: 760px;
    margin: 0 auto;
}

#header #nav ul {
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 9px;
}

#header #nav li {
    display: block;
    float: left;
    height: 24px;
    padding: 5px 0px 0px 0px;
    margin: -5px 40px 0px 0px;
}


#header #nav a {
    color: #352500;
    text-shadow: 0px 1px 0px #FFDEAF;
    text-decoration: none;
}

#header #nav a:hover {
    color: #41493D;
}

a, a:active {
    outline: none;
}

a, a:visited {
/*     color: blue; */
    color: #336A99;
}

.current_page_item {
  /*
filter:alpha(opacity=30);
  opacity:0.3;
  background: #333930;
*/
/*   background: url(images/current.png) repeat-x; */

}


#header #nav .current_page_item a, #header #nav .current_page_item a:hover {
text-shadow: #000 0px 1px 4px;
color: white;
}




#content {
    height: 100%;
    margin: 0 auto;
    width: 760px;
    padding: 0;
    padding-top: 60px;
    min-height: 100%;
}

.post, .post-wide, .post-single {
	margin: 0;
    float: left;
    padding-right: 0;
    border-right: 1px solid #A39B8C;
}

.post-inner {
    padding-right: 50px;
	padding-bottom: 5em;    
    border-right: 1px solid #eee;
}

.post, .post-single {
    width: 550px;
}

.post-wide {
    width: 750px;
}

.no-side {
    border-right: none;
}

.h2-img img {
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
}

.h2-img span {
    padding-top: 15px;
    display: block;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
    font-size: 8pt;
	clear: both;
	border-top: 1px solid #A39B8C;
	border-bottom: 1px solid #A39B8C;
}

.clear {
	clear: both;
}

.erik-gallery {
    margin-top: .5em;
    margin-bottom: 2em;
}

.entry {
    margin-top: 1.5em;
}

.software {
    width: 490px;
    text-align: left;
    margin-bottom: 30px;
    background: #DCCFB3;
    border-top: 1px solid #A39B8C;
    border-bottom: 1px solid #eee;    
}

.software-inner {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #A39B8C;
}

.software .software-img {
    margin-right: 25px;
    float: left;
}

.software img {
    border: none;
    margin-bottom: .5em;
}

.software a {
    text-decoration: none;
}

.software a > h2 {
    margin: 0;
    padding: 0;
    text-align: left;
}

.software p {
    font-size: 10pt;
}

.interest {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #A39B8C;
    padding: 1em 5px;
}

.interest img {
    float: left;
    width: 100px;
    margin-top: 4px;
}

.interest h3 {
    margin: 0;
    padding: 0;
    margin-left: 130px;

}

.interest p {
    margin: 0;
    margin-left: 130px;
    padding: 0;
}

.first-interest {
    border-top: none;
}

.last-interest {
    border-bottom: none;
}

#footer {
    height: 70px;
    padding: 30px 0;
    background: url(images/shadow-top.png) repeat-x;
    margin-top: 60px;
    background-color: #333930;

}
#footer-content{
    font-size: 9pt;
    margin: 0 auto;
    width: 760px;
}

#footer-content p, #footer-content a {
    color: white;
}

p {
    color: #000;
    line-height: 1.5em;
}

.small-font {
    font-size: 9pt;
}

h2, h2 a, h2 a:visited {
    font-family: "Myriad Pro", "Georgia", "Free Serif", serif;
    font-weight: normal;
    color: #2F352C;
    text-decoration: none;
    margin: 0;
    font-size: 24pt;
    text-shadow: 0px 1px 0px #fff;
}

.software a > h2:hover, h2 a:hover {
    color: #636C5B;
}

small, .commentmetadata, .commentmetadata a, .commentmetadata a:visited, .postmetadata, .image-caption {
    color: #A29A8C;
}

.postmetadata a, .postmetadata a:visited{
    color: #888175;
}

.entry p a:visited {

	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata,  strike {

	}


acronym, abbr, span.caps
{

	}


#wp-calendar #prev a, #wp-calendar #next a {

	}

#wp-calendar a {
	}

#wp-calendar caption {

	}

#wp-calendar th {

	}



h2.pagetitle {

}

.comment-div {
    width: 500px;
    padding-right: 50px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ul {
	padding: 0;
	margin: 0;
	margin-left: 2.5em;
}

.entry ol {
	padding: 0;
	margin: 0;
	margin-left: 3em;
}

.entry li {
	margin: 0;
	margin-top: .2em;
	padding: 0;
}

.entry ul li:before, #sidebar ul ul li:before {
}

.about-articles {
    margin-top: 2em;
    margin-bottom: 3em;

}

.about-articles h3, .links h3 {
/*     border-bottom: 1px dotted gray; */
    border-bottom: 1px solid #A39B8C;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.about-articles h5, .links h5 {
    font-size: 9pt;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.entry .article-list, .entry .article-list li, 
.entry .feature-list, .feature-list li,
.entry .image-feature-list, .image-feature-list li  {
    margin: 0;
    padding: 0;
    list-style: none;
}

.entry .about-articles .article-list,
.entry ul.image-feature-list, .entry ul.feature-list,
.h3-below {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.entry .h3-below ul.feature-list {
    border: none;
    padding-top: 0px;
    margin-bottom: 1em;
}

.entry .article-list li, .entry .feature-list li {
    margin-left: 1em;
    font-size: 10pt;
    margin-bottom: 1em;
}

.entry .feature-list li {
    margin-bottom: .2em;
    list-style-type: disc;
    margin-left: 2em;
}

.entry .article-list h4, .entry .feature-list h4 {
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

.entry ul.image-feature-list {
    margin-left: 0;
    font-size: 10pt;
}

.entry .image-feature-list li {
    margin-bottom: 1em;
    list-style-type: none;
    padding: 0px 0px 16px 48px;
}

#gabblefeature-thread {
    background: url(images/software/gabble-feature-thread.png) no-repeat 0px 3px;
}

#gabblefeature-post {
    background: url(images/software/gabble-feature-post.png) no-repeat;
}

#gabblefeature-group {
    background: url(images/software/gabble-feature-group.png) no-repeat;
}

#gabblefeature-fav {
    background: url(images/software/gabble-feature-fav.png) no-repeat;
}

#gabblefeature-notair {
    background: url(images/software/gabble-feature-notair.png) no-repeat;
}

#gabblefeature-badge {
    background: url(images/software/gabble-feature-badge.png) no-repeat;
}

#gabblefeature-tag {
    background: url(images/software/gabble-feature-tag.png) no-repeat;
}

#gabblefeature-attach {
    background: url(images/software/gabble-feature-attach.png) no-repeat;
}

#gabblefeature-themes {
    background: url(images/software/gabble-feature-themes.png) no-repeat;
}



#heraldfeature-action {
    background: url(images/software/herald-feature-action.png) no-repeat;
}

#heraldfeature-appear {
    background: url(images/software/herald-feature-appear.png) no-repeat;
}

#heraldfeature-boxes {
    background: url(images/software/herald-feature-boxes.png) no-repeat;
}

#heraldfeature-group {
    background: url(images/software/herald-feature-group.png) no-repeat;
}

#heraldfeature-view {
    background: url(images/software/herald-feature-view.png) no-repeat;
}

#heraldfeature-dismiss {
    background: url(images/software/herald-feature-dismiss.png) no-repeat;
}

#heraldfeature-snow {
    background: url(images/software/herald-feature-snow.png) no-repeat;
}

img.bordered {
    border: 1px solid #2F352C;
}





#sidebar h2, h2#comments {
    font-size: 14pt;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 40px;
	}

#sidebar ul p, #sidebar ul select {
	padding: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;

	}

#sidebar ul ul ul, #sidebar ul ol {
	padding: 0;
	list-style: none;
	}

#sidebar ul ol li {
		list-style-type: none;
	list-style-image: none;

	}

#sidebar ul ul li, #sidebar ul ol li {
	list-style-type: none;
	list-style-image: none;
    font-size: 9pt;
	margin: 0;
	padding: 0;
    margin-bottom: 1px;
	}

#sidebar ul.testimonials li {
    margin-bottom: 20px;
    color: #7B7469;
}

#sidebar ul a.testimonial-author {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 8pt;
    text-decoration: none;
}

#sidebar ul a.testimonial-author:hover {
    text-decoration: underline;
}

/* End Entry Lists */

.image-container {
    text-align: center;
    margin-bottom: 2em;
}

/* Begin Form Elements */
#searchform {

}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin: 0;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
    padding: 0;
	}


.commentlist cite {
    font-style: normal;
}

.commentlist {
	padding: 0;
	margin-bottom: 5em;
	margin-top: 0;
	}

.commentlist li {
	list-style: none;
	margin-bottom: 1em;
    color: #63715E;
	}

.commentlist li.author {
    color: black;
	}

.commentlist p {
    font-size: 10pt;
    line-height: 1.3em;
    margin: 0;
	}

#commentform p {

	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
}
.commentauthor {
    font-size: 9pt;
    font-weight: bold;
    margin-left: 30px;
    display: block;
    text-shadow: 0px 1px 0px #fff4e2;
}
.commentmetadata {
    font-size: 8pt;
	margin-left: 1em;
	float:right;
}
.comment-arrow{
    background: url(images/comment-arrow.png) no-repeat;
    height: 16px;
    width: 20px;
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 12px;
    z-index: 5;
}

.commentlist {
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
}

.commenttext {
/*     border: 2px solid #2F352C; */
/*     padding: 1em; */
    margin-bottom: 10px;

    text-shadow: 0px 1px 0px #fff;
/*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
*/
/*
    background: url(images/comment-bg.png) repeat-x;
    background-color: #F3F3F3;
*/

}


/* End Comments */



/* Begin Sidebar */
#sidebar
{
    float: right;
    width: 180px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

.comment-form {
    margin-top: 4em;
}

h3 {
    font-size: 12pt;
    color: #7A7469;
    text-shadow: 0 1px 0 #fff;
}

.comment-form .input-box {
    width: 300px;
}



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



blockquote {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
	padding-left: 10px;
	font-size: 10pt;
}

blockquote {
    border-left: 1px dotted gray;
}

code, .codeblock {
    font-family: "Bitstream Vera Sans", "Courier", monospace;
    color: #444;
}

.codeblock {
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    display: block;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px 10px;
	font-size: 10pt;
	color: #444;
    line-height: 1.2em;
}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

table {
    border: 1px solid gray;
    border-collapse: collapse;
}

table td, table th {
    padding: .3em .5em;
    text-align: left;
}

table th {
    border-bottom: 1px solid gray;
    font-weight: normal;
    background-color: #333930;
    color: white;
}

table td {
    border-bottom: 1px dotted #bbb;
}

.navigation {
	display: block;
	text-align: center;
/*
	margin-top: 10px;
	margin-bottom: 60px;
*/
	}
/* End Various Tags & Classes*/



/* Captions */

.image-caption {
    font-size: 8pt;
    font-weight: bold;
    margin-top: 5px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/* dates */


.post-date {

/*
    width: 75px;
    height: 75px;
    background: url(images/datesmall.png) no-repeat;
    float: left;
    margin-left: -8em;
    margin-top: 2px;
*/

    }


.post-date .day, .post-date .month, .post-date .year {
/*
    display: block;
    text-align: center;
    font-family: "Myriad Pro", "Georgia", "Free Serif", serif;
    text-shadow: #E7DBD5 0px 1px 1px;
    color: #352500;
*/

}

.post-date .day {
/*
    font-size: 18pt;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
*/
}

.post-date .month {
/*
    font-size: 8pt;
    color: white    ;
    padding: 6px 7px 2px 7px;
*/
}

.post-date .year {
/*
    font-size: 7pt;
    padding-top: 0;
    margin: 0;
*/
}



/* Speech bubbles */
.commenttext {width:500px; height:auto; }
b.tl {display:block; width:500px; height:11px; font-size:1px;}
b.tr {display:block; width:489px; height:11px; font-size:1px; float:left; margin-left: 11px;}
b.bl {display:block; width:11px; height:11px; font-size:1px; float:left;}
b.br {display:block; width:489px; height:11px; font-size:1px; float:right; position:relative;}
b.point {display:block; font-size:1px; width:25px; height:18px;}
/* .commenttext p {padding:8px; margin:0; border:3px solid #fff; border-width:0 3px; text-align:justify;} */

div.commenttext b.tl {background:url(images/bubbles/b_tl2.png) top left no-repeat;}
div.commenttext b.tr {background:url(images/bubbles/b_tr2.png) top right no-repeat;}
div.commenttext p {background:#ecc7c7;}
div.commenttext b.bl {background:url(images/bubbles/b_bl2.png) top left no-repeat;}
div.commenttext b.br {background:url(images/bubbles/b_br2.png) top right no-repeat;}
div.commenttext b.point {background:url(images/bubbles/b_point2.png) top left no-repeat; margin:7px 0 0 15px;}

div.commenttext p {
    padding:4px 16px;
    margin:0;
    border:none;
    background: url(images/bubbles/b_bg2.png);
    color: #141414;
}

.commentlist li.author  div.commenttext b.tl {background:url(images/bubbles/b_tl3.png) top left no-repeat;}
.commentlist li.author div.commenttext b.tr {background:url(images/bubbles/b_tr3.png) top right no-repeat;}

.commentlist li.author div.commenttext b.bl {background:url(images/bubbles/b_bl3.png) top left no-repeat;}
.commentlist li.author div.commenttext b.br {background:url(images/bubbles/b_br3.png) top right no-repeat;}
.commentlist li.author div.commenttext b.point {background:url(images/bubbles/b_point3.png) top left no-repeat; }

.commentlist li.author div.commenttext p {
    background: url(images/bubbles/b_bg3.png);
}



.commentbottom {
    padding-top: 15px;
}
