/*
Theme Name: Underdog Rescue
Theme URI: http://www.underdogrescuemn.org
Description: Custom design for Underdog Rescue
Version: 1.0
Author: Evan Heisler
Owner URI: http://www.thorncreative.com
*/


/* Style Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */



/* ---------------------------------------

	Structure

   ------------------------------------ */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	background: #fff url('images/bg.jpg') left top repeat-x;
	color: #727272;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 10px auto;
	padding: 0;
	width: 940px;
	}

#header {
  margin: 0 0 45px;
  position: relative;
	}

#content {
	font-size: 1.2em;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 40px 0 0;
	width: 549px;
	}
body.home .narrowcolumn {
  padding: 0 15px 0 0;
  width: 449px;
}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

#footer {
	background: url(images/bg_footer.png) left bottom repeat-x;
	clear: both;
  height: 150px;	
}
	
#footerContent {
  background: url(images/logo_udr-footer.png) left top no-repeat;
  margin: 0 auto;
  padding: 75px 0 25px;
  width: 940px;
}
#sidebar {
	border: 1px solid #ebebeb;
	border-width: 0 0 0 1px;
	float: left;
	padding: 0px 35px 0px 15px;
	width: 300px;
	}
body.home #sidebar {
  width: 425px;
}

#sidebar form {
	margin: 0;
	}
	
.post {
  background: url(images/divider.gif) center bottom no-repeat;
  margin: 0 0 15px;
	padding: 0 0 35px;
	}

.post hr {
	display: block;
	}


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

.postmetadata {
	clear: both;
}

/* ---------------------------------------

	End Structure

   ------------------------------------ */



/* ---------------------------------------

	Typography

   ------------------------------------ */

/* Main Nav
   ------------------------------------ */

#mainNav {
  height: 25px;
  line-height: 35px;
  margin: 14px 0 0;
  padding: 10px 0 0;
}
#mainNav li a {
  color: #fff;
  font-size: 18px;
  padding: 0 10px 0 18px;
  text-transform: lowercase;
}
#mainNav .current_page_item, #mainNav li a:hover, #mainNav .current_page_parent {
  background: url(images/icon_clover-yellow.gif) left center no-repeat;
}

/* End Main Nav
   ------------------------------------ */
   
/* UDR Nav
   ------------------------------------ */

#udrNav {
  top: 0px;
  position: absolute;
  right: 0px;
  width: 580px;
}
#udrNav ul {
  display: inline;
}
#udrNav .hori li a {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  margin: 6px 0 0;
  padding: 0 8px;
}
#udrNav .hori li:last-child a {
  border-right: none;
}

/* End UDR Nav
   ------------------------------------ */

h1 {
  color: #4c721d;
  font-size: 36px;
  padding: 0 0 17px;
  text-transform: lowercase;
}
.potm h1 {
  background: url(images/potm.jpg) left top no-repeat;
  display: block;
  float: right;
  height: 114px;
  text-indent: -9999px;
  width: 162px;
}
h2 {
  color: #4c721d;
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 10px;
  text-transform: lowercase;  
}
h3, h3 a {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  text-decoration: none;
}
body.home .postTitle {
  background: url(images/icon_clover-green.gif) left top no-repeat;
  min-height:32px;
  height:auto !important;
  height:32px;
  padding: 0 0 0 40px;
}
p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 20px;
}
.postMeta {
  color: #727272;
  font-weight: bold;
}
	
a, h2 a:hover {
	color: #88032b;
	}

a:hover {
	color: #273a0f;
	text-decoration: underline;
	}
strong {
  font-weight: bold;
}
	
#footer p {
  color: #d3cfcf;
	margin: 0;
	padding: 20px 0 20px 110px;
	text-align: left;
	}
	
/* Begin Lists */

.entry ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.entry ul li {
  margin: 0 0 5px 0;
}
.entry ol {
	list-style: decimal;
	margin: 0 0 10px 10px;
	padding: 0 0 0 15px;
	}
.entry ol li {
	margin: 0 0 5px;
	padding: 0;
	}
.entry dl dt {
  font-weight: bold;
  margin: 0 0 5px;
}
.entry dl dd {
  margin: 0 0 3px 10px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	background: url(images/border_double-dotted.gif) left bottom repeat-x;
	list-style-type: none;
	list-style-image: none;
	padding: 20px 0 25px;
	}
#sidebar ul li a {
  text-decoration: none;
}
#sidebar ul li li a, #sidebar ul li li ul li a {
  color: #4c721d;
  font-size: 20px;
  padding: 0 0 0 20px;
  text-transform: lowercase;
}
#sidebar ul li.current_page_item a, #sidebar ul li li.current-cat a {
  background: url(images/icon_clover-red.gif) left center no-repeat;
  color: #88032b;
  padding: 0 0 0 20px;
}
#sidebar ul li.current_page_item ul li a {
  background: none;
  color: #4c721d;  
}
#sidebar ul li li {
  background: none;
  padding: 0px;
}
#sidebar ul li li ul li {
  background: none;
  list-style-type: none;
	list-style-image: none;
  margin: 0;
}

/* End Entry Lists */

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

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

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;
	}
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	}

#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 */

/* ---------------------------------------

	End Typography

   ------------------------------------ */



/* ---------------------------------------

	Reusable

   ------------------------------------ */

.colorRed {
  color: #88032b;
}
.clear {
	clear: both;
}
ul.hori li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
}
ul.hori li a {
  display: block;
  float: left;
  text-decoration: none;
}
.nopadding {
  padding: 0;
}
.darkWhiteBG {
  background: #f1f1f1;
  margin: 0 0 20px;
}
.padded1 {
  padding: 15px 18px;
}
.column3 {
  float: left;
  margin: 0 1% 0 0;
  width: 30%;
}
.icons a {
  color: #4a4a4a;
  font-size: 12px;
  text-decoration: none;
}
.icons img {
  margin: 3px;
  vertical-align: middle;
}

/* Buttons
   ------------------------------------ */

a.btn.money {
  background: transparent url('images/btns_right.png') right 0px no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  margin-right: 6px;
  outline: none; 
  padding-right: 22px; 
  text-decoration: none;
}
a.btn.money span {
  background: transparent url('images/btns_left.png') left 0px no-repeat;
  display: block;
  line-height: 25px;
  padding: 12px 0 7px 55px;
  text-decoration: none;
} 
a.btn.learn {
  background: transparent url('images/btns_right.png') right -44px no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  margin-right: 6px;
  outline: none; 
  padding-right: 22px; 
  text-decoration: none;
}
a.btn.learn span {
  background: transparent url('images/btns_left.png') left -44px no-repeat;
  display: block;
  line-height: 20px;
  padding: 7px 0 7px 44px;
  text-decoration: none;
} 
a.btn.papers {
  background: transparent url('images/btns_right.png') right -77px no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  margin-right: 6px;
  outline: none; 
  padding-right: 22px; 
  text-decoration: none;
}
a.btn.papers span {
  background: transparent url('images/btns_left.png') left -77px no-repeat;
  display: block;
  line-height: 20px;
  padding: 11px 0 7px 44px;
  text-decoration: none;
} 
/*
a.btn.white:hover       { background-position: right -27px; }
a.btn.white:hover span  { background-position: left -27px; }
a.btn.white:active      { background-position: right -54px; }
a.btn.white:active span { background-position: left -54px; padding: 7px 0 6px 18px; }
*/


/* ---------------------------------------

	End Reusable

   ------------------------------------ */



/* ---------------------------------------

	Images

   ------------------------------------ */

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.centerButton {
  margin: 0 auto;
  width: 200px;
}
.centerButtons {
  margin: 0 auto;
  width: 400px;
}
.potm img {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
  border: 3px solid #fff;
}
.potm.thin img {
  height: auto;
  max-width:120px;
  width:auto !important;
  width:120px;
}
   
/* ---------------------------------------

	End Images

   ------------------------------------ */



/* ---------------------------------------

	Forms

   ------------------------------------ */
#searchform {
  background: url(images/bg_searchform.gif) left top no-repeat;
  display: block;
  float: left;
  margin: 0 0 0 15px;
	}

#searchform #s {
  background: none;
  border: none;
  color: #c4c3c3;
  font-size: 14px;
  height: 15px;
  padding: 4px 5px;
  vertical-align: top;
	width: 160px;
	}
#searchform #searchsubmit {
  margin: 0px;
  padding: 0px;
}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* Page Forms
   ------------------------------------ */

form {
  text-align: left;
}
fieldset {
	padding: 15px 10px;
	background-color:#f1f1f1;
	overflow: auto;
}
legend {
  background: #fff;
	padding: 2px 5px;
	font-size: 115%;
}
fieldset fieldset legend {
	font-size: 110%;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}

/* ---------------------------------------

	End Forms

   ------------------------------------ */


/* ---------------------------------------

	TABLES

   ------------------------------------ */

table {
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table thead tr th, table tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table tbody tr.odd td {
	background-color:#F0F0F6;
}

/* ---------------------------------------

	END TABLES

   ------------------------------------ */
   
   
   
/* ---------------------------------------

	Comments Stuff

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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}

/* ---------------------------------------

	End Comments

   ------------------------------------ */





/* 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;
	}

.hidden {
	display: none;
	}

hr {
	background: url(images/border_double-dotted.gif) repeat-x scroll left bottom;
	border: none;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.potm img, .entry img {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
  border: 3px solid #fff;
}

.wp-caption {
  margin: 5px;
	text-align: center;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
  border: 3px solid #fff;
}
.thin .wp-caption,
.potm.thin img {
  height: auto;
  max-width:120px;
  width:auto !important;
  width:120px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
