/* JafriPictures.com Style Sheet */

body { 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
	background-color: #000000;
	margin-top: 10px;
	behavior: url("csshover3.htc");
	}

a:link, a:visited, a:active, a:hover { 
	color:#CC6600; 
	text-decoration: underline; 
	font-weight: normal;
	}
	
a.news:link, a.news:visited, a.news:active, a.news:hover { 
	color:#CC6600; 
	text-decoration: none; 
	font-weight: normal;
	}
	
a.noline:link, a.noline:visited, a.noline:active, a.noline:hover { 
	text-decoration: none; 
	font-weight: normal;
	}
	
td {
	font-family: arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
	}
	
h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	}
	
h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
	}
	
em {
	font-size: 12px;
	font-style: normal;
	color: #CC6600;
	}

.date {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
	margin-bottom: -10px;
	}
	
#splash {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	}

#content {
	margin: 0px;
	padding: 15px;
	background-color: #ffffff;
	}
	
#projects {
	width: 490px;
	float: right;
	}
	
#poster {
	background-color: #CFCFCF;
	width: 200px;
	height: 300px;
	float: left;
	text-align: center;
	line-height: 250px;
	}
	
#gallery1 {
	width: 350px;
	background: #CCCCCC;
	padding: 2px;
	font-weight: bold;
	font-size: 13px;
	}
	
#gallery2 {
	width: 350px;
	background: #F3F3F3;
	padding: 2px;
	line-height: 20px;
	}
	
#curelinks {
	height: 105px;
	text-align: left;
	}
	
img.valign	{
	vertical-align: middle;
	}
	
div.press-col1 {
    float: left;
    padding: 10px;
    width: 300px;
}

div.press-col2 {
    float: right;
    padding: 10px;
    width: 350px;
}
	
/* CSS Drop Down Menu */

#menu {
	background-color: #000000;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu ul li {
	position: relative;
	float: right;
	text-align: center;
	}

#menu li ul {
	position: absolute;
	top: 30px;
	display: none;
	right: 0px;
	}

#menu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	padding: 5px;
	background: #000000;
	margin: 0px;
	width: 150px;
	}

#menu ul li a:hover { 
	background: #CC6600;
	}

#menu li:hover ul, li.over ul { 
	display: block; 
	}
	
/* Lightbox CSS */

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}

#lightboxIndicator {
	border: 1px solid white;
	}

#lightboxOverallView, #overlay {
	background-color: #000;
	opacity: 0.5;
	}

* html #lightboxOverallView, * html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
	}