
        /*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://creativecommons.org/licenses/MIT/	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols1 2345678910
px68160252344436528620712804896*/

body {
	font:16px/1.7em Helvetica, Arial, Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-serif;
	line-height:1.3em;
	font-weight:normal;
}

a {
	color:#06c;
	text-decoration:none;
}

a:hover {
	color:#0e5295;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	margin:.5em 0 .75em 0;
}

#wrapper {
	width:1020px;
	margin:0px auto;
}

header {
	border-bottom:1px solid #dbdbdb;
	padding:40px 20px 20px;
	text-align:center;	
	margin:0 0 20px 0;
}

header h1 {
	font-size:48px;
}

header h2 {
	font-family:Georgia, Serif;
	font-weight:normal;
	color:#999;
}

header h1 a {
	color:#333;
	text-decoration:none;
}

#headerimg {
	background: url() no-repeat;
	width: 1000px;
	height: 0px;
	margin-bottom: 20px;
}

#content {
	float:left;
	width:600px;
	padding-right:20px;
	border-right:1px solid #dbdbdb;
	margin-right:19px;
	margin-bottom:20px;
}

#content h3 {
	font-size:28px;
}

.post {
	margin:0 0 15px 0;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:15px;
}

.post:nth-last-child(1) {
	border-bottom:none;
}


.post h3 a {
	color:#333;
	text-decoration:none;
}

.post img.thumbnail {
	float:left;
	margin:5px 20px 0 0;
	border:1px solid #dbdbdb;
	padding:6px;
}

.post img.image {
	margin:15px 0;
	max-width:600px;
}


p.meta {
	line-height:1.5em;
	color:#999;
	padding:10px 0;
	font-size:0.9em;
}

#tailsweep-div-midContent {
 	display:none;
}

#comment_anchor {
	float:right;
}

.post ul {
	list-style-type:disc;
	padding:0 0 0 20px;
	margin:.5em 0 .75em 0;
}

#comment .comment-avatar {
float: left;
margin: 0 10px 10px 0;
border-radius: 3px;
box-shadow: 0 1px 2px #909090;
}

#comment h3:nth-child(1) {
	margin-top:0;
}

#comment fieldset {
	border:1px solid #dbdbdb;
	padding:10px;
}

#comment legend {
	font-weight:bold;
	font-size:18px;
}

#comment dl dt {
	
}

#comment dl dt label {
	font-weight:bold;
}

#comment dl dd {
	margin-bottom:20px;
}

#comment dl dd em {
	margin-left:10px;
	font-size:12px;
	color:#666;
}

#comment h3, #comment h4 {
	margin:.5em 0;
}

#comment .commenttext {
	border-bottom:1px solid #dbdbdb;
	padding:0 0 20px 0;
}

#comment input[type=text], #comment textarea {
	width:340px;
	padding:6px;
	border:1px solid #ccc;
	font-size:14px;
}

#comment textarea {
	height:180px;
}

.response {
	padding-left: 10px;
	border-left: 1px solid #D9D9D9;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
}

.response br, 
.response-by br {
	display: none;
}

	.response .responsemessage br {
		display: block;
	}
	
.response-by {
	padding-left: 10px;
	border-left: 1px solid #D9D9D9;
	display: block;
	margin-left: 10px;
	font-family: georgia, sans-serif;
	font-style: italic;
}

.formbutton {
	color:#404040;
	padding:8px;
	font-size:13px;
	background: #f3f3f3;
	background: -moz-linear-gradient(top,#f3f3f3 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,#f3f3f3 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,#f3f3f3 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,#f3f3f3 0%,#e8e8e8 100%);
	background: linear-gradient(top,#f3f3f3 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e8e8e8',GradientType=0 );
	border: 1px solid #D5D5D5;
}

#side {
	float:left;
	width:380px;
}

#side h4 {
	display: block;
	background: #fafafa;
	background: -moz-linear-gradient(top,#fafafa 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,#fafafa 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,#fafafa 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,#fafafa 0%,#eaeaea 100%);
	background: linear-gradient(top,#fafafa 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 );
	padding: 8px;
	color: #000;
	border: 1px solid #DDD;
	margin-bottom: 20px;
}

#form-wrapper {
	position:relative;
}

#criteria {
	width:288px;
	border:1px solid #dbdbdb;
	padding:9px;
	float: left;
}

#search_btn {
	background:#f5f5f5;
	padding:8px 12px;
	float: left;
	color:#555;
	border:1px solid #fff;
	background: #e6f3ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6f3ff), to(#afcbe7));
	background: -moz-linear-gradient(top,#e6f3ff,#afcbe7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f3ff',endColorstr='#afcbe7');
}

#search_btn:hover {
	color:#fff;
	background: #d0e8ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#d0e8ff), to(#76a1cb));
	background: -moz-linear-gradient(top,#d0e8ff,#76a1cb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e8ff',endColorstr='#76a1cb');
}

#side section {
	margin:0 0 5px 0;
	padding:15px 0 0;
}

#side section:nth-last-child(1) {
	border-bottom:none;
}

#side section h4 {
	margin:0 0 0.75em 0;
}

#side section ul li {
	font-size:0.9em;
}

#side section ul {
	list-style: none
}

#side section ul.services {
	list-style-type:none;
	padding-left:0px;
}

#side section ul.services li {
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.taglist {
 font-size: 12px;
color: #999;
}

.rss {
	background-image:url(img/icons/social/feed.png);
}

.facebook {
	background-image:url(img/icons/social/facebook.png);
}

.twitter {
	background-image:url(img/icons/social/twitter.png);
}



footer {
	text-align:center;
	background-color:#f7f7f7;
	border-top:1px solid #dbdbdb;
	padding:20px;
	color:#bbbbbb;
	font-size:.85em;
}

footer a {
	color:#999;
}

footer a:hover {
	color:#666;
	text-decoration:none;
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols1 2345678
px68160252344436528620712*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols1 23
px68160252*/

@media only screen and (max-width: 767px) {
	
	body {
		width:292px;
		margin:0px auto;
	}
	
	#wrapper {
		width:292px;
		margin:0px auto;
	}

	#content {
	border-right: none;
	}
	
	#content, #side {
		width:292px;
		float:none;
	}
#headerimg {
 width: 100%; 
}
	
	.post img.image {
		margin:15px 0;
		max-width:292px;
	}
	
	header h1 {
		font-size:24px;
	}

	header h2 {
		font-family:Georgia, Serif;
		font-weight:normal;
		color:#999;
		font-style:italic;
		font-size:14px;
	}
	
	#content h3 {
		font-size:18px;
	}
	
	#comment .commenttext {
		border-bottom:1px solid #dbdbdb;
		padding:0 0 20px 0;
	}

	#comment input[type=text], #comment textarea {
		width:250px;
		padding:6px;
		border:1px solid #ccc;
		font-size:14px;
	}
	
	.post iframe {
		max-width:292px;
	}

	#comment textarea {
		height:180px;
	}
	
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols1 2345
px68160252344436*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	body {
		width:460px;
		margin:0px auto;
		font:14px/1.5em Helvetica, Arial, Sans-serif;
	}
	
	#wrapper {
		width:460px;
		margin:0px auto;
	}

	#content {
	border-right: none
 }

	#content, #side {
		width:460px;
		float:none;
	}
	
	.post img.image {
		margin:15px 0;
		max-width:460px;
	}
	
	.post iframe {
		max-width:460px;
	}
	
}