/*	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;}




/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

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

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

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

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

strong, b {
	font-weight:bold !important;
}

em, i {
	font-style:italic !important;
}

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

#wrapper {
	width:980px;
	margin:0px auto;
	overflow:auto;
}

header {
	border-bottom:1px solid #dbdbdb;
	padding: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;
	font-style:italic;
}

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

#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 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;
}

.formbutton {
	color:#fff;
	padding:8px 16px;
	font-size:14px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border: solid 1px #7ea02c;
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C */
}

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

#form-wrapper {
	position:relative;
}

#criteria {
	width:318px;
	border:1px solid #dbdbdb;
	padding:9px;
}

#search_btn {
	position:absolute;
	right:1px;
	top:1px;
	background:#f5f5f5;
	padding:8px 12px;
	margin-left:-2px;
	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;
	border-bottom:1px solid #dbdbdb;
	padding:15px 0;
}

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

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

#side section ul {
	list-style-type:disc;
	padding:0 0 0 20px;
}

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

#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;
}

.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.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@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.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		width:292px;
		margin:0px auto;
	}
	
	#wrapper {
		width:292px;
		margin:0px auto;
		overflow:auto;
	}
	
	#content, #side {
		width:292px;
		float:none;
	}
	
	.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.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width:460px;
		margin:0px auto;
		font:14px/1.5em Helvetica, Arial, Sans-serif;
	}
	
	#wrapper {
		width:460px;
		margin:0px auto;
		overflow:auto;
	}
	
	#content, #side {
		width:460px;
		float:none;
	}
	
	.post img.image {
		margin:15px 0;
		max-width:460px;
	}
	
	.post iframe {
		max-width:460px;
	}
	
}