/*  
Theme Name: Disrupt
Theme URI: http://www.disruptivewomen.net/
Description: Disruptive Women in Health Care theme, from Amplify Public Affairs
Version: 1.0
Author: Jennifer Berk
Author URI: http://www.jcberk.com/
*/


/* Begin Typography & Colors */
.alt {
	background-color: #ffffff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.1em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

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 Structure */
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */



/* Begin Images */
p img {
	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 {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	/*Begin Captions, for all those images*/
	/*added 04-23-2010 by Alison, because of weirdness discussed here: http://wordpress.org/support/topic/363975#post-1449135 (and extra-weirdness described here: http://wordpress.org/support/topic/363975#post-1393950)*/
	.wp-caption.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.wp-caption.alignright {
		float:right;
		margin:0 0 1em 1em
	}
	.wp-caption.alignleft {
		float:left;
		margin:0 1em 1em 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;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin-left: 15px;
	padding-left: 5px;
	}

.entry ul li:before, {
	content: "\00BB \0020";
	}

.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 ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/* End Entry Lists */



/* Begin Form Elements */
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform input#submit {
	width: auto;
}

#commentform textarea {
	width: 90%;
	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;
	}

/* End Various Tags & Classes*/

/* Disruptive Women Blog  */
/* Amplify Public Affairs */
/* Jennifer Berk          */
/* 08/25/2008             */

* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
/*	behavior: url(javascript/iepngfix.htc);  /* Fix IE6 PNG issue for logo */
}
a img {
	border: 0;
}
a {
	color: #df442f;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.2em;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 1em;
	font-style: italic;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.invisible {
	margin-left: -1000px;
}
.right {
	text-align: right;
}

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 62.5%;  /* base size is 10px */
	font-family: verdana, sans-serif;
	line-height: 1.6;
	background: #0d534f;
}
#container {
	min-height: 100%;
	margin: 0 auto;
	width: 1000px;
	color: #000000;
	text-align: left;
}
* html #container {
	height: 100%;
}

#banner {
	height: 142px;
	padding-top: 18px;
	margin-bottom: 9px;
	text-align: left;
	background: #13524d url(http://www.disruptivewomen.net/wp-content/uploads/2009/12/header-w_badge.jpg) bottom right no-repeat;
       

}

#nav {
	position: relative;
	height: 30px;
	line-height: 30px;
	background: #eaf6f6 url(images/nav_corner_left.gif) top left no-repeat;
}
#nav ul {
	width: 600px;
	margin: 0 auto;
}
#nav ul li {
	float: left;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}
#nav ul li a {
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav #nav_corners {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 9px;
	background: url(images/nav_corner_right.gif) top right no-repeat;
}
* html #nav #nav_corners {  /* IE6 is broken */
	margin-right: -1px;
}

#callouts {
	margin-top: 6px;
	margin-bottom: 9px;
}
#callouts table {
	width: 100%;
}
#callouts td {
	width: 33%;
}
#callouts div {
	width: 240px;
	height: 72px;
	margin: 0 auto;
	padding: 4px 10px;
}
#callouts div.light {
	color: #0d534f;
	background: url(images/callout_background_light.jpg);
}
#callouts div.light a {
	color: #0d534f;
}
#callouts div.dark {
	color: #ffffff;
	background: url(images/callout_background_dark.jpg);
}
#callouts div.dark a {
	color: #ffffff;
}
#callouts div.photo {
	width: 260px;
	height: 82px;
	padding: 0;
}
#callouts div h3 {
	font-size: 1em;
}
#callouts div p img {
	float: left;
	margin: 0 3px 3px 0;
}
#callouts div form {
	display: inline;
}
#callouts div form input {	
	vertical-align: middle;
	color: #999999;
}
#callouts div form input.text {
	width: 100px;
}

#main {
	position: relative;
	padding: 10px;
	background: #f7fcfa url(images/main_corner_left.gif) top left no-repeat;
}
#main #main_corners {
	position: absolute;
	right: 0;
	top: 0;
	height: 11px;
	width: 10px;
	background: url(images/main_corner_right.gif) top right no-repeat;
}
* html #main #main_corners {
	margin-right: -1px;
}

#sidebar {
	position: relative;
	float: right;
	width: 280px;
	padding: 5px 5px 20px;
	background: #b1cdc3;
}
* html #sidebar {
	margin-left: -3px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar #mission {
	position: relative;
	float: left;
	width: 260px;
	margin-bottom: 15px;
	padding: 10px;
	background: #ffffff url(images/sidebar_mission_corners_top.gif) no-repeat;
	line-height: 1.3;
}
#sidebar #mission #mission_corners {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 280px;
	background: url(images/sidebar_mission_corners_bottom.gif) bottom left no-repeat;
}
* html #sidebar #mission #mission_corners {
	margin-bottom: -1px;
}
#sidebar #mission p {
	margin-bottom: 1em;
}
#sidebar #mission img {
	float: right;
}
#sidebar #search form input {
	vertical-align: middle;
}
#sidebar #search form input.text {
	width: 200px;
	padding: 2px;
	border: 1px solid #c7d6d1;
	font-size: 1em;
}
#sidebar h3 {
	clear: both;
	margin-top: 15px;
	font-size: 1em;
	text-align: center;
}
#sidebar h3 span {
	padding: 10px 0 10px 15px;
	font-weight: bold;
	background: url(images/leaves_greenbackground.gif) center left no-repeat;
}
#sidebar #authors ul {
	list-style-type: none;
}
#sidebar #authors li {
	width: 100%;
	margin-top: 3px;
}
#sidebar #authors img {
	float: left;
	display: inline;
	margin-right: 3px;
	margin-bottom: 3px;
}
#sidebar #categories ul {
	list-style-type: none;
	text-align: center;
}
#sidebar #categories ul ul {
	font-style: italic;
}
#sidebar #blogroll ul {
	list-style-type: none;
	text-align: center;
}

#sidebar .twtr-widget h3 {
	clear: none;
	margin-top: 0;
	text-align: left;
}

h2.pagetitle {
	text-align: center;
}

.post {
	position: relative;
	margin-right: 300px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dbccc4;
	background: url(images/post_fade.gif) bottom left repeat-x;
}
* html .post {
	float: left;
	display: inline;
	margin-right: 0;
}
.post .post_corner_upperleft {
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	width: 10px;
	margin: -1px 0 0 -1px;
	background: url(images/post_corner_upperleft.gif) top left no-repeat;
}
.post .post_corner_upperright {
	position: absolute;
	right: 0;
	top: 0;
	height: 10px;
	width: 10px;
	margin: -1px -1px 0 0;
	background: url(images/post_corner_upperright.gif) top right no-repeat;
}
.post .post_corner_lowerleft {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	margin: 0 0 -1px -1px;
	background: url(images/post_corner_lowerleft.gif) bottom left no-repeat;
}
* html .post .post_corner_lowerleft {
	margin-bottom: -2px;
}
.post .post_corner_lowerright {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	margin: 0 -1px -1px 0;
	background: url(images/post_corner_lowerright.gif) bottom right no-repeat;
}
* html .post .post_corner_lowerright {
	margin-bottom: -2px;
}
.post .entry {
	margin-top: 1em;
	font-size: 1.1em;
}
.post .entry form {
	text-align: left;
}
.post .entry p,
.post .entry ul,
.post .entry ol,
.post .entry table {
	margin-bottom: 1em;
}
.post .entry ul ul,
.post .entry ul ol,
.post .entry ol ul,
.post .entry ol ol {
	margin-bottom: 0;
}
.post .entry tr,
.post .entry td {
	vertical-align: top;
}
.post .postmetadata img {
	vertical-align: middle;
}

.navigation {
	margin-right: 300px;
	margin-bottom: 10px;
	text-align: center;
}

.comment_section {
	margin-right: 300px;
}

#multimedia_wrapper {  /* Firefox is very confused about where the top edge of this box is, intermittently displaying it about 5px too high. Can't find any mention of the problem or fix. */
	float: right;
	width: 340px;
	margin-right: 10px;
}
* html #multimedia_wrapper {
	margin-left: 7px;
	margin-right: 13px;
}
.multimedia {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dbccc4;
	background: url(images/multimedia_fade.gif) bottom left repeat-x;
}
.multimedia .multimedia_corner_upperleft {
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	width: 10px;
	margin: -1px 0 0 -1px;
	background: url(images/multimedia_corner_upperleft.gif) top left no-repeat;
}
* html .multimedia .multimedia_corner_upperleft {
	margin: 0 0 0 -11px;
}
.multimedia .multimedia_corner_upperright {
	position: absolute;
	right: 0;
	top: 0;
	height: 10px;
	width: 10px;
	margin: -1px -1px 0 0;
	background: url(images/multimedia_corner_upperright.gif) top right no-repeat;
}
* html .multimedia .multimedia_corner_upperright {
	margin: 0;
}
.multimedia .multimedia_corner_lowerleft {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	margin: 0 0 -1px -1px;
	background: url(images/multimedia_corner_lowerleft.gif) bottom left no-repeat;
}
* html .multimedia .multimedia_corner_lowerleft {
	margin: 0 0 -1px -11px;
}
.multimedia .multimedia_corner_lowerright {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	margin: 0 -1px -1px 0;
	background: url(images/multimedia_corner_lowerright.gif) bottom right no-repeat;
}
* html .multimedia .multimedia_corner_lowerright {
	margin: 0 0 -1px 0;
}
.multimedia h2 {
	margin-bottom: .9em;
}
.multimedia ul {
	list-style-type: none;
}
.multimedia ul li {
	line-height: 1.3;
	margin-bottom: 3px;
}
.multimedia .entry object {
	display: block;
	margin: 0 auto;
}

#recent {
	position: relative;
	margin-right: 650px;
	padding: 10px;
	border: 1px solid #dbccc4;
	background: url(images/multimedia_fade.gif) bottom left repeat-x;
}
* html #recent {
	float: left;
	display: inline;
	margin-right: 0;
}
#recent #recent_corner_upperleft {
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	width: 10px;
	margin: -1px 0 0 -1px;
	background: url(images/recent_corner_upperleft.gif) top left no-repeat;
}
#recent #recent_corner_upperright {
	position: absolute;
	right: 0;
	top: 0;
	height: 10px;
	width: 10px;
	margin: -1px -1px 0 0;
	background: url(images/recent_corner_upperright.gif) top right no-repeat;
}
#recent #recent_corner_lowerleft {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	margin: 0 0 -1px -1px;
	background: url(images/recent_corner_lowerleft.gif) bottom left no-repeat;
}
* html #recent #recent_corner_lowerleft {
	margin-bottom: -2px;
}
#recent #recent_corner_lowerright {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	margin: 0 -1px -1px 0;
	background: url(images/recent_corner_lowerright.gif) bottom right no-repeat;
}
* html #recent #recent_corner_lowerright {
	margin-bottom: -2px;
}
#recent h2 {
	margin-bottom: 10px;
}
#recent ul {
	margin-left: 30px;
	list-style-type: none;
	list-style-image: url(images/leaves_whitebackground.gif);
}
#recent li {
	margin-bottom: 8px;
	padding-top: 2px;
}
#recent li span {
	display: block;
	margin-left: -10px;
}
#recent a {
	text-decoration: none;
}
#recent a:hover {
	text-decoration: underline;
}

.author {
	clear: left;
	margin-bottom: 1em;
}
.author img {
	float: left;
	margin: 0 10px 10px 0;
}

#admin {
	width: 100%;
	height: 28px;
	margin-bottom: 2px;
	line-height: 28px;
	background: #310e00;
}
#admin #admin_nav {
	float: right;
	width: 50%;
	text-align: right;
	background: url(images/admin_corner_lowerright.gif) bottom right no-repeat;
}
#admin #admin_nav li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #df442f;
	color: #df442f;
}
#admin #admin_nav li.first {
	border-left: none;
}
#admin a {
	text-decoration: none;
}
#admin a:hover {
	text-decoration: underline;
}
#admin #copyright {
	float: left;
	width: 40%;
	padding: 0 10px;
	color: #ffffff;
	background: url(images/admin_corner_lowerleft.gif) bottom left no-repeat;
}
#admin #copyright a {
	color: #ffffff;
}

