/*  
Theme Name: HouseTrip Blog Template
Description: HouseTrip Blog Layout
Author: Kristina Schneider
Author URI: http://www.kristinaschneider.com
*/


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* clearfix */
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}


hr {background:#eaeaea;color:#eaeaea;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}

/* typography.css */
body {color:#222;background:#FFF;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#EAEAEA;}


body {
  font-size: 75%;
  background: #FFF url('images/ht_bg.png') repeat-x 0 0; 
  font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
  color: #414141;
}

a { 
  color: #468E3E;
  outline: none;
}



/* Headings */

h1 {
	text-indent: -9999em;
	width: 239px;
	height: 90px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: Helvetica, Arial, sans-serif;
  color: #414141;
  text-decoration: none;
  margin-top: 0;
  font-weight: bold;
}



	blockquote {
		margin: 1em 1.5em;
		padding: 0 1em;
		border-left: #EAEAEA 1em solid;
		font-style: italic;
		color: #414141;
	}
	
	fieldset {
		border:none;
	}
	
	img.left {
		float: left;
		margin: 0 14px 3px 0;
	}
	
	img.right {
		float: right;
		margin: 0 14px 3px 0;
	}
	
	a img {
		border:#ccc 1px solid;
	}

	textarea, input.text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	
	.left {
		float: left;
	}

	/* -----------------------------------------
		Containers
	----------------------------------------- */

	#container {
		width: 860px;
		margin: 0 auto;
	}

	#header {
		margin-bottom: 2em;
		width: 860px;
	}
	
	a#logo {
		display: block;
		float: left;
		background: url(images/ht_logo.png) no-repeat;
		width: 239px;
		height: 90px;
		margin-right: 0;
	}

	div#statusBar {
		width: 860px;
		clear: both;
		overflow: hidden;
	}
	
	div#search {
		float: right;
	}
	
	input#searchInput {
		width: 176px;
	  border-right: 0;
	}
	
	
/* input fields */
	
	textarea,
	select,
	input.inputText, 
	input#searchInput {
		margin: 0;
	  padding: .5em;
	  font-family: Helvetica, Arial, sans-serif;
	  font-size: 1.4em;
	  color: #414141;
	  border: 1px solid #9DBF7C;
	  background: #FFF;
	}

	input#searchSubmit {
		text-indent: -9999em;
		width: 36px;
		height: 36px;
		border: 0;
		cursor: pointer;
		font-size: 0.9em;
		background: url(images/ht_btn_search.png) no-repeat 0 50%;
	}

	input#searchSubmit:hover {
		background: url(images/ht_btn_search_h.png) no-repeat 0 50%;
	}
	
p#statusMsg {
	float: left;
	color: #414141;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2;
	margin: 0 12px 4px 0;
	padding: 0 2px 0 12px;
}

	/* Navigation  */

#menu {
	float: left;
	width: 540px;
	margin: 32px 0 0 12px;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	max-width: 12em;
  width: auto !important;
  width: 12em; /* fast hack for IE */	
  margin: 0;
	padding: 0;
	text-align: center;
}
	
#menu li a:link,
#menu li a:visited {
  width: auto;
  height: 31px;
  margin: 0;
	padding: 4px 1.7em 0 1.7em;  /* if german translation of main navigation turns out to long, reduce left and right padding */
  display: block;
  color: #FFF;
  font-size: 1.3333em;
  text-decoration: none;
  background-image: url('images/ht_main_nav.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 0;
  border-right: 1px solid #AED6B1;
}
	
	#menu li.current_page_item a,
	#menu li a:hover,	
	#menu li a:active {
  	text-decoration: underline;
	}

	#menu li.page-item-117 a {
  	background-position: 100% 0;
  	border-right: none;
	}
	#menu li.first a {
  	background-position: 0 0;
	}

	/* Content */

	#content {
		width: 592px;
		float: left;
	}
	
	#content p {
		text-align: left;
	}
	
	#content h2.pagetitle { /* For Search Result Page*/
		margin-top: -2em;
		padding-left: 12px;
		font-size: 1em;
		color: #375FAB;
		font-weight: normal;
	}
	
	#content h2.pagetitle strong {
	}

	
	#content h4 {

	}

	#content h4 a:link,
	#content h4 a:visited  {
		color: #468E3E;
	}

	#content h4 a:hover,
	#content h4 a:active  {
		text-decoration: underline;
	}
	
	#content h5 {
		clear: both;
		margin-bottom: 0;
	}
	
	#content h3 {
		border-bottom: 1px solid #468E3E;
		padding-bottom: .2em;
		/* font-size: 1.2em; */
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		line-height: 1.5;
		color: #414141;
	}
	
	#content h3 a:link {
		text-decoration: none;
	}
	
	#content h3 a:hover {
		color: #000;
		text-decoration: none;
	}


/* POSTS */ 

.post_avatar { padding: 2px; margin: 0; border: 1px solid #ddd; background: white; }

#content .post .header {
	padding: 2em 2em 0 2em;
	overflow: hidden;
	background: transparent url(images/ht_blog_post_bg_corners.png) no-repeat 0 0;
}

#content .post .entry {
	padding: 0 2em;
	background: transparent url(images/ht_blog_post_bg.png) repeat-y 0 0;
	overflow: hidden;
}



#content .post .entry.no_box {
	padding: 0;
	background: none;
}

#content .post .footer {
	padding: 0 2em 2em 2em;
	background: transparent url(images/ht_blog_post_bg_corners.png) no-repeat 0 100%;
	min-height: 2em;
  height: auto !important;
  height: 2em; /* fast hack for IE */
}	


#content .post .footer {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 2em;
	color: #468E3E;
}

#content .post .footer ul {
	text-align: right;
	padding: 10px 0;	
}

#content .post .footer ul li {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 10px 3px 16px;
}

#content .post .footer ul li:last-child { /* IE6 will not display this small display change */
	padding-right: 0;
}

#content .post .date {
	float: left;
	color: #FFF;
	background-color: #468E3E;
	font-size: 0.85em;
	padding: 5px 10px;
	margin-bottom: 2em;
}

#content .post p.post-tags {
	padding-top: .5em;
	border-top: 1px solid #EAEAEA;
}

/* pagination of posts on bottom of page */
#content p.pagination {
	color: #375FAB;
	text-align: center;
}

#content p.pagination a:link, 
#content p.pagination a:visited {
	color: #375FAB;
	text-decoration: none;
}

#content p.pagination a:hover, 
#content p.pagination a:active {
	text-decoration: underline;
}


/* definition lists */
	
#content dt {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content dd {
	float: left;
	width: 444px;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: justify;
}


/* entry lists */
	
#content .entry ul {
	list-style: none;
	margin: 0 4em 1em 2em;
}

#content .entry ul li {
	background: transparent url(images/arrow.gif) no-repeat 0 .7em;
	padding: 0 0 .5em 1em;
	margin: 0;
}

#content .entry ol {
	list-style: decimal;
	margin: 0 4em 1em 2em;
}
	


/* SIDEBAR */

	#sidebar {
		width: 230px;
		float: right;
	}

	#sidebar h2 {
		padding: 0 0 .2em 0 ;
		margin: 10px 0;
		border-bottom: 1px solid #EAEAEA;
		line-height: 1;
		text-align: left;
		font-size: 1.6em;
	}
	
	#sidebarImageLinks img, #sidebarImageLinks a {
		border: 0;
	}
	
	#sidebarImageLinks img {
		display: block;
		margin-bottom: 12px;
	}
	
	#sloganContainer {
		background: url(images/header-bg) left repeat-x;
		height:41px;
		margin-bottom: 0;
	}
	
	#slogan {
		height: 41px;
		width: 546px;
		margin: 0 auto;
		background: url(images/header-slogan.jpg) right no-repeat; 
	}

img.profile {
	background: url(images/a26.gif) no-repeat;
	width: 146px;
	height: 75px;
	padding: 7px;
}

#sidebar ul {
	list-style:none;
	padding: 0;
	margin: 0 0 20px 0;
}

#sidebar ul li {
	padding: 2px 0;
	margin:0;
}


#sidebar ul li.widget {
	margin: 0 0 2em 0;
}

#sidebar ul ul {
	padding: 0;
	margin:0;
}

#sidebar ul ul li {
	background: transparent url(images/arrow.gif) no-repeat 0 .7em;
	padding: 0 0 0 15px;
	margin: 0;
}

#sidebar ul.feeds {
	margin-left:20px;
}

#sidebar ul.feeds li {
	list-style-image:url(images/feed.gif);
	margin:5px 0;
	padding:0;
}


#sidebar ul li#tag_cloud {
	text-align: center;
}

#sidebar ul li#tag_cloud a:link,
#sidebar ul li#tag_cloud a:visited {
	color: #468E3E;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar ul li#tag_cloud a:hover,
#sidebar ul li#tag_cloud a:active {
	color: #414141;
}

/*comments and their styles*/

	.commentlist  {
		margin: 0;
		list-style: none;	
	}

	.commentlist li {
		background: #EAEAEA url(images/ht_blog_comment.png) 0 100%  no-repeat;		
		padding: 20px 20px 38px 20px;	
		margin-bottom: 20px;	
	}
	
	.commentlist li .cmtinfo {
		margin-bottom: 10px;
		padding-bottom: 10px;
		background: transparent; 
		border-bottom: #FFF 1px solid;
		overflow: hidden;
	}
	
	.commentlist li .cmtinfo a {
	}
	
	.systeminfo {
		color: red;
		font-weight: normal;
		background: #ffd5d5;
		padding: 10px;
		border: 1px solid #ff9696;
		margin-bottom: 5px;
	}

	.commentlist li.authorcomment .cmtinfo {
		background: transparent;	
	}
	
	.commentlist li.authorcomment {
		background: #E4fEDB url(images/ht_blog_comment_author.png) 0 100% no-repeat;		
	}
	
	.commentlist li.authorcomment .cmtinfo strong, .commentlist li.authorcomment .cmtinfo a {
		color: #468E3E;
	}
	
	.commenttitleline {
		width: 500px;
		float: left;
		margin: 0 0 0 1em;
	}
	
	/* comment respond box */
	
	div#respondbox {
		background: #EAEAEA;
		border: none;
		padding: 1em 2em;
		margin-top: 30px;
	}
	
	div#respondbox h2.commenttitle {
		margin-top: 0;
	}
	
	div#respondbox input.text {
		border: 1px solid #e8e8e8;
		padding: 10px;
		width: 220px;
	}
	
	div#respondbox textarea {
		border: 1px solid #e8e8e8;
		padding: 10px;
		width: 496px;
	}
	
	div#respondbox p {
		margin-bottom: 4px;
	}
	
	#postlinks {
		margin-top: 20px;
	}
	
	#commentform {
		
	}
	
#outer .nocomments {
	text-align: center;
	color: #999;
}
.trackback {
	background: url(images/links.gif) no-repeat left;
	padding: 2px 10px 2px 25px;
}
.commentsrss {
	background: url(images/feed.gif) no-repeat 8px 2px;
	padding: 2px 10px 2px 31px;
}
.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}
	
	#footer {
		clear: both;
		overflow: hidden;
		padding: 2em 0;
		text-align: center;
		background: #DEDEDE;
		color: #414141;
	}
	
	.footer .comments {
		float: left;
		padding: 5px 10px;
		margin-top: 5px;
		color: #FFF;
		text-align: center;
		background: #468E3E;
	}
	
	.footer .comments a:link,
	.footer .comments a:visited {
		display: block;
		float: left;
		color: #FFF;
	}
	.footer .comments a:hover,
	.footer .comments a:active {
		text-decoration: none;
	}
/* WP Classes */

	.wp-caption {
		font-size: 1em;
		text-align: center;
		border: none;
		text-align: left;
	}
	
	div.alignleft {
		float: left;
		margin: 0 14px 14px 0;
	}
	
	div.alignnone {
		float: none;
		margin: 0 0 14px 0;
	}
	
	div.aligncenter {
		float: none;
		margin: 0 auto 14px auto;
	}
	
	div.alignright {
		float: right;
		margin: 0 0 14px 14px;
	}
	
	img.alignleft {
		float: left;
		margin: 0 14px 14px 0;
		border: none;
	}
	
	img.alignright {
		float: right;
		margin: 0 0 14px 14px;
		border: none;
	}
	
	img.alignnone {
		float: none;
		margin: 0 0 14px 0;
		border: none;
	}

	img.aligncenter {
		float: none;
		margin: 0 0 14px 0;
		border: none;
	}
	
	
	#content p.wp-caption-text {
		margin-bottom: 0;
		padding-top: 10px;
		text-align: center;
		color: #468E3E;
	}
	
	.wp-smiley {
		border-width: 0 !important;
	}
	
	/* HT Form */

	.htregform label {
		width: 160px;
		display: block;
		float: left;
		margin: .5em 1em 1.5em 0;
		padding: 1px;
		overflow: hidden;
		clear: left;
	}
	
	.htregform label.labelTerms {
		margin: 0 !important;
		width: 300px;
		display: inline;
		float: none;
	}
	
	p.termsparagraph,
	p.form_submit {
		margin: .25em 0 .25em 174px !important;
		padding: .25em 0 .25em 0 !important;
		overflow: hidden;
	}
	
	.htregforn input.left {
		margin: 10px;
	}
	
	.htregform p {
		margin: 0;
		text-align: left;
	}

	.htregform .inputText, .htregform textarea  {
		width: 300px;		
		margin-bottom: 1em;
	}
	
	.htregform select {
		width: 320px;
		margin-bottom: 1em;
	}
	
	.htregform textarea {
	}
	
	.htregform label.error {
		display:inline;
		color: red;
		padding:0 0 0 10px;
		margin:0;
	}
	
	
	.htregform input.error {
		border: 1px solid red;
	}
	
	
	
	#iconRSS { 
		display: block;
		background:url(images/feed.gif) center left no-repeat;
		margin:20px 0 10px 0;
		padding: 0 0 0 20px;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;	
	border:#ccc 1px solid;
	}
	
	
	
.clear {
	clear: both;
}

#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%;
	font-weight:bold;	
	margin:0;
	padding:3px 0;
	}
#wp-calendar thead 
{
	margin:0;
	padding:0;	
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;	
	background:url(images/a32.gif) repeat top;
	}
#wp-calendar th 
{
	padding: 3px 0;
	text-align: center;	
	background:url(images/a34.gif) repeat top;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #FFF; }
/* End Calendar */

/* Widgets */

#get_recent_comments_wrap li {
	padding-bottom: 10px !important;
} 

#get_recent_comments_wrap li:last-child {
	padding-bottom: 2px !important;
}

.avatar { 
	float: left; 
	margin: 0; 
	border: 1px solid #468E3E;
}

