/*
Theme Name: HMPRG
Theme URI: http://hmprg.org
Description:
Version: 1.0
Author: Good Food Productions, Inc.
Author URI: http://goodfoodpro.com/
License: Copyright 2008 Health & Medicine Policy Research Group
*/

body {	
	margin: 0;
	padding: 0;
	background: #ffffff url('images/bg_purple_header.png') repeat-x;
	color: #ffffff;
}

#logoimage {
	padding-top: 35px;
	
}

h1, h2, h3 {
	margin: 0;
	color: #343434;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.3em;
	text-decoration:none;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

img {
	border: none;
}


/* Header */

#header {
	width: 900px;
	padding: 0;
	height: 131px;
	margin: 0 auto;
}

#headerleft {
	float: left;
	width: 365px;
	height: 131px;
}


/* TITLE */

#h1 {	
	padding: 38px 0 0 0;
	font-size: 1.30em;
	color: white;
}

#h1 h1 a {
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: -3px;
}

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

/* Home */

#homebody {
	background: #ffffff url(images/bg_blue_home_body.png) repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

.homeintro {
	font-size: 13px;
	font-family: georgia, serif;
	line-height: 18px;
	color: #333333;
	padding-right: 10px;
}

.homeintro a {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
}

.homeintro h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.homecopy {
	font-size: 16px;
	font-family: georgia, serif;
	line-height: 24px;
	color: #333333;
}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 30px;
	clear: left;
}

#homecontent {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: left;
}

/* Main */

#main {
	float: left;
	width: 500px;
	margin-bottom: 30px;
}

#pagemain {
	float: left;
	width: 561px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: -55px;
}

.breadcrumb {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: -8px;
	margin-bottom: 8px;
	padding: 1px;
}

.breadcrumb a {
	color: #0555aa;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-decoration: none;
	border-bottom: 1px dotted #98caff;
}

.breadcrumb a:hover {
	color: #c30c0c;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-bottom: 1px dotted #c30c0c;
}

.breadcrumbinvisible {
	color: #ffffff;
}



/* Navbar */

#headerright {
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 100;
}
#headerright ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#headerright a {
	display: block;
	color: #7c8f9c;
	text-decoration: none;
}
#headerright li {
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #7c8f9c;
	font-weight: bold;
	list-style-type: none;
	line-height: 16px;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* styles the text of the sublinks */
#headerright li a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#headerright li ul {
	position: absolute;
	width: 200px; /* required to force the list elements to wrap to the next line */
	left: -999em;
	background-color: #c7d1d8;
	border-top: 0;
	border-right: 1px solid #9eafbb;
	border-bottom: 1px solid #9eafbb;
	border-left: 1px solid #9eafbb;
	padding-left: 10px;
	margin-top: -1px;
	text-align: left;
}
#headerright li:hover ul {
	left: auto;
}
#headerright li:hover ul, #headerright li.sfhover ul {
	left: auto;
}
/* forces the wrapping of the subnav li elements */
.subnavlist li {
	width: 200px;
	text-align: left;
}
/* provides the padding for the sublinks, so that the background color stretches
	all the way to the edge of the background of the dropdown */
.subnmavlist .page_item {
	margin-left: -10px;
	padding-left: 10px;
	text-align: left;
}
/* provides the background color for the sublinks */
.subnavlist .page_item a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -10px;
	
}
.subnavlist .page_item a:hover {
	background-color: #9eafbb;
	text-shadow: #666666 1px 1px 1px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 370px;
	margin-left: 30px;
	padding-bottom: 30px;
}

.sidebarbox {
	background: url(images/bg_purple_sidebar.png) no-repeat;
	width: 370px;
	margin-bottom: 30px;
}

.sidebartitleimage {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebarpagelist {
	padding-bottom: 20px;
	margin-top: -5px;
	margin-right: 20px;
}

.sidebarpagelist a {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0555aa;
	text-decoration: none;
	border-bottom: 1px dotted #98caff;
	line-height: 18px;
}
.sidebarpagelist a:hover {
	color: #c30c0c;
	border-bottom: 1px dotted #c30c0c;
}

.sidebarpagelist li {
	margin-bottom: 10px;
	list-style-image: url(images/arrow_bullet.gif);
}

.sidebarpostdate {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #777777;
	line-height: 15px;
	margin-left: 20px;
}

.postdate {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	margin-bottom: 7px;
}

.sidebarheading {
	font-size: 21px;
	font-family: times,serif;
	color: #0555aa;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.sidebartitle {
	font-size: 28px;
	font-family: times,"times new roman", serif;
	color: #0555aa;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.pagenewsdate {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999999;
	line-height: 15px;
}

.pagenewslink a {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #0555aa;
	line-height: 20px;
	text-decoration: none;
}

.pagenewscopy {
	font-family: times, georgia, serif;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-right: 20px;
}

.postcopy {
	font-family: georgia, times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.postcopy a {
	font-family: georgia, times, serif;
	font-size: 16px;
	color: #0555aa;
	line-height: 24px;
	text-decoration: none;
	border-bottom: 1px dotted #98caff;
}

.postcopy a:hover {
	color: #c30c0c;
	border-bottom: 1px dotted #c30c0c;
}

.sidebarpostlink {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 20px;
}

.sidebarpostlink a {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0555aa;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #98caff;
}

.sidebarpostlink a:hover {
	color: #c30c0c;
	border-bottom: 1px dotted #c30c0c;
}

.donatebutton {
	text-align: middle;
	margin-left: 14px;
	margin-right: 7px;
}

#sidebarbuttonblock td {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0555aa;
	line-height: 18px;
}

#sidebarbuttonblock a {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0555aa;
	line-height: 18px;
	text-decoration: underline;
}

#sidebarbuttonblock a:hover {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0555aa;
	line-height: 18px;
	text-decoration: none;
}


/* Sidebar - Level 2 */

#pagesidebar {
	float: right;
	width: 294px;
	margin-left: 20px;
	padding-bottom: 30px;
	margin-top: -30px;
}

.pagesidebarbox {
	background: url(images/bg_purple_pagesidebar.png) no-repeat;
	width: 294px;
	margin-bottom: 30px;
}

.pagenewsbox {
	background: url(images/bg_blue_page_body.png) no-repeat;
	width: 561px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 20px;
}

.pagenewsheader {
	font-family: Times,Georgia,serif;
	font-size: 24px;
	color: #0555aa;
	margin-bottom: 30px;
}

/* Page styles */

.pageheading a {
	text-decoration: none;
	font-family: Times,Georgia,serif;
	color: #0555aa;
	font-size: 28px;
	line-height: 34px;
}

.postheading {
	text-decoration: none;
	font-family: Times,Georgia,serif;
	color: #0555aa;
	font-size: 28px;
	line-height: 32px;
}

.pagebody {
	font-family: Georgia, serif;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}

.pagebody strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

.pagebody a {
	color: #0555aa;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 83px;
	/*margin: 0 auto 10px auto;
	border-top: 15px solid #ffffff;
	border: 1px dotted black;*/
	background: url(images/bg_purple_footer.jpg) repeat-x;
}

.footerright {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 47px;
	font-size: 11px;
	font-family: georgia, serif;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
}

.footerright a {
	padding: 2px;
	color: #ffffff;
	text-decoration: none;
}

.footerright a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #662d8a;
}

.footerleft {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 47px;
	font-size: 11px;
	font-family: georgia, serif;
	color: #ffffff;
	text-align: left;
}

#legal {
	margin: 0;
	padding: 1px;
	text-align: center;
	color: #FFFFFF;
}

#link {
	margin: 0;
	font-size:0.8em;
	padding: 5px;
	text-align: center;
}

#main a, #main a:hover, #main a:visited, {
	color: #343434;
	text-decoration:none;
	clear: left;
}

#main h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	text-decoration:none;
}

#main h2:hover {
	text-decoration: none;
	color: #343434;
}
.post-author, .post-date, .post-comm, .post-time, .post-cath, .post-edit {	
	font-size: 0.85em;
	text-decoration:none;
	color: #343434;
}

.entry {
	text-algin: justify;
	font-size: 1.05em;
	color: #02171d;
}

.post-author {
	padding: 0 0 3px 18px;
	background: url(images/p_author.gif) no-repeat 0 0;
}

.post-date {
	padding: 0 0 3px 23px;
	background: url(images/p_date.gif) no-repeat 0 0;
}

.post-comm {
	padding: 0 0 3px 20px;
	background: url(images/p_commen.gif) no-repeat 0 0;
}

.post-time {
	padding: 0 0 3px 18px;
	background: url(images/p_time.gif) no-repeat 0 0;
}

.post-cath {
	padding: 0 0 3px 20px;;
	background: url(images/p_cat.gif) no-repeat 0 0;
}

.post-edit {
	padding: 0 0 3px 3px;
}

.post {
	margin: 0 0 18px 0;
}

.post .info {
	padding:2px 3px 3px 8px;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	font-size:0.9em;
	color:#505050;
}


#s {
	clear: both;
	width: 100px;
	font-size:1.0em;
	background: #ffffff;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #474747;
	border-right: 1px solid #474747;
}

#go {
	color: white;
	cursor:hand;
	clear: both;
	width: 15px;
	font-size:1.0em;
	background: #555;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #474747;
	border-right: 1px solid #474747;
}

#featureflash {
	position: absolute; 
	z-index: -1; 
}