
/* --------------------------
 @Text styling 
----------------------------- */

p {
	
}

	.blog p {
		margin-bottom: 0
	}
	
	.sectionssidebar p {
		font-size: 1em;
		line-height: normal;
		padding: 8px 0 10px 0;
		margin: 0;
		border-bottom: 1px dashed #DDD;
	}
	
	.sectionssidebar p#last {
		border: 0
	}
	
	#comments p {
		padding: 0px 5px 5px 5px;
	}
	
	.blog p.meta {
		font-family: georgia, serif;
		font-variant: small-caps;
		letter-spacing: 1px;
		color: #9d9d9d;
		background: #f6f6f6;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		margin-bottom: 8px;
	}
	
	#blogcontent p.meta {
		font-family: georgia, serif;
		font-variant: small-caps;
		text-align: center;
		letter-spacing: 1px;
		color: #000;
		background: #f6f6f6;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin-bottom: 8px;
		padding: 5px;
	}
	
h1 {

}
	
	#blog h1 {
		font-size: 1.3em;
		padding-left: 5px;
	}
	
	#blog #column2 h1 {
		font-size: 1.1em;
		padding: 3px 0 4px 5px;
		margin: 0
	}
	
	h1 a:link {
		text-decoration: none;
	}
	
	h1 a:visited {
		text-decoration: none;
		color: #292929;
	}
	
	h1 span.author {
		font-size: 0.7em;
		font-style: italic
	}
	
	#comments h1 {
		
	}

h2 {
	letter-spacing: normal;
	color: #292929;
}

	#blog h2 {
		font-size: 1.3em;
		line-height: 1.6em;
		padding: 0 5px;
	}
	
	#blog .blog h2 {
		font-size: 1.4em;
		background: none;
		line-height: 1em;
		margin-bottom: 6px;
		padding: 0	
	}
	
	#blog #blogcontent h2 {
		font-size: 1.2em;
		background: none;
		line-height: 1em;
		margin-bottom: 10px;
		padding: 0
	}
	
	#blog h2 .details {
		color: #555;
		font-style: italic;
		font-size: 0.7em
	}
	
	#comments h2.commentmeta {
		font-size: 1.2em;
		line-height: normal
	}
	
	h2.commentmeta .commentdate, h2.commentmeta .edit {
		color: #aaa;
		font-size: 0.8em;
	}
	
	h2 a:link {
		text-decoration: none;
		color: #000
	}
	
	h2 a:visited {
		text-decoration: none;
		color: #000
	}
	
	h2 span.details a:link {
		text-decoration: none;
	}
	
#blogcontent span.drop {
	color: #000;
	z-index: 100;
	float: left;
	font-family: georgia, serif;
	font-size: 3.6em;
	line-height: 1em;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0.1em 0pt 0pt;
	text-transform: uppercase;
}

/* -------------------------- */


/* --------------------------
 @Structure 
----------------------------- */

/* Default for smaller screen sizes */

#blog #column1, #threecolumns #column2, #threecolumns #column3 {
	display: inline;
	margin-left: 2%;
  width: 95%;
}

/* Expand for larger screen sizes */

@media (min-width:750px) {
  #blog #column1 {
  	width: 62%;
  	float: left;
  }

  #blog #column2 {
  	width: 32%;
  	float: right;
    margin-right: 2%;
  }

}

.blog {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

#blogcontent {
  padding-left: 5px;
  padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

@media (min-width:750px) {
  #blogcontent {
    padding-left: 0;
    padding-right: 0;
  }
}

.special li {
	background: url('../images/minitree.gif') center left no-repeat;
	padding-left: 25px;
}

#comments {
	padding-bottom: 0px;
	margin: 0 0 20px 0;
}

#comments ul {
	margin: 0
}

#comments ul li {
	margin: 10px 0 10px;
	list-style-type: none;
	font-size: 1em;
	background: #FCFCEF
}

.comment {
	margin: 10px 0 10px;
	clear: both;
	background: url('../images/commentbg.gif') repeat-y #f6f2e9;
	zoom: 1
}

#comments .commentmeta {
	float: left;
	background: url('../images/commentmetabg.gif') bottom right no-repeat;
	display: inline;
	width: 138px;
	padding: 10px 12px 45px 0;
	text-align: right;
}

#comments .commenttext {
	margin-left: 160px;
	padding: 10px 10px 10px 0;
}

@media (max-width:450px) {
  .comment {
    background: none;
  }

  #comments .commentmeta {
    clear: both;
    width: auto;
    background-image: url('../images/commentbg.gif');
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 3px;
  }

  #comments .commenttext {
    clear: both;
    float: left;
    margin-left: 0;
    background-color: #f6f2e9;
  }
}

/* -------------------------- */


/* --------------------------
 @Forms, images, photos and galleries
----------------------------- */

.blog img {
	float: left;
	border: 5px solid #f6f6f6;
	margin: 0 15px 0 0;
}

#blogcontent img, #blogcontent p a img {
	border: 10px solid #EEE;
	margin: 15px;
  max-width: 90% !important;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
}

#blogcontent img.post-image {
	float: right;
	margin-left: 15px;
}

@media (max-width:450px) {
  #blogcontent img.post-image, #blogcontent p img.post-image {
  	float: left;
  	margin-left: 0;
    clear: both;
    width: 97%;
  }

  #blogcontent img.post-image + p {
    float: left;
    clear: both;
  }

}

#blogcontent img.alignleft {
	float: left;
	margin-right: 15px;
}

#blogcontent img.alignright {
	float: right;
	margin-left: 15px;
}


#blogcontent .wp-caption {
  max-width: 100% !important;
}

.blogphotoright {
	float: right;
	border: 8px solid #E8E8E8;
	margin: 0 0 0 5px;
}

.blogphotoleft {
	float: left;
	border: 8px solid #E8E8E8;
	margin: 0 5px 0 0;
}

textarea#comment {
	width: 97%;
}

#logo {
	height: 65px;
  width: 311px;
	overflow: hidden;
	line-height: 1px;
	margin-top: 13px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#logo-guides {
/*  height: 65px;*/
  width: 95%;
	overflow: hidden;
	line-height: 1px;
	margin-top: 13px;
	margin-bottom: 3px;
	margin-left: 5px;
}

#logo-blog, #logo-tv {
/*  height: 65px;*/
  width: 95%;
	overflow: hidden;
	line-height: 1px;
	margin-top: 13px;
	margin-bottom: 3px;
	margin-left: 4%;
}

@media (min-width:350px) {
  #logo, #logo-guides, #logo-blog, #logo-tv {
  	margin-left: 20px;
  }
}

@media (min-width:585px) {
  #logo-guides {
    width: 534px;
  }
}

@media (min-width:530px) {
  #logo-blog {
    width: 489px;
  }

}

@media (min-width:474px) {
  #logo-tv {
    width: 433px;
  }

}


/* -------------------------- */


