/*
Theme Name: Florence
Theme URI: http://solopine.com/
Description: A WordPress Blog Theme
Author: Solo Pine Designs
Author URI: http://solopine.com
Version: 1.2.4
License: Themeforest Licence
License URI: http://themeforest.net/licenses
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }
/**/

body {
	background:#f5f5f5;
	font-family:"Open Sans", sans-serif;
	font-size:13px;

}

p {
	font-family:"Crimson Text", serif;
	color:#161616;
	font-size:16px;
	line-height:24px;
text-align: justify;
}

a {
	text-decoration:none;
	color:#EF9D87;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Oswald", sans-serif;
}



.container {
	width:1160px;
	margin:0 auto;
}

#content {
	overflow:hidden;
}

#main {
	width:800px;
	float:left;
	margin-right:40px;
}
#main.fullwidth {
	width:100%;
}

#sidebar {
	width:320px;
	float:right;
}


/***
/* Top Bar
/********************/
#top-bar {
	background:#fff;
	height:50px;
	position:fixed;
	width:100%;
	z-index:9999;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	-webkit-backface-visibility: hidden;
}

#top-bar .container {
	position:relative;
}

.slicknav_menu {
	display:none;
}

	/***
	/* Menu
	/********************/
	.menu {
		float:left;
	}

	.menu li {
		display:inline-block;
		margin-right:26px;
		position:relative;
	}
	.menu li a {
		font-size:11px;
		text-transform:uppercase;
		letter-spacing:1px;
		line-height:50px;
		color:#777;
		display:block;
		font-family:"open sans";
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		
	}
	.menu li.current-menu-item a, .menu li.current_page_item a, .menu li a:hover {
		color:#EF9D87;
	}
	
		/*** DROPDOWN ***/
		.menu .sub-menu,
		.menu .children {
			background-color: #fff;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: 0;
			z-index: 99999;
			-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
			-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		}
		
		ul.menu ul a,
		.menu ul ul a {
			color: #999;
			margin: 0;
			padding:6px 10px;
			min-width: 160px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
			border-top:1px solid #f4f4f4;
		}
		
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
		}

		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #fff;
			background:#EF9D87;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}

	/***
	/* Top Social
	/********************/
	#top-social {
		position:absolute;
		right:66px;
		top:0;
	}
	#top-social a {
		line-height:50px;
		font-size:14px;
		color:#c2c2c2;
		margin-left:8px;
	}
	#top-social a:hover {
		color:#EF9D87;
	}
	
	/***
	/* Header Search
	/********************/
	#top-search {
		position:absolute;
		right:0;
		top:0;
		width:50px;
		text-align:center;
		margin-left:16px;
	}
	#top-search a {
		height:50px;
		font-size:14px;
		line-height:50px;
		color:#fff;
		background:#EF9D87;
		display:block;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}
	#top-search a:hover {
		opacity:.75;
	}
	.show-search {
		position:absolute;
		top:50px;
		right:-1px;
		display:none;
		z-index:10000;
	}
	.show-search #searchform input#s {
		width:190px;
		background:#FFF;
		-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		border:1px solid #eee;
	}
	.show-search #searchform input#s:focus {
		border:1px solid #ddd;
	}
	

/***
/* Header
/********************/
#header {
	padding-top:50px;
	
}

#logo {
	text-align:center;
	padding:60px 0 50px;
}

#logo img {
	max-width:100%;
	height:auto;
}


/***
/* Posts
/********************/
.post, #main > .page {
	background:#fff;
	margin-bottom:50px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}
.post-img {
	text-align:center;

}
.post-img img {
	max-width:100%;
	height:auto;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

.post-header {
	padding:20px 30px 24px;
	text-align:center;
}

.post-header h2 a, .post-header h1 {
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	font-family:"oswald";
	font-weight:400;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.post-header h2 a:hover {
	opacity:.6;
}

.page .post-header h1 {
	margin-top:5px;
}

.post-header .cat a {
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:8px;
}

.post-header .cat a:hover {
	text-decoration:underline;
}

	/*** Post Entry ***/
	.post-entry {
		padding:0 30px;
		font-size:16px;
		line-height:24px;
		margin-bottom:10px;
		overflow:hidden