/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 2 Col Flex Sidebar Right
  fresh one 9:30 4/23/2015
  D0F5A9
  ------------------------------------------------
*/
body {
	Font-family: Tahoma, Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.masthead {
	padding: 5px 5px;
	text-align: left;
	background-color: #F6FFC7;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
.content-wrapper {
	margin: 2em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	margin: auto;
}
.main-content {
	float: left;
	width: 76%;
	margin-right: 1%;
}
.sidebar {
	width: 23%;
	float: left;
}
.sidebar .content {
	padding: 15px;
	font-size: .9em;
	line-height: 1.5em;
	background-color: #D0F5A9;
	background-image: -webkit-linear-gradient(#D0F5A9, #FFF);
	background-image: linear-gradient(#D0F5A9, #FFF);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
}
.main-content .content{
	padding: 10px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #8C8C8C;
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 15px 0px 0px 0px;
	font-family: Federo, Tahoma, Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 1.5em;
	font-weight: bold;
}
h2 { font-size: 1.35em;
	font-weight: bold;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.navbar2 h1:first-child,
.navbar2 h2:first-child,
.navbar2 h3:first-child,
.navbar2 h4:first-child {
	margin-top: 0px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}
/*Ordinary Link Styles*/
.content a {
	color: #006600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
	list-style-position: inside;
	list-style-type: disc;
}
.footer a {
	color: #000;
}
.footer a:hover, .footer a:focus { color: #666; }
/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.top-navigation {
	background-color: #E4FEC8;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
/*The Footer*/
.footer {
	background-color: #F6FFC7;
	box-shadow: inset 0px 10px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 5px 5px;
	font-size: 0.7em;
	color: #000;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	width: 100%;
	font-weight: bold;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and ( min-width : 0px ) and (max-width : 1940px ){
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.main-content .content, .sidebar .content {
	padding: 20px 10px;
	border-radius: 0px ;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid;
	border-color: #89AEC9;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) {
.main-content .content, .sidebar .content {padding: 20px 15px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
}
.noticebox {
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px;
	border: thick solid #060;
	text-align: left;
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	display: block;
}
.noticebox2 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 1px;
	border: thin dashed #060;
	text-align: left;
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	display: block;
}.bodysm {
	font-size: 0.8em;
	color: #000;
}
.bodyxsmall {
	font-size: .6em;
	color: #000;
}
.orchidB {
	font-weight: bold;
	color: #96F;
}
.change {
	text-decoration: line-through
}
.video-container { 
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 1469px;
    height: 885px;
}
/* image background AHMM */
.image_background{
	background-image: url(images/literary_awards/Black_Orchid_Novella/2016_AHMM_325.png);
	background-size: 75% auto;
	background-repeat: no-repeat;
	float: right;
	background-position: right top;
}
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.colBorder {
	border: thin solid #000;
}
