/*  
Theme Name: jbiljr
Theme URI: 
Description: Beta Theme for BBBSI
Version: 1.0
Author: Johnny Bilotta Jr
Author URI: http://jbiljr.com/
*/


/*------------------------------
	Common HTML
-------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	color: #000;
	background: #fff url(images/background-globe2.jpg) top center no-repeat;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
}
body, p, form, fieldset, img, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}	
			
a { 
	color: #99CC33; 
	text-decoration: none;
	}
				
a:hover, .post div.comment_link a:hover, .post h2 a:hover, .post .entry a:hover, .post .entrytext a:hover {  
	text-decoration: underline; 
}

img {
	border: 0;
}

.sig {
	width:219px;
	display: block;
}

ul{
	list-style: none;
}

ul.bullet {
	list-style: disc;
	margin: 5px 0 5px 10px;
}

.badge {
	margin: 0 50px;
}
/*------------------------------
	Typography
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1{
	color: #00A0C6;
	font-size: 29px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #777777;
}

#left h1{
	margin: 0;
	border: none;
}

#letterbox h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 4px 0;
}

.about h1 {
	font-size: 18px;
	color: #FEAB02;
	border: none;
}

.newsList .categories h1 {
	font-weight: bold;
	color: #015D97;
}

.worldList h1, #news h1 {
	font-weight: bold;
	color:#015D97;
}

#news h1 {
	border-bottom: 1px dotted #888;
}

.pageList h1{
	color:#015D97;
	font-weight: bold;
}

#gallery h1 a{
	color:#00A0C6;
}

h2 {
	color: #EF543C;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #777777;
}

h2.articles {
	width: 200px;
	height:40px;
	margin: 0;
	border-bottom: none;
}

h3 {
	color: #EF543C;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.page h3 { 
	margin: 0;
	color: #3FB6FF; 	
}

.countries h3 {
	margin: 0 0 -5px 0;
}

h4{
	font-size: 22px;
	font-weight: bold;
	padding: 3px 0 0 0;
	color:#00A0C6; 
}

.post .entrytext h4 a{
	color: #00A0C6;
	text-decoration: none;
}

h5 {
	color: #7E8FB9;
	font-size: 12px;
	margin-bottom: 15px;
}

p.big {
	line-height: 300%;
}

p.quote {
	font-size: 18px;
	font-weight: bold;	
}

span.wht {
	color:#DDDDDD;
}

span.grn {
	color: #5DC72E;
}

span.blu {
	color: #00A0C6;
}

span.date {
	font-size:18px;
	font-weight: bold;
}

span.quoDesc {
	margin-top:10px;
	font-size: 12px;
}

.logout{
	font-size: 14px;
	background:url(../../icons/user_delete.png) no-repeat;
	padding-left:15px;
}

.blurb {
	font-size:18px;
	font-weight: bold;
}

.alert {
	background: #E3DCCC url(../../images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color: #555555;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #C4B99E;
	border-bottom: 2px solid #C4B99E;
	}

.footnote {
	text-align: center;
	vertical-align: text-bottom;
	font-size:14px;
}
/*---------------------
	Boxes
---------------------*/
#wrap {
	width: 810px;
	margin:0 auto;
}


#header {
	background: url(images/header-test3.jpg) no-repeat center;
	height: 270px;
	width: 800px;
	margin: 9px auto 0 auto;
}

.headerContainer {
	width: 581px;
	height: 278px;
	float: right;
}


#letterbox{
	float: left;
	padding-top: 5px;
	margin: 0 0 10px 0;
	height: 200px;
	width: 535px;
	border-bottom: 1px dotted #777777;
}

#content {
	padding-top: 10px;
}

#content p {
	line-height: 20px;
	margin-bottom: 15px;
}

.container {
	margin: 0 auto;
	width: 815px;
}

.container600 {
	margin: 0 auto;
	width: 600px;
}

.right{
	float: right;
	margin-right: 10px;
	width: 540px;
	padding: 0 0 0 10px;
	border-left: 1px dotted #777777;
}

#left {
	float: left;
	width: 210px;
	margin: 0 0 50px 10px;
	font-size: 14px;

}

.leftPod {
	background: #FEBC5B;
	float: left;
	width: 210px;
	margin: 0 0 10px 0;
	padding:5px;
	font-size: 14px;
}

.leftPodBlu {
	background: #00A0C6;
	float: left;
	width: 210px;
	margin: 0 0 20px 0;
	padding:5px;
	font-size: 14px;
	color: #00A0C6;
}

.leftPodGrn {
	background: #5DC72E;
	float: left;
	width: 210px;
	margin: 0 0 20px 0;
	padding:5px;
	font-size: 14px;
}

.slideshow {
clear:left;
float:left;/*switch these up*/
width: 581px !important;
height: 278px !important;
}

.leftPodPln {
	float: left;
	width: 210px;
	margin: 0 0 -2px 0;
	padding:5px;
	font-size: 14px;
	color: #654A01;
}

#login {
	margin: 10px 0 200px 10px;
}

/*-------------------------
	Top Navigation 
--------------------------*/

#navigation{
	background: url(images/nav-bg.jpg) no-repeat;
	width: 800px;
	height: 55px;
	margin: 0 auto;
	text-align: center;
}

#mainmenu {
	white-space: nowrap;
	width: 800px;
	height: 30px;
	margin: 2px auto;
	padding-top: 15px;
}
#mainmenu li {
	background: none;
	display: inline;
	margin:5px 10px 0 0;
	padding: 10px 0 7px 0;
	text-align: center;
}
#mainmenu li a {
	color:#EEEEEE;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: inline;
	display: inline-block; /* IE */
	height: 30px;
	line-height: 20px;
	border: none;

}
#mainmenu li a span {
	display: inline;
	padding: 10px 17px;
}



#mainmenu li a:hover {
	color: #fff;
}
#mainmenu li:hover, #mainmenu li:active {
	background: #F0037F;
}

/*-------------------------
	Content
--------------------------*/
.center {
	width: 400px;
	margin: 20px auto;
}

.center p {
	text-align: center;
}

.about{
	margin: 4px 5px 0 0;
}

.about p{
	font-size: 18px;
	color:#888;
	margin: 0 0 10px 0;
}

#spotlight {
	float: left;
	width: 250px;
	margin: 0;
	padding: 5px;
	border-right: 1px dotted #777777; 
}

#gallery {
	float: left;
	width: 270px;
	margin: 0;
	padding: 5px 0px 0px 5px;
}

#gallery .thumb{
	float:left;
	padding: 5px;
}

/*--------------------
		CONTENT
--------------------*/

	.alignleft { margin: 10px 0 0 0; float: left; }
	.alignright { margin: 10px 40px 0 0; float: right; text-align: right; display: inline; }
/*------------------------
	Side Bar Styles
------------------------*/
.pageList, .newsList, .worldList, #categories {
	border: 2px solid #fff;
	padding: 0 0 0 5px;
}
	
#categories {
	color: #ECADA3;
 	margin-right: 0;
 	padding: 0px;
	text-align:right;
}

#categories ul{
	list-style: none;
	float: right;
	padding: 0 10px 40px 0;
}

#categories ul li {
	margin: 0px 0 0 10px;
	padding: 0;
	list-style: none;
}

#categories h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	padding: 0;
}

#categories>h2 { 
	margin-left: 0px; /* Non IE */ 
}

#menu, #articles{
	width: 200px;
}

#menu li, #articles li{
	background: url(../../images/icons/report.png) no-repeat left;
	font: 13px Verdana, sans-serif;
	margin:0 auto;
	width: 200px;
}

#menu a, #articles a{
	color:#5D5D5D;
	display: block;
	padding: 8px 10px 7px 25px;
	text-align:left;
	border-bottom: 1px dotted #666;
}

* html #menu a, * html #articles a{
	color:#5D5D5D;
	height: 20px;
	line-height: 30px;
}

#menu a:hover, #articles a:hover{
	background: #FF9900;	
	color:#888;
}

.pageList {
	background: #C3FDAA;
}
.pageList li {
	list-style: none;
}

.pageList ul li {
	font: 13px Verdana, sans-serif;
	margin:0 auto;
	width: 190px;
}

.pageList ul a {
	background: url(../../images/icons/page_white_text.png) no-repeat;
	background-position: 5px 10%; /* x-pos y-pos */;
	color:#5D5D5D;
	display: block;
	padding: 8px 10px 7px 25px;
	text-align:left;
	border-top: 1px dotted #666;
}

.pageList ul a:hover {
	background: #FADF8E url(../../images/icons/page_white_text.png) no-repeat;
	background-position: 5px 10%; /* x-pos y-pos */;
}

.plainList h1 {
	color: #015D97;
}
.plainList li {
	list-style: none;
}

.plainList ul li {
	font: 13px Verdana, sans-serif;
	margin:0 auto;
	width: 190px;
}

.plainList ul a {
	background:url(../../images/icons/bullet_blue.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	color:#015D97;
	display: block;
	padding: 8px 10px 7px 25px;
	text-align:left;
	border-top: 1px dotted #666;
}

.plainList ul a:hover {
	background: #CBE7F9 url(../../images/icons/bullet_blue.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	color: #015D97;
}

.newsList {
	background: #BFF0FC;
}
.newsList li {
	list-style: none;
}

.newsList ul li {
	font: 13px Verdana, sans-serif;
	margin:0 auto;
	width: 190px;
}

.newsList ul a {
	background:url(../../images/icons/newspaper.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	color:#5D5D5D;
	display: block;
	padding: 8px 10px 7px 25px;
	text-align:left;
	border-top: 1px dotted #666;
}

.newsList ul a:hover {
	background: #A3EDFE url(../../images/icons/newspaper.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
}

.worldList {
	background: #C3FDAA;
}

.worldList li {
	list-style: none;
}

.worldList ul li {
	font: 13px Verdana, sans-serif;
	margin:0 auto;
	width: 190px;
}

.worldList ul a {
	background: url(../../images/icons/world.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	color:#5D5D5D;
	display: block;
	padding: 8px 10px 7px 25px;
	text-align:left;
	border-top: 1px dotted #666;
}

.worldList ul a:hover {
	background: #95FD66 url(../../images/icons/world.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */;
}

.leftPodPln img {
	background: #996600;
	padding:2px;
	border: 1px solid #fff;
}

#widgets {
	width: 180px;
	float: right;
	margin: 25px 0;
}

#widgets ul, #widgets li {
	list-style: none;
}

#widgets ul li {
	text-align: right;
	padding: 4px 10px 4px 0;
}

#widgets ul a {
	color:#5D5D5D;
}

#widgets ul a:hover {
	color:#F6B404
}

#delicious, #recent-posts {
	margin: 15px 0;
}

#badges {
	width: 200px;
	float: right;
	text-align: center;
	margin: 20px 0 0 0;
}

#videoThumb {
	width: 212px;
	margin: 0 auto;
	text-align: center;
}

#videoThumb a {color:#000;}
#videoThumb a:hover{text-decoration:underline; }

/*------------------------
	Latest News Styles
------------------------*/
ul.links {
	font-size: 11px;
	list-style: none;
	margin-bottom: 17px !important;
	margin-bottom: 19px;
	border-bottom: 1px dotted #555;
}

ul.links li {
	background: url(../../images/icons/page_white_text.png) no-repeat;
	background-position: 0 30%; /* x-pos y-pos */;
	padding: 0 0 5px 20px;
}

ul.links li:hover {
	background: url(../../images/icons/page_white_text.png) no-repeat;
	background-position: 0 30%; /* x-pos y-pos */;
}

ul.links li p {
	
}

ul.links li a {
	font-size: 16px;
	color: #015D97;
	font-weight: bold;
	display: block;
	width: 190px;
}

ul.links li span a {
	border-bottom: 1px solid #555555;
}

ul.links li a:hover {

}

/*-------------------
	Post Styles
---------------------*/
.postedby{
	font-size: 11px;
}

.postedby a{
	color: #D54D37;
}

.entrymeta{
	width: 200px;
	float: left;
	color:#CCCCCC;
	font-size:0.8em;
	padding:10px 0 5px 15px;
	display:none;
}

.entrymeta{
	display:block;
}

.entrymeta a{
	color: #FE9C02;
}

.entrymeta a:hover{
	text-decoration: underline;
}

.filedto{
	font-size: 11px;
	background:url("./images/file.gif") no-repeat;
	padding-left:15px;
}

.commentslink{
	font-size: 9px;
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}

.post {
	margin: 0 0 55px 0;
	}
		
.post div.title_box {
	width: 500px;
	float: left;
	margin: 0 0 22px 0;
	border-bottom: 1px solid #666666;
	display: inline; /* IE */
}
		
.post h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 25px;
	color: #F0037F;
}
			
.post div.comment_link { 
	font-size: 0.9em; }
		
.post h2 a, .post div.comment_link a { 
	color: #F0037F; 
}
		
.post .entry, .post .entrytext {
	font-size: 12px;
	width: 500px;
	clear: both;
	color: #000;
	margin: 10px 0 18px 10px;
}

.post .entry p, .post .entrytext p{
	margin: 15px 0 20px 0;
}

.post .entry a, .post .entrytext a { 
	color: #4FAD26; 
}
				
.post .entry blockquote, .post .entrytext blockquote  {
	border-left: 3px solid #888;
	padding-left: 8px;
	color: #888;
}

.post_thumbnail{
	float: left;
	border: 1px solid #888;
	padding: 4px;
	background-color: #E3DCCC;
	margin: 10px 20px 0 0;
}

.post_thumbnail img{
	border: 1px solid #fff;
	display: block;
}

.post img {
	float: left;
	margin: 0 35px 10px 5px;
}

.page .post img {
	float: left;
	margin: 0 10px 10px 10px;
	display: block;
}

img.nowrap {
	float: none;
	display:block;
}

					
.post blockquote, .post ul, .post ol { margin-left: 20px; padding-left: 20px; }
		
.post .postmetadata {
	color: #ccc;
	width: 434px;
	font-size: 0.8em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	text-align: center;
	background: #1F1D1D;
	margin: 0;
}

.post .title{
	color: #F6B404;
	margin: 22px 0 15px 15px;
}

.extras{
	width: 500px;
	margin:5px 0 5px 0;
}

/*--------------------------
	Single Post Styles
------------------------- */

.widecolumn h2, .page h2 { 
	font-size: 2.3em;
	color: #F0037F;
	}
	
.widecolumn .post { margin-bottom: 20px; }

.postmeta_single{
	font-size: 12px;
	color:#888;
	height: 10px;
	margin-top: 5px;
}

.postmeta_single span{
	color: #FF9900;
	margin-right: 5px;
}

.postmeta_single a:hover{
	text-decoration: underline;
}

h2.title{
	color: #F6B404;
	margin: 0 0 6px 0;
}

/*---------------------------
	Countries Styles
----------------------------*/
.countries {
	width: 260px;
	height: 130px;
	float:left;
	margin: 0 0 0 5px;
	text-align:center;
}

.flags {
	margin: 0 auto;
}

.workCont {
	width: 800px;
	margin: 0 auto;
	height: 400px;
}

.webCont {
	width: 800px;
	margin: 0 auto;
	height: 300px;
}

#workLeft {
	width:395px;
	float: left;
}

#workCol {
	float:left;
	width: 15px;
	height:350px;
}

#workRight {
	float: left;
	width:450px;
	height: 350px;
}

#workRight h1, #workLeft h1 {
	border-bottom: 1px solid #888888;
}
	
.thumb img{
	border:3px solid #666;
}

.description {
	float: left;
	width: 400px;
	color:#BBBBBB;
}

#workRight a {
	border: none;
}

.workCont img, .webCont img {
	width: 200px;
	height: 88px;
}

.wrkThumb {
	float:left;
	margin: 6px;
	width: 200px;
	text-align:left;
}

.wrkThumb img{
	border: 2px solid #555555;
}

.wrkThumb img:hover {
	border: 2px solid #E7211F;
}

.workCont span, .webCont span {
	font-weight: bold;
	color: #ddd;
}



/*------------------------
	Spotlight List
------------------------*/
.affilSpot {
	list-style: none;
}

.affilSpot li a {
	font-size: 20px;
	font-weight: bold;
	color:#FF9900;
	display: block;
	padding: 0;
}

/*------------------------
	Additional Sidebar
------------------------*/

#pages{
	list-style: none;
	padding: 0 0 0 10px;
	width: 170px;
}

#pages li{
	background: url(images/menu_li.jpg) repeat-x;
	font: 13px Verdana, sans-serif;
	margin: 0 0 0 10px;
}

#pages a{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	display: block;
	padding: 7px 0 0px 10px;
}

* html #menu a{
	height: 30px;
	padding:0;
}

#pages a:hover{
	background-color: #222;
}


/*------------------------------
		Comment Styles
------------------------------ */

#commentform { margin: 0 0 20px 20px; } 	

#commentform input, #commentform textarea, .contactform input, .contactform textarea, #wpcf_your_name, #wpcf_email, #wpcf_response {
	border: 1px solid #666666;
	padding: 3px;
}
	
#commentform textarea {
	font-size: 11px;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
}
			
#commentform textarea, #commentform #author, #commentform #url, #commentform #email{ 
	background: #656565;
}

#commentform textarea:focus, #commentform #author:focus, #commentform #url:focus, #commentform #email:focus { 
	background: #fff;
}

#commentform textarea, #commentform #author, #commentform #url, #commentform #email, #commentform #submit { 
	margin: 0 0 10px 0;
}
		
#commentform #submit, .contactform #contactsubmit {
	margin: 10px 0 0 0;
	border: none;
	background: url(images/submit.gif) no-repeat top left;
	width: 270px;
	height:45px;
	color: #fff;
}

#commentform #submit:hover, .contactform #contactsubmit:hover {
	background: url(images/submit.gif) no-repeat bottom left;
	color: #fff;
	width: 270px;
	height:45px;
}

		
ol.commentlist {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 5px;
	width: 500px;
	color: #C9C7C7;
}
	
ol.commentlist li {
	margin: 5px;
	padding: 10px 0 0 0;
}

ol.commentlist li p{
	margin: 0 8px 8px 8px;
}
		
#content>ol.commentlist li { padding: 5px; } /* FF Specific */

h3#comments{
	color: #ddd;
	border-bottom: 1px solid #cc3300;
}

h3#respond{
	color:#fff;
}

.alt {
 
}

/*----------------------
	Default	Page Styles
-----------------------*/
.page .right{
	min-height: 700px;
}

#pageList {
	width: 500px;
	border: 1px solid #EE0000;
}

#pageList ul {
	list-style: none;
	display: inline;
}

#pageList ul li {
	font-size: 25px;
	font-weight: bold;
	color:#FF9900;
}

p.explination{
	padding-top: 5px;
	border-top:1px solid #666666;
	margin-bottom: 20px;
}

.pagetitle{
	color: #FE9C02;

}

.sanda .post h3{
	color: #83C6DF;
	margin: 50px 0 15px 0;
	padding: 20px 0 5px 20px;
}

.pageCont {
	width:800px;
	height: 650px;
	margin: 0 auto;
}

/*------------------------
	Search and Archives
-------------------------*/
#search{
	position: absolute;
	top: 100px;
	left: 600px;
}

#search h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 15px 0 4px 0;
	color: #ccc;
	padding: 0;
}

#searchform input {
	width: 120px;
	margin: 0 0 0 25px;
	border: 1px solid #FDA31C;
	color: #ffffff;
	padding: 2px;
	background: #A0A09F;
}

.sanda h2 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 15px 0 15px 0;
}


	
/*----------------------
		FOOTER
---------------------- */

/*---------Added-----------*/

#footer {
	background: #07CCFB url(images/footer-bg.gif) repeat-x top;
	clear: both;
	margin: 60px 0 0 0;
	color: #00A0C6;
	line-height: 1.2em;
	width: 100%;
	border-top: 3px solid #00CCFF;

}

#container_footer {
	margin: 10px auto 30px auto;
	text-align: center;
	width: 800px;
	height:100px;
	
}

#copyright p{
	margin: 10px auto;
	text-align: center;
}

#footer_left {
	float: left;
	position: relative;
	margin-bottom: 30px;
	width: 250px;	
}

#footer_middle {
	float: left;
	margin: 0 55px;
	position: relative;
	margin-bottom: 30px;
	width: 250px;
}

#footer_middle a:hover{
	text-decoration:underline;
}

#footer_right {
	float: right;
	position: relative;
	margin-bottom: 30px;
	width: 250px;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
}

#footer li {
	margin-right: 10px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	display: inline;
	list-style: none;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#subNav {
	margin: 10px 0 0 0;
}

#footer ul#subNav li {
	font-weight: normal;
}
				
/*--------------------------
	LightBox Styles
---------------------------*/

#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;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#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{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ 
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#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 */
	}
	
.thumbnail{
	border: 1px solid #666666;
	padding: 0;
	background-color: #343434;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	}
	
.thumbnail a img{
	border: 1px solid #666666;
	margin: 2px;
}

.gallery{
	position: relative;
	display: block;
	clear: both; 
	padding: 0;
	margin: 20px 60px 110px 0;
}

