/* @override 
	http://ranchhandrescue.org/css/default.css
*/

body {
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 22px;
	background: #292A24 repeat-x;
}

div {
	position: relative;
}

ul {
	
}

a {
	text-decoration: none;
	color: #543019;
}

a:hover {
	
}

a:active {
	
}

a:visited {
	text-decoration: none;
}

img {
	
}

p {
	padding: 5px;
	padding-left: 0;
	color: #262626;
}

.floatLeft {
	float: left;
}

h1 {
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 5px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-size: 12px;
	line-height: 14px;
}

h6 {
	font-size: 10px;
	line-height: 12px;
}

.clear {
	display: block;
	clear: both;
}

/*---element styling*/

.element {
	padding-top: 45px;
}

em {
	font-size: 16px;
	background: #595c4c;
	padding: 5px;
	font-weight: bold;
}

dt {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #7a68ae;
}

ol li {
	list-style-type: square;
}

ul li {
	list-style-type: disc;
}

legend {
	display: block;
	padding: 7px;
	border: 1px solid #505245;
}

/*blockquote*/

blockquote {
	padding-top: 10px;
	display: block;
	background-position: left;
	background-repeat: no-repeat;
}

.beforeafter {
	text-align:center;
	padding-bottom:20px;
}
.beforeafter img {
	border:10px solid #D6D5DB;
	margin:0 5px;
}
.beforeafter p {
	font-size:1.2em;
	font-weight:bold;
}
.beforeafter div {
	clear:both;
	padding-left:203px;
	width:650px;
	height:20px;
	line-height:18px;
}
.beforeafter div span {
	display:block;
	float:left;
	width:277px;
	text-align:center;
}


/*table styling*/

table.tbl-wishlist thead th {
	background-color: #443355;
	border-bottom: 1px solid #000;
	color: #fff;
}

table.tbl-wishlist table th, table td {
	padding: 6px 10px;
	text-align: center;
	vertical-align: middle;
font: bold 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.tbl-wishlist tr {
	border: 1px solid #afadb8;
height: 50px;
line-height: 14px;
float: none;
clear: none;
display: table;
}

table.tbl-wishlist td {
	border-right: 1px solid #afadb8;
	width: 155px;
}

table.tbl-wishlist td div {
	position:relative;
}

table.tbl-wishlist td.received {
	border-right: 1px solid #afadb8;
}

table.tbl-wishlist td.received img {
	position:absolute;
	top:-9px;
	left:47px;
	z-index:1000;
}

table.tbl-wishlist tr.accentRecord {
	background: #313329;
	color: #F9F2DA;
}

table.tbl-wishlist tr:hover td {
	background: #d6d5db;
	border-bottom: 1px solid #afadb8;
	color: #000;
}

table.tbl-sponsor {
width: 100%;
}

table.tbl-sponsor table th, table td {
	padding: 6px 10px;
	text-align: center;
	vertical-align: middle;
font: bold 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

table.tbl-sponsor tr {
	border: 1px solid #afadb8;
height: 50px;
line-height: 14px;
float: none;
clear: none;
display: table;
}

table.tbl-sponsor td {
border-right: 1px solid #afadb8;
width: 100px;
}

table.tbl-sponsor td.wide {
border-right: 1px solid #afadb8;
width: 300px;
text-align: left;
font-weight: normal;
font-style: normal;
}

table.tbl-sponsor td.xtrawide {
border-right: 1px solid #afadb8;
width: 600px;
text-align: left;
font-weight: normal;
font-style: normal;
}

table.tbl-sponsor tr.accentRecord, table.tbl-sponsor td.accentRecord {
	background: #313329;
	color: #F9F2DA;
font-weight: bold;
text-align: center;
}

tr.accentRecord td.wide, tr.accentRecord td.xtrawide  {
	background: #313329;
	color: #F9F2DA;
font-weight: bold;
text-align: center;
}

table.tbl-sponsor tr:hover td {
	background: #d6d5db;
	border-bottom: 1px solid #afadb8;
	color: #000;
}

/*dividers*/

.blockDividerWide {
	display: block;
	width: 956px;
	height: 9px;
	background: url('../images/taglineBorder.png') no-repeat;
	clear: both;
	margin: 15px auto 15px auto;
}

.separator {
	display: block;
	height: 2px;
	background: url(../images/divider.jpg) repeat-x;
	margin: 35px 0;
	clear: both;
}

/*input styling*/

form.cc {
background-color: #bab8c3;
border: 1px solid #a3a2ad;
padding-left: 15px;
}

#fromBlog form.cc p {
padding-bottom: 6px;
}


label {
	padding-bottom: 5px;
	display: block;
	color: #fff;
}

input {
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
font-size: 16px;
}

.input {
	padding: 10px;
	background: #d6d5db;
	display: block;
	color: #191919;
	width: 218px;
	border: 1px solid #292a24;
}

#blogPage .input,#contactPage .input {
	float: left;
}

.submit {
	background: #505245;
	cursor: pointer;
	border: none;
	padding: 5px 15px;
	color: #C2C5AD;
font-size: 12px;
font-weight: bold;
}

textarea {
	background: #292a24;
	color: #C2C5AD;
	border: none;
	padding: 7px;
	width: 590px;
	border: 1px solid #000;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

input.inputError {
	border: 1px solid #EFBF18 !important;
}

/*for form validation*/

label.inputError {
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.select {
	padding: 10px;
	background: #d6d5db;
	color: #191919;
	width: 300px;
	margin-bottom: 15px;
	border: 1px solid #000;
}

option {
	padding: 2px 0 0 5px;
}

/*Main page */

#page {
	background: url(../images/top-bar.jpg) repeat-x fixed 0 40px;
z-index: 9999;
}

#urgent {
width: 100%;
height: 40px;
text-align: center;
background-color: #7968ae;
color: #fffeff;
position: fixed;
top: 0;
overflow: visible;
z-index: 5000;
}

#urgent h2 {
padding-top: 8px;
color: #fffeff;
z-index: 5000;
}

#urgent h2 form {
display: inline;
z-index: 5000;
color: #fffeff;
}

#urgent h2 form input {
padding: 4px 10px;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
background-color: #a58eeb;
border: 1px solid #5f518a;
position: relative;
top: -1px;


}

#urgent h2 form input:hover {
color: #fffeff;
}

.adoptnow { font-size: 13px; color: #000; padding: 4px 10px 4px 9px;
text-transform: uppercase;
font-weight: bold;
background-color: #a58eeb;
border: 1px solid #5f518a;
position: relative;
top: -1px; margin-left: 2px; }

#wrapper {
	background: url(../images/headerBG.jpg) repeat-x 0 9px;
	height: 365px;
top: 40px;
}

.mainWrap {
	background: url(../images/repeatBG.jpg) repeat;
	padding: 0 0 35px 0;
}

.short #wrapper {
	background: url('../images/headerBGshort.jpg') repeat-x;
	height: 225px;
}

/* header */

#header {
	width: 960px;
	margin: 0 auto;
	font-family: trebuchet MS;
	font-size: 14px;
}

.mainNav {
	display: none;
	padding-top: 10px;
	margin-bottom: 32px;
}

.mainNav li {
	display: block;
	float: left;
}

.mainNav li a {
	display: block;
	float: left;
	margin-right: 35px;
	color: #373831;
}

.mainNav li a:hover {
	color: #f9f2da;
}

.mainNav li a:active {
	color: #7a68ae;
}

.mainNav li.active a {
	color: #f9f2da;
	font-weight: bold;
	border-bottom: 2px solid #EFBF18;
}

.grungeBorder {
	height: 9px;
	) repeat-x center bottom;
	margin: -27px auto 0 auto;
	background-repeat: repeat-x;
	display: none;
}

.short .grungeBorder {
	height: 27px;
	background: url('../images/grungeBorder.png') repeat-x center bottom;
	margin: -27px auto 0 auto;
}

.twitter {
	display: none;
	z-index: 100;
	padding: 0 40px 0 0;
	background: url('../images/twitterIcon.png') no-repeat right center;
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 5px;
	color: #b9c483;
	font-style: italic;
}

/* main content */

#middlePanel {
	height: 320px;
	background: url(../images/p2anelBG.jpg) no-repeat -15px 0;
	width: 960px;
	margin: 0 auto;
}

.short #middlePanel {
	height: 155px;
	background: url('../images/panelBG.jpg') no-repeat -15px 0;
	width: 960px;
	margin: 0 auto;
}

.short #middlePanel .tagline {
	padding: 40px 0 0 240px;
	color: #f9f2da;
	font-size: 24px;
	line-height: 30px;
}

.short #middlePanel .tagline span {
	font-weight: bold;
}

.navButtons {
	display: block;
	position: absolute;
	right: 15px;
	top: 130px;
	width: 280px;
	z-index: 200;
}

.navButtons li {
	display: block;
	float: left;
}

.navButtons li a {
	display: block;
	width: 138px;
	height: 52px;
	float: left;
}

.navButtons li a.quote {
	background: url('../images/navButtonsSprite.png') no-repeat -3px -4px;
}

.navButtons li a.quote:hover {
	background: url('../images/navButtonsSprite.png') no-repeat -3px -115px;
}

.navButtons li a.contact {
	background: url('../images/navButtonsSprite.png') no-repeat -3px -59px;
}

.navButtons li a.contact:hover {
	background: url('../images/navButtonsSprite.png') no-repeat -3px -174px;
}

.navButtons li a span {
	margin-left: -9999px;
}

#logo a {
	display: block;
	height: 267px;
	width: 251px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	top: 33px;
	z-index: 25;
}

.short #logo a {
	top: 30px;
}

#logo a span {
	margin-left: -9999px;
}



.panelImage img {
	padding: 10px;
	background: #c1bfca;
margin-left: 298px;
margin-top: 33px;
position: absolute;
}

#mainContent {
	padding-top: 55px;
	width: 960px;
	margin: 0 auto;
	color: #191919;
}

#mainContent h2.tagline {
	text-align: center;
	display: block;
	color: #543019;
	clear:both;
	font-size: 30px;
	line-height: 22px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent h2.tagline span {
	color: #7a68ae;
}

.taglineText {
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 28px;
}

img.heart {
	padding-top: 5px;
	vertical-align: text-top;
}

.taglineText span {
	background: #595c4c;
	padding: 5px;
}

#involvednav {
	margin:10px 0 0;
	height:70px;
}
#fromBlog .description #involvednav li {
	display:block;
	list-style:none;
	float:left;
	font-size:1.4em;
	text-transform:uppercase;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	width:272px;
	text-align:center;
	padding:5px 0 0;
}
#involvednav span {
	padding-top:4px;
	display:block;
	float:left;
	font-size:1.2em;
	width:30px;
	text-align:center;
	display:none;
}
#involvednav a {
	text-decoration:underline;
	font-weight:bold;
}


/*blog slider tabs */

#fromBlog {
	width: 960px;
	background: url(../images/fromBlogBG.jpg) no-repeat 0 12px;
	min-height: 62px;
}

.fromBlogLogo {
	display: none;
}

.blogItems {
	display: block;
	width: 980px;
	float: left;
	height: 60px;
	padding-bottom: 25px;
	margin-left: 0;
position: relative;
}

.ui-tabs {
	padding: .2em;
}

.ui-tabs .ui-tabs-nav li {
	width: 158px;
	height: 59px;
	float: left;
	list-style-type: none;
position: relative;
display: inline;
}

.ui-tabs .ui-tabs-nav li a {
	text-align: center;
	width: 159px;
	display: block;
	color: #4f5049;
	font-size: 16px;
	font-weight: bold;
	height: 59px;
	vertical-align: text-top;
	padding: 13px 0 0;
	line-height: 16px;
}
.ui-tabs .ui-tabs-nav li a.singleline, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a.singleline {
	height:51px;
	padding-top:21px;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-nav li a:hover {
	background: url('../images/fromBlogTabBG.jpg') no-repeat;
	color: #f9f2da;
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	
}

.ui-state-default {
	border-style: none;
	/* border-bottom: 1px solid #afadb8; */
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background: url('../images/fromBlogTabBG.jpg') no-repeat;
	height: 59px;
	width: 159px;
	font-size: 16px;
	color: #4f5049;
	font-weight: bold;
	padding-top: 13px;
	line-height: 16px;
}

.ui-tabs .ui-tabs-panel {
	padding-top: 15px;
}

/*content panel*/

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-widget-content .description {
	clear:both;
}

.blogPreviewImage {
	display: block;
	padding: 10px;
	background: #d6d5db;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

.blogPreviewImageRight {
	display: block;
	padding: 10px;
	background: #d6d5db;
	float: right;
	margin-right: 25px;
	margin-bottom: 15px;
}

.blogPreviewImage.residents {
	margin-right: 7px;
	margin-bottom: 7px;
}

#fromBlog .description {
	float: left;
	padding-left: 35px;
	padding-right: 35px;
position: relative;
display: inline-block;
}
#fromBlog .description ul {
	list-style-position: inside;
	padding-left:3px;
}
#fromBlog .description li {
	font-size:1.1em;
}
.bigemailbutton {
padding-left: 9px;
}

#fromBlog .description p, .homeabout p {
	font-size: 14px;
	padding-bottom: 15px;
}

#fromBlog .description h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0 15px 0;
	text-transform: uppercase;
}

img.apslogo {
	float:left;
	padding:0 10px 10px 0;
}

.meta {
	display: block;
	padding: 10px 0 0 0;
}

/* portfolio feature */

#portfolioFeature {
	
}

#portfolioFeature .featureImage {
	width: 210px;
	float: left;
	padding: 10px;
	background: #d6d5db;
	margin-right: 35px;
}

#portfolioFeature .description {
	width: 675px;
	float: left;
	display: block;
	font-size: 14px;
}

#portfolioFeature h3 {
	padding: 15px 0;
}

.featuredProject {
	width: 121px;
	height: 124px;
	position: absolute;
	top: -1px;
	left: -9px;
}

/*testimonials*/

.testimonialItems {
	width: 300px;
	float: left;
	display: block;
}

.tesimonialContainer {
	width: 610px;
	float: left;
	margin-left: 40px;
	display: block;
}

.tesimonialContainer .description p span {
	display: block;
	padding: 10px 0;
}

.tesimonialContainer .description p {
	padding-bottom: 20px;
}

.tesimonialContainer .description .title {
	display: block;
	font-size: 24px;
	padding: 14px 0 20px;
}

#testimonials.ui-tabs .ui-tabs-nav li {
	height: 82px;
	width: 289px;
	display: block;
	margin-bottom: 3px;
}

#testimonials.ui-tabs .ui-tabs-nav li a {
	text-align: left;
	height: 82px;
	width: 289px;
	padding: 34px 0 0;
	display: block;
	color: #543019;
	font-size: 18px;
	font-weight: bold;
}

#testimonials.ui-tabs .ui-tabs-nav li a span {
	display: inline;
	color: #7968ae;
}

#testimonials.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

#testimonials.ui-tabs .ui-tabs-nav li a:hover {
	background: url('../images/testimonialActiveBG.jpg') no-repeat;
	color: #f9f2da;
	font-weight: bold;
}

#testimonials.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	
}

#testimonials.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background: url('../images/testimonialActiveBG.jpg') no-repeat !important;
}

#testimonials.ui-tabs .ui-tabs-panel {
	padding-top: 15px;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
}

/*content panel*/

#testimonials.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.eventfooter {
	padding-top:18px;
	font-style:italic;
}

/*portfolio page*/

h4.testimony {
width: 335px;
display: inline;
float: right;
height: 178px;
padding-right: 15px;
color: #7f7e87;
font: italic 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
padding-left: 15px;
}

.portfolioItem {
	font-size: 14px;
	width: 960px;
	margin-bottom: 50px;
}

.portfolioItem.last {
	margin-bottom: 0;
}

.portfolioItem.feature {
	background: #484a3f;
	padding: 15px;
	width: 930px;
}

.portfolioItem h3 {
	font-size: 30px;
	padding-bottom: 15px;
	line-height: 35px;
}

.portfolioItem h4 {
	font-size: 20px;
	line-height: 25px;
	color: #7a68ae;
}

.portfolioItem .leftCol {
	width: 290px;
	float: left;
	margin-right: 20px;
}

.portfolioItem.feature .leftCol {
	width: 255px;
	padding-left: 5px;
	margin-right: 25px;
}

.portfolioItem .rightCol {
	width: 650px;
	float: left;
}

.portfolioItem.feature .rightCol {
	width: 645px;
	float: left;
}

.portfolioItem .portfolioImage {
	padding: 10px;
	background: #31332a;
	float: right;
	display: block;
}

.portfolioItem .meta {
	padding-bottom: 15px;
}

.readMoreButton {
	display: block;
	width: 129px;
	height: 39px;
	background: url('../images/readMoreButton.png') no-repeat;
	margin: 25px 0 45px 0;
}

.readMoreButton span {
	display: block;
	margin-left: -9999px;
}

span.donate {
	background: url(../images/donate_off.gif) no-repeat;
	text-indent: -9999px;
	width: 181px;
	height: 24px;
	margin: 10px 10px 0 0;
}

span.donate:hover {
	background: url(../images/donate_on.gif) no-repeat;
}

.portfolioItem .banner {
	width: 127px;
	height: 127px;
	position: absolute;
	top: -1px;
	left: -7px;
}

.portfolioItem.feature .banner {
	left: -12px;
}

/* Blog Page */

.col1 {
	display: block;
	width: 540px;
	float: left;
	margin-right: 20px;
	min-height: 500px;
}

.col2 {
	display: block;
	width: 190px;
	float: left;
	margin-right: 20px;
}

.col3 {
	display: block;
	width: 190px;
	float: left;
}

.col3 li,.col2 li {
	font-size: 10px;
	line-height: 14px;
	border-bottom: 1px dotted #505245;
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	width: 190px;
}

.col3 li a:hover,.col2 li a:hover {
	color: #C2C5AD;
}

.col3 h3,.col2 h3 {
	padding: 15px 0 15px 0;
	font-size: 17px;
}

.search {
	width: 400px;
	float: left;
	margin: 20px 0 15px 0;
}

.blogItemPreview {
	
}

.blogItemPreview.featurePost {
	
}

.blogItemPreview a {
	color: #cdc8b7;
}

.blogItemPreview a:hover {
	color: #fff;
	border-bottom: 1px dotted;
}

.blogItemPreview .title {
	padding: 10px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px dotted #505245;
	display: block;
	width: 540px;
}

.blogItemPreview .meta {
	padding: 3px 0 0 0;
	color: #beb8a2;
	font-style: italic;
}

.blogItemPreview .title h2 {
	padding-bottom: 0;
}

.blogItemPreview .title h2 a {
	color: #f9f2da;
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 0;
}

.blogItemPreview .title h2 a:hover {
	border: none;
	color: #D8DACB;
}

.blogItemPreview .title p {
	padding: 0;
	margin: 0;
}

.blogItemPreview .content {
	padding-left: 10px;
	color: #c2c5ad;
	font-size: 14px;
}

.blogItemPreview .blogPreviewImage {
	padding: 5px;
	margin: 10px 0;
	display: block;
}

.blogItemPreview .metaBottom {
	padding: 5px 0;
	margin: 15px 0 25px 0;
	border-bottom: 1px dotted #505245;
	border-top: 1px dotted #505245;
	display: block;
	width: 540px;
	font-size: 14px;
	font-style: italic;
}

.blogItemPreview .metaBottom .comments {
	width: 150px;
	float: left;
}

.blogItemPreview .metaBottom .download {
	float: right;
	padding-right: 40px;
	background: url('../images/downloadIcon.png') no-repeat right 3px;
}

.blogItemPreview .readMore {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 0;
}

.advertise li {
	border: none!important;
	margin-bottom: 5px!important;
	padding: 0!important;
}

/* Contact Page */

.contact {
	
}

.contact h3 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px dotted #505245;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact h4 {
	color: #543019;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 15px;
}

#contactForm {
	margin-top: 25px;
}

#contactForm .input {
	float: none;
	width: 280px;
	background: url('../images/inputBG.jpg') no-repeat center center;
	border: 1px solid #0c0c09;
}

#contactForm textarea {
	width: 430px;
	height: 180px;
	margin-top: 15px;
	border: 1px solid #0c0c09;
	overflow: auto;
	background: url('../images/textareaBG.jpg') no-repeat center center;
}

#contactForm label {
	padding-left: 5px;
	padding-bottom: 2px;
	color: #D8DACB;
}

#contactForm .submit {
	float: none;
	margin-top: 10px;
	width: 130px;
	background: none;
	text-align: left;
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia;
}

#contactForm label.divide {
	border-top: 1px dotted #505245;
	padding-top: 10px;
	margin-top: 25px;
}

#contactForm label.divide.top {
	padding-top: 25px;
}

/* footer */

#footer {
	min-height: 100px;
	background: #d6d5db url(../images/footerTopBorder.jpg) repeat-x;
	clear:both;
}

#footer em {
	width: 960px;
	margin: 0 auto;
	padding-top: 33px;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

#footer .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 33px;
	color: #333;
}

/*credits */

#page .aboutOnkels img {
	float: left;
	width: 111px;
}

#page .aboutOnkels h1 {
	float: left;
	width: 143px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#page .aboutOnkels p {
	float: left;
	text-align: left;
	padding-left: 13px;
	font: 12px/21px Georgia, "Times New Roman", Times, serif;
	width: 234px;
	text-transform: none;
	color: #191919;
}

#page .aboutOnkels p.first {
	margin-bottom: 10px;
}

#page .aboutOnkels p a {
	color: #2f6b7d;
}

#page .aboutOnkels p a:hover {
	color: #191919;
	text-decoration: underline;
}

#page #daveOnkels {
	margin-right: auto;
	margin-left: auto;
	width: 54px;
	text-align: center;
	height: 44px;
	position: relative;
	display: block;
	text-indent: -9999px;
	padding-top: 25px;
	padding-bottom: 50px;
}

#page #daveOnkels .daveLogo {
	background: url(http://daveonkels.com/images/onlogo_off.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
}

#page #daveOnkels .daveLogo:hover {
	background: url(http://daveonkels.com/images/onlogo_on.png) repeat;
	text-indent: -9999px;
	display: block;
	position: relative;
}

.videos { height: 290px; margin-bottom: 35px; width: 800px; margin-right: auto; margin-left: auto; }

object { float: none; clear: none; display: inline; overflow: hidden; }