/*  
Theme Name: PlantPharma Theme
Theme URI: http://www.plantpharma.org
Description: Theme created for plantpharma.org.
Version: 1.0
Author: John Cizmar
Author URI: http://www.johncizmar.com

Credits:

Based on the Blueprint CSS Framework:
http://code.google.com/p/blueprintcss/

*/
/* --------------- 
 General Stlyes
 ---------------  */
body {
	background:#e1eae9;
	margin-top:0;
}
.container {
	background: #fff;
}
/* --------------- 
  Header Styles
 ---------------  */
#header {
	background: #00005a;
	
}
#header h1 {
	background: url(images/IALS-logo.jpg) no-repeat top left;
	width: 443px;
	height: 80px;
	text-indent: -9999px;
	float: left;
	padding:0;
	margin: 0;
}


/* --------------- 
 Search Styles
---------------  */
#search {
	float: right;
	padding: 2em;
}

#s, #ls { 
	background: #fff url(images/search_grey.gif) no-repeat top left;
 	padding: 2px 0 2px 17px; 
	width: 200px; 
	color: #666; 
	font-size: 0.9em; 
	margin-right: 20px;
	border: 1px solid #0a0a30;
}
#ls {
	width: 350px;
}
#s:hover, #ls:hover { 
	color: #000; 
}
.search-excerpt 	{ 
	margin: 0; 
}
/* --------------- 
 Navigation  Styles
---------------  */
#navigation { 
	padding: 0; 
	background: #b8c5d1; 
	float: left; 
	width: 100%; 
	line-height: 1.5em; 
}
#navigation ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#navigation li { 
	margin: 0;
	padding: 0; 
	float: left; 
	background-image: none; 
}

#navigation li a	{
	 color: #5d7892; 
	 padding: 5px 15px; 
	 float: left; 
	 text-decoration: none; 
}

#navigation li.current_page_item a, #navigation li a:hover 	{ 
	background: #a3b2c0; 
	color: #00005a; 
}


#navigation li.current_page_item a, 	{ 
	color: #d7e2ed 
}

#navigation li.first a {  
	margin-left: 50px; 
}
#rss_link {
	float: right;
	padding: 5px 25px; 
	margin-right:45px;
	background: url(images/feed.png) center right no-repeat;
	 
}
/* --------------- 
Feature Homepage Section  Styles
---------------  */
#featured-content {
	background: url(images/featured_bkgrd.gif) top left repeat-x;
	padding-bottom: 1em;
}
#brandimage {
	background: url(images/featured_bkgrd_left.gif) top left no-repeat;
	padding: 12px 0;
}
#brandimage img {
	float: right;
	margin-left: 5px;
}
#brandimage2 {
	background: url(images/featured_bkgrd_left.gif) top left no-repeat;
	padding: 20px 0;
}
#brandimage2 img {
	padding-left: 80px;
}
#learn #learn-pmp {
	background: #fff;
	margin: 12px 0;
	padding: 12px;
}

#breadcrumbs {
	padding-left: 15px;
}
/* --------------- 
Homepage News Section  Styles
---------------  */
#left-side h2 {
	padding-left: 10px;
}
#left-side ul {
	list-style: none;
}
/* --------------- 
Main Content  Section  Styles
---------------  */
#left-col div.post {
	padding: 10px;
}
#left-col h2 {
	padding-left: 10px;
	color:#666;
}
#right-col #sidebar {
	padding: 10px;
}
/* --------------- 
Sidebar  Styles
---------------  */
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	font-size: 12px;
}
#sidebar ul li a {
	
}
/* --------------- 
Footer  Styles
---------------  */
#footer {
	background:#e1eae9;
	border-top: 5px solid #00005a;
}
#footer ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
#footer li { 
	margin: 0;
	padding: 0; 
	float: left;
	list-style: none; 
}
#footer li a	{
	 color: #5d7892; 
	 padding: 5px 15px; 
	 float: left; 
	 text-decoration: none; 
}