/* Erica Jong - CSS file */



body {
	background-color:#5e1b78;
	background-image: url('../images/erica-jong-background.jpg'); 
	background-repeat:no-repeat;
	background-position: top center; 
	background-attachment: fixed;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif; 
	color:#fff;
	margin:0;
}


/** common **/


p{
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif; 
	color:#000;
	font-size: 1em; /* 14 / 14 */
	line-height: 1.5em; /* 21 / 14 */
	padding:0 0 10px 0;
    margin:0;
	
}


h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em; /* 21 / 14 */
	color:#e01527;
	line-height:1.75em; /* 21 / 14 */
	padding:0 0 10px 0;
	margin:0;
}

h3 {
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	text-transform: uppercase;
	font-size: 1.275em; /* 14 / 14 */
	line-height: 1.5em; /* 21 / 14 */
	color:#fff;
	padding:0 0 10px 0;
	margin:0;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

img {
	border:none;
}



blockquote { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
	
}

img.border { width: 100%;
max-width: 383px;
border: 2px solid black;


}


.clear {
	clear:both;
}


/** content **/

#sitewrap {
	max-width:1130px;
	padding:30px;
	margin:0 auto;
	overflow:hidden;
}




#headerwrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
		
}


#social{
	text-align:right;
	width:5%;
	float:left;
		
}

#header2{
	text-align:center;
	width:95%;
	float:left;
		
}

#header{
	text-align:center;
		
}



#header h1{
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	text-transform: uppercase;
	font-size:72px; 
	color:#000;
	display:inline-block;
	padding:0 80px;
	background-color: #fff;
	border: 2px solid black;
	
			
}

#header2 h1{
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	text-transform: uppercase;
	font-size:72px; 
	color:#000;
	display:inline-block;
	padding:0 80px;
	background-color: #fff;
	border: 2px solid black;
	
			
}

#header h1 a{
	color:#000;
	text-decoration:none;
	
		
}

#header2 h1 a{
	color:#000;
	text-decoration:none;
	
		
}




#navigation
{
	width: auto;
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align:center;
	position:relative;
	z-index:50;
	height: 40px; 
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	width: 100%;
	
	}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 30px;
}

/*Style for menu links*/
li a {
	display:block;
	width:100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	color: #000;
	background: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	border: 2px solid black;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	
	}
	
.flipster li a {
	border: none;
	opacity: 1;
	height: auto;
	filter:alpha(opacity=100); /* For IE8 and earlier */}
	
.flipster	li:hover a {
	background: #fff;
}
	

/*Hover state for top level links*/
li:hover a {
	background: #c091d2;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #fff;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #cec6d8;
	color: #000;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
	width: auto;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
	margin: 0;
}

/*Prevent text wrapping*/
 li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	border-top: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
 .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #5e1b78;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
 input[type=checkbox]:checked ~ #menu{
    display: block;
}


#content{
	margin-top: 40px;
}

#col1
{	float: left;
	width:66%;
	text-align:center;
	
}

#box{
	width:94%;
	text-align:center;
	background-color:#fff;
	border: 2px solid black;
	padding: 10px 0 0 0;
}



#box h3 {
	font-family: "Arial ", Helvetica Neue,Helvetica,sans-serif; 
	text-transform: uppercase;
	font-size: 1.5em; /* 24 / 24 */
	line-height: 1.5em; /* 24 / 24 */
	color:#000;
	padding:0 0 10px 0;
	margin:0;
	
}

#col2
{
	float: right;
	width:33%;
	text-align:center;
	padding:0 0 60px 0;
    margin:0;
	
	}


#col2 p{
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif; 
	color:#fff;
	font-size: 1em; /* 14 / 14 */
	line-height: 1.5em; /* 21 / 14 */
	
	
}

#col3
{
	float: right;
	width:33%;}

#box2{
	float: right;
	width:75%;
	text-align:center;
	background-color:#fff;
	border: 2px solid black;
	padding: 10px 0 0 0;
}



#footer
{
	clear: both;
	text-align: center;
	padding: 20px;
	height: 1%;
}

#footer p{
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif; 
	color:#fff;
	font-size: .875em; /* 14 / 14 */
	line-height: 1.5em; /* 21 / 14 */
	padding:0 0 10px 0;
    margin:0;
	
}

#footer p a{
	color:#fff;
	
	
}

#footer p a:hover {
	color:#D6D3D3;
	
	
}

#top2{

	visibility: hidden;}


#buttonContainer {
	margin:0 auto;
	width:auto;
	left:;
}



a.button2  {display:inline;
	-moz-border-radius: 15px;
	border-radius: 10px;
	background-color:white;
	line-height:35px;
	padding:5px 10px;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif; 
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:15px;

}
.round {
		box-shadow:0 1px 2px #333, /*bottom external highlight*/
  0 -1px 1px #666, /*top external shadow*/ 
  inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/;
}


a.button2:hover {
	color:purple;
	background-color:#fff;
}

/* Responsive iFrame for Youtube videos */
.responsive-iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-video iframe,   
.vresponsive-iframe-video object,  
.vresponsive-iframe-video embed {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
	
}


/*Responsive Styles*/

@media screen and (max-width : 1200px){
	
/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 20px;
}

}

@media screen and (max-width : 1100px){
	
	/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 15px;
}

/*Style for menu links*/
li a {
	padding: 0 5px;
	
	
	}


}

@media screen and (max-width : 940px){
	
	/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 8px;
}

/*Style for menu links*/
li a {
	padding: 0 3px;
	font-size:15px; 
	
	}


}

@media screen and (max-width : 768px){
	
	body {
	background-repeat: repeat-y;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif; 
	color:#000;
	margin:0;
}
	
	img.border { width: 100%;
	border: 0;


}
	
	
	#sitewrap {
	max-width:100%;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
	
	
	#header{
	text-align:center;
	width: 100%;
		
}

#header2{
	text-align:center;
	width: 100%;
		
}

#social{
	text-align:center;
	width:100%;
	float: none;
		
}


#header h1{
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	text-transform: uppercase;
	font-size:2.75em; 
	color:#000;
	display:block;
	padding:0;
	background-color: #fff;
	border-top: 0; 
	border-left: 0;
	border-right: 0;
	border-bottom: 4px solid black;
			
}

#header2 h1{
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	text-transform: uppercase;
	font-size:2.75em; 
	color:#000;
	display:block;
	padding:0;
	background-color: #fff;
	border-top: 0; 
	border-left: 0;
	border-right: 0;
	border-bottom: 4px solid black;
			
}
	
	
	#navigation
{
		padding: 0;
	
}
	
	/*Make dropdown links appear inline*/
 ul {
		position: static;
		display: none;
		width: auto;
	}
	
	
	/*Create vertical spacing*/
 li {
		margin: 0;
	}
	
	


/*Style for menu links*/
li a {
	display: block;
	width:100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "Arial Black", Arial,Helvetica Neue,Helvetica,sans-serif; 
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 ;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid black;
	background: #8e7ea2;
	font-size: 1.125em;
	opacity: 1;
	filter:alpha(opacity=100);
	
}

li:hover ul a {
	background: #e2dcea;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
	
	/*Make all menu links full width*/
ul li, li a {
	width: 100%;
	}
	/*Display 'show menu' link*/
.show-menu {
	display:block;
	}
	
#content{
	margin-top: 0;
}
	
#col1 {	
	float: none;
	width:100%;
	background:none;
	margin-top: 0;
}

#col2{	
	float: none;
	width:100%;
	background:none;
	margin-top: 20px;
}



#box{
	width:100%;
	background-color:#fff;
	border: 0;
	padding: 20px 0 0 0;
	
}
	
#footer
{
	padding: 0 20px;
}
	
	
	
#top2{
	visibility: visible;
}

#top2 a{

	color:#fff;}
	
}


@media screen and (max-width : 540px){
.responsive-iframe-video iframe,   
.vresponsive-iframe-video object,  
.vresponsive-iframe-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
}