@charset "utf-8";

@font-face {
    font-family: 'laconicregular';
    src: url('http://sheliaclark.com/fonts/laconic_regular-webfont.eot');
    src: url('http://sheliaclark.com/fonts/laconic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://sheliaclark.com/fonts/laconic_regular-webfont.woff') format('woff'),
         url('http://sheliaclark.com/fonts/laconic_regular-webfont.ttf') format('truetype'),
         url('http://sheliaclark.com/fonts/laconic_regular-webfont.svg#laconicregular') format('svg');
    font-weight: normal;
    font-style: normal;

    font-family: 'days';
    src: url('http://sheliaclark.com/fonts/days-webfont.eot');
    src: url('http://sheliaclark.com/fonts/days-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://sheliaclark.com/fonts/days-webfont.woff') format('woff'),
         url('http://sheliaclark.com/fonts/days-webfont.ttf') format('truetype'),
         url('http://sheliaclark.com/fonts/days-webfont.svg#laconicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { 
  	background: url(http://sheliaclark.com/images/planetbirth.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-family: "days";
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #070707;
}
h1, h2
{
	font-family: "days";
}

p.stb { text-indent: 0; margin-top: 0.83em }
p.mtb { text-indent: 0; margin-top: 2.17em }
p.ltb { text-indent: 0; margin-top: 3.08em }
p { text-align: justify; }

#container
{
	width: 960px;
	margin: 0 auto;
	padding-top: 175px;
	background-color: transparent;
	overflow: hidden;
}

#header
{
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
}

.menu 
{
    position: fixed;
    width: 960px;
	height: 120px;
    margin: -20px 0px;
    z-index: 9;
    background-color: rgba(48,48,48,0.9);
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    border: solid rgba(96,96,96,0.5);
    border-right: none;
    padding: 1em 0.5em 0.5em 0.5em;
    box-shadow: 0 3px 9px black;
    border-radius: 0 0 25px 25px;
}
.menu li { margin: 0 }
.menu a { color: inherit }

/* Make menu absolute, not fixed, on IE 5 & 6 */
.menu { position: absolute }
*>.menu { position: fixed }

nav {
	margin: -15px auto; 
	text-align: center;
	color: #eee;
}

nav ul ul 
{
	display: none;
}

nav ul li:hover > ul 
{
	display: block;
}


nav ul {
	background: rgba(48,48,48,0.9);
	background: linear-gradient(top, #222 0%, #333 100%);  
	background: -moz-linear-gradient(top, #222 0%, #333 100%); 
	background: -webkit-linear-gradient(top, #222 0%,#333 100%); 	 
	color: #ddd;
	padding: 0 15px;
	border-radius: 20px;  
	list-style: none;
	position: relative;
	display: inline-table;
    border: solid rgba(96,96,96,0.5);
    box-shadow: 0 5px 15px black;
}

nav ul:after 
{
	content: ""; 
	clear: both; 
	display: block;
}

nav ul li 
{
	float: left;
}

nav ul li:hover 
{
	background: #066
	background: linear-gradient(top, #066 0%, #099 40%);
	background: -moz-linear-gradient(top, #066 0%, #099 40%);
	background: -webkit-linear-gradient(top, #066 0%,#099 40%);
}
nav ul li:hover a 
{
	color: #eee;
}
		
nav ul li a 
{
	display: block; 
	padding: 6px 24px;
	color: #fff; 
	text-decoration: none;
}

nav ul ul 
{
	background: #666; border-radius: 0px; padding: 0px;
	position: absolute; top: 100%;
	margin-top: -3px;
}

nav ul ul li 
{
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
}

nav ul ul li a 
{
	padding: 5px 25px;
	color: #fff;
}	

nav ul ul li a:hover 
{
	background: #066
	background: linear-gradient(top, #066 0%, #099 40%);
	background: -moz-linear-gradient(top, #066 0%, #099 40%);
	background: -webkit-linear-gradient(top, #066 0%,#099 40%);
}
		
nav ul ul ul 
{
	position: absolute; 
	left: 100%; 
	top: 0;
}

nav ul ul ul li
{
	font-size: small;
	float: none; 
	width: 190px;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; 
	position: relative;
}
nav ul ul ul li a 
{
	font-size: large;
	padding-bottom: -20px;
}

nav ul ul ul li p
{
	font-size: small;
	text-align: center;
	margin: 0px;
}

.oldscript
{
	float: right;
	margin-right: -10px;
	background-image: url(http://sheliaclark.com/images/oldscreenplay.jpg);
	width: 510px;
	height: 750px;
    border-radius: 20px;
	padding: 40px 60px 60px 82px;
	font-size: 16px;
	margin-bottom: 18px;
}

.oldscript h1
{
	font-variant: small-caps;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
}

.oldscript h2
{
	font-variant: small-caps;
	font-size: 24px;
	text-align: center;
	margin-top: -6px;
}

.oldscript a
{
	color: #22e;
	text-decoration: none;
}

.sidebar
{
	background-color: rgba(48,48,48,0.8);
	float: left;
	margin-left: 20px;
	padding: 0 20px;
	width: 235px;
    border-radius: 20px;
	color: #eee;
	font-size: 12px;
	margin-bottom: 18px;
}

.sidebar h1
{
	font-size: 28px;
	text-align: center;
}

.sidebar h2
{
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	margin-top: -20px;
}
.sidebar a
{
	font-size: 14px;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}

.pdf
{
	height: 64px;
	width: 100%;
}
.pdf h1
{
	position: relative;
	margin-top: -60px;
	margin-left: 60px;
	font-size: 18px;
}
.pdf h2
{
	position: relative;
	margin-left: 0px;
	margin-top: -22px;
	font-size: 14px;
}
.pdf a
{
	color: #bbf;
	text-decoration: none;
}