/* DC compass css */
/* rebuilt 8/2/08 */
/* -Matt Camp- */
/* mattc@mattcamp.net */

/* organization:
- overall, basic element styles
	body, spacing reset
- index page
	
- Local Directory menu page 

- Local Directory template page 
	
 */



/* clear all of the default spacing */

html,body,li,ul,img,form,h1,h2,h3,h4,h5,h6,hr {
margin:0px;
padding:0px;
}


/* this applies the background gradient, centers it and then applies a black background color, the bg image is only 1000 or so pixels wide */
body {
background-image : url(./images/background.jpg);
background-repeat : repeat-y;
background-position : center;
background-color : Black;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CC6C26;
text-align:center;
}

/* sitewide link color, remove underline */
a {
color: #CC6C26;	
text-decoration: none;
}
/* take those annoying borders off images */
img {
border: none;
}



/* this creates the white horizontal band */
#whiteBG {
	margin: 0px auto 0px auto;
	padding-top: 0px;
	margin-top: 0px;
	overflow: auto; 
	background-color: #fff;
	width: 100%;
}
 /* the usual container */
#container {
	position:relative;
	margin: 0px auto 50px auto;
	width: 800px; 
	text-align: left;
	overflow : visible;
	overflow :-moz-scrollbars-none;		
}

/* holds content on the left side */

#leftPanel {
	position:relative;
	float: left;
	height: auto;
	width: 482px;

}

/* make the floats behave nicely in the left panel*/
#leftPanel div {
	clear: left;	
}


/* faint decorative dividing line */
#divide {
position: absolute;
left: 490px;
height: 80%;
width: 2px;
border-left: 1px solid #EBEBEB;
}

/* holds content on right side */
#rightPanel {
	position: relative;
	float: left;
	width: 260px;
	height: auto;
	margin-left: 20px;
}

#rightPanel img {
	margin-bottom:15px;
}

#leftPanel, #rightPanel {
	margin-top: 20px;
}


#topMenu {
	margin: 0px auto 0px auto;
	padding: 25px 50pxpx 0px 0px;
	width: 800px;
	border: 0px;
	height: 125px;
}

#videoHolder {
	float: left;
	width: 480px;
	height: auto;
}

#videoTitle {
	float: left;
	font-size: 32px;
	font-weight : 200;
	margin: 0px;
	width: 400px;
}

#videoDate {
	font-size: 12px;
	float: left;
	font-weight : bold;
	text-transform : uppercase;
	margin: 0px 0px 5px 0px;
	width: 400px;
}

#smallAd {
	width:250px;
	height:auto;
}

#smallAd img {
	border: 1px solid #EBEBEB;
}

/*this gets used on the local directory page */
#sponsorBox {
   float: right;
   margin: 0px 60px 0px 0px;
   height: 500px;
   width: 220px;
   text-align: center;
}

#sponsorBox img {	
	margin: 0px 0px 25px 0px;
}

#videoMenu {
/* #videoMenu  holds the <iFrame> for videoList.php3 */
	width: 250px;

}

#text, #comments {
	float: left;
	width: 425px;
	color: #970F00;
	padding: 0px 0px 20px 10px;
	font-weight: 300;
	line-height : 18px;
	}

#text li {
list-style:circle;
}

#largeAd {
	
	text-align: right;
	width: 480px;
}

#footer {
	margin: auto;
	width: 800px;
	padding-bottom: 50px;	
}

#footer p {
	font-size: 9px;
	margin: 0px;
	padding: 5px 20px;
	text-align: right;
	color: #F29E00;
}

/* LOCAL DIR POSITIONING */

#localDir {
	position: relative;
	height: auto;
	overflow:visible;
	width: 600px;
	left: 50px;
	clear:both;	
}

#localDir ul {
	width: 700px;
	text-align : left;
	margin: 0px;
	/*padding-bottom: 100px;*/
	display: block;
	border-bottom: 1px dashed orange;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
}


#localDir img  {
	border: none;
}

#localDir li {
	float: left;
	text-align: center;
	list-style : none;
	margin: 5px;
}

#localDir h3 {
	text-transform:capitalize;
	margin-bottom: 10px;
}

#localDir p {
	float: left;
	text-align: center;
	margin: 3px 10px 0px 10px;
}

#localDir a:link,#localDir a:active,#localDir a:visited {
	width: 150px;
	height: auto;
}

#localDir_exp {
width: auto;
height: 125px;

}

#localDir_exp h2 {
padding: 40px 0px 0px 0px;
clear:both;
font-size: 28px;
font-weight : 200;

}

#contact {
	width: 240px;
	height: auto;
	border-top: 1px dotted silver;
	color: #484848;
	background-color:#FAFAFA;
	padding: 1px 5px 10px 5px;
	overflow:visible;
}
#contact h5 {
font-weight:normal;
font-size:13px;
color:#999999;
margin-bottom:5px;
}

#contact a:link,#contact a:visited,#contact a:active {
color:#5E5E5E;
}
#contact a:hover {
color:#3E3E3E;
}

.animationThingy {
/*position:absolute; */
padding-top: -24; 
padding-left:195px;
}

