

/* basic reset */
	* { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, ul, ol, pre, blockquote, cite, table { margin-bottom: 1em; }
	ul, ol, li { margin-left: 0.5em; }


hr {
	border-width: 0;
	height: 1px;
	background-color: #eee;
	margin-bottom: 15px;
margin-top: 15px;}

/* page wrappers */
	body {
	z-index: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;	margin-top: 0px;
	padding-top: 0px!important;
	background: white url(header2.png) repeat-x;
	background-size: 210px 30px;
}

	portfolio body {
	background-color: #ff6146;
}

	quietcity body {
	background-color: #EBE9E3;
}

quietcity h2 {
	color: red;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #333333;
	text-rendering: optimizelegibility;
	font-style: bold;

}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	color: #999999;
	font-size: 20px;
}

.centre {
	margin-bottom: -80px;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #666666;
}

h2.blue {
	color: #376B80;
}

h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans {
	font-weight: bold;
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
	color: #376B80;
}

h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

h1.small {
	font-size: 50px;
}

h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
}

h2.inline, h4.inline {
	display: inline;
}

h2 small {
	font-size: 18px;
}

h3 {font-weight: 500;
	margin-bottom: 10px;
}

h3.large {
	font: normal 28px 'Josefin Sans' sans-serif;
	line-height: 32px;
}

h3.inline {
	display: inline;
}

h3 small {
	font-size: 18px;
	line-height: 20px;

}

h4, h5, h6 {
	line-height: 18px;
}

h4 {
	font-size: 14px;
}

h4 small {
	font-size: 11px;
}

h5 {
	font-size: 11px;
}

h6 {
	color: gray;
	font-size: 14px;
	font-weight: 300;
}
	

/* common tags */

/* links */
	a:link {
		color: #ff6146;
	text-decoration: none;
}
	a:visited {
		color: #ff6146;
	text-decoration: none;
}
	a:hover {
		color: #ff6146;
	text-decoration: none;
}
	/* prettier images */
	img { border: none;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
}




	/* blockquote */
	blockquote, cite {
		padding-left: 20px;
		padding-right: 20px;
	font: 0.9em/160% Helvetica Neue, sans-serif;

}

/* main contents */
	.postmeta {
		clear: both;	
	}

/* header */
	#header {
		margin: 30px 0 20px 0;
	}
	
	/* posts */
	
	.main_content {
	padding-top: 30px;
}
	
p {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1.5em;
}



	.post_deets, .post_deets a {	
	color: gray;
margin-bottom: 20px;
	text-align: center;
}

#post_title {
	text-align: center;
	margin-bottom: 20px;
}

	.postmeta, .postnavigation {
		font-size: 0.8em;
	}
	body.blog .post .postmeta, body.archive .post .postmeta, body.search .post {
		border-bottom: 1px solid #eee;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	body.blog .post:last-child .postmeta, body.archive .post:last-child .postmeta {
		border-bottom: none;
	}

/* sidebar */

.sidebar {
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px!important;
	z-index: -500!important;
	text-align: center;
}

#sidebar_headers a {
	background-color: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 10px;
		color: none;
	line-height: 40px;
	font-size: 20px;
	
}

#sidebar_headers a:hover {
	background-color: #ff6146;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2;
	-ms-transition: linear 0.2;
	-o-transition: linear 0.2;
	transition: linear 0.2;
	cursor: pointer;
	opacity: 1!important;
	color: #383838;
}

#sidebar_headers_icon a:hover {
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2;
	-ms-transition: linear 0.2;
	-o-transition: linear 0.2;
	transition: linear 0.2;
	cursor: pointer;
	opacity: 1!important;
	color: #383838;
}


h1#logo img {
	width: 80px;
}
.sidebar_header{
	padding-right: 20px;
	display: block;
}

    @media only screen and (max-width: 767px) {
#targetp{
padding-top:0px !important;
}
#sidebar_headers a {
	background-color: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
		color: #999999;
	line-height: 30px;
	font-size: 20px;	
}

.sidebar_header{
	display: inline!important;
	padding-right: 3px;
}


.footer_content {
	padding-bottom: 300px!important;
}

#fusion_ad {
	position: absolute;
	bottom: 0;
	padding-bottom: 50px
}
	
}




/* footer */
	
	.footer_content{
	padding-top: 30px;
	padding-bottom: 60px;
}
	
	#footer p {
		text-align: center;	
		font-size: 0.9em;
	}

/* topnav and footer nav */
	#topnav ul, #footer ul {
		list-style-type: none; 
		text-align: left;
		margin: 0;
	}
	#topnav li, #footer li {
		list-style-type: none; 
		display: inline; 
		padding-left: 0.5em;
	}
	#topnav li ul, #footer li ul {
		display: inline;
		padding: 0;
	}
	#bottomnav {
	}

/* comments */
	#comments {
		font-size: 0.9em;	
	}
	#comments ol {
		margin: 0;
	}
	#comments li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#comments li ul {
		padding-left: 10px;
		margin-bottom: 0;
	}
	#comments .comment-body {
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ccc;
	}
	#comments .comment-meta {
		font-size: 0.8em;
		padding-bottom: 0.5em;
	}
	#comments .reply {
		padding-bottom: 10px;
		font-size: 0.8em;
	}
	#comments .thread-even {
		background: #eee;	
	}
	#comments .thread-odd {
		background: #ddd;	
	}
	#respond {
		margin-top: 30px;
		padding: 10px;
	}
	#respond label {
		display: block;
	}
	#respond input, #respond textarea {
		font-family: 'Josefin Sans', sans-serif; 
		font-size: 10pt;
}

/* wordpress classes */
	.alignleft {
		float: left; 
		padding: 2px 8px 8px 2px;
	}
	
	.alignleft img, img.alignleft {
	padding: 0px!important;
}
	
	.alignright {
		float: right;
		padding: 2px 2px 8px 8px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption-text, .gallery-caption { 
		color: #666; 
		font-size: 0.8em; 
		padding: 3px 0; 
	}
	.gallery {
		padding: 10px 10px 25px 10px;
	}

/* customize search widget here */
	.widget_search #searchform {
	}
	.widget_search #searchform label {
		display: block;
	}
	.widget_search #searchform #s {
		width: 100px;
	}
	.widget_search #searchsubmit {	
	}
	
	
	
	.embed-container {
    position: relative;
    padding-bottom: 80%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


p.small {
	color: gray;
	font-size: 14px!important;
	font-style: italic;
}

/* Grid Post Archives */
#grid_archives a {
	color: inherit!important;
}

#grid_archives a:hover {
	color: #ff6146!important;
}

.ga_post_main {
	box-shadow: none!important;
	height: 130px!important;
}

li.ga_post {
	margin-bottom: 0px!important;
	height: 160px!important;
}

li.ga_year_month {
	font-size: 14px!important;
}


/* Awesome CSS Animations from Dan Eden */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}


@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
