/*
Theme Name: Rapid Biologics
Theme URI: http://www.photonicsgraphics.com/
Description: Rapid Biologics theme for Wordpress
Version: 0.1
Author: GL@Photonics Graphics
Datum: March 13, 2009
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0 0; 
  padding: 0 0;
}
/* Extra 0 added to padding and margins for left/right  */
p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 24px; 
  line-height: 42px;
}

h2 {
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #0084B4;
}

ul, 
ol { 
	margin: 0px 0px 10px 18px; 
}

/* GENERAL */

body {
	background: #114266 repeat;
	font: 13px/21px  Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 972px;
	margin: 0px auto  0 auto;
	background: #e5e5e5;
	
}

#main {
	width: 972px;
	background: url(img/main_content.png) no-repeat left top;
	padding:0px;
	margin: 0px;
}

#content {
	width: 693px;
	padding: 10px 40px 0px 40px;
	float: right;
}

a {
	color: #5c5c5c;
	font-weight: 900;
	text-decoration: none;
}

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

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(img/rapid_header1_01.png) repeat-x bottom left;
	height: 198px;
}


/* MENU */

#menu {
	float: left;
	width: 170px;
	margin: 5px 10px 10px 5px;
	padding: 0px 0px 350px 0px;
	
	
}

#menu ul{
	margin: 0;


}

#menu li {
	list-style: none;
	padding-bottom: 2px;

}

#menu ul ul li {
	padding-left: 15px;
	padding-bottom: 2px;
}

#menu li a {
	padding: 2px 2px 5px  0;
	display: block;
	line-height: 12px;
	text-decoration: none;
	
}

#menu li a:hover {
	background: #00B0F1;
	color: #fff;
}

.page_item ul {
	display: none;

}
.current_page_item a {
	display: block;
	color: #CC6600;
	text-decoration: none;
	font-style: italic;
	
}
.current_page_item ul {
	display: block;
	color: #CC6600;
	text-decoration: none;
	
}
.current_page_parent ul{
	display: block;
	text-decoration: none;

}
.current_page_parent ul li a{
	display: block;
	color: #CC6600;
	text-decoration: none;
	font-style: italic;
}


#menu .current_page_item ul, .current_page_item li{
	border-top: 0px solid #ccc;
	font-color: #CC6600;
	
}
/* site-map*/

.ddsg-wrapper h2{
	font-size: 14px;
	line-height: 21px;
	padding-top: 5px;
	font-style: normal;
	color: #5c5c5c;
}




/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;

}
.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 0px 0px 1px;
	background-color:#e5e5e5;
	clear: both;
		
}

#footer p {
	font-size: 85%;
	text-align : center;
	background-color: transparent;
}
