/* RESET
************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MAIN
************************************************/

body {
	color: #222222;
	background-color: #ffffff;
	font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

a {
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);		
	color: #000;
}

i {
  font-style: italic;
}

h2.post-title a {
	text-decoration: none;	
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
}

hr {
  border-style: dotted;
  border-width: 1px;
  border-color: #c0c0c0;
  border-top: none;
  margin: 20px 0;
}

blockquote {
  padding-left: 20px;
  border-left: solid 5px #DBDBDB;
}

.full_width img {
	width: 100%;
}

small {
	font-size: 80%;
	color: #a0a0a0;
}

strong {
	font-weight: 700;
}

.wrap {
	max-width: 1152px;
	margin: 0 auto;
}

#navigation {
	background-color: #000;
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
    margin-top: -56px;	
}

#navigation ul {
	text-align: center;
	font-weight: 400;
}

#navigation ul#menu li {
	display: inline-block;
	padding: 0 10px;
}

#navigation ul#menu li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 8px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}

#navigation ul#menu li a:hover {
	background: #ffffff;
	color: #000000;
	font-weight: 400;
}

#header {
	background-color: #0f0f0f;
	color: #f0f0f0;
	height: 648px;		
	height: 60vh;
	min-height: 300px;
	display: table;
	width: 100%;
	background-image: url(http://static.tumblr.com/p8ghriq/95Qnrif5s/2016-header.jpg);
	background-position: center 0px;
	background-size: cover;	
	background-repeat: no-repeat;
    background-attachment: scroll;	
    margin-top: 56px;
}

.index_page.page-1 #header {
	height: 756px;		
	height: 70vh;
}

#header .wrap {
	display: table-cell;
	vertical-align: middle;
}

#header ul {
	text-align: center;
	font-weight: 400;
}

#header ul#menu li {
	display: inline-block;
	padding: 0 10px;
}

#header ul#menu li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px 8px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}

#header ul#menu li a:hover {
	background: #ffffff;
	color: #000000;
	font-weight: 400;
}


h1#title {
	font-size: 80px;
	text-align: center;
	margin: 0 auto 0;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	letter-spacing: 0px;

/*
	display: block;
	position: relative;
*/	
}

h1#title a {
	text-decoration: none;
	color: #fff;
}
/*
h1#title:before, h1#title:after {
    position: absolute;
    margin-top: 25px;
    overflow: hidden;
    width: 10%;
    height: 1px;
    content: '\a0';
    background-color: #ffffff;
}


h1#title:before {
    margin-left: -10%;
    text-align: right;
}
*/

#header ul#connect {
	margin-top: 15px;
}

#header ul#connect li {
	display: inline-block;
}

#header ul#connect li {
	padding: 0 5px;
}

#header ul#connect li a {
	display:block;
	width:40px;
	height:40px;
	border-radius:20px;
	font-size:20px;
	color:#ffffff;
	line-height:40px;
	text-align:center;
	/*border: solid 1px #ffffff;*/
}

#header ul#connect li a:hover {
	background-color: #ffffff;
	color: #000000;
}

#cta {
	background-color: #fff000;
	position: relative;
}

#cta,
.index_page.page-1.tag_page #cta,
.index_page.page-1.search_page #cta {
	display: none;
}

.index_page.page-1 #cta {
	display: block;
}

#cta .wrap {
	max-width: 860px;
	padding: 10px 0;
	font-weight: 400;	
	overflow: hidden;	
}

#cta p {
	float: left;
	font-family: 'Roboto Slab', serif;	
	padding: 20px 0;
	font-size: 18px;
}

#cta p span{
	font-weight: 700;	
}

.cta-button {
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	background-color: #000;
	color: #fff;
	font-weight: 400;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.triangle-isosceles.top:after {
  top: -30px;
  right: 50%;
  margin-right: -30px;
  bottom: auto;
  left: auto;
  border-width: 0 30px 30px;
  border-color: #fff000 transparent;
}

.triangle-isosceles:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border-width: 30px 30px 0;
  border-style: solid;
  border-color: #fff000 transparent;
  display: block;
  width: 0;
}

#main {
	margin-bottom: 30px;
}

#footer {
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
	background-color: #000;
	padding: 60px 0;
	color: #ffffff;
}

#footer .fat-footer {
	display: table;
	width: 100%;
}

.footer-area {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}

.footer-area a {
	text-decoration: none;
	color: #fff;
}

.footer-area a:hover {
	text-decoration: underline;
}

.footer-area .container {
	padding-right: 20px;
}

.footer-area:last-child .container {
	padding-right: 0px;
}

.footer-area ul li {
	padding: 5px 0;
	font-size: 12px;
}

.footer-area h4.footer-title {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.footer-area.footer-area-04 {
  min-width: 340px;
}	

ul#tweets li {
  line-height: 1.4;
}

.footer-area .about {
  line-height: 1.4;
	font-size: 12px;
	margin-top: 10px;
}

#featured {
	/*
	padding-top: 20px;
	border-bottom: none;
	background-color: transparent;
	padding-bottom: 10px;
	*/
	border-bottom: solid 1px #c0c0c0;
}

.page-1 #featured {
	display: block;
}

#featured,
.tag_page #featured,
.search_page #featured {
	display: none;
}

#featured .section-title-container {
	display: none;
}

#featured .wrap {
	display: table;
	width: 100%;
	padding: 30px 0;
}

#featured .feat-01 {
	padding-right: 10px;
}

#featured .feat-02 {
	padding-left: 5px;
	padding-right: 5px;
}

#featured .feat-03 {
	padding-left: 10px;
}

.featured-post img {
	width: 100%;
}

.featured-post {
	display: table-cell;
	text-align: center;
}

h3.section-title {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 10px
}

h3.section-title:before,
h3.section-title:after {
  background: #c0c0c0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 245%;
}

h3.section-title:before {
  right: 100%;
}

h3.section-title:after {
  left: 100%;
}

.section-title-container {
  overflow: hidden;
  text-align: center;
}

.post-text .two_col,
.two_col .post-content .post-text {
 	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;	
	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
	-moz-column-gap: 20px; /* Firefox */
	column-gap: 20px;    
}

.post-text .three_col,
.three_col .post-content .post-text {
 	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

/*
.post-text .two_col,
.post-text .three_col {
	margin-bottom: 20px;
}
*/

.post-text .two_col img,
.post-text .three_col img,
.two_col .post-content .post-text img,
.three_col .post-content .post-text img {
	max-width: 100%;
}

.post {
	padding: 0 0 60px 0;
	margin: 60px 0 60px 0;
	border-bottom: solid 1px #ededed;
	overflow: hidden;
}

h2.post-title {
	font-size: 50px;
	margin: 0 0 30px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
}

.post .post-content {
	width: 81%;
	float: left;
}

.post-image {
	margin-bottom: 20px;
}

.post-text {
	line-height: 1.5;
}

.post .post-sidebar {
	width: 16%;
	float: right;
	margin: 0 0 0 0;
	font-size: 12px;
}

.post .post-sidebar > ul > li {
	border-top: dotted 1px #c0c0c0;
	padding: 12px 0;
	color: #aaaaaa;
}

.post .post-sidebar > ul > li:first-child {
	border-top: none;
}

.post .post-sidebar > ul > li > a {
	color: #aaaaaa;
	text-decoration: none;
}

.post .post-sidebar > ul > li > a:hover {
	color: #222222;
}

.post .post-sidebar > ul > li i {
	margin-right: 8px;
	font-size: 16px;
}

.post .post-sidebar > ul > li > ul.tags {
	margin-top: 10px;
	border: solid 1px #f0f0f0;
	padding: 10px 15px;

}
.post .post-sidebar > ul > li > ul.tags > li {
	display: inline-block;
	line-height: 1.5;
	margin-right: 3px;
	-webkit-column-break-inside: avoid;
	          page-break-inside: avoid;
	               break-inside: avoid;		
}

.post .post-sidebar > ul > li > ul.tags > li > a {
	text-decoration: none;
	color: #c0c0c0;
	letter-spacing: 0;
}

.post .post-sidebar > ul > li > ul.tags > li > a:hover {
	color: #222;
}

.sharing {
	overflow: hidden;
}

.sharing a {
  text-align: center;
  text-decoration: none;
  width: 50%;
  display: inline-block;
  float: left;
  padding: 12px 0;
  background-color: #f9f9f9;
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
}

.sharing a.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

.sharing a.twitter:hover {
  background-color: #00aced;
  color: #fff;	  
}

a.slidesjs-navigation {
	text-decoration: none;
	background-color: #a0a0a0;
	padding: 5px 7px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	margin-right: 2px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
	float: left;
}

ul.slidesjs-pagination {
  float: right;
  margin-top: -6px;    
}

ul.slidesjs-pagination li {
  display: inline-block;
  margin-left: 3px;
}

ul.slidesjs-pagination a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  font-size: 0;
  color: #ffffff;
  line-height: 10px;
  text-align: center;
  background-color: #a0a0a0;
  text-decoration: none;
  border: solid 5px #a0a0a0;
  text-indent: -9999px;
}

ul.slidesjs-pagination a.active {
	background-color: #fff;
	color: #a0a0a0;
}

.slidesjs-container {
  margin-bottom: 10px;
}

.comments-notes {
  	float: left;
	width: 81%;
	margin-top: 10px;
	border-top: dotted 1px #c0c0c0;
	padding-top: 30px;
}

.fb-comments-container {
	width: 60%;
	float: left;
	padding-right: 30px;
	border-right: 1px dotted #c0c0c0;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

/*
.tumblr-notes:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	border-right: 1px dotted #c0c0c0;
	top: 0;
	left: 590px;
}
*/

.tumblr-notes {
	font-size: 12px;
	float: right;
	width: 34%;
	/*padding-left: 30px;*/
}

.notes li {
	padding: 8px 0;
	line-height: 1.3;
	border-bottom: dotted 1px #c0c0c0;
}

.notes li:last-child {
	border: none;
}

.tumblr-notes .notes-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}

ol.notes li blockquote {
  padding-left: 10px;
  border-left: solid 4px #dddddd;
  margin-top: 5px;
}

ol.notes li blockquote a {
  font-weight: 400;
}

.notes li a {
	font-weight: 700;
	text-decoration: none;
	color: #555555;
}

.notes li a img.avatar {
	display: none;
}

/* ALL POST */

.post-text p {
	margin: 0 0 10px 0;
}

/* PHOTO */

img.HighRes {
  width: 100%;
}

/* TEXT */

.post-text h5 {
  font-size: 28px;
  font-weight: 100;
  margin: 20px 0;
}

.text-post .post-text ul {
  list-style-type: disc;
  margin-left: 30px;
}

.more_after {
  font-style: italic;
  font-size: 12px;
  margin: 20px 0;
}

a.read_more:hover {
  background-color: #a0a0a0;
  color: #fff;
}

a.read_more {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 9px;
  color: #a0a0a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #a0a0a0;
}

p.read_more_container {
 
}

/*

.post-text img {
	width: 100%
}
*/

.margin-left {
  float: right;
  margin-left: 30px;
}

#pagination {
  margin: 60px 0 60px 0;
  overflow: hidden;
  text-align: center;
  font-size: 16px;  
  text-transform: uppercase;
}

#pagination a {
  text-decoration: none;
  background-color: #000000;
  padding: 10px 14px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}

#pagination span {
  text-decoration: none;
  background-color: #c0c0c0;
  padding: 10px 14px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;	
}

/* PHOTOSET */

.photoset {
	margin-bottom: 30px;
}

/* CHAT */

.chat-post .post-text ul li {
  margin: 10px 0;
  padding: 5px 10px;
}

.chat-post .post-text ul li span {
	font-weight: bold;
}

.chat-post .post-text ul li.odd {
	background-color: #f0f0f0;
}

/* QUOTE */

.quote-post .post-title {
	line-height: 1.4;
}

/* AUDIO */

.album-art {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 350px;
}

.album-art img {
  width: 100%;
}

/* VIDEO */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100% !important;
    height: 0 !important;
  margin-bottom: 20px;    
}
 
.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Mobile MENU */

.slicknav_menu {
	display:none;
}

.slicknav_menu {
  background: #000000;
  padding: 0
 }

 .slicknav_nav li {
  display: block;
  /*border-top: dotted 1px #333;*/
}

.slicknav_nav a {
  padding: 10px;
  margin: 0;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.slicknav_btn {
  position: absolute;
  right: 3px;
  background-color: rgba(0,0,0,0.15);  
 }

.mobile_permalink {
	display: none;
	margin-bottom: 10px;
	text-align: right;
}

.mobile_permalink a:hover {
  background-color: #f0f0f0;
  color: #000;
}
.mobile_permalink a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 10px;
}


/* PHOTO META */
.photo-meta {
  margin: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  font-size: 12px;
  color: #767676;
  line-height: 1.5;
}

.photo-meta td {
  border-bottom: solid 1px #eee;
  padding: 10px 10px 10px 0;
}

.photo-meta tr:first-child td {
	padding-top: 0;
}

.photo-meta tr:last-child td {
	border-bottom: none;
}


/* MEDIA */

@media only screen and (max-width: 1024px) {
	
	#footer .wrap {
	  max-width: 940px;
	  margin: 0 auto;
	}	
	
	#header {
	  height: 460px;		
	  height: 60vh;
	}


	h1#title {
		font-size: 70px;
	}	

	#featured .wrap {
	  width: auto;
	  padding: 30px;
	}	

	.featured-post {
	  padding: 5px;
	}	

	div#inner {
	  max-width: 100%;
	  margin: auto;
	  padding: 0 40px;
	}

	.post-image img {
	  width: 100%;
	}	


	.fb-comments-container {
		width: 62%;
	}	

	.tumblr-notes {
	  width: 30%;
	  padding-left: 20px;
	}  	

	.post-text .three_col,
	.three_col .post-content .post-text {
	 	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;			
	}

	.footer-area {
	  display: table-cell;
	  width: 21%;
	  vertical-align: top;
	}	


	.margin-left {
	  margin-left: 20px;
	  max-width: 50%;
	}

	.post-text img {
	  width: 100%;
	}	

}

@media only screen and (max-width: 768px) {

	#header {
	  height: 337px;		
	  height: 50vh;
	}

	.index_page.page-1 #header {
	  height: 542px;		
	  height: 68vh;
	}

	#cta {
	  text-align: center;
	}	

	.cta-button {
	  margin: 20px auto;
	  float: none;
	}

	#cta p {
	  float: none;
	  padding: 20px 0 0 0;
	}

	.post .post-content {
	  width: 100%;
	  float: none;
	}

	.post .post-sidebar {
	  width: 100%;
	  float: none;
	  margin-top: 20px;
	  overflow: hidden;
	}


	.post .post-sidebar > ul > li > ul.tags {
	  padding: 10px;
	  display: inline-block;
	  margin-left: 10px;
	  margin-bottom: 10px;
	 }	

	.post .post-sidebar > ul > li {
  	  border-top: none; 
	}


	ul.icons {
	  width: 100%;
	  display: table;
	  border-top: dotted 1px #c0c0c0;
	  border-bottom: dotted 1px #c0c0c0;
	}

	ul.icons li {
	  display: table-cell;
	  border: none;
	}

	ul.icons li.tags{
	  display: table-caption;
	  padding-bottom: 0;	  
	}	

	.comments-notes {
	  float: none;
	  width: 100%;
	  border-top: none;
	  padding-top: 0;
	}


	.fb-comments-container {
	  width: 100%;
	  padding: 0;  
	  border: none;
	  float: none;
	  margin-top: 20px;
	  padding-top: 10px;	
	  border-top: solid 5px #c0c0c0;		
	}

	.tumblr-notes {
	  width: 100%;
	  padding-left: 0;
	  margin-top: 20px;
	  border-top: solid 5px #c0c0c0;
	  padding-top: 20px;
	}	

	.post .post-sidebar > ul > li > a {
	  padding: 10px;
	}	

	h2.post-title {
  	  font-size: 38px;
  	}

	#footer .wrap {
	  padding: 0 40px;
	}  	


	h1#title {
	  font-size: 44px;
	}	

	#footer .wrap {
		padding: 0;
	}

	.footer-area {
	  display: block;
	  width: auto;
	  max-width: 65%;
	  vertical-align: top;
	  text-align: center;
	  margin: 0 auto;
	  margin-bottom: 30px;
	}

	.footer-area.footer-area-04 {
	  min-width: 340px;
	  margin: auto;
	  width: 340px;
	}	

	.mobile_permalink {
		display: block;
	}	

	.text-post .mobile_permalink {
		display: none;
	}

	p.read_more_container,
	.more_after {
	  text-align: center;
	}

	.index_page .post .post-sidebar ul.icons,
	.index_page .post .post-sidebar .sharing {
		display: none;
	}	

	.permalink_page .post .post-sidebar ul.icons {
		display: table;
	}

	.permalink_page .post .post-sidebar .sharing {
		display: block;
	}		

	.sharing a {
	  width: 100%;
	  display: block;
	  padding: 15px 0;  
	}	

	.sharing a.facebook {
	  margin-bottom: 7px;
	}

	.sharing {
	  margin: 20px 0;
	  max-width: 14%;
	  float: right;
	}

	ul.icons {
	  max-width: 84%;
	  float: left;
	}

}

@media only screen and (max-width: 640px) {

	#featured {
		padding-bottom: 0;
	}	

	#featured .wrap {
	  width: auto;
	  padding: 20px;
	}		

	.comments-notes {
		border-top: none;
	}

	.post-text .two_col,
	.post-text .three_col,
	.two_col .post-content .post-text,
	.three_col .post-content .post-text {
	 	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;			
	}	

	.photo-meta tr:first-child td {
		padding-top: 10px;
	}	

	#cta p {
	  float: none;
	  padding: 20px 50px 0;
	  line-height: 1.5;
	}	


	#navigation,
	#menu {
		display:none;
	}
	
	#header {
    	margin-top: 0;		
	}

	.slicknav_menu {
		display:block;
	}	

	.album-art {
	  float: none;
	  margin: 0;
	  width: 100%;
	  margin-bottom: 20px;
	}	

	.sharing a {
	  width: 50%;
	  display: inline-block;
	  padding: 12px 0;  
	}	

	.sharing a.facebook {
	  margin-bottom: 0;
	}

	.sharing {
	  max-width: 100%;
	  float: none;
	}

	ul.icons {
	  max-width: 100%;
	  float: none;
	}	
}

@media only screen and (max-width: 480px) {

	#header {
	  height: 300px;
	  height: 35vh;
	}

	h1#title {
		font-size: 34px;
	}	

	#cta p {
	  padding: 20px 40px 0;
	  line-height: 1.5;
	}	

	div#inner {
	  padding: 0 20px;
	}


	ul.icons li.tags {
	  display: table-caption;
	  width: 100%;
	}

	ul.icons > li {
	  display: inline-block;
	  border: none;
	  width: 50%;
	}

	.post {
		padding: 20px 0;
		margin: 20px 0;
		border-bottom: solid 3px #c0c0c0;
	}

	.post .post-sidebar > ul > li {
	  padding: 10px 0;
	}	

	ul.icons {
	  padding: 10px 0;
	}

	ul.icons li.tags {
	  display: table-caption;
	  width: auto;
	  border-top: dotted 1px #c0c0c0;
	  padding: 20px 10px 10px 10px;
	}	

	.post .post-sidebar > ul > li > ul.tags {
	  padding: 0;
	  display: block;
	  margin-left: 0;
	  margin-bottom: 10px;
	  border: none;
	}		

	ul.slidesjs-pagination {
	  margin-top: -3px;    
	}	

	h2.post-title {
  	  font-size: 28px;
  	  line-height: 1.4;
  	}

	.featured-post {
	  display: block;
	  text-align: center;
	  padding: 0;
	  margin-bottom: 20px;
	}	

	#featured .feat-01,
	#featured .feat-02,
	#featured .feat-03 {
	  padding: 0;
	}  	

	#featured .section-title-container {
		display: block;
		padding: 20px 0;
	}


}

@media only screen and (max-width: 320px) {

	.post .post-sidebar > ul > li > ul.tags {
	  padding: 10px;
	  display: block;
	  margin-left: 0;
	  margin-bottom: 10px;
	}


}