/* muwalumnae.com  */


/* --------------- main styling --------------- */

* { margin:0; padding:0; }

body {

	margin:; padding:0;
	
	background:#505050 url(images/background.gif) left top repeat-x;
	
	font:12px Arial, sans-serif;
	
	color:#7e7e7e;
}

#wrapper {

	width:800px;
	
	margin:50px auto 0 auto; padding:0;
	
	background: url(images/wrapper-bg.gif) center top repeat-y;
}

#wrapper-bottom {

	width:800px;height:10px;
	
	margin:0; padding:0;
	
	clear:both;
	
	background: url(images/wrapper-bottom.gif) left top no-repeat;
}
a:link, a:active, a:visited {

	color:#6a9232;
	
	text-decoration:underline;
}

a:hover {

	color:#6a9232;
	
	text-decoration:none;
}

/* --------------- left side --------------- */

#left-side {

	margin:0; padding:0;
	
	float: left;
	
	width: 435px;
}

#header {

	width:435px; height:249px;
	
	margin:0;padding:0;
	
	background: url(images/header.gif) left top no-repeat;

}

	#header span { display:none; }
	
	
#events-box {

	width:435px;
	
	background:#c0e192 url(images/events-bg.gif) right top repeat-y;
	
	margin:0; padding:0;
}

h2#events-heading {

	width:435px; height:33px;
	
	margin:0; padding:0;
	
	background: url(images/events-heading.gif) left top no-repeat;
	
}

	h2#events-heading span { display:none; }



#events-frame {

	width:415px;
	
	margin:0 auto; padding:0;
	
	background:#ddf0c1 url(images/eframe-bg.gif) repeat-y;
	
}
#frame {

	padding:0 15px 0 15px;
}
		#frame .entry {
			
			margin:15px 0 0 0; padding:0;
			
			line-height:20px;
		}
		.entry p {
		
			margin-top:15px;
		}
		
			#frame span {
			
				display:none;
			}
			h1.t {
			
			color:#6a9232;
			
			text-decoration:none;
			
			font-size:12px;
			
			font-weight:bold;
			
			margin:15px 0 0 0;
		}
#eframe-top {

	width:415px; height:10px;
	
	margin:0; padding:0;
	
	background: url(images/eframe-top.gif) left top no-repeat;
}

#eframe-bottom {

	width:415px; height:10px;
	
	margin:0; padding:0;
	
	background: url(images/eframe-bottom.gif) left top no-repeat;
}

/* --------------- right side --------------- */

#right-side {

	width:365px;
	
	margin:0; padding:0;
	
	float:left;
	
	background:#4596db url(images/coming-bg.gif) left top repeat-y;
}

#coming-top {

	width:365px; height:48px;
	
	margin:0; padding:0;
	
	background: url(images/coming-top.gif) left top no-repeat;
}

#comment-box {

	width:343px; height:305px;
	
	margin:10px; padding:0;
	
	border:1px solid #3a88c9;
	
	background:#7fbfea;
	
	overflow: auto;
}

#comment-box ul li {

	list-style-type:none;
	
	color:#ffffff;
	
	margin:10px; padding:0 5px 0 35px;
	
	line-height:20px;
	
	background: url(images/comment-ico.gif) left top no-repeat;
	
}

		#comment-box ul li span {
		
			color:#17558a;
			
			text-decoration:underline;
		}
		
#form-box {

	width:365px;
	
	margin:0; padding:0;
}
#form-box p {
    color:#FFF;
    margin:5px 10px 15px 15px;
}
.name {

	width:331px; height:25px;
	
	border:0; margin:0 0 0 10px; padding: 8px 7px 0 7px;
	
	background:#20629a url(images/name-bg.gif) left top no-repeat;
	
	font:12px Arial, sans-serif; color:#ffffff;
}
.comment {
	
	width:331px; height: 50px;
	
	border:0; margin:5px 0 0 10px; padding:8px 7px 8px 7px;
	
	background:#20629a url(images/comment-bg.gif) left top no-repeat;
	
	font:12px Arial, sans-serif; color:#ffffff;
}

.submit {

	width:132px; height:33px;
	
	margin:0; padding:0;
	
	border:0;
	
	background:#20629a url(images/submit-btn.gif) left top no-repeat;
}

.register p a
{
text-decoration:none;
color:#ffffff;
position:relative; bottom:-115px; right:10px;
}

/* --------------- footer --------------- */

#footer {

	color:#ffffff;
	
	font:12px Arial, sans-serif;
	
	width:800px;
	
	text-align: center;
	
	margin: 0 auto; padding:10px;
}
#footer a {

	color:#ffffff;
	
	text-decoration:underline;
}
#footer a:hover {

	color:#ffffff;
	
	text-decoration:none;
}

/* ---------- Admin ---------- */

#login {
    background-color:#fff; 
    width:200px; 
    padding: 20px 30px 20px 30px; 
    margin:0 auto 30px auto;
}
#login p {
    font-weight:bold;
    margin:0 0 10px 0;
}
h1.login {
    padding:5px 10px;
    width:240px; 
    background-color:#7fbfea;
    color:#fff;
    font-size:20px;
    margin:30px auto 0 auto;
}
.records {
    margin:20px auto;
    width:750px;
    background-color:#ddf0c1;
    border:1px solid #ddf0c1;
}
.records th {
    padding:5px 10px;
    background-color:#ddf0c1;
}
.records td {
    padding:5px 10px;
    background-color:#fff;
}

