/*
Theme Name:AM UKRO
Theme URI:http://www.ambermcdonald.net
Description:Theme built for University Kidney Research Organization
Version:1.0
Author:Amber McDonald
Author URI:http://ambermcdonald.net/
Tags:three-column, minimalist, white, green, blur


*/

@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #DAE5E5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #004963;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	position: relative;
	height: 170px;
} 
#header #logo {
	width: 130px;
	height: 130px;
	float: left;
	margin: 17px;
}
#header #title {
	margin: 60px 0 0 0px;
	float: left;
}
#header  h1, #header h1 a, #header h1 a:visited {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font: 24px Arial, sans-serif
#;
	font-family: Arial, "sans serif";
	font-size: 24px;
	color: #004963;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: none;
}
#header  h4 {
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	font-size: 14px;
	margin-top: 10px;
}
#wb_header  {
	width: 161px;
	border: 2px solid #679146;
	float: right;
	margin: 7px;
	padding: 0;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	height: 145px;
	overflow: hidden;
}
#wb_header p {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	padding: 0 10px 5px;
}
#wb_header .quotescollection_nextquote {
	display: none;
}
#wb_header h3, #wb_header h3 a {
	text-align: center;
	background: #679146;
	color: #FFFFFF;
}
#wb_header .textwidget, #wb_header .textwidget a {
	font-style: italic;
	color: #2D6000;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	padding: 5px 10px 15px 15px;
}
#nav {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #004963;
	height: 32px;
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 400;
	text-align:center;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	height: 32px;
	width:auto;
}
#nav li {
	float: left;
	list-style-type: none;
	background-color: #004963;
	border-left: 2px solid #FFFFFF;
	padding: 8px 0;
	margin: 0;
	position: relative;
	width: 128px;
	text-align: center;
}
#nav li:first-child {
	border-left: none;
}
#nav  li  ul  {
	position: absolute;
	display: none;
	left: 0px;
	margin-top: 8px;
}
#nav li > ul {
	top: auto;
	left: -2px;
}
#nav ul li ul li {
	margin: 0;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	width: 144px;
	font-size: 12px;
	padding: 5px 0 5px 6px;
}
#nav ul li ul li:first-child {
	left: 2px;
}
#nav li:hover ul {
	display: block;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: auto;
}
#nav li ul a {
	padding: auto;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #679146;
}
#nav li:hover {
	background-color: #679146;
}
#content {
	position: relative;
}
#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D3DBDD; /* padding keeps the content of the div away from the edges */
	border: 2px solid #004963;
	font-size: 12px;
	margin: 10px 7px 17px 7px;
}
#sidebarLeft   ul {
	list-style-type: none;
	margin: 15px;
}
#sidebarLeft  li {
	padding: 0 0 15px 0;
}
#sidebarLeft  h3, #sidebarLeft h3 a {
	color: #FFFFFF;
	background-color: #004963;
	text-align: center;
	line-height: 1.2;
	min-height: 12px;
	padding: 8px 0;
}
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0 0 17px 0;
}
#sidebarRight p {
	text-align: left;
}
#sidebarRight  #donateBox {
	width: 175px;
	text-align: center;
	height: 100px;
	margin: 0 0 15px 0;
}
#donateBox h3 {
	padding-top: 32px;
}
#sidebarRight .widget {
	background: #C7E0A6;
	margin: 0 7px 4px 7px;
	padding: 5px 10px 10px 10px;
}

#sidebarRight input#s, #sidebarRight #QS_user_email_widget {
	width: 135px;
	background: #FFFFFF;
	border: 2px solid #2D6000;
	padding-top:3px
	height: 20px;
	margin-bottom: 7px;
}
#sidebarRight #searchform #searchsubmit {
	text-align: right;
}
#sidebarRight  #searchform .screen-reader-text {
	display: none;
}
.widget h3 {
}
.widget {
	font-size: 12px;
	color: #2D6000;
}
.widget ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}
.widget li {
	padding: 0 0 7px 0;
}
.widget a {
	font-size: 12px;
	color: #2D6000;
}
.widgetLeft {
	margin-bottom:20px;
}

#homeContent {
	margin: 0 175px 0 10px;
	min-height: 400px;
	position: relative;
}
#homeContent #slideshow {
	margin-left: 8px;
}
.homeBox {
	width: 160px;
	margin: 20px 8px 8px 8px;
	border: 2px solid #004963;
	font-size: 14px;
	position: relative;
	float: left;
}
.homeBox   h3 {
	text-align: center;
	background: #D3DBDD;
	color: #004963;
	border-bottom: 2px solid #004963;
	text-decoration: none;
}
.homeBox  h3  a {
	text-align: center;
	background: #D3DBDD;
	color: #004963;
	text-decoration: none;
}

.homeBox .exerpt {
	color: #004963;
	font-size: 14px;
	height: 150px;
	margin: 10px 15px 0 15px;
	line-height: 20px;
	overflow: hidden;
}
.homeBox  .moreLink a {
	font-style: italic;
	text-align: right;
}
.homeBox  .moreLink {
	text-align: right;
	margin: 0 10px 5px 5px;
}
#mainContent, #mainContentWide {
	padding: 0;
	position: relative;
	min-height:400px;
} 

#mainContent {
	margin: 7px 200px 17px 200px;
}
#mainContentWide {
	margin: 17px 200px 17px 17px;
}
#mainContent h1, #mainContentWide h1 {
	border-bottom: solid 2px #004963;
	padding: 20px 24px;
}
#mainContent .post{
	padding: 10px 24px 30px;
}
 #mainContentWide .post {
 	padding: 30px 24px 30px;
 }
.postBox {
	border: 2px solid #004963;
	margin-bottom:20px;
}
.postBox .post {
	padding:15px 24px;
}
.date, .postmeta {
	font-size:10px;
	text-align:right;
}

.postBox .title {
padding: 10px 24px 10px;
border-bottom: 2px solid #004963;
}


.postBox .title h2 a {
	text-decoration: none;
	line-height: 22px;
	font-size: 16px;
}
#blogTitle h1, #blogTitle h1 a , #blogTitle h2 {
 color:#FFFFFF;
 background:#004963;
 margin:0;
 padding:0;
}
#blogTitle {
 margin-bottom:20px;
 padding: 20px 24px 10px;
 color:#FFFFFF;
 background:#004963;

}


h3, h3    a, .widgetBox {
	font-size: 15px;
	font-style: normal;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding-bottom: 3px;
	color: #2D6000;
}
.post a {
	text-decoration: underline;
}
.post h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	letter-spacing: 0px;
	margin: 5px 0 15px;
}
.post h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}
.searchExerpt {
	font-size: 10px;
	margin-bottom: 0px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom:2px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom:2px;
}
.aligncenter {
	position: relative;
	margin: 0 auto;
	margin-bottom: 2px;
}
.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin: -3px 10px 0 0;
}

	#d13slideshow{
		background-color:#000000;
		width:704px;
		height:238px;
		margin:0px; padding:0px;
		border: 2px solid #004963;
		position:relative; }
	#d13nav{ margin:0px; padding:0px; }
	#navright{
		z-index:201;
		position:absolute;
		width:20px;
		height:20px;
		margin:0px; padding:0px;
		top:218px;
		left:20px;}
	#navleft{
		z-index:200;
		position:absolute;
		width:20px;
		height:20px;
		margin:0px; padding:0px;
		top:218px;
		left:0;
		}
	#navleft a,
	#navright a{
		width:20px;
		height:20px;
		display:block;
		background-color:#000000;
		filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3;
		background-position:center center;
		background-repeat:no-repeat; }
	#navleft a{ background-image:url(http://universitykidneyresearch.org/wp/wp-content/uploads/2009/11/back-arrow.png); }
	#navright a{ background-image:url(http://universitykidneyresearch.org/wp/wp-content/uploads/2009/11/next-arrow.png);  }
	#navleft a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6; }
	#navright a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6; }
	#navleft a span,
	#navright a span{ display:none; }
	div.d13slide{
		padding:0px;
		margin:0px; }
	div.d13slide img{
		padding:0px;
		margin:0px; }
	div.d13fader{
		display:none;
		background-color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;
		height:40px;
		z-index:1;
		margin:-40px 0px 0px 0px;
		padding:0 10px; }
	div.d13fader h3{
		font-size:12px;
		font-weight:bold;
		padding:4px;
		margin:0px; }
	div.d13fader h3 a{ color:#FFFFFF; }
	div.d13fader h3 a:hover{ color:#FFFFFF; }
	div.d13fader p{
		font-size:10px;
		font-weight:normal;
		padding:2px 4px 4px 4px;
		margin:0px;
		color:#CCCCCC; }
	div.d13fader p a{
		color:#CCCCCC; }
	div.d13fader p a:hover{
		color:#FFFFFF; }


#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: relative;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	line-height:14px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004963;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
p {
	margin: 5px 0 16px 0;
	font-size: 12px;
	line-height: 22px;
}
.post {
	font-size: 12px;
}
.post  ul, .post ol {
	margin: 0 0 0 20px;
	list-style-type: disc;
}
.post  ul  ul  {
	margin-top: 0px;
}
.post li {
	padding: 0 0 3px 5px;
}
em {
	font-style: italic;
}
a {
	color: #004963;
	text-decoration: none;
}
a:link {
	color: 004963;
}
a:visited {
	color: 004963;
}
a:hover {
	color: 004963;
}
a:active {
	color: 004963;
}
a  img {
	border: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.breadcrumb {
	font-size: 12px;
	margin-left: 25px;
}

#comments {
	margin-top:40px;
}
#comments h4 {
margin-top:10px;
}
#comments li {
	list-style-type:none;
}
#comment {
	width:100%;
}
.commentmeta {
	font-size:10px;
}
.navigation {
	font-weight:bold;
	font-size:14px;
}