
/* Reset all white-space to 0 for consistency across browsers */ * {
    margin: 0px;
    padding: 0px;
}

/* Default to some sans-serif font at a specific size */
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

/* Get some padding between paragraphs and some line spacing */
p {
    padding-bottom: 5px;
    line-height: 1.4em;
}

/* Put some padding back onto our list elements */
ul, ol {
    margin-left: 10px;
}

li {
    margin-left: 10px;
    padding-left: 10px;
}

/* Bye bye ugly blue border */
a img {
    border: 0px;
}

/* No dots around clicked links */
a, a:active {
    outline: none;
}

/* Class to any floated elements */
.clear {
    clear: both;
}

/* Colors:
 * dark green: #6E8700 (old #677E2E)
 * light green: #91A923
 *
 * dark orange: #A55D00
 * light orange: #CF8A01
 * 
 * dark green: #414e0a
 */
body {
    /*text-align: center;*/
    background-color: #444;
}

#content {
    width: 960px;
    margin: 50px auto;
}

#header {
    font: 22px bold Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ddd;
    background: #6E8700;
 overflow: auto;
    width: 100%;
  
 
  margin-bottom: 15px;
    /*round corners*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

#production {
    background: #414e0a;
}

#insideproduction {
    background: #CF8A01;
}

#talentNav {
    background: #414e0a;
}

#insideTalent {
    background: #CF8A01;
}

#contact {
    background: #414e0a;
}

#insideContact {
    background: #CF8A01;
}

#logo {
    float: left;
    vertical-align: middle;
}

#video {
    margin-top: -200px;
    float: right;
}

#main {
    padding: 30px 0 30px 0;
    background-color: #91A923;
    overflow: auto;
    width: 100%;
    /*round corners*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.navbox {
    width: 140px;
    height: 130px;
    margin: 20px;
    text-align: center;
    float: right;
    /*round corners*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    /* drop shadow- only supported in CSS3 */
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}

.insidebox {
    font: 13px Georgia;
	color: #444;
    text-align: center;
    position: relative;
    left: 6px;
    top: 13px;
    width: 128px;
    height: 81px;
    /*round corners*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.round {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

#header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#drcontent {
    text-align: center;
    margin: 40px;
}

.insidebox a {
    /*border: 2px solid #red;*/
    display: block;
    color: #444;
    text-decoration: none;
    height: 27px;
    text-align: center;
    /*round corners*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.insidebox a:hover {
    background-color: #369;
    color: #FFF;
}

/*this is for talent page */
#talent {
    margin: 0 auto;
}

table, td, th {
    /* border: 1px solid black;*/
}

#talent td {
    height: 180px;
    width: 160px;
    padding: 3px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

table#talent a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding: 140px 0 0px 0;
}

table#talent a span {
    visibility: hidden;
    color: #eee;
    padding: 2px;
    background-color: #444;
    background-color: rgba(100, 100, 100, .8);
}

table#talent a:hover span {
    visibility: visible;
}

.talent {
    position: relative;
}

/*end talent page code*/

/* resume code */
#leftcolumn {
    float: left;
    height: 1800px;
    margin: 30px;
}

#rightcolumn {
    float: none;
    text-align: left;
}

#links {
    text-align:center;
	margin-left: -30px;
}

#resume{
	margin: 40px;
}


/*old code */
hr {
    color: #fff;
    background-color: #fff;
    width: 960px;
    height: 1px;
    margin-bottom: 20px;
    margin-top: -9px;
}

#nav {
    margin: 20px;
}

#nav a {
    display: block;
    float: left;
    width: 220px;
    height: 318px;
    overflow: hidden;
    margin: 10px;
}

#nav a:hover img {
    margin-left: -220px;
}

/* ie6 needs his fix*/
#nav a:hover {
    zoom: 1;
}

.butterfly {
    margin: -80px -50px 0 0;
}



