/*
		title:    		  janocortijo.com
		author:   		  lazaro@orazal.com
		updated:  		  december 5 2007
		
*/


/* global elements */

* { 

} 

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	margin-top: -1px;
	}
	


	
/* layout elements
-------------------------------------------------------- */	
body {
	text-align: center;
	font: 12px/140% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000;
	color: #595959;
	margin:0; padding:0;
	}
	
	#wrapper {
		position: relative;
		width: 880px;
		margin: 0 auto;
		text-align: left;
		}
		#background{
			float:left;
			background:#ffd301;
			}
		#page{
			width:760px;
			background:#fff;
			float:left;
			}

			#header{
				background:#000;
				height:84px;
				}
			#content{
				padding:10px 20px;
				}
			
/* navigation elements
-------------------------------------------------------- */			
#navigation{
	float:left;
	width:100px; height:250px;
	background:#ffd301 url(../interface/navigation_bg.jpg) top left no-repeat;
	padding:10px;
	}
	#navigation ul{
		margin-top:120px;
		margin-left:-10px;
		}
	#navigation ul li a{
		color:#000;
		text-decoration:none;
		font-weight:bold;
		}
#submenu{
	margin:20px 0;
	}
	#submenu a{
		color:#FF9900;;
		font-weight:bold;
		}
		
/* content elements
-------------------------------------------------------- */	

#header h1 {
	color:#ccc;
	float:left;
	font-weight:100;
	font-size:25px;
	margin:20px 0 15px 15px;
	letter-spacing: 12px;
	}
	#header #illustration{
		float:right;
		}

#content h3{
	margin-bottom:20px;
	font-weight:bold;
	}

li { list-style: none; }

a, img { outline: none; border: none; }

a { color:#FF9900; }

a:hover, .edit a:hover { color:#FF9900; }

table { padding: 0 100px 20px 0; }

td { padding: 10px; }

p {}

span {}

blockquote {}

ul, ol {}

strong {
white-space:pre;
	font: bold;

	}

.preElement { 

white-space:pre;
}

/* Portfolio
-------------------------------------------------------- */	
.year{
	clear: both;
	
	}
	ul.work_preview {

		clear: both;
		
		width: 390px;
		}
		ul.work_preview li{
			padding-top: 4px;
		}	
		ul.work_preview li a{
			color:#FF9900;
			font-weight:bold;
			text-decoration:none;
		}	
		ul.work_preview li a:hover{
			color:#FF9900;
			font-weight:bold;
			text-decoration:underline;
		}
		ul.work_preview li.thumb {
			float: left; display: block;
			width: 100px; height: 110px;
			padding: 0;		
			padding: 2px 0 0 2px;
		}
		
/* Gallery
-------------------------------------------------------- */	

#gallery{
	margin-bottom: 100px;
	width:700px;	
	}

	#gallery #gallery_display{
	clear: left;
	max-width: 600px;
	padding: 10px;
	}

	#gallery #gallery_desc{
		clear: both;
		margin: 0 50px;
		font-size:0.9em;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 1em;
		}

	#gallery li{
		width: 400px;
		border-style: solid;
		border-color: #CCC;
		background:#FFF;
		text-align:center;
		display: inline;
	}
	
	#gallery  a span{
		width: 400px;
	}
	
	#gallery a:hover span{	
		top:10px;
		left:10px;
		width:202px;
		font-weight:bold;
		background:#FFF;
		color:#999;
		padding:5px 0 5px 0;
		text-transform:uppercase;
		font-size:80%;
		border:1px solid #EEE;
		border-width:0 0 10px 0;
		filter: alpha(opacity=100);
	} 

/* Information
-------------------------------------------------------- */	
#information{
	width:90%;
	}
	#information h1{
		font-size:1.5em;
		}
	#information blockquote{
		margin:10px 0;
		color:#333;
		text-align: right;
		}
	
