/*--------------------------------------
MUSICASACRA.ORG
HOME PAGE STYLESHEET
http://www.musicasacra.org

Version: May 2010

Author: Michael Borum // etherweave
--------------------------------------*/

/* NAVIGATION - Most Navigation styles are handled in nav_home.css and nav_home_ie.css */

#navigation {
	position: relative; top: 35px;
	background: url("../images/nav-bg.png");
	font-family: 'junctionregularRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 800px;
	height: 35px;
	margin: 0;
	padding: 0;
	overflow: visible;
	border-top: 1px solid #ccc;
	z-index: 999999;
	}

#navigation ul {
	margin: 0;
	padding: 0 0 0 50px;
	}

/* IE6 FILTERS */

*html #nav {
	font-size: 13px;
	padding: 0;
	}

*html #nav ul {
	margin: 0 0 0 20px;
	padding: 0;
	}

*html #nav ul li a {
	margin: 0;
	padding: 0;
	}

/* END NAVIGATION */
	
/* CONTENT AREA */

#content {
	position: relative; top: -35px;
	width: 800px;
	height: 388px;
	margin: 0;
	padding: 0;
	}

#mainSlide {
	border-bottom: 1px solid #ccc;
	}

/* ACTION BOXES */

#actionBoxes {
	width: 800px;
	height: 130px;
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	}

.actionBox {
	float: left;
	text-align: center;
	width: 113px;
	height: 108px;
	background: #fff;
	border: 1px dotted #ccc;
	margin: 0 10px 0 0;
	padding: 5px;
	}

.actionBoxLast {
	float: left;
	text-align: center;
	width: 113px;
	height: 108px;
	background: #fff;
	border: 1px dotted #ccc;
	margin: 0;
	padding: 5px;
	}

.facebook {
	padding-top: 8px;
	}
	
.actionBox p, .actionBoxLast p {
	font-size: 9pt;
	line-height: 14pt;
	margin: 0 0 5px 0;
	padding: 0;
	}

.actionBox:hover, .actionBoxLast:hover {
	background: #9c3;
	color: #fff;
	}
	
.actionBox a:link, .actionBoxLast a:link {
	color: #333;
	}

.actionBox a:visited, .actionBoxLast a:visited {
	color: #333;
	}

.actionBox a:hover, .actionBoxLast a:hover {
	color: #fff;
	text-decoration: none;
	}