/* 
    Document   : home
    Created on : 14-Jul-2009, 11:26:05
    Author     : Dan
    Description:
        Purpose of the stylesheet follows.
*/

div#mainbody {
  /*border: 1px solid black;*/
  border-top: 0;
}

/* SERVICES_BANNER
*/

div#main_banner {
  width: 950px; height: 140px;
  background: black url("../images/content/main-banner-radial-fill.png") no-repeat;
  color: white;
  margin-bottom: 15px; padding: 15px;
  float: left; clear: both;
  padding: 0; margin: 0 auto;
}

div#main_banner img#dancing_man {
  width: 100px;  height: 120px; margin: 10px;
  float: left;
}

div#main_banner img#spotlight {
  width: 82px; height: 120px; margin: 10px;
  float: right;
}

div#main_banner p {
  font: 24pt bold arial, helvetica, sans-serif;
  padding-left: 15px;  padding-right: 15px;
  color: white;
}

div#main_banner p a {
  font: 14pt bold arial, helvetica, sans-serif;
  color: white;  background-color: #ff6a00;
  border: 1px dotted white; padding: 5px;
}

div#main_banner p a:hover {
  color: black; background-color: white;
  border: 1px solid white;
}

div#main_banner p#question {
  float: left;
}

div#main_banner p#response {
  float: right;
  text-align: right;
  width: 60%;
}

/* LEFT and RIGHT COLS
*/

div#left_col {
  float: left;
  border-right: 1px solid #cccccc;
}

div#right_col {
  float: left;
  clear: right;
}

/* #FEATURED
*/
div#featured {
  width: 485px;
  margin: 15px 30px 15px 0;  padding: 15px;
  background: black url("../images/res/featured_box_base.png") bottom left no-repeat;
  color: white;
  clear: left;  float: left;
}

div#featured h2 {
  margin: -15px -15px 15px -15px;  padding-top: 15px;
  background: black url("../images/res/featured_box_top.png") top left no-repeat;
}

div#featured h3,
div#featured h3 a {
  color: white;
  font-size: 12pt;
  margin: 5px 15px 5px 19px;
}

div#featured p {
  margin: 5px 40px 5px 40px;
  font-size: 8pt;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #aaaaaa;
}

div#featured p strong {
  color: white;
}

div#featured p a {
  color: white;
  border-color: white;
  float: right;
}

/* #THUMBNAILS_VIEWER
*/

div#thumbnails_viewer {
  overflow: hidden;
}

/* #THUMBNAILS_VIEWER > .THUMBNAILS
*/
#thumbnails_viewer #thumbnails_container {
  width: 404px;
  float: left;
}

#thumbnails_viewer .thumbnails {
  width: 408px;
  height: 208px;
  list-style: none;
  overflow: hidden;
}

#thumbnails_viewer .thumbnails li {
  width: 408px;  height: 208px;
  text-align: center;
  margin: 0;
  float: left;
  display: inline;
  position:relative;
}

#thumbnails_viewer .thumbnails img {
  padding: 3px;
  border: 1px solid #ff6a00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#thumbnails_viewer .thumbnails li:first-child {
  display: block;
}

#thumbnails_viewer .thumbnails li .portfolio_item_control {
  position: absolute;
  top: 1px; right: 50%;

  padding: 3px;
  background-color: black;
  color: white;
  border: 1px solid #ff6a00;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-align: right;

  filter: alpha(opacity:0.8);
  KHTMLOpacity: 0.8;
  MozOpacity: 0.8;
  -khtml-opacity:.80;
  -ms-filter:�alpha(opacity=80)�;
  -moz-opacity:.80;
  filter:alpha(opacity=80);
  opacity:.80;

  display: none; /* display via javascript */
}

#thumbnails_viewer .thumbnails li .portfolio_item_desc {
  position: absolute;
  bottom: 1px; left: 1px;
  width: 399px;
  padding: 3px;
  background-color: black;
  color: white;
  border: 1px solid #ff6a00;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: left;

  filter: alpha(opacity:0.8);
  KHTMLOpacity: 0.8;
  MozOpacity: 0.8;
  -khtml-opacity:.80;
  -ms-filter:�alpha(opacity=80)�;
  -moz-opacity:.80;
  filter:alpha(opacity=80);
  opacity:.80;

  display: none; /* display via javascript */
}

/*#thumbnails_viewer .thumbnails img,
#thumbnails_viewer .thumbnails img a
{
  width: 400px;
  height: 200px;
  border: 1px solid white;
}*/

/* #THUMBNAILS_VIEWER > #THUMBNAIL_CONTROL
*/
#thumbnails_viewer .control {
  width: 30px;  height: 22px;
  margin: 85px 5px 0px 5px;
  float: left;
}

#thumbnails_viewer #left_control {
  background: url("../images/res/left_arrow.gif") no-repeat;
}

#thumbnails_viewer #left_control:hover {
  background: #ff6a00 url("../images/res/left_arrow.gif") no-repeat;
}

#thumbnails_viewer #right_control {
  background: url("../images/res/right_arrow.gif") no-repeat;
}

#thumbnails_viewer #right_control:hover {
  background: #ff6a00 url("../images/res/right_arrow.gif") no-repeat;
}

/* #ABOUT
*/
div#about {
  width: 485px;
  margin: 15px 30px 15px 0;  padding: 15px;
  float: left;  clear: left;
}

div#about h2 {
  margin-left: -15px;
}

div#about img#silhouette {
  float: left;
  margin-right: 1em;
  margin-bottom: 2em;
}

div#about p {
  font-size: 9pt;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

div#about p a {
  font-weight: bold;
}

/* SERVICES_ADVERT
*/

div#services_advert {
  width: 340px;
  margin: 15px 0 15px 30px;  padding: 15px;
  float: left;
  display: inline; /* IE double margin FIX */
  background: #ff6a00 url("../images/res/370x30_ff6a00_box_base.png") bottom left no-repeat;
}

div#services_advert h2 {
  color: white;
  margin: -15px -15px 15px -15px; padding-top: 15px;
  background: #ff6a00 url("../images/res/370x30_ff6a00_box_top.png") top left no-repeat;
}

div#services_advert h3 {
  font: bold 22pt arial, helvetica, sans-serif;
  letter-spacing: -1pt;
  text-transform: uppercase;
  text-align: center;
  margin: 0;  padding: 0;
  color: white;
}

div#services_advert hr {
  border: 1px solid black;
  height: 1px;
  padding: 0;
  margin: 1em 0;
}

div#services_advert p {
  font: 11pt arial, helvetic, sans-serif;
  letter-spacing: 1px;
  color: white;
}

div#services_advert a {
  color: white;
}

/* WHAT I'M SAYING
*/
div#whatimsaying {
  width: 340px;
  margin: 15px 0 15px 30px;  padding: 15px;
  float: left;  clear: left;
  display: inline; /* IE double margin FIX */
  background: #dddddd url("../images/res/370x30_dddddd_box_base.png") bottom left no-repeat;
}

div#whatimsaying h2 {
  color: #333333;
  margin: -15px -15px 15px -15px;
  padding-top: 15px;
  background: #dddddd url("../images/res/370x30_dddddd_box_top.gif") top left no-repeat;
}

div#whatimsaying h3 a {
  font-size: 10pt;
}

div#whatimsaying h4 a {
  color: #333333;
}

div#whatimsaying p {
  color: #666666;
  font-size: 8pt; line-height: 8pt;  letter-spacing: 1px;
  margin-bottom: 1em;
}

/* #TWITTER
*/
#twitter h3 a {
  font-size: 12pt;
  margin-bottom: 5px;
  border: 0;
}

#twitter img {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  float: left;
  margin-right: 10px;
}

#twitter p {
  padding: 2px;
  margin: 2px;
}

/* BLOG
*/

#blog h3 a {
  font-size: 12pt;
  margin-bottom: 5px;
  border: 0;
}

#blog img {
  border: 1px solid #999999;
  margin: 2px 0;
}

#blog p,
#blog a {
  font-size: 10pt;
}

/* RECOMMENDATIONS
*/
div#recommendations {
  width: 340px;  margin: 15px 0 15px 30px;  padding: 15px;
  float: left;  clear: left;
  display: inline; /* IE double margin FIX */
  background: white url("../images/res/2px_solid_outline_box_base.png") bottom left no-repeat;
}

div#recommendations > div {
  border: 2px solid black;
  border-width: 0 2px 0 2px;
  margin: -15px -15px 0px -15px;
  padding: 15px;
}

div#recommendations h2 {
  margin: -15px -15px 15px -15px; padding-top: 15px;
  background: white url("../images/res/2px_solid_outline_box_top.png") top left no-repeat;
}

div#recommendations p {
  margin-bottom: 1em;
  color: #555555;
  font-size: 8pt;  font-style: italic;
}

div#recommendations p q {
  margin-bottom: 1em;
  color: black;
  font-size: 10pt;  font-style: normal; letter-spacing: 1px;
}

div#recommendations p a {
  font-style: normal;  font-size: 8pt; letter-spacing: 1px;
}