body {
    background: #ccffff url("../images/home-background5.jpg") no-repeat;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color:#333333;
    line-height: 16px;
}

body.dino {
    background: #ccffff url("../images/background-dino.jpg") no-repeat;
}

body.afs-dvd {
    background: #ccffff url("../images/background-blank.jpg") no-repeat;
}

/********************  general style ***************/

img {
    border: 0px;
}

.highlight {
    background: yellow;
    padding: 3px 4px 3px 0;
    font-weight: bold;
    margin: 0;
}

a:link, a:active, a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    background: white;
}

a.project {
    color: #cccccc;
}

a.project:hover {
    background: yellow;
    color: #333333;
    text-decoration: none;
}


/************ LOGO **********************************/

/* header class used throughout whole site */
#logo-header {
    background: transparent url("../images/logo-header3.gif") no-repeat;
    height: 80px;
    /* width: 756px; */
}

/* header class used throughout whole site */
#logo-header.black {
    background: transparent url("../images/logo-header-black.gif") no-repeat;
    height: 80px;
    /* width: 756px; */
}

#logo-header a:hover {
    background: transparent;
}

#sub-text {
  position: absolute;
  left: 160px;
  top: 27px;
  border: 2px solid white;
  background: white;
  width: 400px;
  border-left: 7px solid white;
  border-right: 7px solid white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

/************ end LOGO ******************************/



/*************  STYLE: ABOUT STUDIO ***************/

.about-studio {
    background: transparent url("../images/text-whatwedo.gif") no-repeat;
    height: 43px;
}

/********** end STYLE: ABOUT STUDIO ***************/


/********* STYLE: PROJECT DESCRIPTION *************/

.proj-description {
    background: white; /* black; /* #D6F1F2; */
    width: 560px;
    padding: 15px 15px 15px 13px;
    color: black;
    font-family: verdana, arial, sans-serif;
}

.proj-description-inline {
    background: white; /* black; /* #D6F1F2; */
    width: 560px;
    padding: 15px 15px 15px 13px;
    color: black;
    font-family: verdana, arial, sans-serif;
    border-left: 15px solid black;
    border-right: 15px solid black;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}

.proj-description h2 {
    background: yellow;
    padding: 5px 5px 5px 0;
    margin: 0;
    font-family: arial, verdana, sans-serif;
    line-height: 30px;
}

.back {
    background: white; /* black; /* #D6F1F2; */
    width: 100px;
    padding: 10px 15px 10px 13px;
    color: black;
    font-family: verdana, arial, sans-serif;
    border-left: 15px solid black;
    border-right: 15px solid black;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}

.back a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.back a:hover {
    padding: 10px 30px 10px 0;
    background: yellow;
}

/******* end // STYLE: PROJECT DESCRIPTION *******/


.project-presentation {
    margin-top: 0px;
    margin-bottom: 0px;
}

.project-presentation img {
   clear: both;
   border: 5px solid black;
   border-left: 15px solid black;
   border-right: 15px solid black;
}

.project-presentation img.illustration {
   clear: both;
   padding: 15px;
   border: 0px;
}


/************  STYLE: LATEST PROJECT **************/

.latest-project {
    background: #415E5E url("../images/project-back.gif");
    /*width: 760px;*/
    padding: 20px 20px 0px 13px;
    color: white;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
/*    border-top: 1px solid #111111; */
}

.latest-project img {
}

.latest-project a:link, .latest-project a:active, .latest-project a:visited {
    color: white;
    text-decoration: underline;
    padding: 2px;
}

.latest-project a:hover {
    color: #233947;
    text-decoration: none;
}

.latest-project table {
    padding: 0;
    margin: 0;
    width: 750px;
}

.latest-project td {
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    width: 240px;
}

.latest-project td h1 {
    font-size: 14px;
    margin: 10px 0 0px 0;
    padding: 0px;
}

.latest-project td p {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    padding-right: 10px;
    padding-left: 3px;
}

/**********  end // STYLE: LATEST PROJECT **********/


/***************  STYLE: PROJECTS ******************/

.projects {
    background: #333333 url("../images/text-projects.gif") no-repeat;
    width:550px;
    padding: 30px 15px 8px 13px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    border-top: 1px solid #111111;
}

.projects a:link, .projects a:active, .projects a:visited {
    color: #cccccc;
    text-decoration: underline;
    padding: 2px;
}

.projects a:hover {
    background: yellow;
    color: #333333;
    text-decoration: none;
}



/*************  end // STYLE: PROJECTs *************/

/***************  STYLE: ABOUT US ******************/

.bio {
    background: transparent; /* url("../images/text-about.gif") no-repeat; */
    width:600px;
    padding: 10px 15px 30px 13px;
    color: #333333;
    font-size: 14px;
    font-weight: bold; /*normal;*/
    font-family: Georgia, Arial, sans-serif;
    font-style: italic;
    line-height: 24px;
    /* border-top: 1px solid #111111;*/
}

.bio a:link, .bio a:active, .bio a:visited {
    background: transparent;;
    color: #233947;
    text-decoration: underline;
    padding: 2px;
}

.bio p {
    padding: 0;
    margin: 0;
}


/*************  end // STYLE: PROJECTs *************/


/***************  STYLE: ABOUT US *******************/

.clients {
/*    margin-top: 20px; */
    background: #5E705E url("../images/text-client-list.gif") no-repeat;
    width: 620px;
    padding: 30px 15px 8px 13px;
    font-family: verdana;
    color: #000000;
    font-size: 10px;
    border-top: 1px solid #111111;
}

/*************  end // STYLE: CLIENTs **************/

/***************  STYLE: MISC *******************/

.misc {
/*    margin-top: 20px; */
    background: #77945C url("../images/text-misc.gif") no-repeat;
    width: 550px;
    padding: 30px 15px 8px 13px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #111111;
}

a.misc_link {
    color: #77945C;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 5px 2px 0;
    background: white;
    text-decoration: none;
}

a.misc_link:hover {
    background: yellow;
}

/*************  end // STYLE: MISC **************/

/***************  STYLE: CLIENTS *******************/

.copyright {
/*    margin-top: 10px; */
    background: transparent url("../images/text-copyright.gif") no-repeat;
    height: 38px;
    padding: 0;
    margin: 0;
}

/*************  end // STYLE: CLIENTs **************/


/***************  STYLE: CONTACT *******************/

#contact {
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent url("../images/text-contact-info.gif") no-repeat;
    height: 60px;
    padding: 0;
}

#contact a:hover {
    background: transparent;
}

#contact.onblack {
    background: transparent url("../images/text-contact-info-onblack.gif") no-repeat;
}


/*************  end // STYLE: CONTACT **************/

.smaller {
    font-weight: normal;
    font-size: 11px;
}

#movie {
   clear: both;
   width: 360px;
   border: 5px solid black;
   border-left: 15px solid black;
   border-right: 15px solid black;
}


/* might have to do this holy hack */
/* hacks for IE contained floats problems */
#formsContainer:after {
    content: ".";
    display: block;
    height: 0;
    overflow:hidden;
    clear: both;
    visibility:hidden;
}
/* Holly Hack Targets IE Win only \*/
* html #formsContainer {height: 1%;}

