@charset "UTF-8";
/* CSS Document */

/*
Theme Name: I Want to Create Beautiful Things
Theme URI: 
Description: 
Version: 
Author: Jason Royal
Author URI: http://www.jasonroyal.com
*/




body {
	 font-family:"Helvetica", "Arial", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  background-image: url("images/bg3.jpg");
  background-position:top;
  background-repeat:repeat-x;
  text-align: left;	
	}
	
p {margin-top:30px; margin-bottom:40px;}
	
#ribbon {
	width:300px;
	height:300px;
	top:0;
	left:0;
	position: fixed;
	border:none;

}

#page {
  height: 100%;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  /*background-image: url("images/pagebg.jpg");
  background-position:top;
  background-repeat:no-repeat;*/
 }

#header {
  height: auto;
  width: 920px;
  padding: 20px;
  margin-top: -20px;
 }
 
 #headerfake {
  height: 60px;
  width: 100%;
  background-image:url(images/border.png);
  background-position:bottom;
  background-repeat:repeat-x; }
 }
  
  
#content {
  
  
  width: 960px;
  margin-top:10px;
 
}

#contentleft {
	padding-right:60px;
	margin-left:20px;
  width: 220px;
  float:left;
  background-image:url(images/border.png);
  background-position:right;
  background-repeat:repeat-y; }
  
  #contentleft2col {
	margin-left:20px;
  width: 600px;
  padding-right:40px;
  float:left;
  background-image:url(images/border.png);
  background-position:right;
  background-repeat:repeat-y; }

#contentmid {
  padding-right:80px;
  width: 220px;
  float:left;
  margin-left:60px;
    background-image:url(images/border.png);
  background-position:right;
  background-repeat:repeat-y;}
  
#contentright {
  width: 220px;
  float:right; }
  

#contentright li, ul {
list-style:none;
margin-bottom:20px;
}

	


#footer {
  padding: 20px;
  width: 920px;
  height: 14px;
  color:#333;
  margin-top:20px;
  border-top:solid #FC0;
  text-align: right;
}



#gallery {
	display:block;
	padding:10px;
	background-color:#FFF;
	width:80px;
	height:80px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	white-space:nowrap;
	clear:none;
	border:none;
	}
	

#big_gallery {
	display:block;
	padding:10px;
	background-color:#FFF;
	width:150px;
	height:150px;
	float:left;
	margin-left:18px;
	margin-bottom:20px;
	white-space:nowrap;
	clear:none;
	border:none;
	}

.clear {
   clear: both;
}


h1 {
	font-family: Myriad Pro, Arial;
	font-size:60px;
	line-height:15px;
	font-weight:bold;
	color:#FFFFFF;
}

h2 {
	color:#C00;
	text-transform:uppercase;
	font-size:18px;}

h3 {
	color:#000;
	text-transform:uppercase;
	font-size:15px;}


a:link {
	color: #F90;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
	font-weight:bold;

}
a:active {
	color: #FF0033;
	text-decoration: none;
	font-weight:bold;

}



#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(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }



/* CSS Dropdown Menu */

#dropmenubox {
	margin-top:0;
	float:right;
}

#dropmenu, #dropmenu ul {margin-bottom:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; text-transform:uppercase;   font-family:"Helvetica", "Arial Black", sans-serif; letter-spacing: 1px;}
#dropmenu a {text-align:left; width:8em; padding:0.25em 1em; color:#C00; font-size:18px; text-decoration:none; font-weight:bold;}
#dropmenu a:hover {background-color:#FC0;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:8em; top:1.9em; }
 #dropmenu ul a {color:#000; text-transform:lowercase; }
#dropmenu li ul {width:8em; margin-top: 0;}
#dropmenu li ul a {width:8em; height:auto; float:left;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:6em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

#demotip { 
    display:none; 
    background:transparent url(images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}




