/*
--------------------------------------------------------
Johanndizon.com base Styles
Author:   Johann Dizon
Version:  1 September 2008
-------------------------------------------------------- */

/* Standard
 ------------------------------------------------------------------------ */
 
html, body { 
			text-align:left;
			color: #666;
			font-family : Arial, Verdana, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 16px;
			background: #000 url("../img/bg-black2.gif") no-repeat;
			background-attachment:fixed;
			/*background-position: -310px 0px;*/
			}


/*  Layout
 ------------------------------------------------------------------------ */
	
#leftcol {
			width:212px;
			float:left; 
			background-color: #000;
			height: 1900px;
			width: 310px;
			position: fixed;
			}

#logo {
			float: left;
			height: 133px;
			width: 310px;
			text-align: center;
			}
	
	
	
/*  Navigation 
 ------------------------------------------------------------------------ */

td {
			vertical-align:top;
			}	

.entry {
			float: left;
			height: 124px;
			border-bottom: 1px solid #222;
			}
	
td.thumb {
			color:#999;
			font-size:10px;
			padding: 0 0 10px 0;
			background: #161616;
			width: 135px;
			height: 114px;
			}
	
.imgThumb {
			margin:0 0 6px 0;
			float: left;
			}


td.description {
			width: 166px;
			height: 124px;
			}
	
td.description p {
			float: left;
			margin: 0 8px 0 8px;
			}

td.description a {
			color: #DDD;
			text-decoration:none;
			}

td.description a:hover{
			color: #FFCC00;
			}

td.thumb .link{
			float: left;
			font-style: italic;
			color:#999;
			font-size:10px;
			padding:0 0 0 8px;
			background: #000;
			}
			
td.thumb .link a{
			font-style: italic;
			color: #ccc;
			font-size:10px;
			text-decoration:none;
			}
	
td.thumb .link a:hover{
			font-size:10px;
			color: #FFCC00;
			}

.entry h3  {
			margin:10px 15px 5px 8px;
			}



.number {
			font-size: 66px;
			margin: -4px 0 0 -10px;
			float: right;
			height: 20px;
			color:#3E3E3E;
			}

.numberCircuito {
			font-size: 35px;
			margin: -4px 0 0 -10px;
			float: right;
			height: 20px;
			color:#FFCC00;
			}
	
.entry span {
			color: #999;
			font-style: italic;
			padding: 0 5px 0 0;
			}

.shadow {
			position: absolute;
			width: 310px;
			height: 12px;
			background: #000;
			filter:alpha(opacity=60);
			/* CSS3 standard */
			opacity:0.6;
			}

/*  SAFARI HACK */	
body:nth-of-type(1) .shadow {margin: 0; }
body:nth-of-type(1) .shadow_bottom {margin: 489px 0 0 0;}

.shadow_bottom {
			position: absolute;
			width: 310px;
			height: 12px;
			background: #000;
			margin: 489px 0 0 0;
			filter:alpha(opacity=60);
			/* CSS3 standard */
			opacity:0.6;
			}
.shadow3 {
			position: absolute;
			width: 8px;
			left: 0px;
			height: 100%;
			background: #000;
			filter:alpha(opacity=80);
			/* CSS3 standard */
			opacity:0.8;
			}		


	
/* Content
 ------------------------------------------------------------------------ */	
#content {
			position: fixed;
			left: 350px;
			right: 0px;
			top: 132px;
			bottom: 64px;
			background-color: #000;
			border-top: 10px solid #000;
			border-left: 10px solid #000;
			border-bottom: 10px solid #000;
			}
			

#title_wrapper {
			position: fixed;
			left: 350px;
			top: 90px;
			z-index:1
		}
#content_wrapper {
			width: 570px;
			margin: 2em auto 0 auto;
			margin: 85px auto 0 auto;
			text-align: center;
			}

.numero {
			float: left;
			margin: 2px 10px 0 0;
	}
	
.numero h1 {
			font-size: 36px;
			font-style: normal;
			color: #f7f7f7;
			background: #000;
			font-size: 28px;
			padding: 3px 5px 3px 5px;
			}
	
/*  SAFARI HACK */	
body:nth-of-type(1) .numero h1 { padding: 5px 5px 0 5px; }	

.title {
			float: left;
			font-size: 30px;
			color: #f7f7f7;
			/*color: #999;*/
			padding: 5px 0 5px 0;
			letter-spacing: -1px;
			
			font-size: 26px;
			}
.image {
			float: left;
			margin: 0 0 15px 0;
			background: #000;
			padding: 10px;
			}
	
#info {
			float: right;
			background: #000;
			margin: 5px 5px 0 0;
			padding: 5px;
			}
	

#info a, #info a:visited {
			text-decoration: none;
			color: #DDD;
			}
#info a:hover,  #about a:hover {
			color: #FFCC00;
			} 

	
/* Scroll Bars
 ------------------------------------------------------------------------ */

#scrollable1 {
			float: left;
			width: 300px;
			height: 499px;
			overflow: hidden;
			/*white-space: nowrap;*/
			}
			
			/* vertical track */
			#track1 {
			float: right;
			width: 8px;
			height: 500px;
			background-color: #161616;
			/*border-right: 1px solid #000;*/
			}
			
			/* vertical track handle */
			#handle1 {
			width:8px;
			height: 30px;
			background-color: #f00;
			cursor: move;
			background: #FFCC00 url("../img/vline.gif") no-repeat;
			}
			
			/* horizontal track */
			#track2 {
			float: left;
			float: bottom;
			bottom: 0px;
			clear: both;
			width: 100%;
			height: 10px;
			background-color: #161616;
			}
			
			/* horizontal track handle */
			#handle2 {
			width: 40px;
			height: 10px;
			background-color: #f00;
			cursor: move;
			background: #FFCC00 url("../img/hline.gif") no-repeat;
			}
			
			/* scrollable div area */
			#scrollable2 {
			float: left;
			height: 100%;
			width: 100%;
			overflow: hidden;
			white-space: nowrap;
				
        	}
			
#scrollable2 a:hover {
			border-bottom: 5px solid #FFCC00;
			}