/* LanaStefanac.com CSS Document */

/* Global Layout
-------------------------------*/
body { 
	background-color: #000; 
	margin: 0 auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #fff; 
	text-align: center; }
#wrapper { 
	position: relative;
	width: 753px; 
	padding: 0px; 
	margin: 0px auto;
	text-align: left; }

/* Global Styles
-------------------------------*/
br.clear {
	clear: both;
	}
hr {
	color: #fff;
	background-color: #fff;
	size: 1px;
	margin: 0 10px;
	}
p {
	margin: 0 10px 10px 10px;
	padding: 0;
	line-height: 16px;
	}
ul {
	list-style: square;
	margin-left: 0;
	padding-left: 2.5em;
	}
li {
	list-style: square;
	display: block;
	padding-bottom: 10px;
	}
a:link { 
	text-decoration: none; 
	color: #DB3434;
	border: 0;
	padding: 0;  
	}
a:active { 
	text-decoration: none; 
	color: #DB3434;
	border: 0;
	padding: 0;  
	}
a:visited { 
	text-decoration: none; 
	color: #DB3434;
	border: 0;
	padding: 0;  
	}
a:hover { 
	text-decoration: underline; 
	color: #FF4800;  
	}
h1 {
	font-family: Garamond;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0 0 7px 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e68700;
	padding: 0;
	margin: 9px 0 12px 10px;
	font-size: 14px;
	font-weight: bold;
	}
h2.alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e68700;
	margin: 0;
	padding: 10px 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f2c37f;
	padding: 0;
	margin: 9px 0 5px 10px;
	font-size: 12px;
	font-weight: bold;
	}
p.promotitle {
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 9px 0 16px 10px;
	}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	}
.submit {
	background-color: #8f130b;
	color: #fff;
	border: 1px solid #fff;
	font-weight: bold;
	}
.more {
	float:right; 
	display:inline; 
	width: 120px; 
	text-align: right; 
	margin: 10px;
	background: url(../img/more-arrow.gif) no-repeat 5px right;
	padding-right: 7px;
	}

/* Header
-------------------------------*/
#header {
	height: 109px;
	background: url(../img/header.gif) no-repeat top left;
	}
.lanapic {
	position: absolute;
	top: 0px;
	left: 510px;
	z-index: 5;
	}
.herojpic {
	position: absolute;
	top: 169px;
	left: 387px;
	z-index: 5;
	}
.profile {
	position: absolute;
	top: 10px;
	left: 497px;
	z-index: 5;
	}
.press {
	position: absolute;
	top: 17px;
	left: 528px;
	z-index: 5;
	}

/* Navigation
-------------------------------*/
#nav {
	height: 37px;
	background: url(../img/nav-bg.gif) repeat-x top left;
	margin: 0;
	text-align: left;
	width: 741px;
	padding: 0;
	border: 0;
	}
#nav ul {
	margin: 0 8px 0 8px;
	padding: 0;
	}
#nav li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 1px;
	}
#nav li a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #ffe5b2;
	font-weight: bold;
	text-decoration: none;
	width: 78px;
	border-top: 1px solid #780200;
	padding: 10px 0 10px 0;
	}
#nav li a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #ffe5b2;
	font-weight: bold;
	text-decoration: none;
	width: 78px;
	border-top: 1px solid #780200;
	padding: 10px 0 10px 0;
	}
#nav li a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #ffe5b2;
	font-weight: bold;
	text-decoration: none;
	width: 78px;
	border-top: 1px solid #780200;
	padding: 10px 0 10px 0;
	}
#nav li a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #e50b01;
	border-top: 1px solid #e50b01;
	padding: 10px 0 10px 0;
	}
#nav li a.on:link {
	border-top: 1px solid #e50b01;
	padding: 10px 0 10px 0;
	}
#nav li a.on:active {
	border-top: 1px solid #e50b01;
	padding: 10px 0 10px 0;
	}
#nav li a.on:visited {
	border-top: 1px solid #e50b01;
	padding: 10px 0 10px 0;
	}
#nav li a.on:hover {
	border-top: 1px solid #e50b01;
	padding: 10px 0 10px 0;
	}

/* Content
-------------------------------*/

.column1 {
	border: 1px solid #8f130b;
	background: #000 url(../img/news-bg.gif) no-repeat top right;
	width: 364px;
	z-index: 2;
	float: left;
	margin-right: 14px;
	}
.column1 td {
	padding: 0 0 12px 10px;
	vertical-align: top;
	}
.column2 {
	border: 1px solid #8f130b;
	background: #000 url(../img/record-bg.jpg) no-repeat top right;
	width: 325px;
	z-index: 2;
	float: left;
	}
.column2 td {
	padding: 0 0 12px 10px;
	vertical-align: top;
	}
.onecolumn {
	border: 1px solid #8f130b;
	background-color: #000;
	width: 706px;
	z-index: 2;
	}
	
/* Press Page Styles */
#press_content {
	background: #070101 url(../img/press-bg.jpg) no-repeat top left;
	text-align: left;
	padding: 15px 0 0 15px;
	height: 100%;
	}
.column2press {
	border: 1px solid #8f130b;
	background: #000 url(../img/upcoming-events-bg.jpg) no-repeat top right;
	width: 325px;
	z-index: 2;
	float: left;
	}
.column2press td {
	padding: 0 0 12px 10px;
	vertical-align: top;
	}
.onecolumnpress {
	display: block;
	border: 1px solid #8f130b;
	background: #000 url(../img/upcoming-events-bg.jpg) no-repeat top right;
	width: 706px;
	clear: both;
	}

/* Gallery Page Styles */
.photos {
	border: 1px solid #8f130b;
	background: #000 url(../img/news-bg.gif) no-repeat top right;
	width: 250px;
	z-index: 2;
	float: left;
	margin-right: 14px;
	}
.photos td {
	padding: 0 0 12px 10px;
	vertical-align: top;
	}
.videos {
	border: 1px solid #8f130b;
	background: #000 url(../img/record-bg.jpg) no-repeat top right;
	width: 440px;
	z-index: 2;
	float: left;
	}
.videos td {
	padding: 0 0 12px 10px;
	vertical-align: top;
	}

/* Profile Page Styles */
#profile_content {
	background: #070101 url(../img/profile-bg.jpg) no-repeat top left;
	text-align: left;
	padding: 15px 0 0 15px;
	height: 100%;
	}

/* Home Page Styles */
#home_content {
	background: #070101 url(../img/content-bg.jpg) no-repeat top left;
	text-align: left;
	padding: 25px 0 0 15px;
	display:block;
	height:100%;
	}
#home_content .promobox {
	border: 1px solid #8f130b;
	background: #000;
	width: 250px;
	z-index: 2;
	margin: 35px 0 0 10px;
	height: 80px;
	}
#home_content .promobox form {
	margin: 0 10px 0 10px;
	}
#home_content .news {
	border: 1px solid #8f130b;
	background: #000 url(../img/news-bg.gif) no-repeat top right;
	width: 364px;
	display:block;
	}
#home_content .news td {
	padding: 0 0 16px 0;
	vertical-align: top;
	}
#home_content .news .date {
	color: #E68700;
	padding: 0 15px 0 12px;
	}
#home_content .gallery {
	border: 1px solid #8f130b;
	width: 364px;
	background: #000;
	margin-top: 18px;
	display:block;
	}
#home_content .gallery table {
	margin: 0 0 10px 8px;
	text-align: center;
	}
#home_content .events {
	border: 1px solid #8f130b;
	width: 327px;
	background: #000;
	margin: 18px 0 0 18px;
	display:block;
	z-index:200;
	position: relative;
	}
#home_content .events td {
	padding: 0 0 16px 0;
	vertical-align: top;
	}
#home_content .events .title {
	padding: 0 5px 0 12px;
	font-weight: bold;
	text-align: right;
	}
#sponsors {
	clear: both;
	position: relative;
	margin: 15px 0 10px 15px;
	width: 730px;
	}



/* Footer
-------------------------------*/
#footer {
	display: block;
	margin: 10px;
	color: #5e5e5e;
	font-size: 10px;
	text-align: center;
	clear: both;
	}


/* These are standard sIFR styles... do not modify 
--------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-family: Garamond;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0 0 7px 12px;
}
.sIFR-hasFlash p.promotitle {
	visibility: hidden;
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 9px 0 16px 10px;
	}
