/********************************************
   HTML ELEMENTS
********************************************/ z
/* top elements */
* { 
	padding: 0; 
	margin: 0; 
}

body {
	margin: 15px 0; 	
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	font-size: 11px;
	line-height: 16px;
	color: #301904;
	background: #ffffcc;
	text-align: left;	
	height: 100%;	
}

/* links */
a { 
	background: inherit; 
	color: #FF9933; 
	text-decoration: none; 
}

a:hover { 
	background: inherit; 
	color: #cc6600; 
	text-decoration: underline; 
}

a:visited {
	color: #cc6600;
}

/* text */

h1 { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FF9933;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	margin: 15px 12px 10px 11px;
	font-weight:normal;
}

h2 { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FF9933;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	margin: 15px 12px 10px 15px;
	font-weight:normal;
}

h3 { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #301904;
	text-align: left;
	font-size: 10px;
	line-height: 22px;
	font-style: italic;
	font-weight:normal;
}

p 
{
	margin: 5px 0px 10px 15px;
	font-weight:normal;
}

ul, ol {
	margin: -10px 0px 10px 30px;
	padding: 0 15px;		
}

.orangehead {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FF9933;
	text-align: left;
	font-size: 14px;
}

.smorangehead {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FF9933;
	text-align: left;
	font-size: 11px;
}

/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;
}



/* start - table */

table {
	border-collapse: collapse;
	margin: 4px;	
}

th strong {
	color: #fff;
}

th {
	background: #993333;
	height: 29px;
	padding-left: 1px;
	padding-right: 15px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 1px;
	padding-right: 1px;

}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}




/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 219px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 740px;
	height: 197px;
	background: #FFF url(images/fiddleheader.jpg) no-repeat;	
}
#header .headerphoto_freelance {
	position: absolute;
	right: 15px ; top: 15px;
	width: 740px;
	height: 197px;
	background: #FFF url(images/fiddle_notext.jpg) no-repeat;	
}


/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 20px 0;		
	width: 770px;		
	background: #FFF;
	float: left;
}
#menu ul {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 740px;
	color: #FFF;
	background-color: #99cc00;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}

#menu li {
	float: right;
	list-style: none;
}

#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}

#menu li a:hover {
	background: #598306;
	color: #FFF;
}

#menu li a#current  {
	background: #669900;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(images/content.jpg) repeat-y;
}

#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h2 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */

#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #301904;	
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ff9900;
	color: #ff9900;		
}

#sidebar li a#current  {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ff9900;
	color: #ff9900;	
}

/* main */
#main {
	float: left;
	width: 67%;	
}



/* footer */
#footer {
	clear: both;
	margin: 0; padding: 5px 0 0 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	font-size: 9px;
	color: #301904;
	height: 30px;
}

#footer p {
	margin: 0; padding: 0;
}

/* copyright */

#copyright {
	clear: both;
	margin: 0; padding: 10px 0 0 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	text-align: center;	
	font-size: 9px;
	color: #301904;
	height: 30px;
}

#footer p {
	margin: 0; padding: 0;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }


/*Lightbox Styles*/
#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/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}

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

#imageData{	
	padding:0 10px; 
}

#imageData #imageDetails{ width: 70%; 
	float: left; 
	text-align: left; 
}	



#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; 
}

.thumbnail{
	padding: 5px 5px 1px 5px;
	border: 1px solid #cccccc;
	float: left;
	margin-left: 15px; 	
	margin-right: 11px;
	margin-bottom: 11px;
	}

.thumbnail_text{
	padding: 5px 5px 1px 5px;
	float: left;
	margin-left: 15px; 	
	margin-right: 11px;
	margin-bottom: 11px;
	}

span.req{
	font: 8pt Tahoma, Verdana, Arial, sans-serif;
}
