/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
body {
		font-family:Arial, Helvetica, sans-serif;
		line-height: 120%;
}

.externals a {
	color:#999;
	text-decoration:none;
}

.externals a:hover {
	color:#444;
}

h1 {
	font-size: 42px;
	font-weight:100;
	margin-top: 0;
	padding-top: 10px;
	color:#454545;
	padding-bottom: 10px;
	border-bottom:3px solid #383838;
}

h2 {
	font-size: 32px;
	font-style:normal;
	font-weight: 100;
	color: #555;
	border-bottom: dotted 1px #555555; 
	margin: 0px;
	padding-bottom: 10px;
}

h3 {
	font-size: 24px;
	color: #888;
	margin: 0;
	font-weight:100;
	padding-top: 5px;
	line-height: 115%;
}

h4 {
	background-color: #900;
	padding: 5px;
	color: white;
	margin: 0;
}

.story {
	padding: 10px;
}

.story a {
	color: #999;
	text-decoration: none;
}

.story a:hover {
	color: #C00;
}
   
h4:hover .story {
	-webkit-transition: all 1s ease .4s;
	-moz-transition: all 1s ease .4s;
	-ms-transition: all 1s ease .4s;
	-o-transition: all 1s ease .4s;
	transition: all 1s ease .4s;
	max-height: 999px;
}


.hdr {
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
	text-align: center;
	margin-bottom: 0;
}

.results {
	color: #999;
	line-height: 140%;
	font-size: 13px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	width: 200px;
	border-bottom: 1px #ddd dotted;
	background-color: #222;
	overflow: hidden;
}

.results h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
	text-align: center;
	border-top: 1px dotted #ddd;
	padding: 5px 0 3px 0;
}

.results ul {
	list-style: none;
	padding-left: 0px;
}

p {
	margin-top: 5px;
	font-size: 13px;
	color: #666;
}

.article {
	width: 515px;
	float: right;
	margin: 0;
}

.bottom_border {
	border-bottom: 2px #555 solid;
	margin-bottom: 15px;
    clear: both;
}

.article img {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

.article p {
	color: #ccc;
	margin: 0 0 10px 15px;
	padding: 3px 0 3px 5px;
	font-size: 13px;
	text-align: right;
}

#articleBG {
	background-color: #eee;
	margin: 3px;
	padding: 10px;
	color: #666;
}

#articleBG p {
	line-height: 150%;
}

#articleBG a {
	color: blue;
	text-decoration:none;
}

#articleBG a:hover {
	text-decoration: underline;
}

.usage a {
	color:#555;
	text-decoration:none;
}

.usage a:hover {
	text-decoration: underline;
}

.session {
	float: left;
	width:370px;
	display:block;
	margin-right:10px;
	padding:5px;
	border: 1px dotted #555555;
	margin-bottom:5px;
}

.copyright {
	margin-top: 5px; 
	font-size: 12px; 
	color: #444444;
	clear: both;
}

.session p {
	color: #666;
}

.session a {
	color:#555;
	text-decoration:none;
	display:block;
	padding-top: 5px;
}

.session a:hover {
	text-decoration:none;
	color:#444;
	padding-top: 5px;
	display:block;
}

.homelink a {
	color:#555;
	text-decoration:none;
}

.homelink a:hover {
	color:#444;
}

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

