@charset "UTF-8";
/* 
	LMRusnak.com - updated: July 2011
*/

body{
	background-color:#000;
	color:#000;
}
.container{
	background-image:url(../images/bkgd-content.gif);
	background-repeat:repeat-y;
	border-left:4px solid #000;
	border-right:4px solid #000;
}
#banner{
	border-top:10px solid #000;
	/*border-bottom:2px solid #000;*/
}
#content{
	background-image:url(../images/bkgd-content.gif);
	background-repeat:repeat-y;
}

a{text-decoration:none;}
a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#000;}
a:active{color:#000;}

a.cv{text-decoration:underline;}
a:link.cv{color:#000;}
a:visited.cv{color:#000;}
a:hover.cv{color:#f66;}
a:active.cv{color:#000;}

.box {
	padding:0px;
	background-image:none;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}

.boxTop {
	background-image:none;
	-moz-border-radius-topright:0.8em;
	-moz-border-radius-topleft:0.8em;
	-webkit-border-top-right-radius:0.8em;
	-webkit-border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
}

.boxBot {
	background-image:none;
	-moz-border-radius-bottomright:0.8em;
	-moz-border-radius-bottomleft:0.8em;
	-webkit-border-bottom-right-radius:0.8em;
	-webkit-border-bottom-left-radius:0.8em;
	border-bottom-right-radius:0.8em;
	border-bottom-left-radius:0.8em;
}

/* GLOBAL nav - accordion */
#nav-acc{
	background-color:#f99;
	margin:20px 10px 10px 10px;
	padding-left:0px;
	width:170px;
	background-image:none;
	-moz-border-radius:0.8em;
	-webkit-border-radius:0.8em;
	border-radius:0.8em;
}
#nav-acc a.artName{
	display:block;
	padding:2px 0px 2px 18px;
	background-color:#f99;
	text-decoration:none;
}
#nav-acc a:hover.artName{
	background-color:#fcc;
	border-left:4px solid #000;
	padding:2px 0px 2px 14px;
}
#nav-acc h5{
	font-weight:normal;
	margin:0px;
}
#nav-acc h5.sps{
	background-color:#000;
	color:#fcc;
	padding:4px 0px 2px 10px;
	background-image:none;
	-moz-border-radius-topright:0.8em;
	-moz-border-radius-topleft:0.8em;
	-webkit-border-top-right-radius:0.8em;
	-webkit-border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
}
#nav-acc h5.ulBot{
	height:6px;
	background-image:none;
	-moz-border-radius-bottomright:0.8em;
	-moz-border-radius-bottomleft:0.8em;
	-webkit-border-bottom-right-radius:0.8em;
	-webkit-border-bottom-left-radius:0.8em;
	border-bottom-right-radius:0.8em;
	border-bottom-left-radius:0.8em;
}
#nav-acc ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
span.contact{
	padding-right:8px;
}
#conLT #blurbLT{
	background-color:#000;
	color:#fcc;
	margin:10px 10px 20px 10px;
	padding:7px 0px 7px 10px;
}
#conLT #blurbLT ul{list-style-type:none;}
#conLT #blurbLT li{
	position:relative;
	left:-10px;
}
#conLT #blurbLT a{text-decoration:none;}
#conLT #blurbLT a:link{color:#f66;}
#conLT #blurbLT a:visited{color:#f66;}
#conLT #blurbLT a:hover{color:#fcc;}
#conLT #blurbLT a:active{color:#f66;}
		
/* CONTENT - right */
#conRT #caption{ /* artTitle */
	background-color:#000;
	color:#fcc;
	margin:20px 10px 0px 0px;
	padding:6px 10px 0px 10px;
	background-image:none;
	-moz-border-radius-topright:0.8em;
	-moz-border-radius-topleft:0.8em;
	-webkit-border-top-right-radius:0.8em;
	-webkit-border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
}
#conRT #caption .category{
	padding-bottom:4px;
}
#conRT #caption .artTitle{
	padding:6px 0px 4px 0px;
}
#conRT #caption .artBlurb{
	background-color:#fcc;
	color:#000;
	width:720px;
	position:relative;
	left:-10px;
	padding:6px 10px;
	text-align:justify;
}
#conRT #caption .pic{
	float:right;
	border:2px solid #f99;
	margin-left:8px;
}
#conRT #slideshow{ /* artMid */
	background-color:#000;
	margin:0px 10px 0px 0px;
	text-align:center;
}
#conRT #slideshow img{
	margin:0px;
	padding:0px 0px 0px 0px;
	position:relative;
	left:-1px;
}
#conRT #artBot{
	background-color:#000;
	height:14px;
	margin:0px 10px 20px 0px;
}
#flashTrain{
	float:right;
	margin:4px 0px 8px 12px;
	width:390px;
}
#flashTrain p{
	font-size:0.8em;
}

/* footer */
#footer{
	height:24px;
padding-top:8px;
	background-image:url(../images/bkgd-footer.gif);
	background-repeat:repeat-y;
	border-top:2px solid #000;
	text-align:center;
}
#footer ul{
	list-style-type:none;
	display:inline;
}
#footer li{
	display:inline;
	padding:0px 8px;
}
