html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ECE7D9;
	background:url(/issue1/images/common/camo_bg.gif);
	margin:0px;
	padding:0px;
	text-align:center;
}

a {
	color:#D9B7B7;
	text-decoration:none;
	padding-left:15px;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

h2 {
	font-size: 12px;
	color: #AFA792;
	display:block;
}

h2 a {
	font-size: 12px;
	color: #AFA792;
	padding-left:0px;
}

h3 {
	color:#D9B7B7;
	padding-left:15px;
	font-size: 10px;
	font-weight: normal;
}

h6 {
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 4px;
}

h6 a {
	padding-left:0px;
	text-decoration:underline;
}
 
#mainContainer {
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	margin-top: 15px;
} 
 
#leftcol {
	width:203px; 
	float:left; 
	position:relative; 
}
 
#maincol {
	float:right;
	display:inline;
	position:relative;
	width:694px;
	margin-left: 3px;
}
 
#contentDisplay {
	margin-bottom:10px;
	padding:0px 6px 6px 0px;
	background-color:#515050;
}

.dropShadow div {
	border:solid #7A7465 1px;
	background-color:#515050;
	padding:15px;
}

.dropShadow {
	background:url(/issue1/images/common/dropShadowAlpha.png) no-repeat bottom right !important;
	background:url(/issue1/images/common/dropShadow.gif) no-repeat bottom right;
	margin: 0px 0px 0px 5px;
}

/*.dropShadow div img {
	margin-top:25px;
}*/

.dropShadow #pictureDisplay {
	/*background:url(/issue1/images/common/joshmcguckincom_logo_03.gif) no-repeat top right;
	height: 670px;*/
	background-color:#515050;
}

/*
---------------
transparency controls
-------------
*/

a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	border: 0px;
	margin-bottom: 8px;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: 0px;
	margin-bottom: 8px;
}

/*
---------------
gallery controls
-------------
*/

#thumbs {
	border:0px;
}

#storyDiv {
	border:0px;
	padding:0px;
}

#ssimages {
	height:433px;
	border:0px;
	background-color:#515050;
	padding:0px;
	padding-bottom:10px;
}

#ssimages img {
	border:0px;
	position:absolute;
	top:60px;
}

#ssimages img.hidden {
	visibility:hidden; z-index:5;
}

#ssimages img.visible {
	visibility:visible; z-index:50;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
 
.clearfix {
	display:inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
}

.clearfix {
	display:block;
}

/* End hide from IE-mac */  
 
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 

#leftcol {
	display:none;
} 

#twocols, #maincol {
	width:100%;
	float:none;
}
}

/*Scroller Styles*/ 

#myScrollContent {
	margin-bottom:0px;
	padding:0px;
	background-color:transparent;
	border:none;
}

#myScrollContainer {
	margin-bottom:0px;
	padding:0px;
	background-color:transparent;
	border:none;
}

#myScrollArrows {
	font-size: 14px;
	padding:10px 0px 5px 0px;
	background-color:transparent;
	border:none;
	text-align:right;
	height:190px;
}