
/* default css */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	font: 19px/1.2em "courier new", monospaced;
	color: #878787;
	background: #fff;
	height: 100%;
	position: relative;
}

html {
  height: 100%
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

/* basic site typography */

a {
	color: #000;
	outline: none;
	text-decoration: none;
	  -webkit-transition: color 0.3s ease-out;
}

a:hover {
 color: #9B9B9B;
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

h1,
#splash a {
	position: absolute;
	text-indent: -1000em;
	bottom: 35px;
	left: 0;
	background: white url(/images/brown.gif) no-repeat top left;
	width: 559px;
	height: 63px;
}

#splash a {
  left: 0;
  bottom: 0;
}

h2 {
	font: normal 48px/1.2em "Century Schoolbook", "New Century Schoolbook", Century, "ITC Century", georgia, "Times New Roman", serif;
	color: #00be55;
	margin-bottom: 14px;
	letter-spacing: -1px;
	margin-left: -3px;
}

h3 {
}

h4 {
  font-size: 14px;
  line-height: 1.4em;
  	font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .1em;
    color: #000;
}

#nav h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  text-transform: none;
  letter-spacing: 0em;
}

h5 {
  font-size: 12px;
  line-height: 1.4em;
  	font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .1em;
    color: #000;
  }

.hidden {
  display: none;
}


/* layout */

#container {
  height: 100%;
  width: 92%;
  position: relative;
  min-width: 1040px;
	min-height: 600px;
	margin-left: 8%;
}

#nav {
  float: right;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  padding-left: 40px;
  width: 338px;
  background: transparent url(/images/dashes.gif) repeat-y 0px -5px;
  height: 100%;
  padding-top: 75px;
}

#content {
  width: 315;
  width: 560px;
  padding-top: 75px;
  font-family: "courier new";
}

#content .col {
  width: 260px;
  float: left;
}

#content li a {
  color: #878787;
}

#content li a:hover {
  color: #000;
}

#splash {
	position: absolute;
	text-indent: -1000em;
	margin-left: -1px;
	bottom: 34px;
	left: 0;
	width: 559px;
	height: 100%;
}

#flower {
  position: absolute;
  top: 33px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #fff url(/images/flower.gif) no-repeat right top;
}

/* nav */

#nav ol {
  margin-bottom: 2.5em;
}

.togglers,
#nav a,
#reel {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s ease-out;
}

.togglers:hover,
#nav a:hover {
  color: #000 !important;
}

.elements {
  height: 0;
  overflow: hidden;
}

#nav li li {
  margin-bottom: 2px;
  font: 17px/.9em "Century Schoolbook", "New Century Schoolbook", Century, "ITC Century", georgia, "Times New Roman", serif;
}

#nav li li a {
  color: #000;
  text-transform: none;
  font: 17px/.9em "Century Schoolbook", "New Century Schoolbook", Century, "ITC Century", georgia, "Times New Roman", serif;
  letter-spacing: 0;
  opacity: 1;
  margin-left: 0px;
}

#nav li li a.current {
  opacity: .6;
  margin-left: 10px;
  font: 17px/.9em "Century Schoolbook", "New Century Schoolbook", Century, "ITC Century", georgia, "Times New Roman", serif;

}

#nav li li a:hover {
  color: #878787;
}

#nav li:first-child div ol li:first-child {
    margin-top: 1em;
}

.directors span.togglers {
  color: #a449be;
}

.recentWork span.togglers {
  color: #ff3400;
}

.contact {
  color: #caab00;
}

.clientLogin {
  color: #00be55;
}

.about {
  color: #0094f2;
}

.facebook {
  margin-top: 1em;
}

#nav a.twitter,
#nav a.facebook {
  color: #9B9B9B;
}

#nav a.twitter:hover,
#nav a.facebook:hover {
  color: #000;
}

/* recent work */

#slideshow {
  height: 200000px;
  margin-top: 5px;
}

#slideshow li,
#slideshow img {
  margin-bottom: 0;
  padding: 0 0;
  height: 315px;
}

#slideshow li {
  display: inline;
}

#slideshow img {
  float: left;
}

#wrap {
  height: 315px;
  overflow: hidden;
}

/* directors */

#reel {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: -10px;
  display: inline;
}

/* client login */

form input {
  border: 1px solid #DBDBDB;
  background: #fff;
	font: 14px/20px "courier new", monospaced;
	width: 125px;
	height: 20px;
	margin: 10px 0;
	display: block;
	padding: 0px 4px;
}