/*  
Theme Name: Safe Innovative Medicine Theme
Theme URI: http://wordpress.org/
Description: Custom theme for the Coalition for Safe Innovative Medicine
Version: 1.0
Author: Kenneth Feldman
Author URI: http://kpfdigital.com/
*/




/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0; font-variant:normal}
sup{vertical-align:baseline; position:relative; top:-0.5em}
sub{vertical-align:text-bottom}
input, textarea, select{font-family:inherit; font-size:inherit; font-weight:inherit}
input, textarea, select{font-size:100%}
legend{color:#000}
hr{visibility:hidden; clear:both}

a { outline: none; }
a {position:relative}

/* P.I.E. FLOAT CLEARING See http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{content:"."; clear:both; height:0; visibility:hidden; display:block}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}


/* Maintains a scroll bar, reducing side-to-side shift as page lengths differ */
html, body { min-height: 101%; }

/* Gets rid of the WP Stats Smiley Face */
img#wpstats {display:none}


/* Setting consistent margin-bottom makes all elements push down on any following elements uniformly. */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, fieldset, address{margin-bottom:1em}

strong {color: #333;}

ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:00px
}


/* Begin Structure */


body {
	font:75%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FBFBFB url('images/page_bg.gif') top center repeat-y;
	color: #333333;
	text-align: center;
	padding: 0px 0 15px 0;
	}


#header {
	position: relative;
	background: transparent url('images/header_bg.gif') 0px 0px repeat-x;
	height: 125px;
	margin-bottom: 13px;
	text-align: center;
	}
	
#header_inner {
	background-color: transparent;
	position: relative;
	height: 125px;
	width: 862px;
	text-align: left;
	margin: 0 auto;
	}
	
/* TOP OF STRIPED INNER BG */
#container_inner_top {
	width: 862px;
	background: transparent url('images/container_top_bg_842.gif') top center no-repeat; /* transparent */
	text-align: left;
	height: 15px;
	margin: 0px auto;
	}

#page {
	position: relative;
	text-align: left;
	background: transparent url('images/container_striped_bg_842.gif') repeat-y top center;
	margin: 0px auto;
	padding: 0px 0px 45px;
	width: 862px;
	}   /* NOTE: striped bg image is 20 pixels shorter than its container, and then centered to create 10 pixels of space on either side  */
	

/* BOTTOM OF STRIPED INNER BG */
#container_inner_bottom {
	width: 862px;
	background: url('images/container_bottom_bg_842.gif') top center no-repeat; /* transparent */
	text-align: left;
	height: 10px;
	margin: 0px auto;
	}




#content {
	background-color: transparent;
	float: left;
	margin-left: 20px;
	display: inline;
	}


#content ul {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	margin-left: 0em;
	}
	

div.homepage h2 {margin-bottom: 7px;font-size: 1.5em;padding-top: 10px;color: #111;}
div.homepage strong {font-size: 1.1em;line-height: 1.6em;color: #333;}
div.homepage p {font-size: 1.0em;}
div.homepage ul {font-size: 1.0em;}


.narrowcolumn {
	width: 550px;
	background-color: transparent; /* transparent */
	padding: 0 0px 0px 0px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 76px 0 0px;
	}







/* Begin Sidebar */
#sidebar {
	float: right;
	margin-right: 20px;
	display: inline;
 	width: 260px;
	background-color: transparent; /* transparent */
	padding: 00px 0 0px 0;
	}

#sidebar form {
	margin: 0;
	}
	
	
	
	
	
/* End Sidebar */





.post {
	padding-left: 0px;
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	clear: both;
	background-color: transparent;
	margin: 0px auto;
	padding: 0;
	width: 834px;
	}

#inner_footer {
	padding: 8px 0 0px 0;
	margin: 0 auto;
	}


#footer p {
	font-size: .85em;
	text-align: center;
	color: #999;
	}
/* End Structure */













/* Sets the site-wide link colors  */

a:link{color:#3482D0; text-decoration:underline; border-bottom:0px dotted #BF0101}
a:visited{color:#3482D0; text-decoration:underline; border-bottom:0px dotted #BF0101}
a:hover{color:#003366; text-decoration:underline; border-bottom:0px dotted #BF0101}




		
#inner_footer a:link{color:#8bb8d2; text-decoration:none; border-bottom:0px dotted #39F}
#inner_footer a:visited{color:#8bb8d2; text-decoration:none; border-bottom:0px dotted #39F}
#inner_footer a:hover{color:#333; text-decoration:underline; border-bottom:0px dotted #333}


/* Begin Typography & Colors */





.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: normal;
	color: #4e6071;
	font-weight: bold;
	}
	
#sub_container h3 {
	font-weight: normal;
	color: #114861;
	}
	
	

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #4e6071;
	}

h2, h2 a, h2 a:hover, h2 a:link, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #639;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */









/*	Begin Headers */



h1	{
	text-indent: -9876px;
	position: absolute;
	top: 17px;
	left: 10px;
	width: 269px;
	height: 81px;
	background: url('images/logo5.gif') top left no-repeat;
	}
	
h1 a	{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: url('images/logo5.gif') top left no-repeat;
	}
	



h2#blogpost-title-h2 {
	margin-bottom: 10px;
	line-height: 1.2em;
	}







h2.pagetitle {
	margin-left: 10px;
	text-align: left;
}

#page_3 #sidebar h2 {
	margin: 0px 0 5px;
	padding: 0;
	color: #687a90;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	

	
	
	
	
/* Kenny's CAPTIONS / IMAGES css mods

These CCS maintain the nice border/box around images that are not CAPTIONED, or not linked.

 */


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

img.alignright,
img.alignleft,
img.alignnone,
img.centered,
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
*/
}

div.alignleft, img.alignleft {
	margin: 0 20px 7px 0;
	}

div.alignright, img.alignright {
	margin: 0 0 7px 20px;
	}
	
img.alignnone {
	padding: 4px;
	margin: 0 10px 10px 0;
	}
	
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 5px 5px;
	margin: 0;
}
/* End captions */


	
	
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


#content ul li {
	background-image: url('images/blue_square_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 1.5em;
	padding-right: 1.5em;

	margin-bottom: .75em;
	line-height: 1.3em;
}


#content ul {margin-bottom: 1em;}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}






/* Sidebar NAV List */

#sidebar ul {
	font-size: 1.0em;
	line-height: 1.2em;
	list-style: none;
	}
#sidebar ul li {
	margin-bottom: 1em;
	}
	
#sidebar ul li	{
	padding-left: 13px;
	background-image: url('images/blue_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	}	

#sidebar ul li.current_page_item {
	background-image: url('images/blue_bullet.gif');
	}	

#sidebar ul li.current_page_item a {
	color: #003366;
	}	


#sidebar ul#news li {
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0px;
}





#sidebar ul, #sidebar ul ol {
	background-color: transparent; /* transparent */
	margin-left: 0px;
	margin-right: 0px;
	}


#page_3 #sidebar ul {color: #666;}
#page_3 #sidebar p {color: #666;line-height: 1.4em;}
#page_3 #sidebar ul li {margin-bottom: 5px;}



#sidebar ul li {

/*
	list-style-type: none;
	list-style-image: none;
*/
	margin-bottom: 12px;
	background-color: transparent; /* transparent */
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 2em 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 5px;
	padding: 0;
	background-color: transparent; /* transparent */

	}
	


#sidebar ul#news {
	list-style-type: none;
	list-style-image: none;
}
	
	
	
#sidebar .textwidget {
	font-size: .9em;
}
	
	
	

	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 138px;
	padding: 2px;
	margin-bottom: 5px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin-bottom: 60px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	

	
	
/* End Various Tags & Classes*/


	














#slidetabsmenu {
font-family: Arial, Helvetica, sans-serif;
background-color: transparent;
position: absolute;
top: 81px;
right: 0px;
font-size:10px;
line-height:normal;
border-bottom: 0px solid gray;
text-transform: uppercase;
}


#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-right: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url('images/tab-left2.gif') no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url('images/tab-right2.gif') no-repeat right top;
padding:10px 13px 6px 4px;
font-weight: bold;
color:#656565;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #C60;
}

#slidetabsmenu .current_page_item a {
background-position:0 0px;
}

#slidetabsmenu .current_page_item a span {
background-position:100% 0px;
color: #C60;
}

#slidetabsmenu .current_page_parent a span {
color: #C60;
}



#slidetabsmenu a:hover {
background-position:0% 0px;
}

#slidetabsmenu a:hover span {
background-position:100% 0px;
}


	
	
	
	
	
	
	
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/*       ROUNDED CORNERS         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



.top-left { 
	margin-right: 9px; 
	background-image: url('images/corners1280x18-g.gif');
	height: 9px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	}
.top-right { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url('images/corners1280x18-g.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 9px; 
	font-size: 2px; 
	}
div.inside {
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	background: #FFFFFF;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	}


div.h2_container {
	margin-top: 0;
	background: url('../img/h2-bg.gif') top right no-repeat;
	height: 22px;
	margin-bottom: 15px;
	position: relative;
	top: -3px;
	padding: 0;
	}

div.roundbox_content {
	margin-top: 0;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 20px;
	padding-bottom: 5px;
	}


#sidebar div.roundbox_content {
	padding-top: 5px;

	}



.notopgap {
	margin-top: 0;
	}
.nobottomgap {
	margin-bottom: 0;
	}
.bottom-left { 
	margin-right: 9px;
	background-image: url('images/corners1280x18-g.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
	}
.bottom-right { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url('images/corners1280x18-g.gif'); 
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
	margin-bottom: 10px;
	}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

	
	
	
	
	
	
	
	
