body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	color:#888;
	letter-spacing: 1px;
	font-size: 12px;
}
a{
	color: inherit;
	text-decoration: none;
}
.reddit{	
	color: #980000;
}
span#frog{
	float:right;
	display:block;
	width:100px;
	height:100px;
	background-image:url(images/frog.png);
	background-repeat:no-repeat;
	margin: 20px 20px 20px 0;
}
h1, div.container{
	width:60%;
	min-width:500px;
	margin: 0 auto;
}
h1, h2{
	font-weight: normal;
	text-align: center;
}	
h1{	
	font-size: 18px;
	color:#000;
	border: none;
	padding-bottom: 0;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position: 20px 20px;
	height: 166px;
	white-space:nowrap;
}
div.info{
	margin: 20px 0;
	text-align:center;
}
div.info.ok{ color:#060; }
div.info.ko{ color:#900; }
div.container{
	padding: 30px 20px;
	border: 1px dotted #333;
	border-top: 1px solid #000;
	border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	margin-bottom: 40px;
}
div.container h2{	
	font-size: 16px;
	letter-spacing: 6px;
	margin-bottom: 20px;
}
div.container div.brands{
	text-align: right;
}	
div.container div.brands img{
	margin: 0 10px;
}
div.container div h3:first-child{
	margin-top: 0
}
div.container div h3{
	margin-top: 30px;
	font-weight: normal;
	letter-spacing: 5px;
}
div.container div h3:first-letter{
	color: #680000;
}
div.container div h3 a{
	text-decoration:inherit;
	color: inherit;
}
div.container div h3 a:hover{
	color:#CCC;
}
div.container div p{
	text-align: justify;
	text-indent: 30px;
	padding-left: 30px;
}
div.container div p.noind{
	text-indent: 0;
}

div.container div.footer{
	background-color:#000;
	border: 1px dotted #222;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position:relative;
	top: 43px;
	height:14px;
	line-height:14px;
	white-space:nowrap;
	overflow: hidden;
	width: 350px;
	margin: 5px auto;
	padding:0 40px;
	color:#202020;
	text-align:center;
	font-size:10px;
	letter-spacing: normal;
}
form div{
	width:500px;
	margin:0 auto;
	display: none;
}
form input, form textarea{
	display: block;
	margin: 5px 0;
	width: 300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
	background-color:#333;
	border:1px solid #777;
}
input[type="submit"]{
	width: 150px;
	text-transform:uppercase;
	color:#999;
	margin: 0 auto;
	letter-spacing: 2px;
}
form label{
	display:block;
	clear:left;
	float: left;
	width:150px;
}
span#valid{
	float:right;
	display:block;
	width:69px;
	height:24px;
	background-image:url(images/w3c-xhtml.png);
}
div.container div p.portfolio{
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
}
div.container div p.portfolio a{
	text-decoration: none;
	color: #666;
}
div.container div p.portfolio a:hover{
	text-decoration: none;
	color: inherit;
	color: #aaa;
}
div.container div p.description{
	font-size: 11px;
	letter-spacing: 1px;
	text-indent: 0;
	padding-left: 50px;
}
div.container div p.images{
	text-align: center;
}
div.container div p.images img{
	border: 0;
	margin: 5px;
	opacity: 0.4;
}







#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details {
	letter-spacing: 1px;
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
