/* Custom Styling for the CSM/SCM Website
/* Date: Jan 1 2014
/* By: Serina Patterson, serina.laureen@gmail.com
*/

/* Logo */
.logo-block {
	padding: 0px;
	margin: 7px 0px;
	margin-top: 15px;
}

/* Main Navigation Styling */
.gf-menu .dropdown, .gf-menu .dropdown ul li:hover > .item, .gf-menu ul li:hover {
	background: #fefefe;
	border-radius: 0;
	border: none;
}

#rt-top-surround a:hover {
	background-color: #FFFFFF;
}


#rt-top, #rt-header {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-bottom: 1px solid rgb(204, 204, 204);
}

#rt-top {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	opacity: 0.98;

}

#rt-header {
	position: relative;
	z-index: 1;
	top: 50px;
}

#rt-showcase {
	background: url("../images/ms_hero_image.jpg") fixed;
	background-repeat: no-repeat;
}

.rt-showcase-pattern {
	height: 500px;
}

#rt-maintop {
	background: url("../images/patterns/noise.png") repeat scroll 0% 0% #F9F9F9;
	margin-top: -50px;
}

#rt-mainbody-surround {
	margin-top: 50px;
}

#rt-mainbottom {
	background: #FFFFFF;
}

#rt-footer {
	background: url("../images/ms_footer.jpg") fixed;
	background-repeat: no-repeat;
}

/* Login Form and Join Message on the Frontpage */
div.login_form, div.join {
	background: #FFFFFF;
	text-shadow: none;
	
}

div.join {
	margin-top: 95px;
	width: 240px;
}

div.join h2.title {
	margin-top: 10px;
	text-align: center;
    font-family: "Baskerville", serif;
}

div.join h2 a {
    font-family: "Baskerville", serif;
}

div.login {
	margin-top: 0;
	width: 75%;
}


/* Top Menu Styling */

div.topmenu {
	margin-bottom: 5px;
}


ul.menutopmenu li, ul.menubottommenu li, ul.menuprofilemenu li {
	list-style-type: none;
	float: right;
	padding-left: 15px;
	margin-top: -19px;
	font-size: 11px;
	text-shadow: 0px 2px 3px rgb(255, 255, 255);
}

div.bottommenu {
	position: relative;
	right: 85px;
}


.menutopmenu {
	width: 100%;
	margin-left: 130px;
}

.menutopmenu:after {
	clear: both;
}

/* Main Menu Styling */
.gf-menu.l1 > li.active {
	background: none;
	border: none;
	box-shadow: none;
	color: rgb(48, 48, 48);
}

div.membernews ul li, div.announcements ul li, div.cfp ul li {
	list-style-type: none;
	background: none;
	padding-top: 15px;
	margin-left: -28px;
}

div.membernews ul li.even, div.membernews ul li.odd {
	background: none;
}

div.pub ul li {
	list-style-type: none;
	background: none;
	float: left;
	padding-right: 25px;
	border-bottom: none;
	margin-left: -28px;
	margin-right: 38px;
}

/* About the CSM Footer Styling */

div.about_csm {
	background: #FFFFFF;
	min-height: 295px;
}

/* Facebook Module Styling */
div.facebook {
	background: #FFFFFF;
}

/* Twitter Module Styling */
div.twitter_box {
	padding: 0;
	border-radius: 0;
	background: #FFFFFF;
	width: 100%;
}

/* RSS Styling */
div.k2FeedIcon a {
	position: relative;
	top: 35px;
	right: 5px;

}