/*
Theme Name: Park Thoughts
Theme URI: http://parkthoughts.com/
Description: Custom theme for Park Thoughts.
Version: 2
Author: Doug Sisk
Author URI: http://www.dougsisk.com/
Tags: red, white, blue, green, two columns, widgets
*/

/* Reset */
* { margin: 0; padding: 0; outline: 0; border: 0; text-decoration: none; list-style: none; }

/* Main Body */
body {
	background: #e8eff0 url(images/randombg.php) top center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 1000px;
	margin: 60px 0 0 0;
	float: left;
}

#header .top {
	width: 1000px;
	height: 40px;
	float: left;
}

#header #logo {
	width: 263px;
	height: 80px;
	float: left;
	z-index: 99;
	position: absolute;
}

#header #logo a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/header-logo-shadow.png) center no-repeat;
}

#header #logo a span {
	display: none;
}

#header .top h2 {
	display: none;
}

#header #top-nav {
	width: 708px;
	height: 50px;
	padding: 0 0 0 292px;
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #b3ecef url(images/top-nav-bg.png) top repeat-x;
}

#header #top-nav li {
	float: left;
}

#header #top-nav li a {
	height: 30px;
	padding: 13px 10px 7px 10px;
	display: block;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: bold;
	color: #3b5a5c;
	text-shadow: 0 1px 0 #c2f0f2;
}
#header #top-nav li a:hover {
	color: #1e2d2e;
}

#header .bottom {
	width: 1000px;
	height: 30px;
	float: left;
	background: #b3ecef;
}

#header .bottom li {
	float: left;
}

#header .bottom a {
	letter-spacing: -1px;
	font-weight: bold;
	color: #242f30;
	text-shadow: 0 1px 0 #d1f4f5;
}

#header .bottom a:hover {
	color: #485e60;
}

#header .bottom #icons {
	width: 490px;
	float: left;
	padding: 0 0 0 10px;
}

#header .bottom #icons a {
	height: 20px;
	padding: 5px 10px 5px 20px;
	display: block;
	background-position: center left;
	background-repeat: no-repeat;
}

#header .bottom #icons .rss a {
	background-image: url(images/links-rss.png);
}

#header .bottom #icons .twitter a {
	background-image: url(images/links-twitter.png);
}

#header .bottom #icons .facebook a {
	background-image: url(images/links-facebook.png);
}

#header .bottom #icons .youtube a {
	background-image: url(images/links-youtube.png);
}

#header .bottom #links {
	width: 250px;
	margin: 0 0 0 250px;
	float: left;
}

#header .bottom #links li a {
	height: 18px;
	padding: 6px;
	display: block;
}

/* Main Content */
#main {
	width: 1000px;
	min-height: 400px;
	padding: 20px 0 0 0;
	float: left;
	background: #fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#main #left {
	width: 700px;
	padding: 0 20px;
	float: left;
}

/* Story */
.story {
	width: 700px;
	margin: 0 0 20px 0;
	float: left;
}

.story .title {
	width: 700px;
	margin: 0 0 20px 0;
	float: left;
}

.story .title .date {
	width: 30px;
	height: 34px;
	padding: 8px 10px;
	float: left;
	background: #98cf3a url(images/title-date.png) center no-repeat;
	text-align: center;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #add961;
	font-size: 16px;
	font-weight: bold;
	color: #24320f;
}

.story .title .guest {
	width: 90px;
	height: 40px;
	position: absolute;
	margin: -10px 0 0 -60px;
	background: url(images/guestpost.png) center no-repeat;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #e4e4e4;
	text-align: center;
}

.story .title h3 {
	width: 590px;
	height: 29px;
	padding: 15px 5px 5px 5px;
	float: left;
	background: #b3ecef;
	border-top: 1px solid #7edae0;
	letter-spacing: -1px;
	font-size: 20px;
	color: #242f30;
	text-shadow: 0 1px 0 #d1f4f5;
}

.story .title h3 a {
	color: #242f30;
}

.story .title h3 a:hover {
	color: #81aaac;
}

.story .title .comments {
	width: 50px;
	height: 50px;
	float: left;
	background: #31c4f5 url(images/title-comments-top.png) center no-repeat;
	text-align: center;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #5ad0f7;
	font-size: 18px;
	font-weight: bold;
	color: #0f4961;
}

.story .title .comments a {
	width: 30px;
	height: 25px;
	padding: 15px 10px 10px 10px;
	display: block;
	color: #0f4961;
}

.story .title .comments a:hover {
	color: #196e8d;
}

.story .title .bottom {
	width: 650px;
	height: 20px;
	padding: 0 50px 0 0;
	float: left;
	background: url(images/title-comments-bottom.png) top right no-repeat;
}

.story .title .bottom .details {
	width: 630px;
	height: 20px;
	padding: 0 10px;
	float: left;
	background: #ff493c url(images/title-details.png) bottom no-repeat;
	font-size: 12px;
	color: #4c1612;
}

.story .title .bottom .details a {
	font-weight: bold;
	color: #4c1612;
}
.story .title .bottom .details a:hover {
	color: #fff;
}

.story .content {
	width: 700px;
	float: left;
	font-family: Georgia, "Times New Romans", Times, serif;
}

.story .content #author-bio {
	width: 678px;
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
}

.story .content #author-bio h5 {
	font-size: 15px;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
}

.story .content #author-bio p {
	width: 678px;
	margin: 0;
}

/* Page Title */
h2.title {
	width: 700px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	float: left;
	border-bottom: 1px dotted #e5e5e5;
	font-size: 22px;
	color: #333;
}

h2.title a {
	color: #333;
}

h2.title a:hover {
	color: #666;
}

/* Story/Page Content */
.content a {
	color: #ff493c;
}

.content a:hover {
	color: #666;
}

.content p {
	width: 700px;
	margin: 0 0 10px 0;
	float: left;
}

.content img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-caption {
	margin: 0 0 10px 0;
	float: left;
	width: 680px;
	min-width: 680px;
	max-width: 680px;
	padding: 9px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f0f0f0;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.wp-caption img {
	max-width: 680px;
	height: auto;
}

.wp-caption p {
	width: 680px;
	margin: 0;
}

.wp-caption .wp-caption-text {
	margin: 0;
}

.content ul {
	margin: 0 0 10px 0;
}

.content ul li {
	margin: 0 0 5px 20px;
}

.content blockquote {
	float: left;
	width: 682px;
	padding: 9px;
	background: #f6f6f6;
	font-style: italic;
	margin: 0 0 10px 0;
}

.content blockquote p {
	float: left;
	width: 682px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline-block;
	margin-left: 10px;
	float: right;
}

img.alignleft {
	display: inline-block;
	margin-right: 10px;
	float: left;
}

#content-ads {
	width: 700px;
	margin: 0 0 10px 0;
	float: left;
	text-align: center;
}

/* Home page post respond link */
.respondtothis {
	width: 700px;
	float: left;
}

.respondtothis a {
	padding: 5px;
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ff493c url(images/comments-respond-bg.png) top repeat-x;
	border: 1px solid #c1372d;
	font-family: Helvetica, Arial, sans-serif;
	color: #4c1612;
	text-shadow: 0 1px 0 #ff5c50;
	font-weight: bold;
}

.respondtothis a:hover {
	color: #000;
}

/* Page Navigation */
.pagenav {
	width: 700px;
	padding: 10px 0;
	float: left;
	font-size: 13px;
	color: #666;
}

.pagenav a {
	padding: 5px;
	display: block;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	background: #f9f9f9;
	font-size: 12px;
	font-weight: bold;
}

.pagenav a:hover {
	background: #fff;
	color: #333;
}

.pagenav a:first-child {
	float: left;
}

.pagenav a:last-child {
	float: right;
}

/* Share */
.share {
	width: 678px;
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
}

.share h4 {
	width: 678px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff;
}

.share ul {
	width: 678px;
	float: left;
}

.share ul li {
	margin: 0 10px 0 0;
	float: left;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.share ul li a {
	height: 20px;
	padding: 5px 5px 5px 20px;
	display: block;
	color: #333;
}

.share ul li a:hover {
	color: #666;
}

.share ul li.email a {
	background: url(images/share-email.png) 2px no-repeat;
}

.share ul li.twitter a {
	background: url(images/share-twitter.png) 2px no-repeat;
}

.share ul li.digg a {
	background: url(images/share-digg.png) 2px no-repeat;
}

.share ul li.facebook a {
	background: url(images/share-facebook.png) 2px no-repeat;
}

.share ul li.newfacebook {
	padding: 5px;
}

.share ul li.newfacebook a {
	height: auto;
	padding: 0;
}

.share ul li.stumbleupon a {
	background: url(images/share-stumbleupon.png) 2px no-repeat;
}

.share ul li.delicious a {
	background: url(images/share-delicious.png) 2px no-repeat;
}

/* Related Posts */
.related {
	width: 678px;
	margin: 0 0 20px 0;
	padding: 10px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
}

.related h4 {
	width: 678px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff;
}

.related ul {
	width: 678px;
	float: left;
}

.related ul li {
	width: 678px;
	margin: 0 0 5px 0;
	float: left;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.related ul li a {
	height: 20px;
	padding: 5px;
	display: block;
	color: #333;
}

.related ul li a span {
	margin: 0 5px 0 0;
	font-family: Georgia, "Times New Romans", Times, serif;
	font-style: italic;
}

.related ul li a:hover {
	color: #666;
}

.related p {
	width: 678px;
	margin: 0 0 5px 0;
	float: left;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

/* Comments */
.comments {
	width: 700px;
	float: left;
}

.comments .list {
	width: 700px;
	margin: 0 0 20px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comments .list h3 {
	width: 678px;
	padding: 10px;
	float: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #b3ecef url(images/respond-header-bg.png) top repeat-x;
	border: 1px solid #9bc0c2;
	color: #242f30;
	text-shadow: 0 1px 0 #d4f4f5;
	cursor: pointer;
}

.comments .list h3.open:before {
	content: url(images/respond-header-open.gif) " ";
}

.comments .list h3.closed {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comments .list h3.closed:before {
	content: url(images/respond-header-closed.gif) " ";
}

.comments .list ol {
	width: 700px;
	float: left;
}

.comments .list ol a {
	color: #ff493c;
}

.comments .list ol a:hover {
	color: #666;
}

.comments .list ol li {
	width: 698px;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

.comments .list ol li:last-child {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.comments .list ol li .author-meta {
	width: 678px;
	padding: 5px 10px;
	float: left;
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

.comments .list ol li .author-meta .author {
	padding: 5px 0 0 0;
	float: left;
}

.comments .list ol li .author-meta .date {
	padding: 4px;
	float: right;
	font-size: 12px;
	background: #e8e8e8;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comments .list ol li .the-comment {
	width: 678px;
	padding: 10px;
	float: left;
	background: #fff;
	font-family: Georgia, "Times New Romans", Times, serif;
}

.comments .list ol li:last-child .the-comment {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.comments .list ol li.staff .author-meta {
	width: 638px;
	padding: 5px 10px 5px 50px;
	background: #e9e9e9 url(images/staff-comment.gif) 5px center no-repeat;
}

.comments .list ol li.more {
	width: 678px;
	padding: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #f9f9f9;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.comments .list ol li.more span {
	background: #f0f0f0 url(images/comments-more-bg.png) top repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #b6b6b6;
	position: relative;
	cursor: pointer;
}

.comments .list ol li.more:hover span {
	color: #666;
}

/* Comment Respond */
.respond {
	width: 678px;
	padding: 10px;
	margin: 0 0 20px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
}

.respond h3 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #e5e5e5;
	text-shadow: 0 1px 0 #fff;
}

.respond input, .respond textarea {
	border: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

.respond textarea {
	width: 600px;
}
.respond #submit {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ff493c url(images/comments-respond-bg.png) top repeat-x;
	border: 1px solid #c1372d;
	color: #4c1612;
	text-shadow: 0 1px 0 #ff5c50;
	font-weight: bold;
	cursor: pointer;
}
.respond #submit:hover {
	color: #000;
}

/* Main Right */
#main #right {
	width: 242px;
	float: left;
}

#main #right #sidebar {
	width: 242px;
	float: left;
}

#main #right #sidebar li {
	width: 240px;
	margin: 0 0 20px 0;
	float: left;
	background: #b3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #a1d4d7;
	color: #333;
}

#main #right #sidebar li .inside {
	width: 220px;
	padding: 10px;
	float: left;
}

#main #right #sidebar li h4 {
	width: 220px;
	padding: 5px 10px;
	float: left;
	background: #b3ecef url(images/sidebar-title-bg.png) top repeat-x;
	font-size: 16px;
	color: #144e62;
	text-shadow: 0 1px 0 #d4f4f5;
	border-bottom: 1px solid #a1d4d7;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#main #right #sidebar #search input {
	font-family: Helvetica, Arial, sans-serif;
}

#main #right #sidebar #search #s {
	width: 210px;
	padding: 5px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	color: #333;
}

#main #right #sidebar #search #searchsubmit {
	padding: 5px;
	margin: 0 0 0 10px;
	float: left;
	cursor: pointer;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #97e3e6;
	border: 1px solid #aed8d9;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #d4f4f5;
	color: #4e6061;
}

#main #right #sidebar #search #searchsubmit:hover {
	color: #273030;
}

#main #right #sidebar #ads {
	width: 220px;
	padding: 10px;
}

#main #right #sidebar li ul li {
	width: 220px;
	margin: 0 0 10px 0;
	float: left;
	background: none;
	border: 0;
}

#main #right #sidebar li ul li:last-child {
	margin: 0;
}

#main #right #sidebar a {
	color: #144e62;
}

#main #right #sidebar a:hover {
	color: #fff;
}

#main #right #sidebar #finduson {
	text-align: center;
}

/* Footer */
#footer {
	width: 1000px;
	padding: 10px 0;
	float: left;
	font-size: 13px;
	color: #333;
}

#footer p {
	margin: 0 0 0 20px;
	float: left;
}

#footer ul {
	margin: 0 0 0 10px;
	float: left;
}

#footer ul li {
	margin: 0 0 0 10px;
	float: left;
}

#footer a {
	font-weight: bold;
	color: #333;
}

#footer a:hover {
	color: #666;
}

#footer .onescream a {
	width: 80px;
	height: 20px;
	display: block;
	background: url(images/1scream.png) center no-repeat;
}

#footer .onescream a span {
	display: none;
}

/* Various Crap */
#team p {
	margin: 0;
}

#team li {
	margin: 0 0 10px 0;
}

ul.archives-list {
	width: 700px;
	float: left;
	margin: 0 0 10px 0;
}

.archives-list li {
	width: 144px;
	height: 48px;
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	text-align: center;
	text-indent: 0;
}

.archives-list li a {
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	display: block;
	width: 144px;
	height: 43px;
	padding: 5px 0 0 0;
}

.archives-list li a:hover {
	color: #666;
}

fieldset {
	width: 700px;
	float: left;
}

#form_submitapost input[type="text"] {
	width: 400px;
	padding: 5px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

#form_submitapost textarea {
	width: 590px;
	padding: 5px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

#form_submitapost input:focus, #form_submitapost textarea:focus {
	color: #000;
}

#form_submitapost input[type="submit"] {
	margin: 10px 0 0 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ff493c url(images/comments-respond-bg.png) top repeat-x;
	border: 1px solid #c1372d;
	font-family: Helvetica, Arial, sans-serif;
	color: #4c1612;
	text-shadow: 0 1px 0 #ff5c50;
	font-weight: bold;
	cursor: pointer;
}

#form_submitapost input[type="submit"]:hover {
	color: #000;
}

#frm_errors {
	padding: 10px;
	width: 680px;
	background: #f4d2d2;
	border: 1px solid #c61f1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content .submitsuccess {
	float: left;
	padding: 10px;
	width: 680px;
	background: #eaf6d0;
	border: 1px solid #94d112;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#featured-post {
	width: 1000px;
	height: 200px;
	float: left;
}

#featured-post .image {
	width: 600px;
	height: 200px;
	float: left;
}

#featured-post .image img {
	max-width: 600px;
	clip: rect(0,600px,200px,0);
	border: none;
}

#featured-post .info {
	width: 400px;
	height: 200px;
	float: left;
	background: url(images/featured-info-bg.jpg) center no-repeat;
}

#featured-post .info a {
	width: 360px;
	height: 160px;
	padding: 20px;
	display: block;
}

#featured-post .info a h3 {
	width: 360px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 34px;
	color: #0f1406;
	text-shadow: 0 1px 0 #c7e593;
}

#featured-post .info a p {
	width: 360px;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia, "Times New Romans", Times, serif;
	font-style: italic;
	color: #1e290c;
	text-shadow: 0 1px 0 #b1da69;
}

#featured-post .info a p.more {
	width: auto;
	float: right;
	font-size: 14px;
	visibility: hidden;
}

#featured-post:hover .info a p.more {
	visibility: visible;
}

#main #right #sidebar li #twitter_update_list {
	float: left;
	width: 208px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#main #right #sidebar li #twitter_update_list li {
	float: left;
	padding: 5px 0 0 0;
	width: 208px;
	border-top: 1px dotted #666;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#main #right #sidebar li #twitter_update_list li:first-child {
	border: none;
	padding: 0;
}

#main #right #sidebar li #twitter_update_list li a:hover {
	color: #000;
	text-decoration: underline;
}

#main #right #sidebar li .flickr li {
	float: left;
	width: 72px;
	height: 72px;
	margin: 0;
	padding: 0;
}

#main #right #sidebar li .flickr li img {
	width: 72px;
	height: 72px;
	margin: 0;
}

#main #right #sidebar li .flickr li img:hover {
	margin: -1px 0 0 -1px;
}

/* Maingate */
/*#maingate_ad_block { background: #eee; border: 1px solid #ccc; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }*/ 	/* This is the continer for the entire ad block */
#maingate_ad_image { display: block; text-align: center; margin: 0 0 5px 0; }	/* This span contains the 100px by 130px ad image */
#maingate_ad_text { font-weight: bold; text-align: left; }	/* This span contains the (up to) 100 characters of ad text */
/*#sidebar #ads #maingate_ad_text a { color: #333; }*/
/*#sidebar #ads #maingate_ad_text a:hover { color: #333; text-decoration: underline; }*/
#maingate_tag { font-size: 12px; text-align: center; display: block; font-style: italic; }	/* This span contains the "Ads by Maingate" link */
/*#sidebar #ads #maingate_tag a:hover { color: #333; }*/

.textwidget p {
margin: 10px 0 0 0;
}
.textwidget p:first-child {
margin: 0;
}
.textwidget img {
max-width: 220px;
}

.d23 {
	width: 700px;
	margin: 0 0 40px 0;
	float: left;
}

.d23 .tb_tweetlist {
	border: none;
}

.d23 #tweetblender-d23 {
	width: 700px;
	float: left;
}

.d23 div.tb_tweetlist {
	border: none;
}

.d23 div.tb_tweet {
	min-height: 0;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #f2f2f2;
}

.d23 a {
	color: #FF493C;
}

.d23 a:hover {
	color: #666;
}

.d23 .twtr-doc {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}

.d23 .twtr-hd {
	display: none;
}

.d23 .twtr-timeline {
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
}

.d23 h2 {
	font-family: 'Coustard', Helvetica, Arial, sans-serif;
	width: 660px;
	padding: 10px 20px;
	text-align: center;
	float: left;
	color: #fff;
	border: none;
	font-size: 24px;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
	text-shadow: 0 2px 3px #1f6d81;
	background: #35abc9; /* Old browsers */
background: -moz-linear-gradient(top, #35abc9 0%, #2291ad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35abc9), color-stop(100%,#2291ad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #35abc9 0%,#2291ad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #35abc9 0%,#2291ad 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #35abc9 0%,#2291ad 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35abc9', endColorstr='#2291ad',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #35abc9 0%,#2291ad 100%); /* W3C */
}
