/* This is the master css document which controls the styling and layout of cisynbio website */

/* Main page layout */

body{
	background-color: #d9dada;
	margin: 0 0 0 0;
	background-image: url('../media/images/nebula_bg_01.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#mainWrap{
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 566px;
	height: 90px;
	padding: 10px 17px 0 17px;
	background-image: url('../media/images/web_header_graphic.png');
	border-bottom: 1px solid #eae8e8;
	text-align: right;	
}

#mainMenu{
	width: 585px;
	height: 30px;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 15px;
	background-image: url('../media/images/mainMenu.png');
}

#mainMedia{
	width: 600px;
	height: 330px;
}

#mainContent{
	width: 566px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 10px 17px 0 17px;
	background-color: #dbdbdb;
	background-image: url('../media/images/mainContentTop_graphic.png');
	background-repeat: no-repeat;	
}

#mainContentEnd{
	width: 600px;
	height: 45px;
	margin: 0 0 10px 0;
	background-image: url('../media/images/mainContentEnd_graphic.png');	
}

#footer{
	width: 600px;
	height: 85px;
	border-top: 1px solid #eae8e8;
}

.genLink {
	width: 148px;
	height: 85px;
	float: right;
	display: block;
}

.idcLink {
	width: 171px;
	height: 85px;
	float: right;
	display: block;
}

/* Menu styling */

.mainUList{
	list-style: none;
	padding: 0 17px 0 17px;
	display: inline;
}

.mainMenuPoint{
	display: inline;
	list-style-type: none;
	padding: 0 40px 0 0;
	margin-top: 50px;
}

.mainMenuLink{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #5C5C5C;
	text-decoration: none;
}

.mainMenuLink:hover{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #D21346;
	text-decoration: none;
}


/* Typography styling */

p{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 13px;
	color: #707070;	
}

.paraLink {
	font-family: "MS Trebuchet", sans-serif;
	font-size: 13px;
	color: #FF2B3A;
	text-decoration: none;
}

.paraLink:hover {
	font-family: "MS Trebuchet", sans-serif;
	font-size: 13px;
	color: #347FD7;
	text-decoration: none;
}

.paraHigh{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 13px;
	color: #19232E;
	font-weight: normal;
}

h1{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #707070;	
}

h2{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #3F5D70;	
}

.boldType{
	font-weight: bold;
}

.ConBox{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #5A572B;	
	line-height: 12px;
}

.shareBtn a{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #5A572B;	
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

.shareBtn a:hover{
	color: #D33E24;	
	text-decoration: none;
}

.shareBtn a:visited{
	color: #61B7A6;	
	text-decoration: none;
}

.footerText{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 10px;
	color: #AAA;
}

.subTitle{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #576953;
}

/* JavaScript MooTool Slide Function !!!! DO NOT CHANGE!!! */

h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	width: 580px;
	height: 40px;
	padding: 10px 17px 10px 0;
	border-bottom: 1px solid #eae8e8;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

/* Social Media sharing buttons */

/* Digg Buttons */

.ssDigg{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/digg_nml.png')  no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

.ssDigg:hover{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/digg.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

/* Delicious Buttons */

.ssDeli{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/delicious_nml.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

.ssDeli:hover{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/delicious.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

/* Reddit Buttons */

.ssRedd{
	width: 32px;
	height: 32px;
	background:  url('../media/images/sm_buttons/reddit_nml.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

.ssRedd:hover{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/reddit.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

/* Stumble Upon Buttons */

.ssSu{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/stumbleupon_nml.png')  no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

.ssSu:hover{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/stumbleupon.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

/* Twitter Buttons */

.ssTwit{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/twitter_nml.png')  no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

.ssTwit:hover{
	width: 32px;
	height: 32px;
	background: url('../media/images/sm_buttons/twitter.png') no-repeat 0 0;
	display: block;
	float: right;
	margin-left: 20px;
}

/* Index page specific styles */

/* Project Aim page specific styles  */

/* Project Team page specific styles  */

#pplBoxHolder{
	width: 566px;
	height: 270px;
	padding: 0 67px 0 50px;
	text-align: center;
}

.pplBox{
	width: 155px;
	height: 120px;
	text-align: center;
	display: block;
	float: left;
}

.pplPic{
	width: 110px;
	height: 83px;
	margin: 0 20px 0 20px;
	background-color: #994B23;
}

.pplLink {
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 34px;
	color: #3F5D70;
	text-decoration: none;
	font-weight: bold;
}

.pplLink:hover {
	color: #DF772F;
	text-decoration: none;
}

.pplLink: visited {
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3F5D70;
	text-decoration: none;
	font-weight: bold;
}

/* Resourse page specific styles  */

.resBoxVid{
	width: 566px;
	height: 18px;
	padding: 0 17px 0 20px;
	background-image: url('../media/images/resource_icons/film.png');
	background-repeat: no-repeat;
}

.resBoxPdf{
	width: 566px;
	height: 18px;
	padding: 0 17px 0 20px;
	background-image: url('../media/images/resource_icons/doc_pdf.png');
	background-repeat: no-repeat;
}

.resBoxWeb{
	width: 566px;
	height: 18px;
	padding: 0 17px 0 20px;
	background-image: url('../media/images/resource_icons/book_open.png');
	background-repeat: no-repeat;
}

/* Contact page specific styles  */
