/* @override http://ncsumsa.org/styles.css */

/* CSS Document */

/* DEFAULTS */
body {
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	font-size:12px;
        background-color:#FFF;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}



/* LAYOUT */
#container {
	width: 100%;
	text-align:center;
}

#top {
	width: 786px;
	height: 90px;
	background: url(images/topbar.jpg) no-repeat;
	margin:auto;
}

#bodyWrapper {
	margin:auto;
	text-align:left;
	width: 786px;
	display: block;
	overflow: hidden;
}


#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	width: 786px;
	float: left;
	text-align:left;
	display: block;
	overflow: hidden;
}

#bottom {
	background: url(images/bottom.jpg) no-repeat;
	width: 786px;
	height:20px;
	margin:auto;
}

#side {
	padding: 0px 15px 40px 0px;
	border-left: 1px dotted #C4D0D7;
	width: 200px;
	float: right;
	display: block;
	overflow: hidden;
	
}


/* FORMATTING */
/* side boxes */
#side div.back {
	background:url(images/layout/side/middle.gif);
	color:#555555;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	width: 183px;
}


#side div.content {
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	width: 165px;
	position:relative;
	bottom:4px;
}

#side div.top {
	margin: 0px 0px 0px 10px;
	background:url(images/layout/side/top.gif);
	background-repeat: no-repeat;
	width:183px;
	height:16px;
}

#side div.bottom {
	margin: 0px 0px 20px 10px;
	background:url(images/layout/side/bottom.gif);
	background-repeat: no-repeat;
	width:183px;
	height:16px;
}

#side h2 {
	font-weight:bold;
	color:#333;
	margin:0px 0px 0px 20px;
	font-size:14px;
	position:relative;
	top:5px;
	z-index:2;
}

#content {
	padding:0px 8px 1px 18px;
	zoom: 1;
}

	#content h2 {
		color: #993300;
		font-weight: bolder;
		font-size: 18px;
		padding: 0px 50px 0px 20px;
		display:inline;
		position:relative;
		top:5px;
	}

	#content h3 {
		font-size: 10px;
		padding: 0px 5px 0px 10px;
		display:inline;
		position:relative;
		top:5px;
	}

	#content p {
		font-size:11px;
		line-height: 1.7em;
		color: #444444;
		margin: 0em 1em 0em 1em;
	}


	#content div {
		width:527px;
		margin: 0px 0px 40px 10px;
	}

	#content div.par {
		width: 520px;
		background:url(images/layout/misc/pback.gif) no-repeat;
		padding: 12px 0px 0px 14px;
	}

	#content div.news {
		background:url(images/layout/news/middle.gif);
		margin:0px 0px 0px 10px;
	}
		
	#content p.news {
		position:relative;
		bottom:8px;
	}

	#content div.top {
		background:url(images/layout/news/top.gif);
		margin:0px 0px 0px 10px;
		height:16px;
	}

	#content div.bottom {
		background:url(images/layout/news/bottom.gif);
		margin:0px 0px 20px 10px;
		height:16px;
	}

	#content div.calendarbanner {
		background-color:#EEEEEE;
		border:1px solid #BBBBBB;
	}


	/* executive */
	#exec a:hover {
		text-decoration: none;
	}

	#content div.executive {
		width:150px;
		height:40px;
		font-size:20px;
		line-height: 20px;
		padding:3px;
		border: 1px solid #ccc;
		background-color: #fff;
		margin: 0px 10px 15px 0px;
		float:left;
		/* background: url('about/images/back.gif') no-repeat; */
	}
	
	#content div.executive:hover {
		/* background: url('about/images/back-hover.gif') no-repeat; */
		text-decoration: none;
		padding: 3px;
		border: 1px solid #aaa;
		background-color: #FCEADC;
	}
	
	#content h2.executive {
		font-size:12px;
		margin: 0px;
		padding: 0px 0px 5px 0px;
	}

	#content h1.executive {
		font-size:14px;
		margin: 0px;
		padding: 0px;
		color: #000;
	}
	

/* menu */
#nav {
	padding: 0px 0px 40px 0px;
	color: #999;
	margin: auto;
	width: 786px;
	background: url(images/middle.jpg);
	background-repeat: repeat-y;
}

	#nav .navWrapper {
   		padding: 0px 0px 0px 25px;
	}

	#nav a {
		margin:0px 14px 0px 0px;
		float:left;
		padding-top:3px;
		position:relative;
		bottom:2px;
		text-decoration:none;
	}

	#nav a.current {
		color: #990000;
		font-size: 15px;
		font-weight: bold;
		background: url(images/arrow.gif) no-repeat;
		background-position: top center;
		position: relative;
		text-decoration:none;
	}

	#nav a.current:hover {
		text-decoration:none;
	}

	#nav a.menu {
		font-size: 15px;
		color: #999;
		font-weight: bold;
		text-decoration: none;
	}

	#nav a:hover {
		color: #990000;
		text-decoration: none;
	}


/* page footer  */
#footer {
	font-size: 10px;
	font-weight: bold;
	margin: 0px auto 0px;
	width: 750px;
	height: 30px;
	color: #888;
}
	
	#footer div.left {
		display:inline;
		float:left;
		text-align:left;
		width:250px;
	}

	#footer div.right {
		display:inline;
		float:right;
		text-align:right;
		width:200px;
	}

	#footer a {
		font-size: 10px;
		font-weight: bold;
		color: #999;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

/* calendar */

#calendar td.date {
        height: 75px;
        background-color: #FFF;
        padding: 2px;
	font-size:9px;
}

#calendar a {
	color: #222;

}

#calendar td.today {
        font-weight: bold;
        border: 1px solid #000;
}       
        

#calendar td.hasevents {
        background-color: #CCFFCC;
}

#calendar td.lastmonth {
        background-color: #EEE;
}

#calendar td.nextmonth {
        background-color: #EEE;
}

#calendar td.nonmsa {
	background-color: #99CCFF;
}


#calendar td.regular {
	background-color: #BBDAC0;
}

#calendar td.special {
	background-color: #FF9999;
}

#calendar div.date {
        width: 100%;
        text-align: right;
	margin: 0px;
	padding: 0px;
}


/* GALLERY */

#gallery div.cell {
	border: 1px solid #CCC;
	padding: 15px;
	width: 450px;
	height: 70px;
	margin: 0px 0px 15px 0px;
	background-color: #EEE;
}

#gallery div.thumb {
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100px;
	height: 70px;
	float: left;
	margin: 0px 0px 40px 0px;
	border: 1px solid #AAA;
	position: relative;
	z-index:2;
}

#gallery h3 {
	font-size: 16px;
	font-weight: bold;
	
}

#gallery p {
	padding: 4px;
	position:relative;
	left: 10px;
	line-height: 14px;
	z-index:1;
}





#prayerTimes {
    color: #EEE;
    font-weight: bold;
    background-image:url(images/salah_back.gif);
    background-repeat: no-repeat; 
    background-position: top center; 
    width:183px; 
    height: 230px;
    padding: 62px 0px 0px 14px;
}


#prayerTimes .name {
    float: left;
    font-size: 12px;
    padding: 7px 0px 0px 27px;
    width: 73px;
    height: 23px;
}

#prayerTimes .time {
    float: left;
    font-size: 13px;
    padding: 7px 0px 0px 0px;
    width: 60px;
    height: 23px;
}

#prayerTimes .prayerWrapper {	
	float:  left;
	border: 0px solid red;
	height: 32px;
	padding: 1px 0px 0px 0px;
}

#prayerTimes .green {
	background-image: url(images/green.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

#prayerTimes .orange {
	background-image: url(images/orange.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

#prayerTimes .red {
	background-image: url(images/red.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}


#content .service_box {
	width: 490px;
	border: 1px solid #888;
	padding: 4px;
}



#video_nav {
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
	width: 700px !important;
	background-color: #fff;
	float: left;
	border: 1px solid #ccc;
}

#video_nav div {
	width: 125px;
	margin: 0px;
	padding: 0px 0px 10px 10px;

}

#video_nav a {
	border: 1px solid #ddd;
	float: left;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	color: #222;
	font-size:10px;
	background-color: #eee;
}


#video_nav a:hover {
	border: 1px solid #bbb;
	background-color: #ddd;
}

#video_nav img {
	width: 100px;
	border: 1px solid #999;
	margin: 0px 0px 4px 0px;
}



#video_nav .thumbnail {
	padding: 0px 15px 15px 0px;
	float: left;
	
}



.film_wrapper {
	padding: 10px;
	clear: both;
	background-color: #fff;
	border: 1px solid #ccc;
}

.film_title {
    font-weight:bold;
    font-size:18px;
    display:block;
    padding: 0px 0px 10px 0px;
}


#film_sidebar {
	float:left;
	width:150px !important;
	padding:4px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align:center;
}

#film_sidebar div {
	width:150px;
}

#film_sidebar a {
	border: 1px solid #ddd;
	float: left;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	color: #222;
	font-size:10px;
}


#film_sidebar a:hover {
	border: 1px solid #aaa;
	background-color: #ddd;
}

#film_sidebar img {
	width: 100px;
	border: 1px solid #999;
	margin: 0px 0px 4px 0px;
}


#film_sidebar .thumbnail {
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px 0px 20px 15px;
	width: 120px;
	background-color:#eee;
}




	
	
.amendment {
	color: #ff2222;
}

#side_cal {
	padding: 5px;
	border: 1px solid #222;
}