
/* 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", monospace;
	color: #878787;
  background: #fff url(/images/dashes.gif) repeat-y 100% 0;
	height: 100%;
	position: relative;
}

body.blank {
  background: #fff
}

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: #a449be;
	margin-bottom: 14px;
	letter-spacing: -1px;
	margin-left: -3px;
}

h3 {
  font-weight: normal;
}

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: 650px;
	margin-left: 8%;
}

#nav {
  float: right;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  padding-left: 40px;
  width: 338px;
  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;
}

#content li a.reel,
#content li a.blogResults {
  color: #000;
}

#content li a.reel:hover,
#content li a.blogResults:hover {
  color: #878787;
}

<!-- #content #affiliateLinks li a {
  color: #000;
}

#content #affiliateLinks li a:hover {
  color: #878787;
} -->

#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 .togglers {
  color: #a449be;
}

.recentWork .togglers {
  color: #ff3400;
}

.contact {
  color: #caab00;
}

#nav .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,
textarea {
  border: 1px solid #DBDBDB;
  background: #fff;
	font: 14px/20px "courier new", monospace;
	width: 125px;
	height: 20px;
	margin: 10px 0;
	display: block;
	padding: 0px 4px;
}

/* Blog */

#blog {
  height: auto;
  padding-bottom: 100px;
}

#blog #nav {
  background: none;
}

#blog h1 {
  position: relative;
	bottom: 0px;
	margin-bottom: 115px;
}

#blog .home h1 {
  margin-top: 100%;
}

.entry {
  margin-bottom: 75px;
}

.entry:nth-child(5n+1) h2{
      color: #a449be;
    }
.entry:nth-child(5n+2) h2{
      color: #00be55;
    }
.entry:nth-child(5n+3) h2{
      color: #ff3400;
    }
.entry:nth-child(5n+4) h2{
      color: #d29d00;
    }
.entry:nth-child(5n+5) h2{
      color: #0094f2;
    }

.entry h2 a {
  color: inherit;
}

.entry h3 {
  margin-bottom: 1em;
}

.entry p,
#comments .comments,
#txpCommentInputForm,
#cpreview {
  font: 14px/1.3em "courier new", monospace;
  color: black;
}

.entry p a {
  border-bottom: 1px solid;
}

.entry img {
  max-width: 100% !important;
  height: auto;
}

.comments_invite {
  font-size: 12px;
  	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.entry p.comments_invite a {
  border: none;
}

.comments_invite .arrow {
  font-size: 20px;
}

#comments h4 {
  margin-top: 65px;
  margin-bottom: 4px;
  font: 17px/.9em "Century Schoolbook", "New Century Schoolbook", Century, "ITC Century", georgia, "Times New Roman", serif;
  text-transform: none;
  letter-spacing: none;
  color: #878787;
}

#comments .comments,
#cpreview {
  color: #878787;
}

.comments li {
  margin-bottom: 2em;
}

.comments h5 {
  text-transform: none;
  letter-spacing: 0;
}

#txpCommentInputForm {
  width: 300px;
}

#txpCommentInputForm label {
  font-weight: bold;
  font-size: 12px;
}

#txpCommentInputForm input,
#txpCommentInputForm textarea {
  margin: 0 0;
  width: 100%;
  margin-bottom: 10px;
}

#txpCommentInputForm input:focus,
#txpCommentInputForm textarea:focus {
  border-color: #000;
  outline: none;
}

#txpCommentInputForm textarea {
  height: 250px;
  line-height: 1.1em;
}

#txpCommentInputForm .button {
  text-align: left;
  border: none;
  cursor: pointer;
  padding: 0 0;
  font-weight: bold;
  font-size: 12px;
  width: auto;
  color: #000;
  margin-bottom: 0;
  display: inline;
  text-transform: uppercase;
  letter-spacing: .1em;
}

#txpCommentInputForm .button.disabled {
  color: #878787;
}

#txpCommentInputForm .comments_error,
p#txpCommentInputForm {
  color: #ff3400;
  margin: 5px 0 10px 0;
}



 



