/*
CSS for OnyxSlant.com/
*/


body {
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
	text-align: left;
	color: #666;
	border-top: 6px solid #000; 	
	background: #fff url(../images/bg-bodytop.gif) repeat-x 0 6px;	
	}


/* page structure
---------------------------------------------------------- */

#wrap {	
	margin: 0 auto;
	padding: 0;
	width: 900px;
	}	
#content {
	float: right;
	width: 560px;	
    padding: 0 0 10px 0;
	}
#sidebar {
	float: left;
	width: 300px;
    padding: 0 0 10px 0;
}
#footerplants {	
	float: left;
	width: 900px;
	height: 100px;
	background: url(../images/bg-bodybottom.gif) no-repeat bottom left;	 
	}
#footer {
    clear: both;
    padding: 16px 20px 20px 20px;
    text-align: center;
	border-top: 4px solid #506A1C;  
	border-bottom: 8px solid #ccc;  	
    background: #26769B url(../images/bg-footer.jpg) repeat-x top left;
	}
	
/* links
---------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #26769B;
	border-bottom: 1px solid #eee;
	}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #eee;	
	}

/* text
---------------------------------------------------------- */


#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 8px 0;
	}	

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;		
	margin: 0 auto;
	padding: 8px 0 0 0;
	font-size: 2.1em;
	line-height: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #506A1C;
	}	
#content h2 {
	margin: 0 0 4px 0;	
	padding: 16px 0 2px 0;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: normal;
	color: #222;
	border-bottom: 1px solid #eee;	
	}	
#content h2 a:hover {
	text-decoration: none;
	}

#sidebar p {	
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 6px 4px 6px;
	}	
#sidebar h1 {	
	padding: 10px 6px 4px 6px;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: normal;
	color: #506A1C;
	border-bottom: 1px solid #eee;	
	}	
#sidebar h2 {
	color: #000;
	font-size: 1.5em;
	line-height: 1.1em;	
	padding: 0 6px;
	}	
#logo h1 {
	margin: 0;	
	padding: 0;
  text-indent: -9999px;
 	border-bottom: none;	 
}
.quote {
	padding: 0 20px 6px 20px; 
	font-family: "Times New Roman", Times, serif;	
	font-size: 1.3em;
	line-height: 1.4em;	
	color: #888;		
}

#content ul {
	margin: 0 auto;
	padding: 0 0 0 8px;
	list-style: none;		
	}
#content li {
	font-size: 1.2em; 
	padding: 2px 0 8px 20px;	
	background: url(../images/slants.gif) no-repeat 5px 4px;	 		
	}

/* navigation
---------------------------------------------------------- */

#nav {
	margin: 0 auto;
	padding: 0;		
	}

#nav ul {
	margin: 0 auto;
	padding: 0 0 80px 0;
	list-style: none;		
	}
#nav li {
	float: left;
	padding: 0;
	font-family: arial;			
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	}
#nav li a {
	float: left;
	padding: 14px 16px 12px 16px;
	font-family: Georgia, "Times New Roman", Times, serif;			
	text-decoration: none;
	color: #222;
	text-shadow: #ccc 2px 1px 1px;	
  border-bottom: none;
	}
#nav li a:hover {
	color: #fff;
	text-shadow: #666 -1px -1px 1px;		
	background: #979797 url(/images/nav-hover.gif) repeat-x top left;
	}
#nav a.active {
	color: #000;
	text-shadow: #ccc -1px -1px 1px;		
	background: #979797 url(/images/nav-hover.gif) repeat-x top left;
	}

	
/* content
---------------------------------------------------------- */

#content img.thumb {	
	float: left;
	margin-right: 14px;
	margin-bottom: 6px;
	margin-top: 3px;
	border: 2px solid #ddd;
	padding: 1px;	
	background-color: #eee;
	}

#content a img.thumb:hover {
    border-color: #26769B;
	}
#content img.work {	
	float: left;
	margin-bottom: 10px;
	margin-top: 6px;
	padding: 1px;
	border: 4px solid #ddd;
	background: #eee;	
	}


/* Client Worksheet
---------------------------------------------------------- */
#worksheet {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 0 10px 0;
	}	


/* sidebar styles
---------------------------------------------------------- */

#sidebar ul {
	margin: 0;
	padding: 0;
	}
#sidebar li {
	color: #666;	
	list-style: none;
  margin: 6px 6px 0 6px;
	padding: 0 0 4px 18px;  
 	font-size: 1.1em; 
  line-height: 1.4em;
	background: url(/images/slants.gif) no-repeat 3px 3px;	  
	}
#sidenav ul {
	margin: 0;
	padding: 0;
	}
#sidenav li {
	color: #666;	
	list-style: none;
	padding: 0 0 4px 8px;  
 	font-size: 1.3em; 
  line-height: 1.3em;
  background: none;	  
	}
#sidenav li a {
	padding: 0 0 0 14px;
	border: none;	
	background: url(../images/i-page_mint.gif) no-repeat 0px 0px;	
	}	
#sidenav li a:hover {
	color: #111; 	
	text-shadow: none;	
	background: url(../images/i-page_mint.gif) no-repeat 0px -16px;		
	}
#sidenav a.active {
	color: #111; 	
	text-shadow: none;	
	background: url(../images/i-page_mint.gif) no-repeat 0px -16px;		
	}
			
#logo {
	margin: 0;
  padding: 0;
  height: 120px;
  background: url(../images/logo.jpg) no-repeat top left;
}
#logo a {  border-bottom: none;
}
.delicious-extended { display: inline;}
.delicious-posts { text-decoration: none;  padding: 0; font-size: 0.95em;}
.delicious-posts a { text-decoration: none; padding: 0; font-size: 1.1em;  }	
/* forms
---------------------------------------------------------- */

#form {
	padding: 8px 18px;
	margin: 30px 0;
	width: 500px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #ddd;	
	background: #eee url(../images/bg-form.jpg) repeat-x top left;			
	}

#name, #email, #telephone, #message, #url, #company, #username, #password {
	width: 250px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 110%;
	letter-spacing: 1px;	
	color: #666;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	}	
#username, #password {
	width: 140px;
	border-top:  none;
	border-right: none;
	border-bottom:  1px dashed #d2d2d2;
	border-left: none;		
	}		
#form textarea {
	width: 300px;
	height: 140px;
    margin: 8px 0 26px 0;	
 	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 110%;
	color: #333;
	background: #f8f8f8;		
	}	

/* lightbox
---------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 3px solid #ccc;
	background-color: #fff;	
	}

#imageContainer{
	padding: 8px;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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{
	color: #fff;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.4em;
	}

#imageData{
	padding:6px 10px 2px 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; border-bottom: none; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* footer styles
---------------------------------------------------------- */
#ximageContainer {
	position:relative;
	margin: 0 0 12px 0;
	padding: 1px;
	width: 550px;
	height: 165px;
	border: 4px solid #ddd;
	background: #eee;
}	
#ximageContainer img {
	display:none;
	position:absolute;
	top:1px; left:1px;
}	


/* footer styles
---------------------------------------------------------- */

#footer #footerwrap {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footerbox a {
	color: #CBEEFF;
	border-bottom: 1px solid #2C90BE;	
	}
#footerbox a:hover {
	color: #B8D7E6;	
	border-bottom: none;	
	}	
/* ---[[ footerbox ]]----------------------------------- */

#footerbox {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	}
#footerbox h1{
	padding: 0;
	margin: 0;
  font-size: 1.2em;	
	color: #fff;	
	text-transform: uppercase;
	letter-spacing: 1px;	
	text-shadow: #1A526C 1px 1px 1px;		
	border-bottom: none;			
	}
#footerbox p {
	padding: 8px 20px 10px 20px;
    font-size: 1.1em;		
	line-height: 1.5em;
	color: #B8D7E6;
	margin: 0;		
	}
#footerbox ul {
	padding: 8px 20px 10px 20px;
	color: #B8D7E6;
	margin: 0;	
	list-style: none;
	text-align: left;		
	}	
#footerbox ul li {
	padding: 2px 0 3px 0;
    font-size: 1.1em;		
	color: #B8D7E6;
	margin: 0;	
	list-style: none;
	text-align: center;		
	}				
#footerbox div.footerbox {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #2A84AD;			
	}
#footerbox div.first {
	border-left: none;	
	}		
#footer .copyright {
	font-family: Georgia, "Times New Roman", Times, serif;		
	text-align: center;
	padding: 8px 0 0 0;
	color: #eee;
    font-size: 1.1em;		
	height: 32px;
	text-shadow: #1A526C 1px 1px 1px;	
	background:  url(../images/bg-copyright.gif) no-repeat top center;
	}	
/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */  
* html #nav,  
* html #title, 
* html #content,  
* html #wrap, 
* html #derecha, 
* html dl.work {
	height: 1%;
	}

/* For IE block anchors */
* html ul.misc li a { height: 1%; }

/* For IE body padding issue */
* html #wrap { height: 1%; }

/* self-clearing floats */

#logo:after, 
#header:after, 
#nav:after, 
#title:after,
#main-body:after, 
#footerbox:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
