body{
	background-color:#000;
	color:#FFF;
	background-image:url(/wp-content/uploads/2014/12/bokeh.jpg);
	background-size:100% auto;
	background-attachment:fixed;
	background-position:0 220px;
	background-repeat:repeat-x;
}

.entry-content ul li{
	list-style-type:none;
}

.entry-content ul li a{
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	font-family: "futura-pt",sans-serif;
}

.entry-content a{
	color:#000;
	font-family: "futura-pt",sans-serif;
	font-weight:400;
	text-decoration:none;
	background-color: #f3f3f3;
	padding: 0 8px;
	display:inline-block;
	
}

.entry-content p a:nth-child(even){
	-ms-transform:rotate(1.5deg);
	-moz-transform:rotate(1.5deg);
	-webkit-transform:rotate(1.5deg);
	transform:rotate(1.5deg);
}

.entry-content p a:nth-child(odd){
	-ms-transform:rotate(-1.5deg);
	-moz-transform:rotate(-1.5deg);
	-webkit-transform:rotate(-1.5deg);
	transform:rotate(-1.5deg);
}

.entry-content p a:hover{
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	background-color: white !important;
	opacity:1;
}

.tooltip-inner{
	background-color:#FFF ;
	color:#000;
	opacity:1;
}

#main > div{
	clear: both;
}

iframe{
	/*
-moz-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	transform:rotate(-2deg);
	margin-bottom:15px;
*/
}

figure a{
	background-color:transparent !important;
}
.uplink a{
	font-size: 0.8em;
	position: relative;
	bottom: 2px;	
}

.shoplink,#breadcrumbs{
	display:none !important;
}

.rounded{
	border-radius:50%;

}

.uplink a{
	display:inline-block;
	width:30px;
	height:30px;
	background-color:#000;
	border-radius:50%;
	margin-right:10px;
	border:2px solid #FFF;
	text-align:center;
	font-weight:900;
}
.uplink a:hover{
	text-decoration:none;
	color:#000;
	background-color:#FFF;
	
}

figcaption{
	color:#FFF !important;
	text-align:center !important;
	display:block;
	font-size:1.2em;
}

.trail span{
	color:#FFF !important;
}

.main-navigation a, .main-navigation .nav > li > a{
	color:#FFF;
	/* text-shadow:0 0 3px #000; */  /* <-- was looking weird */
	text-shadow: none;
}

#main article {
	background-color:rgba(0,0,0,0.7);
	box-shadow: 0 0 6px #FFF;
	max-width:98% !important;
	padding-left:1%;
	padding-right:1%;
}
.page-template-default #main article {
	box-shadow:none;
}

iframe,object,embed{
	float:right;
	margin-left:2%;
}

#main article p{
	font-size:1.5em;
	font-family: 'futura-pt', sans-serif;
}

img.transparent{
	background-color:#000 !important;
	box-shadow: 0 0 6px #FFF;
}

.toc-item{
	width:48% !important;
}

#main article p{
	/* clear: both; */
}

@media screen and (min-width: 800px){
	.page-id-1710 .toc-item{
		width: 25% !important;
	}
}

.page-template-page-toc-circles-php .toc-item h2{
	background-color:transparent !important;
	font-family:'futura-pt';
	font-weight:700;
	text-shadow:0 0 3px #000;
	color:#FFF;
	font-size:2em;
}
.main-navigation #menu-item-2680 a{
	background-image: url(/wp-content/themes/poetry-soc/images/icon-home-white.png);
}
.widget_subpages{
	font-size:1.2em;
	background-color:rgba(0,0,0,0.7);
	padding:10px;
}
.layouthack .widget_subpages{
	padding: 0 0 15px;
	border-bottom: 1px solid #fff;
}
.layouthack .widget_subpages .here{
	text-decoration: underline;
}
.layouthack .widget_subpages .widget-title{
	border-bottom: none;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	margin: 0 30px 0 0;
	padding-bottom: 0;
}
.layouthack .widget_subpages .widget-title::after{
	content: ":";
	
}
.layouthack .widget_subpages ul{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	margin-right: 20px;
}
.layouthack .widget_subpages li{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	margin-right: 20px;
}
.scatter{
	overflow: hidden;
	position:relative;
	z-index:1000;
}
.imageholder{
	margin:20px;
}

.menu-toggle{
	color: #fff;
}

#left-sidebar a{
	color:#FFF !important;
	text-shadow:0 0 3px #000;
}

footer#colophon{
	background-color:#222;
	background-color:rgba(0,0,0,0.6);
}

#breadcrumbs a{
	color: #fff;
}
#primary{
	padding-left: 0;
	padding-right: 0;
}
#main .col-sm-3 article{
	padding: 1px 10px;
}
#post-1710{
	max-width: none;
	padding: 1em 1.5em 0.5em;
}
@media screen and (max-width : 599px){
	#menu-main-nav{
		background-color: #000;
	}
}
@media screen and (min-width : 600px){
	.page-parent #main{
		position: relative;
		left: 15px;
	}
}
@media screen and (min-width : 760px){
	.toc-item.col-lg-3{
		width:33% !important;
		float:right !important;
	}
}