/* @override 
	http://dev.dyadcom.com/lmc/trunk/deploy/css/screen.css
	http://www.l-m-c.com/css/screen.css
*/

/* @group Layout */

body
{
	background-color: #73655b;
	color: #fff;
}

#horizon { width: 100%; 
	height: 1px; 
	overflow: visible;
	position: absolute;
	left: 0;
	top: 50%;
}


#flash {
	display: block;	
	height: 577px;
	width: 960px;
	position: relative;	
	margin: -289px auto 0;
}

#flash h1 { text-align: center;	margin-bottom: 10px; font-size: 18px; }
#flash p { text-align: justify;	margin-bottom: 10px; }

/* @end */

/* @group Access */
#client_access {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #000;
	height: 100%;
}
#container
{
	display: block;	
	height: 577px;
	width: 940px;
	position: relative;	
	margin: -244px auto 0;
}


#wrapper
{ width: 100%; 
	height: 1px; 
	overflow: visible;
	position: absolute;
	left: 0;
	top: 50%;
}

#hdr {
	text-align: center;
	border-bottom: 1px solid #c3bcb7;
	padding-bottom: 10px;
}

#content {
	background-color: #fff;
	
	margin: 3px 0;
	padding: 15px;
	overflow: hidden;
	height: 415px;
}

#content a
{
	display: block;
	color: #2e6c8e;
	text-decoration: none;
	background: url(../img/bullet.gif) no-repeat 0 6px;
	padding-left: 19px;
	padding-top: 2px;
	font-size: 13px;
}

#content a:hover
{
	color: #56402a;
}

div#progress ul li{
	margin-left: 10px;
}

#ipad_iframe, #ipadlist{
	display: none;
}

#client_access #logo
{
	background: url(../img/logo.gif) no-repeat center;
	text-indent: -900px;
	margin-bottom: 20px;
}

#ftr a {
	background: url(../img/returntoflash.gif) 0 0 no-repeat;
	padding-top: 10px;
	height: 0px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 185px;
}

#ftr a:hover {
	background-position: 0 -10px;
}

#ftr {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #c3bcb7;
}

#intro {
	float: left;
	width: 380px;
}

#intro p {
	font-size: 13px;
	line-height: 150%;
}

h1 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.gallery_entry strong {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

#gallery {
	margin-top: 30px;
	float: left;
	width: 50%;
	position: relative;
}
.gallery_entry {
	overflow: hidden;
	display: none;
	text-decoration: none;
	color: #000;
	border: 1px solid #fff;
	padding: 10px;
	position: absolute;
}

a.gallery_entry:hover {
	border-color: #d9d9cb;
}

a.gallery_entry:hover strong {
	font-weight: bold;
}

.gallery_entry img {
	float: left;
	margin: 0 10px 0 0;
}

.date {
	color: #999;
}

.gallery_entry p {
	font-style: italic;
}

div.instructions
{
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 175px 50px 200px;
	font-size: 19px;
	text-transform: uppercase;
}

#issuu{
	width: 577px;
	position: absolute;
	right: 20px;
}

/* @end */


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	#ssp, #flashlist{
		display: none;
	}
	
	#ipad_iframe, #ipadlist{
		display: block;
		color: red;
	}
	
}


