@CHARSET "UTF-8";
body, html {

   width:100%;
   height:100%;
}

fieldset, img {
	border: 0;
	}

a img { border: 0;}

a {text-decoration: none;}

body {
   margin:0px;
   padding:0px;
   font-size:14px;
	font-family: Myriad Pro, Verdana, Arial;
	font-size-adjust:none;
	font-variant:normal;
	font-stretch:normal;	
	width:100%;
	height:100%;
	background-color: black;
	/*background-color: #224a7c;*/
	}

#wrapper{
   width:100%;
   height:100%;
   margin:0px;
   padding:0px;
	}

#site {
			margin-left:auto;
			margin-right:auto;
			width: 800px;
			min-height: 100%;
		position: relative;
			background-color: white;
}

#header {
background-color: black;	
}

#nav {
background-image: url("../images/filmstrip.jpg");
width: 800x;
height: 59px;
position: relative;
}

.headera{
	text-decoration: none;
	color: white;
	font-size: 18px;
}

#home {
	position: absolute;
	width: 125px;
	height: 45px;
	top: 7px;
	left: 18px;
	text-align: center;
	line-height: 45px;
	}
#about {
	position: absolute;
	width: 125px;
	height: 45px;
	top: 7px;
	left: 146px;
	text-align: center;
	line-height: 45px;
	}
#blog {
	position: absolute;
	width: 125px;
	height: 45px;
	top: 7px;
	left: 275px;
	text-align: center;
	line-height: 45px;
	}
#films {
	position: absolute;
	width: 125px;
	height: 45px;
	top: 7px;
	left: 402px;
	text-align: center;
	line-height: 45px;
	}
#resume {
	position: absolute;
	width: 125px;
	height: 45px;
	top: 7px;
	left: 530px;
	text-align: center;
	line-height: 45px;
	}
#contact {
	position: absolute;
	width: 125px;
	height: 45px;
	top: 7px;
	left: 658px;
	text-align: center;
	line-height: 45px;
	}

#logo {
	background-image: url(../images/logo.png);
	width: 278px;
	height: 163px;
	position: absolute;
	right: 0px;
	bottom: 20px;
}

#social {
	height: 48px;
	position: absolute;
	left: 5px;
	bottom: 0px;
}

#content{
		margin-left:auto;
		margin-right:auto;
		width: 700px;
		padding-bottom: 150px;
		position: relative;
}



#indexpage{
	height: 580px;
	
	
	}

#banner{
	position: relative;
	width: 680px;
	height: 100px;
	top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	}

#twitter {
	width: 200px;
	height: 290px;
	background-color:#b7c5d8;
	border-size: 1px;
	border-style: solid;
	padding: 0px 5px 5px 5px;
	position: absolute;
	top: 130px;
	margin: 0px 0px 0px 0px;
	left: 10px;
	overflow: auto;
	}


#twitter_update_list{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 18px;
}

#slideshow{
	position: absolute;
	width: 450px;
	height: 300px;
	top: 130px;
	right: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


#order{
	position: relative;
	width: 680px;
	height: 100px;
	top: 340px;
	margin-left:auto;
	margin-right:auto;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	}

#footer {
margin-top: 20px;
position: absolute;
bottom: 0px;
width: 800px;
height: 20px;
text-align: right;
background: black;
color: #3755a5;
}

#fcontact {
	position: absolute;
	left: 5px;
	bottom: 0px;	
}

#footer p{
margin:2px 10px 0px 0px
}

#resume_pdf {
		min-height: 30px;
		position: absolute;
		right: 0px;
		top: 20px;
		width: 64px;
		
	
	}

.clear {
	clear: both;
	}


form {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

input {
    background:#85acde;
     color: #224a7c;
}


input:focus {
    background:#224a7c;
     color: white;
}
select:focus {
    background:#224a7c;
     color: white;
}

select {
    background:#224a7c;
     color: white;
}

textarea {
    background:#85acde;
     color: #224a7c;
}

textarea:focus {
    background:#224a7c;
    color: white;
}

label {

    font-size: 11px;
    width: 140px;
    float: left;
    display: block;
    margin-right: 0.1em;
    text-align: right;

}

.view_original{
	font-size: 10px;
	color: 	#4c4c4c;
}

.stlc-error {

    font-size: 11px;
    color: #224a7c;
    font-weight: bold;

}

.indent{
margin-left: 25px;

}