/* 
    Document   : screen
    Created on : Oct 6, 2009, 5:01:47 PM
    Author     : Criswell
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

object {
	outline:none;
}

body {
	margin:0;
	padding:0;
	color:#000000;
	font-family:Tahoma, Arial;
	font-size:12px;
	background:url('../images/bg_repeat.jpg');
	background-repeat:repeat-x;
	background-color:#E8E7E7;
}

p {
	margin:0 0 9px 0;
}

a {
	text-decoration:none;
	color:brown;
	border:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

strong {
	font-weight:bold;
	color:black;
}

.bgFrame {
	position:absolute;
	width:100%;
	min-width:1000px;
	height:750px;
}

.bgPhoto {
	float:right;
}

.bgBox {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.photoBorder {
	border-bottom:2px solid gray;
	border-right:2px solid gray;
	border-top:5px solid black;
	border-left:5px solid black;
}

.main {
	width:100%;
	min-width:1000px;
}

.leftFrame {
	position:absolute;
	top:0;  /* define in style for each section */
	left:0;
	width:60%;
	float:left;
}

.leftPosition {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:600px;
}

.leftContent {
	margin-left:auto;
	margin-right:auto;
	min-width:580px;
	width:580px;
}

.rightFrame {
	position:relative;
	float:right;
	width:40%;
}

.rightPosition {
	text-align:center;
}

.button {
/*	font-family:Arial;
	font-weight:bold; */
	font-family:'Century Gothic',Tahoma,Arial;
	text-transform: uppercase;
	font-size:14px;
	color:white;
	float:left;
/*	padding:1px 6px 1px 6px;  REMOVE NEWS */
/*	margin:1px 8px 1px 9px; OLD SPACING */
	margin:1px 6px 1px 6px;
	text-decoration:none;
}

.button a {
	color:white;
}

.button a:hover {
	text-decoration:none;
}

.button .hiLite {
	color:red;
}

.buttonShadow {
	width:100%;
	height:20px;
}

.helloShadow {
	width:100%;
	height:90px;
	text-align:left;
	overflow:hidden;
	background: transparent url('../images/white50.png');
}

.eventsShadow {
	float:left;
	width:220px;
	height:330px;
	text-align:left;
	background: transparent url('../images/white50.png');
}

.eventsBottom {
	float:left;
	width:220px;
	height:10px;
	background: transparent url('../images/white50L.png');
}

.previewShadow {
	float:right;
	width:350px;
	height:330px;
	background: transparent url('../images/white50.png');
}

.previewBottom {
	float:right;
	width:350px;
	height:10px;
	background: transparent url('../images/white50R.png');
}

.infoShadow {
	width:100%;
	height:430px;
	text-align:left;
	background: transparent url('../images/white50.png');
}

.infoBottom {
	width:580px;
	height:10px;
	background: transparent url('../images/white50C.png');
	background-repeat:no-repeat;
}

.contacts {
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:10px 0 0 10px;
}

.title, h2 {
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:white;
	background-image:url('../images/brown50.png');
	padding-left:6px;
	padding-right:6px;
}

.radiusCorner{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h3 {
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:black;
	margin-bottom:3px;
	padding-bottom:3px;
}

.media li strong {
	font-weight:bold;
	font-size:12px;
}

.popFrame {
	position:absolute;
	top:0;
	left:0;
	height:750px;
	width:100%;
	background-image:url('../images/black60.png');
	z-index:100;
	display:none;
}

.popFrame a {
	text-decoration:none;
	font-weight:bold;
	color:yellow;
	border:none;
}

.popFrame a:hover {
	text-decoration:underline;
}

.popShadow {
	 position:absolute;
	 top:150px;
	 left:500px;
	 height:436px;
	 width:435px;
	 background-image:url('../images/bg_pop.jpg');
	 background-repeat:no-repeat;
	 z-index:200;
}

.popContent {
	 width:430px;
	 text-align:center;
}

.popPosition {
	margin-top:40px;
	left:0;
	display:none;
	text-align:center;
}

.popPosition .title {
	background:transparent;
}

.popPhotos {
	 height:320px;
	 margin:10px;
	 border:1px solid white;
}

.popVideo {
	margin:20px 0 20px 0;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:white;
}

.navigation{
	margin-bottom:3px;
	width:auto;
	display:none; /* TURN OFF */
}
.alignleft{
	float:left;
	margin-left:5px;
}

.alignright{
	float:right;
	margin-right:5px;
}

.post{
	margin-bottom:24px;
}

.entry{
	margin-top:6px;
}