/*
Theme Name: Blue Steel
Theme URI: http://www.pfenlon.com/blue-steel/
Description: A very bold combination of light blue, orange, green, and pink.
Author: Paul Fenlon
Author URI: http://www.pfenlon.com/
Version: 0.7

Copyright 2007 Paul L. Fenlon (email: plfenlon@gmail.com)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/


html,
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 7px;
	font-weight: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

br {
	height: 10px;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

ul li {
	list-style: none;
	padding: 0 0 5px 20px;
	margin: 0;
	background: url('images/blue_steel_list.jpg') no-repeat 0 4px;
}

ol {
	font-weight: bold;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	padding-left: 30px;
}

ol li {
	font-weight: normal;
	padding: 0 0 5px 5px;
	margin: 0;
}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	margin-left: 20px;
	padding: 8px 12px;
	border-left: 4px solid #ccc;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius-topleft: 0;
	-khtml-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-khtml-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #eee;
}

blockquote p {
	margin: 0;
	padding: 5px 0;
}

blockquote blockquote {
	border-left: 4px solid #bbb;
	background-color: #ddd;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

input, textarea, select {
	width: 98%;
	margin: 4px 0 5px 0;
	padding: 5px 4px 4px 4px;
	font: normal 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff url(images/input.gif) top left no-repeat;
}

input:hover, textarea:hover, select:hover {
	border-top: 1px solid #bababa;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #bababa;
}

#submit {
	width: auto;
	cursor: pointer;
	color: #fff;
	margin: 10px auto 5px auto;
	height: auto;
	padding: 8px 16px;
	vertical-align: top;
	border: 1px solid #838383;
	background: #666 url(images/submit.gif) top left repeat-x;
	font-weight: bold;
}

#submit:hover {
	border-color: #666;
}

#header {
	width: 100%;
	height: 205px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #006699 url('images/blue_steel_header_bg.jpg') repeat-x top left;
}

#header-inside-wrap {
	width: 860px;
	height: 205px;
	margin: 0 auto;
}

#name-and-description {
	position: relative;
	top: 35px;
	left: 0;
	width: 550px;
	text-align: left;
	float: left;
}

#name-and-description h1,
#name-and-description h1 a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 42pt;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 2px #336699;
	letter-spacing: -4px;
	word-spacing: -3px;
	color: #ececec;
	margin: 0;
	padding: 0;
}

#name-and-description h1 a:hover {
	color: #fff;
}

#description {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-weight: normal;
	color: #fafafa;
	text-shadow: 1px 1px 1px #336699;
	margin: 0 0 0 3px;
	padding: 0;
}

#search-and-rss {
	position: relative;
	top: 30px;
	right: -5px;
	width: 286px;
	height: 123px;
	text-align: center;
	float: right;
	background: transparent url('images/blue_steel_search_rss_bg.jpg') no-repeat top left;
}

#search-form {
	margin: 20px auto;
	padding: 0;
	text-align: center;
	background-color: transparent;
}

#search-form #s {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #888;
	width: 205px;
	height: 25px;
	border: none;
	margin: 0;
	padding: 8px 5px 0 32px;
	background: transparent url('images/blue_steel_search_field.jpg') no-repeat top left;
}

#rss-posts {
	margin-left: 2px;
	margin-right: -4px;
}

#rss-posts,
#rss-comments {
	margin-top: 20px;
	padding: 0;
	display: inline;
}

#rss-posts a img,
#rss-comments a img {
	border: none;
}

#main-nav {
	position: absolute;
	left: 50%;
	top: 156px;
	width: 860px;
	height: 32px;
	margin: 0 auto 0 -430px;
	_margin-left: -365px;
	padding: 0;
}

#main-nav ul {
	width: 860px;
	height: 32px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#main-nav ul li {
	height: 32px;
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	margin-right: 7px;
	padding: 0;
	background: url('images/blue_steel_nav_item_left.jpg') top left no-repeat;
}

#main-nav ul li a {
	height: 32px;
	display: block;
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	font-weight: bold;
	background: url('images/blue_steel_nav_item_right.jpg') top right no-repeat;
}

#main-nav ul li a:hover {
	color: #ddd;
	text-decoration: underline;
}

#page {
	width: 880px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-top: 5px;
	clear: both;
	text-align: left;
	background: transparent url('images/blue_steel_content_top.jpg') no-repeat top center;
}

#content {
	width: 880px;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	background: transparent url('images/blue_steel_content_bottom.jpg') no-repeat bottom center;
}

#main {
	float: left;
	width: 535px;
	margin: 0;
	padding: 5px 0px 10px 35px;
}


/** Front Page **/

#welcome {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 20px;
	line-height: 27px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	margin: 20px 0 0 0;
	padding: 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #eee url('images/welcome_bg.gif') top left repeat-x;
}

#welcome p {
	margin: 0;
	padding: 0;
}

#front-comment-link a {
	text-decoration: none;
	border-bottom: 1px solid #99ccff;
}

#front-comment-link a {
	color: #006699;
}

#front-comment-link a:hover {
	color: #333;
}

#front-comment-link img {
	border: none;
	padding: none;
}

#font-page {
	width: 840px;
}

#front-page-header {
	width: 840px;
	margin: 12px auto 15px auto;
}

#front-page-columns {
	width: 827px;
	margin: 10px auto;
}

#front-page li a {
	color: #ff8c00;
	text-decoration: none;
	border-bottom: 1px solid #ffcc33;
}

#front-page li a:hover {
	color: #cc6600;
}

#front-page h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #6699cc;
}

#front-page ul,
#front-page ol,
#front-page p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#front-page .column {
	width: 245px;
	height: 170px;
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	margin-bottom: 25px;
	color: #666;
}


/** Section Classes **/

.page-section,
.post {
	/* float: left; */
	color: #777;
	/* overflow: hidden; */
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}

.page-section {
	border: none;
}

.page-section .post {
	margin-left: 0;
	margin-right: 0;
}

.page-section a {
	text-decoration: none;
	border-bottom: 1px solid #99ccff;
}

.page-section a {
	color: #006699;
}

.page-section a:hover {
	color: #333;
}

.date {
	width: 60px;
	height: 70px;
	text-align: center;
	margin: 0 15px 3px 0;
	float: left;
	background: #fff url('images/blue_steel_calendar.jpg') no-repeat top center; 
}

.month {
	position: relative;
	top: 7px;
	color: #888;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	/* margin-top: 7px; */
}

.day {
	position: relative;
	top: 11px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	/* margin-top: 5px; */
}

.title {
	display: inline;
}

.title h2,
.title h3 {
	padding: 0;
	margin: 1px 0 5px 0;
}

.title h2 a,
.title h3 a {
	font-size: 25px;
	color: #006699 /*#00cc00*/;
	text-decoration: none;
	border-bottom: none;
}

.title h3 a:hover,
.title h2 a:hover {
	color: #333;
}

.page-title {
	padding: 0 !important;
	padding-bottom: 1px !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
	font-size: 28px !important;
	color: #787878 !important;
	border-bottom: 1px dotted #ccc !important;
}

.edit {
	min-height: 16px;
	height: auto !important;
	margin: 10px 0 0 10px;
	padding: 0;
	padding-left: 20px;
	display: block;
	float: right;
	background: transparent url('images/edit.gif') no-repeat 0 0;
}

.edit a {
	font-size: 15px !important;
	line-height: 18px;
	color: #666;
	text-decoration: underline;
}

.edit a:hover {
	color: #333;
}

.share {
	min-height: 16px;
	height: auto !important;
	margin: 10px 0 0 10px;
	padding: 0;
	display: block;
	float: right;
}

.share .stbutton {
	background-position: 0 1px !important;
}

.share a {
	font-size: 15px !important;
	line-height: 18px;
	color: #666;
	text-decoration: underline;
}

.share a:hover {
	color: #333;
}

.entry {
	font-size: 13px;
	line-height: 20px;
	clear: left;
	text-align: left;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4 {
	color: #336699;
}

.entry a {
	text-decoration: none;
	border-bottom: 1px solid #99ccff;
}

.entry a {
	color: #006699;
}

.entry a:hover {
	color: #333;
}

.entry img {
	float: left;
	margin: 5px 15px 10px 0;
	padding: 5px;
	border: 1px solid #ddd !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #eee;
}

.entry a:hover img {
	border-color: #bbb;
}

.wp-caption-text {
	text-align: center;
	font-size: 10px;
	color: #999;
}

.more-link {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

.more-link a  {
	font-style: normal;
	padding-right: 10px;
	text-decoration: none;
	background: url('images/more.gif') no-repeat right -96px;
	zoom: 1;
	*background-position: right -94px;
}

.more-link :hover {
	background-position: right 4px;
	*background-position: right 6px;
}

.sociable {
	clear: both;
	padding-top: 5px;
}

.sociable a {
	border: none;
}

.post-rating {
	min-height: 16px;
	margin: 7px 0 25px 0;
	padding: 0;
}

.post-rating img {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}

.post-rating a {
	border: none;
	padding: 0;
	margin: 0;
}

.tags {
	font-family: "Lucida Grande", "Lucide Unicode", Arial, sans-serif;
	font-size: 14px;
	line-height: auto;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	margin: 20px 0 25px 0;
	padding: 10px;
	border: 1px solid #eee;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fcfcfc;
}

.advertisement {
	margin: 7px auto 8px auto;
	padding: 0;
	padding-top: 25px;
	text-align: center;
	border-top: 1px dotted #ccc;
}


/** Post meta data & functionality **/

.post-meta {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	color: #3399cc;
}

.post-meta a {
	text-decoration: none;
	color: #006699;
}

.post-meta a:hover {
	color: #333;
}

.post-meta div {
	height: 20px;
	margin: 0;
	padding: 0 8px 0 19px;
	display: inline-block;
}

.post-meta #post-author {
	background: transparent url(images/author.gif) 0 0 no-repeat;
}

.post-meta #post-categories {

	background: transparent url(images/categories.gif) 0 0 no-repeat;
}

.post-meta #post-comments {
	background: transparent url(images/comments.gif) 0 1px no-repeat;
}

.post-meta #post-share {
	padding-left: 0;
	/* background: transparent url(images/sharethis.gif) top left no-repeat; */
}

.post-meta #post-edit {
	background: transparent url(images/edit.gif) 0 0 no-repeat;
}


/** ShareThis **/

.stbutton {
	padding: 0 0 1px 19px !important;
	background-position: top left !important;
	background: transparent url(images/sharethis.gif) 0 0 no-repeat;
}


/** Page Navigation **/

.page-nav {
	padding-top: 10px;
}

.page-nav a {
	text-decoration: none;
	border-bottom: 1px solid #99ccff;
}

.page-nav a {
	color: #006699;
}

.page-nav a:hover {
	color: #333;
}


#html-tags-link {
	font-size: 13px;
	width: auto;
	margin-bottom: 0;
	padding: 6px 10px;
	background-color: #efefef;
}

#html-tags-link a {
	color: #555;
	font-weight: bold;
	border: none;
	outline: none;
}

#html-tags-link a:hover {
	color: #333;
}

#html-tags-link img {
	border: none;
}

.link-open {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomright: 0;
	-khtml-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-khtml-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.link-closed {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#html-tags {
	font-size: 13px;
	margin-top: 0;
	padding: 10px;
	line-height: 18px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-khtml-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	background-color: #eee;
}

.tags-open { display: block; }

.tags-closed { display: none; }


/** Sidebar **/

#sidebar {
	font-size: 13px;
	width: 260px;
	margin: 0;
	padding: 24px 28px 10px 20px;
	float: right;
}

#sidebar a {
	color: #ff8c00;
	text-decoration: none;
	border-bottom: 1px solid #ffcc33;
}

#sidebar a:hover {
	color: #cc6600;
}

.sidebar-section {
	color: #666;
	padding: 21px 20px 0 20px;
	background: #fff url('images/blue_steel_sidebar_top.jpg') no-repeat top center; 
}

.sidebar-section h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #6699cc;
	/* text-shadow: 0 1px 1px #ccc; */
}

.sidebar-section ul,
.sidebar-section ol,
.sidebar-section p {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.sidebar-section-bottom {
	margin-bottom: 12px;
	height: 15px;
	background: #fff url('images/blue_steel_sidebar_bottom.jpg') no-repeat top center; 
}

#posts-menu {
	border: 1px solid #dddddd;
	border-bottom: none;
	margin: 10px 0;
}

#posts-menu a {
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

#posts-menu .head {
	background-color: #eee;
	height: 26px;
	padding: 0 0 0 4px;
	margin-bottom: 12px;
}

#posts-menu .tab {
	font-size: 12px;
	line-height: 1;
	float: left;
	padding: 5px;
	margin: 4px 0 0 0;
	outline: none;
}

#posts-menu .selected-tab {
	float: left;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-bottomright: 0;
	-khtml-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-khtml-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 5px 7px;
	margin: 3px 0 0 0;
	background-color: #fff;
}

#posts-menu .selected-tab a {
	color: #666;
}

#posts-menu .selected-tab a:hover {
	color: #444;
}

#recent-posts {
	display: block;
}

#popular-posts,
#highest-rated-posts {
	display: none;
}


/** Twitter **/

#twitter_update_list {
	padding: 0;
	margin: 0 0 5px 0;
}

#twitter_update_list li {
	padding: 0 0 5px 0;
	margin: 5px 0;
	background: none;
	border-bottom: 1px dotted #ddd;
}

#twitter_update_list a {
	color: #bbb;
	font-size: 9px;
	border: none;
	text-decoration: none;
}

#twitter_update_list a:hover {
	color: #999;
}

#twitter_update_list span a {
	color: #ff8c00;
	font-size: 13px;
	border-bottom: 1px solid #ffcc33;
}


#twitter_update_list span a:hover {
	color: #cc6600;
}

a#twitter-link {
	color: #006699;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	font-style: normal;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 1px solid #99ccff;
	background: url('images/more.gif') no-repeat right -96px;
	zoom: 1;
	*background-position: right -94px;
}

a#twitter-link:hover {
	color: #333;
	background-position: right 4px;
	*background-position: right 6px;
}

.twitter_follow_me {
	display: inline-block;
	margin-top: 7px !important;
	border: none !important;
}

.twitter_follow_me img {
	border: none !important;
}


/** Footer **/

#footer {
	width: 100%;
	height: 420px;
	clear: both;
	background: #006699 url('images/blue_steel_footer_bg.jpg') repeat-x top left;
}

#footer-inside-wrap {
	width: 870px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 40px;
}

.footer-section {
	width: 274px;
	height: 276px;
	padding: 0;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #336699;
	background: #6699cc url('images/blue_steel_footer_section.jpg') no-repeat top center; 
}

.footer-section a {
	text-decoration: none;
	border-bottom: 1px solid #6699cc;
}

.footer-section a {
	color: #336699;
}

.footer-section a:hover {
	color: #333;
}

.footer-section h2 {
	margin: 0;
	padding: 20px;
	padding-bottom: 0;
	font-size: 20px;
	color: #6699cc;
	color: #336699;
	text-shadow: 1px 1px 1px #eee;
}

.footer-section ul,
.footer-section ol,
.footer-section p {
	margin: 10px 20px 0 20px;
	padding: 0;
}

.footer-section ul li {
	background: url('images/blue_steel_list_footer.png') no-repeat 0 6px;
}

.footer-section p {
	font-size: 14px;
	line-height: 21px;
}

.footer-section img {
	float: left;
	margin: 5px 11px 7px 0;
	padding: 5px;
	border: 1px solid #6699cc;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #d5dfe7;
}


.footer-section .social-links {
	margin: 10px auto;
	padding-left: 1px;
	width: 220px;
}

.footer-section .social-links img {
	margin: 5px;
	padding: 4px;
}


.footer-section .social-links img:hover {
	border-color: #336699;
}

#copyright {
	color: #eee;
	text-align: center;
	clear: both;
}

#copyright a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

#copyright a:hover {
	color: #fff;
}

#top-link {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#top-link a {
	color: #006699;
	text-decoration: none;
	line-height: 30px;
	padding: 5px;
}

#top-link a:hover {
	color: #fff;
}

#top-link span {
	font-size: 20px;
}


/** Positioning, etc. **/

.align-left, .alignleft {
	float: left !important;
	margin: 4px 15px 10px 0 !important;
}

.align-right, .alignright {
	float: right !important;
	margin: 4px 0 10px 15px !important;
}

.align-center, .aligncenter {
	position: relative !important;
	margin: 4px auto 10px auto !important;
}

.align-none, .alignnone {
	float: none !important;
	margin: 5px !important;
}

.no-border {
	border: none;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.bold {
	font-weight: bold;
}


/** Feedback **/

.caution {
	color: #EE9900;
	background-color: #FFFFCC;
	background-image: none;
	border: 1px solid #FFCC99;
}

.error {
	color: #CC0000;
	background-color: #F9E1E1;
	background-image: none;
	border: 1px solid #EAAEAE;
}

.success {
	color: #006600;
	background-color: #EDF9E2;
	background-image: none;
	border: 1px solid #CCEBAD;
}

div.caution, div.error, div.success {
	padding: 0 10px;
	margin: 13px 0 10px 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p.caution, p.error, p.success {
	clear: both;
	margin: 3px 0 3px 0;
	padding: 5px;
	padding-left: 22px;
	border: none;
}

p.caution {
	background: url(images/caution.gif) 0 5px no-repeat;
}

p.error {
	background: url(images/error.gif) 0 5px no-repeat;
}

p.success {
	background: url(images/success.gif) 0 5px no-repeat;
}


/** Comments **/
	
.commentlist {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.commentlist ol {
	margin: 0;
	padding: 10px;
}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 10px;
	list-style: none;
}

.commentlist li ol li,
.commentlist li ul li {
	margin: 15px 0 0 20px;
	padding: 0;
	list-style-image: none;
	background-image: none !important;
}

.commentlist p {
	margin: 10px 0;
	padding: 0;
	clear: both;
	font-weight: normal;
	text-transform: none;
}

.commentlist li .avatar { 
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.commentlist .alt .avatar {
	background-color: #eee;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 40px;
}

.comment-author {
	width: 65%;
	float: left;
}

.comment-meta {
	width: 35%;
	float: right;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	display: block;
}

.alt {
	margin: 0;
	padding: 10px;
}

.children { 
	margin: 0;
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
	
.thread-alt {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
	
.thread-even {
	background: #efefef;
	margin: 0px;
	padding: 0px;
}
	
.depth-1 {
	border: 1px solid #efefef;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
	padding: 0px;
}

.even { border-color: #ddd }



