/* 	Kirsten K  */

@-ms-viewport {
	width: device-width ;
}
@viewport {
	width: device-width ;
}
/* 1 */
body {
    margin: 0px;
	background-color: #E0E0E0;
	background: url("pictures/11.gif");
	color: #333333;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
}


	/* 2 */
div#container {
	width: 75%;	
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 6px;
	padding-top: 0px;
	color: #000d0d;
	border-width: 4px; 
	border-style: solid;
	border-color: #990000;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px 1px #561b17;
}
	

	
	/* 3 */
div#content {
	width: 80%;
	margin: auto;
    padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	color: #000000;
}

#content img {
	padding-bottom: 0;
}
	
div#archive {
	width: 80%;
	margin: auto;
    padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	color: #333333
}
#archive a:link {text-decoration: none; font-weight: bold; color: #666666; }        
#archive a:visited {text-decoration: none; color: #990000;}
#archive a:hover {text-decoration: underline; color: #ff0000;}


#archive img {
	padding-bottom: 0;
}

#archive li.ao {padding-top: 3px;
padding-bottom: 3px;
list-style-image: url("pictures/bullet-ao.gif");
}

div#header {
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #000 ;
	border-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #aa0000;
 
}
#header img {max-width: 100%; height: auto;}

.bold {
	font-size: 11pt;
	font-weight: bold;	
}
	
p {
	font-size: 11pt;
	margin-top: 8px;
	margin-bottom: 8px;
}

p.small {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.title {
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}

p.archive {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
 p.small {
	font-size: 9pt;
}

h1 {
	font-size: 20pt;
	text-align: center;
}



/* CODE FOR G RATING */
h2 {
	display: inline;
	font-size: 11pt;
	color: #fff;
	background-color: #278200;
	font-weight: 600;
}

/* CODE FOR PG RATING */
h3 {
	display: inline;
	font-size: 11pt;
	color: #fff;
	background-color: #00827d;
	font-weight: 600;
}
	
/* CODE FOR PG-13 RATING */
h4 {
	display: inline;
	font-size: 11pt;
	color: #fff;
	background-color: #012aa5;
	font-weight: 600;
}
/* CODE FOR R RATING */
h5 {
	display: inline;
	font-size: 11pt;
	color: #fff;
	background-color: #6e0082;
	font-weight: 600;
}

/* CODE FOR NC-17 RATING */
h6 {
	display: inline;
	font-size: 11pt;
	color: #fff;
	background-color: #ff0000;
	font-weight: 600;
}


a:link {text-decoration: none; font-weight: bold; color: #aa0000; }        
a:visited {text-decoration: none; color: #990000;}
a:hover {text-decoration: underline; color: #ff0000;}

ul {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}

.columnl {
     width:50%;
     float:left;
	 margin: auto:
}
.columnr {
     width:50%;
     float:right;
	 margin: auto;
	 text-align: right;
}


li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: url("pictures/bullet-dred.gif");
}
   


   
hr { 
    height: 2px;
	border-width:0;
	width: 66%;
	background-color:#aa0000;
	color:#990000;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-left: auto;
    margin-right: auto;

}
	
img {
	padding: 5px;
}


img.footer {
	position: relative;
	width: 150px ;
	height: 35px;
	padding-left: 15px;
	float: right;
}

/* 5 */


@media only screen and (max-width: 629px) {

	div#div container {
		float: none ;
		width: 100% ;
	}
	div#content {
		float: none ;
		width: 100% ;
		padding: 2px;
}
	div#archive {
		float: none ;
		width: 100% ;
		padding: 2px;
}
	}
	


div#footer {
	clear: both ;
	margin: auto;
	margin-bottom: 0px;
	padding: 20px;
	width: 75%;	
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 6px;
	padding-top: 0px;
	color: #000d0d;
	border-width: 4px; 
	border-style: solid;
	border-color: #666699;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px 1px #561b17;
	text-align: right;
}

#footer p {
	font-size: 8pt;
	margin-top: 3px;
    margin-bottom: 3px;
}


div#notice {
	border-width: 2px; 
	border-style: solid;
	padding: 2px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #666699; 
	background-color: #bdbdbd;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #000;
    background-color: rgba(165,93,72 0.7);
}
