/*Fonts*/
@font-face {
font-family: raleway;
src: url('../fonts/raleway_thin-webfont.eot');
src: local("☺"),
url('../fonts/raleway_thin-webfont.woff') format("woff"),
url('../fonts/raleway_thin.otf') format("opentype");
}

@font-face {
font-family: opensans;
src: url('../fonts/opensans-regular-webfont.eot');
src: local("☺"),
url('../fonts/opensans-regular-webfont.woff') format("woff"),
url('../fonts/opensans-regular-webfont.ttf') format("truetype");
}

/*Setup background image and nav bar*/
html {
background: url(../images/home_clouds.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#menubar {
position: absolute;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 50px;
background-color: rgba(0,0,0,0.7);
}

#menu {
width: 960px;
margin: auto;
padding: 0px;
}

#namelogo {
width: auto;
margin: 0px;
padding: 14px 5px 10px 10px;
font-size: 26px;
font-family: raleway, arial;
float: left;
}

#namelogo a {
text-decoration: none;
color: #FACD94;
}

#main {
list-style: none;
width: auto;
float: right;
font-family: raleway, arial;
font-size: 16px;
letter-spacing: 5px; 
padding-top: 4px;
margin: 0;
}

ul.nobullets {
list-style: none;
}

li.horizontal {
float: left;
}

li.vertical {
text-align: left;
}

.hidden {
display: none;
}

a.mainnav:link, a.mainnav:visited {
display: block; 
color: #FACD94;  
text-align: center; 
text-decoration: none;
}

/*Sevices page setup*/

#servicesholder ul {
    width: 300px;
	margin: 0;
    padding-left: 0;
    border-right: 1px solid #FACD94;
    float: left;
}

#servicesholder ul li {
 	margin: 50px 0px 100px 50px;
	display: block;
	list-style-type: none;
}

#servicesholder ul li a {
    font-family: opensans, arial;
    font-size: 25px;
    color: white;
    text-decoration: none;
}

#stuff {
    padding-left:50px;
    color:white;
    font-size:12px;
    font-family:opensans,arial;
    text-decoration: none;
}

.box {
	/*position: fixed;
    left:  600px;
    top: 170px;
	margin: 0px 0px 0px 0px;*/
    margin-top: 20px;    
	height: 380px;
	width: 450px;
	background-color:#71EEB8;
    float: right;
}

.box img {
	height: 99%;
	width: 99%;
	background-color: #0099CC; 
}

#box-vid1, #box-vid2, #box-vid3 {
	display: none;
}

#servicesholder {
width: 925px;
height: 600px;
margin: auto;
margin-top: 60px;
padding: 10px;
/*background-color: #000000;
border-top: 1px solid #FACD94;
border-bottom: 1px solid #FACD94;*/
}

#servicesbar {
position: absolute;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 580px;
background-color: rgba(0,0,0,0.7);
}

/*#servicescontent {
float: left;
width: 400px;
}*/

#servicesnamelogo {
width: auto;
margin: 0px;
padding: 12px;
font-family: raleway, arial;
font-size: 30px;
float: left;
}

#servicesnamelogo a {
text-decoration: none;
color: #FACD94;
}

/*#servicesholder h1 {
font-family: raleway, arial;
font-size: 25px;
color: #FACD94;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}

#servicesholder h2 {
font-family: raleway, arial;
font-size: 20px;
color: #FACD94;
text-align: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
}

#sevicesholder a {
color: #FACD94;
font-size: 18px;
}

#servicesholder p {
font-family: opensans, arial;
color: #FFFFFF;
line-height: 1.5;
text-align: left;
font-size: 15px;
padding-left: 15px;
padding-right: 15px;
}

#servicesholder li {
font-family: opensans, arial;
color: #FFFFFF;
line-height: 1.5;
text-align: left;
font-size: 15px;
}

#servicesholder img {
float: right;
padding-right: 20px;
}*/

/*Art page setup*/
#photobar {
position: absolute;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 1420px;
background-color: rgba(0,0,0,0.7);
}

#photobar p {
font-family: raleway, arial;
color: #FFFFFF;
line-height: 1em;
font-size: 18px;
text-align: center;
}

#photobar a {
font-family: raleway, arial;
text-decoration: none;
color: #FACD94;
}

.opensans {
font-family: raleway, arial;
}

/*Thumbs setup for photo page recycled to video and projects pages*/
div.thumbs {
position: absolute;
left: 0px;
right: 0px;
top: 45px;
width: 930px;
margin: auto;
padding: 0;
}

div.img {
margin:15px; 
height:auto; 
width:auto; 
float:left; 
text-align:left;
}

div.img img {
display:inline; 
margin:0px; 
border:1px solid #ffffff;
}

div.img a:hover img{
opacity:0.7; 
filter:alpha(opacity=40);
}

/*Lightbox effect setup*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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

/*Video page setup - OLD */
#videobar {
position: absolute;
top: 1500px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 625px;
background-color: rgba(0,0,0,0.7);
}

#videocontainer {
position: absolute;
left: 20px;
right: 25px;
top: 60px;
width: 950px;
margin: auto;
padding: 0;
}

#videopane {
margin: auto;
padding: 0px;
width: auto;
padding-bottom: 25px;
background-color: black;
border-top: 1px solid #FACD94;
}

#videotext {
float: left;
margin: auto;
width: 450px;
height: 260px;
padding-top: 15px;
padding-left: 10px;
padding-right: 20px;
background-color: black;
border-top: 1px solid #FACD94;
}

#videothumbs {
clear: both;
margin: auto;
height: 150px;
width: auto;
padding-left: 20px;
padding-top: 20px;
border-top: 1px solid #FACD94;
}

#videotext h1 {
margin-left: 15px;
font-family: raleway, arial;
font-size: 25px;
color: #FACD94;
}

#videotext p {
font-family: opensans, arial;
color: #FFFFFF;
line-height: 1.4em;
margin-left: 15px;	
font-size: 15px;
padding: 10px;
padding-top: 0px;
text-align: left;
}

#videotext a {
font-family: opensans, arial;
color: #FACD94;
line-height: 1.4em;
font-size: 15px;
text-decoration: none;
}

a.video { 
font-family: raleway, arial;
color: #FACD94;
text-decoration: none;
}

/*Blog page setup*/
#blogholder {
width: 925px;
height: auto;
margin: auto;
margin-top: 60px;
padding: 10px;
background-color: #000000;
border-top: 1px solid #FACD94;
border-bottom: 1px solid #FACD94;
}

#blogbar {
position: absolute;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 825px;
background-color: rgba(0,0,0,0.7);
}

.feedburnerFeedBlock {
margin: auto;
font-family: opensans, arial;
color: #FFFFFF;
line-height: 1.4em;
font-size: 15px;	
}

.feedburnerFeedBlock div
{
padding: 10px;
}

.feedburnerFeedBlock li {
list-style: none;
}

#blogholder a {
color: #FACD94;
font-size: 18px;
}

#blognamelogo {
width: auto;
margin: 0px;
padding: 12px;
font-family: raleway, arial;
font-size: 26px;
float: left;
}

#blognamelogo a {
text-decoration: none;
color: #FACD94;
}

#placeholder {
margin: 0;
padding-top: 15px;
}

#flickr_badge_wrapper {
width: 945px;
height: auto;
margin: auto;
margin-top: 20px;
background-color:#000000;
border-top: 1px solid #FACD94;
border-bottom: 1px solid #FACD94;
text-align: center;
}

#flickr_badge_wrapper img {
margin: 10px;
padding: 0;
border: 1px solid #FFFFFF;
}

#flickr_badge_wrapper h1 {
margin-left: 15px;
font-family: raleway, arial;
font-size: 25px;
color: #FACD94;
}

#blogholder h1 {
margin-left: 15px;
font-family: raleway, arial;
font-size: 25px;
color: #FACD94;
text-align: center;
}

/*Project page setup*/
#projectbar {
position: absolute;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 400px;
background-color: rgba(0,0,0,0.7);
}

#projectwrap {
position: absolute;
left: 20px;
right: 25px;
top: 60px;
width: 950px;
margin: auto;
padding: 0;
}

#projectcontent {
padding-left: 30px;
margin: 0px;
width: 60%;
height: auto;
float: left;
}

#projectcontentclear {
padding: 0;
margin: 0;
width: 60%;
height: auto;
float: left;
font-family: opensans, arial;
}

figure {
background-color: #000000;
color: #FACD94;
padding: 20px;
width: 550px;
text-align: left;
border-top: 1px solid #FACD94;
border-bottom: 1px solid #FACD94;
}

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

figcaption {
padding: 10px;
margin: 0px;
font-size: 15px;
line-height: 1.5;
font-family: opensans, arial;
color: #FFFFFF;
}

#projectthumbs{
/*float: right;*/
margin-right: 10px;
padding: 0;
width: 900px;
height: 230px;
border-right: 1px solid #FACD94;
}

#projectthumb {
margin: 20px 20px 10px 40px;
padding: 0;
height: auto; 
width: auto; 
text-align:left;
float: left;
}

#projectthumb p{
padding-top: 15px;
padding-bottom: 0;
font-style: bold;
margin: 0;
font-family: raleway, arial;
font-size: 18px;
color: #FACD94;
text-align: center;
}

#projectthumb img {
display:inline; 
margin:0px; 
border:1px solid #FFFFFF;
}

#projectthumbs img a:hover img{
opacity:0.7; 
filter:alpha(opacity=40);
}

#projectcontent h1 {
padding: 0;
margin: 10px;
color: #FACD94;
font-size: 18px;
line-height: 1.5;
font-family: opensans, arial;
}

#projectcontent p {
padding: 0px;
margin: 10px;
color: #FFFFFF;
font-size: 15px;
line-height: 1.5;
font-family: opensans, arial;
}

#projectcontent a {
padding: 0;
margin: 0;
text-decoration: none;
color: #FACD94;
line-height: 1.5;
font-size: 15px;
font-family: opensans, arial;
}

#projectcontent img {
padding: 10px;
}

/*About page setup*/

#aboutbar {
position: absolute;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 580px;
background-color: rgba(0,0,0,0.7);
}

#aboutcontainer {
position: absolute;
left: 20px;
right: 25px;
top: 60px;
width: 950px;
margin: auto;
padding: 0;
}

#aboutcontent {
height: auto;
width: 400px;
float: left;
padding: 20px;
margin-top: 18px;
margin-left: 20px;
background-color: #000000;
border-top: 1px solid #FACD94;
border-bottom: 1px solid #FACD94;
}

#aboutcontent h1 {
padding: 0;
margin: 0;
color: #FACD94;
font-size: 25px;
line-height: 1.5;
font-family: raleway, arial;
}

#aboutcontent p {
padding-top: 15px;
margin: 0;
color: #FFFFFF;
font-size: 15px;
line-height: 1.5;
font-family: opensans, arial;
}

#aboutcontent a {
color: #FACD94;
font-size: 16px;
}

#slideshowholder {
height: auto;
width: 400px;
float: right;
padding: 20px;
margin: 0px;
}

#slideshow {
padding-left: 50px;
margin: 0;
}

#footer {
width: auto;
clear: both;
height: 10px;
}

/* New Stuff */

.new-stuff {
font-family: opensans, arial;
color: #FFFFFF;
line-height: 1.4em;
margin-left: 15px;
margin-top: 40px;
}

.new-stuff ul {
font-family: opensans, arial;
color: #FFFFFF;
line-height: 1.4em;
margin-left: 15px;
}