/*
Theme Name: Shelton Studios
Theme URI: http://mikefey.com/
Description: The theme for Shelton Studios website
Author: Mike Fey
Version: 1.1
Tags: shelton, studios
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
  height: 100%;
}

body {
  font:12px Helvetica,sans-serif;
  color:#000;
  height: 100%;
	line-height: 1.2;
	background-image:url('images/bgTile.jpg');
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

a img {
	border: none;
}

img{
  padding:0px;
  margin:0px;
}

a:link{
  text-decoration:none;
  color:#000000;
}

a:hover{
  text-decoration:none;
  color:#FF0000;
}

header{
  display:block;
  width:100%;
  min-width:1060px;
  height:40px;
  background-color:#565656;
}

#wrapper{
  min-height:100%;
  min-width:1020px;
  position:relative;
}

#main{
  min-height:100%;
  position:relative;
  padding:10px;
  padding-bottom:40px;
}

footer{
  /*display:block;
  position:relative;
  bottom:0;
  width:100%;
  height:40px;
  background:#565656;*/
}

#loader{
  position:relative;
  left:488px;
  top:200px;
  width:24px;
  height:24px;
  background-image: url('images/ajax-loader.gif');
}

#container{
  min-width:1000px;
  padding:10px;
  padding-bottom:40px;   /* Height of the footer */
}

#content{
  width:1000px;
  margin:0px auto;
  display:block;
}

#logo{
  float:left;
  color:#FFF;
  font-size:20px;
  margin:7px 10px 10px 10px;
}

nav{
	display:block;
  float:right;
  margin:10px 10px 10px 0px;
}

nav ul li{
  font-size:16px;
  float:left;
  margin-right:20px;
  height:20px;
}

nav ul a:link{
  color:#FFF;
}

nav ul a:hover{
  color:#FF0000;
}

nav ul a:visited{
  color:#FFF;
}

nav ul a.navSelected{
  color:#FF0000;
}

/* BIO */
.bioImage{
  float:left;
  margin:0px 20px 20px 0px;
  background-color:#333;
  border: 5px solid #565656;
}

.colText{
  float:left;
  width:550px;
}

.sColText{
  float:left;
  width:240px;
}

.entry-title{
  text-transform:uppercase;
  margin:0px 0px 20px 0px;
  color:#565656;
  padding-bottom:5px;
  border-bottom:2px solid #565656;
}

/* PRESS */
#galleryMenu{
  float:left;
  width:150px;
  height:380px;
}


.thumbContainer{
  width:150px;
  height:380px;
  outline:none;
}

.thumbContainer li{
  
}

.thumbContainer li a img{
  width:120px;
   height:85px;
   border: 3px solid #565656;
   margin:0px 0px 1px 0px;
}

.thumbContainer li a img:hover{
  width:120px;
  height:85px;
  border: 3px solid #FF0000;
  margin:0px 0px 1px 0px;
}

.thumbContainer li.thumbSelected a img{
  width:120px;
  height:85px;
  border: 3px solid #FF0000;
  margin:0px 0px 1px 0px;
}

.galleryTitle{
  font-size:12px;
  text-transform:uppercase;
}

#largePic{
  margin:20px 20px 20px 90px;
  width:730px;
  height:410px;
  border:5px solid #999999;
  background-color:#999999;
  float:left;
}

#imgInfo{
  height:auto;
  float:left;
  width:500px;
  margin-left:240px;
}

#imageLoader{
  position:relative;
  float:left;
  width:24px;
  height:24px;
  background-image: url('images/ajax-loader.gif');
}

#btns{
  font-size:14px;
  float:right;
  margin-right:20px;
}

#imgNext{
  background-image: url('images/nextArrow.png');
  background-repeat:no-repeat;
  background-position: 40px 4px;
  padding-right:20px;
  float:right;
}

#imgNext a{
  color:#000;
}

#imgNext a:hover{
  color:#FF0000;
}

#imgPrev{
  background-image: url('images/prevArrow.png');
  background-repeat:no-repeat;
  background-position: 0px 4px;
  padding-left:20px;
  float:right;
  margin-right:20px;
}

#imgPrev a{
  color:#000;
}

#imgPrev a:hover{
  color:#FF0000;
}

#galleryMenu ul{
  margin:10px 0px 10px 0px;
}

a.accNonSelected:link{
  color:#000000;
}

a.accNonSelected:hover{
  color:#FF0000;
}

a.accSelected:link{
  color:#FF0000;
}

#servicesSlideshow{
  width:300px;
  height:500px;
  float:left;
  border: 5px solid #565656;
  margin-right:20px;
}

#zoomBlocker{
  z-index:500;
  top:0px;
  left:0px;
  position:absolute;
  width:100%;
  height:100%;
  background-color:#000;
  cursor:pointer;
}

#zoomImage{
  position:absolute;
  z-index:600;
  cursor:pointer;
}