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

/* @override http://24.36.119.47:9098/wp-content/plugins/wptouch/themes/default/style.css */

/*  
Theme Name: WPtouch Mobile Plugin & Theme For WordPress
Theme URI: http://www.bravenewcode.com/wptouch/
Description: A slick theme for your blog or website that is shown only when visitors are using an iPhone/iPod touch.
Author: Dale Mugford and Duane Storey
Author URI: http://www.bravenewcode.com/
	
	This theme was designed and built by Dale Mugford and Duane Storey,
	whose site you will find at http://www.bravenewcode.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Body and Theme-Wide Elements */

input {
	max-width: 96%;
}

iframe {
	max-width: 100% !important;
	height: auto !important;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Helvetica;
	-webkit-text-size-adjust: none;
}

a:active {
	color: #bf0000;
}

ul {
	margin: 0;
	padding: 0 20px 0 20px;
	list-style-type: circle;
	list-style-position: outside;
}

ol {
	margin: 0;
	padding: 0 25px 0 20px;
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #555;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
	text-align: left;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}

blockquote {
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	background: #eee url(images/quotes.png) no-repeat right -2px;
	text-align: left;
	margin: 5px 1px;
}

.clearer {
	clear: both;
}

/* @end */

.result-text {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}

.result-text-page {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 25px;
}

/* @group Header */

#blogtitle {
	text-shadow: #242424 -1px -1px 1px;
	height: 35px;
	padding-top: 10px;
	padding-left: 10px;
	display: block;
}

#blogtitle img {
	position: relative;
	margin-right: 5px;
	max-width: 30px;
	-webkit-border-radius: 4px;
	bottom: 2px;
	float: left;
	width: 30px;
	height: 30px;
}

#drop-fade {
	width: 100%;
	display: block;
	text-align: right;
	position: relative;
	padding: 4px 0 2px;
	opacity: 0.98;
	-webkit-box-shadow: #555 -5px 2px 5px;
	margin: 0;
}

#drop-fade a {
	color: #eee;
	font-size: 14px;
	position: relative;
	bottom: 4px;
	margin-right: 15px;
}

#drop-fade img {
	position: relative;
	top: 5px;
}

/* @group Categories */

#wptouch-cats {
	margin: 0;
	width: 100%;
	position: relative;
	bottom: 1px;
	background: #181818 no-repeat;
	opacity: 0.97;
	-webkit-box-shadow: #555 -5px 2px 5px;
	padding: 0;
}

#catsmenu-inner ul {
	margin: 0;
	padding: 2px 0 0;
	list-style-type: none;
	position: relative;
}

#catsmenu-inner li {
	border-bottom: 1px solid #2d2d2d;
	margin: 0;
	background: url(images/arrow.png) no-repeat right center;
	padding: 9px 20px 7px 10px;
	text-transform: capitalize;
}

#catsmenu-inner li:hover {
	background-color: #222;
}

#catsmenu-inner a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-shadow: #000 1px 1px 0;
	color: #eee;
	margin: 0;
	padding: 4px 0;
	width: 93%;
}

#catsmenu-inner img {
	float: left;
	position: relative;
	bottom: 7px;
	width: 28px;
	padding-right: 10px;
	right: 1px;
	margin-bottom: 3%;
}

/* @end */

/* @group Login */

#wptouch-login {
	background: url(images/search-back.png) repeat-x;
	text-align: center;
	height: 39px;
	position: relative;
	bottom: 0;
	border-bottom: 1px solid #555;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: #555 -5px 2px 5px;
}

#wptouch-login input#log {
	margin-right: 3px;
	width: 33%;
	-webkit-border-radius: 10px;
	padding: 3px;
	font-size: 13px;
	color: #222;
	font-weight: bold;
	margin-top: 6px;
}

#wptouch-login input#pwd {
	width: 33%;
	margin-right: 5px;
	-webkit-border-radius: 10px;
	padding: 3px;
	font-size: 13px;
	color: #222;
	font-weight: bold;
}

#wptouch-login input#logsub {
	-webkit-border-radius: 10px;
	border: 1px solid #adadad;
	font-size: 13px;
	color: #222;
	background-color: #fff;
	padding: 3px;
	width: 60px;
	height: 23px;
}

/* @end */

/* @group Search */

#wptouch-search {
	background: url(images/search-back.png) repeat-x;
	text-align: center;
	height: auto;
	position: relative;
	bottom: 1px;
	border-bottom: 1px solid #555;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: #555 -5px 2px 5px;
}

#wptouch-share {
	background: url(images/search-back.png) repeat-x;
	text-align: center;
	height: auto;
	position: relative;
	bottom: 1px;
	border-bottom: 1px solid #555;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: #555 -5px 2px 5px;
}

input#s {
	-webkit-border-radius: 10px;
	border: 1px solid #475d79;
	padding: 3px;
	width: 65%;
	font-size: 13px;
	color: #222;
	margin-right: 3px;
	text-align: left;
	margin-top: 6px;
}

input#ssubmit {
	-webkit-border-radius: 10px;
	border: 1px solid #adadad;
	font-size: 13px;
	color: #222;
	background-color: #fff;
	padding: 3px;
	width: 67px;
	height: 23px;
	margin-top: 6px;
}

/* @end */

/* @group DropDown Menu */

#dropmenu {
	margin: 0;
	width: 100%;
	position: relative;
	xbottom: 1px;
	background: #181818 no-repeat;
	opacity: 0.97;
	-webkit-box-shadow: #555 -5px 2px 5px; 
	padding: 0;
	z-index: 1;
}

#dropmenu-inner ul {
	margin: 0;
	padding: 0;
	xlist-style-type: none;
	xposition: relative;
}

#dropmenu-inner li {
	border-bottom: 1px solid #2d2d2d;
	margin: 0;
	background: url(images/arrow.png) no-repeat right center;
	padding: 9px 20px 7px 10px;
	text-transform: capitalize;
}

#dropmenu-inner a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-shadow: #000 1px 1px 0;
	color: #eee;
	margin: 0;
	padding: 4px 0;
	width: 93%;
}

#dropmenu-inner li:hover {
	background-color: #222;
}

#dropmenu-inner img {
	float: left;
	position: relative;
	bottom: 7px;
	width: 28px;
	margin-right: 10px;
	right: 1px;
	margin-bottom: 3%;
}

/* @end */

/* @end */

/* @group Index Page */

.post {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 12px;
	xposition: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

a.post-arrow {
	width: 22px;
	height: 20px;
	float: right;
	margin-top: 3px;
	padding: 0;
	background: url(images/post-arrow.jpg) no-repeat;
}

a.post-arrow-down {
	width: 22px;
	height: 20px;
	float: right;
	margin-top: 3px;
	padding: 0;
	background: url(images/post-arrow-down.jpg) no-repeat;
}

a.h2 {
	color: #222;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	text-align: left;
	width: 93%;
	letter-spacing: -1px;
	font: bold 16px/18px Helvetica, sans-serif;
	margin-bottom: 0;
}

.mainentry {
	color: #444;
	padding: 7px 0 0;
	line-height: 145%;
	display: block;
	overflow: hidden;
}

.mainentry li {
	border-bottom-style: dashed;
}

.mainentry img {
	max-width: 277px;
	height: auto;
}

/* @group Calendar CSS Icons */

.comment-bubble {
	background: url(images/unread-com.png) no-repeat;
	width: 25px;
	height: 21px;
	opacity: 1;
	padding-top: 5px;
	text-align: center;
	float: left;
	position: relative;
	color: #fff;
	z-index: 9;
	left: 13px;
	padding-left: 0;
	top: 2px;
	font: bold 12px Helvetica, Arial-BoldMT, Geneva, sans-serif;
	letter-spacing: -1px;
	text-shadow: #871521 -1px -1px 1px;
	padding-right: 0;
	margin-left: 0;
}

.comment-bubble-big {
	background: url(images/unread-com-triple.png) no-repeat;
	width: 30px;
	height: 20px;
	opacity: 1;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
	float: left;
	display: inline;
	position: relative;
	color: #fff;
	z-index: 9;
	left: 15px;
	padding-left: 0;
	letter-spacing: -1px;
	font-weight: bold;
	top: 5px;
}

.calendar {
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 0;
	border: 1px solid #c7c7c7;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 9px;
	top: 3px;
	float: left;
	-webkit-box-shadow: #c7c7c7 1px 1px 4px;
}

.cal-month {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	text-shadow: #67727f 1px -1px 0;
	border-bottom: 1px solid #f3f3f3;
	text-transform: uppercase;
	padding: 3px 10px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 1px;
}

.cal-date {
	color: #111;
	background-color: #e9e9e9;
	text-shadow: white -1px -1px 1px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 9px;
	letter-spacing: -1px;
	font: bold 18px "Arial Rounded MT Bold", Helvetica, Geneva, sans-serif;
	padding: 2px 0 3px;
	text-align: center;
}

/* @group Cal Month Colors */

.month-01 {
	background-color: #767c8f;
}

.month-02 {
	background-color: #345abe;
}

.month-03 {
	background-color: #37838d;
}

.month-04 {
	background-color: #55b06c;
}

.month-05 {
	background-color: #90d2fe;
}

.month-06 {
	background-color: #8d68b1;
}

.month-07 {
	background-color: #fb9848;
}

.month-08 {
	background-color: #639a37;
}

.month-09 {
	background-color: #a04262;
}

.month-10 {
	background-color: #1d4362;
}

.month-11 {
	background-color: #4d1d77;
}

.month-12 {
	background-color: #af1919;
}

/* @end */

/* @end */

.post-author {
	color: #555;
	font-size: 9px;
	line-height: 11px;
	position: relative;
	float: left;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	width: 75%;
	height: auto;
}

.post-author span.lead {
	font-weight: normal;
	font-style: normal;
}

.post-author a {
	padding-top: 1px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.post-dropper {
	position: relative;
	z-index: 1;
	bottom: 1px;
	left: 30px;
	display: none;
	float: left;
}

.post-spacer {
	height: 10px;
	clear: both;
}

/* @group Ajax */

.ajax-load-more {
	display: block;
	text-align: center;
	margin-top: 15px;
}

img.spin {
	margin-right: 5px;
	position: relative;
	margin-bottom: -3px;
}

a.ajax {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}

/* @end */

/* @group Image Gallery */

/* @end */

/* @group Post Page Mav */

.post-page-nav {
	background-color: #eee;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin-top: 5px;
}

.post-page-nav a {
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffde63;
	background-color: #f3f3f3;
}

/* @end */

/* @end */

/* @group Single Post Page */

.singlecut {
	margin-top: 0;
	padding-top: 0;
}

a.sh2 {
	letter-spacing: -1px;
	text-align: left;
	margin: 0;
	padding: 0 0 2px;
	font: normal bold 19px/20px Helvetica, sans-serif;
	color: #222;
	display: block;
}

#singlentry {
	line-height: 145%;
	color: #343434;
	display: block;
	padding-top: 5px;
	overflow: hidden;
}

.single-post-meta-top {
	text-align: left;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}

.single-post-meta-bottom {
	text-align: left;
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	padding: 10px;
	font-weight: bold;
	line-height: 14px;
	background-color: #eee;
	margin: 5px -10px;
}

.single-links {
	position: relative;
	top: 5px;
}

.single-mail-left {
	float: left;
}

.single-bookmark-right {
	float: right;
}

img.small {
	position: relative;
	top: 2px;
}

.navigation {
	display: block;
	clear: both;
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background: #fff repeat-x;
	margin: 10px;
	padding: 4px 5px 12px;
	line-height: 16px;
}

.navigation a {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 2px;
}

.navigation img {
	position: relative;
	top: 6px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#singlentry .wp-caption {
	text-align: center;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	max-width: 100% !important;
	height: auto !important;
}

#singlentry .gallery {
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: auto !important;
}

#singlentry .gallery dl.gallery-item img.attachment-thumbnail {
	padding: 3px;
	margin: 10px;
	width: 50% !important;
	height: auto;
}

#singlentry .gallery dl.gallery-item {
	margin: 0;
}

#singlentry .gallery dl.gallery-item dt.gallery-icon {
	margin: 0;
}

#singlentry .gallery dl.gallery-item dd.gallery-caption {
	font-size: 11px;
	color: #555;
}

/* @group Social Bookmarking */

#bookmark-box {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	margin: 10px;
	background-color: #fff;
}

#bookmark-box img {
	float: left;
	margin-right: 4px;
	position: relative;
	bottom: 4px;
	right: 3px;
	width: 24px;
}

#bookmark-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bookmark-box li {
	clear: both;
	border-bottom: 1px solid #adadad;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#bookmark-box li a {
	display: block;
	padding: 13px;
	color: #222;
	font-size: 13px;
	font-weight: bold;
}

#bookmark-box li.noborder {
	border-bottom-style: none;
}

/* @end */

/* @end */

/* @group Pages */

.page h2 {
	font-size: 20px;
	letter-spacing: -1px;
	text-align: left;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 42px;
	position: relative;
	bottom: 5px;
}

.page-title-icon {
	float: left;
	margin-right: 10px;
	position: relative;
	bottom: 11px;
	padding-top: 3px;
}

.pageentry {
	color: #444;
	padding: 2px 0 0;
	line-height: 145%;
	display: block;
}

.pageentry li {
	list-style-type: none;
}

img.pageicon {
	position: relative;
	top: 2px;
	margin-right: 2px;
	max-width: 30px;
}

.pageentry .wp-caption {
	text-align: center;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	max-width: 100% !important;
	height: auto !important;
}

/* @group Links */

#wptouch-links {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}

#wptouch-links a {
	color: #222;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wptouch-links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#wptouch-links li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	color: #222;
	display: block;
	margin: 0;
	background: url(images/arrow.png) no-repeat right center;
	padding: 2px 0;
}

#wptouch-links img {
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	position: relative;
	top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

/* @end */

/* @group Photos */

#wptouch-flickr {
	text-align: center;
	margin-left: 1px;
}

#wptouch-flickr img {
	padding: 2px;
	border-bottom: 1px solid #666;
	background-color: #999;
	margin: 3px;
	width: 55px;
	height: 55px;
}

/* @end */

/* @group Archives */

#wptouch-tagcloud {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	text-align: justify;
	text-transform: capitalize;
	line-height: 150%;
}

#wptouch-archives {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}

#wptouch-archives a {
	color: #222;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wptouch-archives a:hover {
	color: #006bb3;
}

#wptouch-archives ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#wptouch-archives li {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	color: #222;
	display: block;
	margin: 0;
	padding: 0;
	background: url(images/arrow.png) no-repeat right center;
}

/* @end */

/* @group 404 */

#fourohfour {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

/* @end */

/* @end */

/* @group Comments */

#comment_wrapper {
	margin-left: 10px;
	margin-right: 10px;
	color: #444;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}

#comment_wrapper ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comment_wrapper li {
	margin-bottom: 10px;
}

.comwrap {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	padding: 5px;
}

.comtop {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 0 5px;
	margin: 5px 0 0;
}

.combody {
	padding: 0 5px;
	margin: 0;
	position: relative;
	bottom: 4px;
	text-align: justify;
	font-size: 13px;
	overflow: hidden;
}

.comdater {
	font-size: 12px;
	color: #adadad;
	letter-spacing: 0;
	font-weight: normal;
	font-style: normal;
}

.gravatar {
	position: relative;
	margin-right: 5px;
	padding: 0px;
	float: left;
}

.avatar {
	position: relative;
	margin-right: 5px;
	padding: 0px;
	float: left;
}

/* @end */

/* @group Leaving A Comment */

h3#comments, h3#respond {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	letter-spacing: -1px;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 20px;
}

#preview {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #475d79;
	text-align: center;
	margin-bottom: 10px;
}

#preview h2 {
	font-size: 12px;
	color: #eee;
	margin: 0;
	padding: 7px;
}

p.logged {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 2px;
}

#comment_wrapper form#commentform input#submit {
	color: #555;
	font-weight: bold;
}

textarea#comment {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	font-size: 13px;
	color: #444;
	height: 110px;
	width: 98%;
	padding: 3px;
}

#loading {
	position: relative;
	background-color: #b1cbff;
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	opacity: 0.75;
	z-index: 9;
	margin: 0;
	bottom: 175px;
	text-align: center;
	width: 98%;
	height: 63px;
	max-width: 453px;
	padding: 51px 3px 1px;
}

form#commentform input {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	padding: 3px;
	margin: 0;
	font-size: 13px;
	color: #444;
	width: 170px;
}

form#commentform input#submit {
	width: 25%;
}

form#commentform small {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 12px;
	font-weight: bold;
}

#refresher {
	-webkit-border-radius: 8px;
	padding: 5px;
	border: 1px solid #adadad;
	background-color: #475d79;
	color: #eee;
	font-weight: bold;
}

#refresher a {
	color: #8aceff;
}

p.subscribe-to-comments {
	padding: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: 1px solid #adadad;
}

p.subscribe-to-comments input#subscribe {
	padding-right: 3px;
}

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	color: #475d79;
	font-size: 11px;
	font-weight: bold;
	text-shadow: #eee 1px 1px 0;
	padding-bottom: 5px;
	margin-top: 50px;
}

/* @group Switch Link */

#wptouch-switch-link {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	max-width: 278px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	color: #222;
	position: relative;
	clear: both;
}

img.wptouch-switch-image {
	position: absolute;
	right: 10px;
	height: 22px;
	top: 8px;
}

/* @end */

/* @end */

/* @group Plugin Compatibility CSS */

/* @group Intense Debate */



/* @end */

/* @group WPtouch Adsense area */

.wptouch-adsense-ad {
	-webkit-border-radius: 8px		!important;
	border: 1px solid #adadad		!important;
	background-color: #fff				!important;
	display: block							!important;
	margin-bottom: 15px				!important;
	max-width: 100%						!important;
	padding: 5px							!important;
	text-align: left						    !important;
	font-size: 12px						!important;
}

/* @end */

/* @group Peter's Anti Spam Support */

#secureimgdiv img#cas_image {
	-webkit-border-radius: 2px	!important;
	border: 1px solid #adadad	!important;
	width: auto							!important;
	height: 21px							!important;
	float: left								!important;
}

#secureimgdiv p label {
	color: #475d79;
	text-shadow: #eee 1px 1px 0;
	font-size: 14px;
	font-weight: bold;
}

#secureimgdiv p small {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	text-align: justify;
}

#secureimgdiv p input#securitycode {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	padding: 3px;
	margin: 0 0 0 0;
	font-size: 13px;
	color: #444;
	width: 101px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
}

/* @end */

/* @group YouTube */

object {
	max-width: 100% !important;
	max-height: auto !important;
}

/* @end */

/* @group Ribbon Manager Plugin Override */

a#ribbon {
	display: none !important;
}

/* @end */

/* @group Disqus */

#disqus_thread .dsq-auth-header {
	margin-top: -35px;
}

h3#dsq-add-new-comment {
	color: #475d79;
	text-shadow: #eee 2px 1px 1px;
	letter-spacing: -1px;
	font-size: 16px;
	position: relative;
	bottom: 10px;
}

.dsq-by img {
	display: none;
}

.dsq-authenticated-pic img.dsq-post-avatar {
	width: 24px;
	height: 24px;
}

#disqus_thread {
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background-color: #fff;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
}

#disqus_thread .dsq-authenticated ul li {
	font-weight: bold;
	position: relative;
	left: 5px;
}

#disqus_thread a#dsq-options-toggle {
	float: right;
}

a.dsq-brlink {
	text-align: center;
	display: block;
	margin-top: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @end */

/* @group Javascript Off */

a.search-close {
	float: right;
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #555;
	background: #444;
	-webkit-border-radius: 2px;
	margin-right: 3px;
}

#dropmenu-inner li.noarrow, #wptouch-cats li.noarrow {
	border-bottom: 0px;
	margin: 0;
	background: none;
	padding: 9px 20px 7px 10px;
}

#dropmenu-inner li.noarrow img, #wptouch-cats li.noarrow img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
}

.main-navigation {
	display: block;
	-webkit-border-radius: 8px;
	border: 1px solid #adadad;
	background: #fff repeat-x;
	margin: 10px;
	clear: both;
	height: 30px;
	padding: 4px;
}

.main-navigation a {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 2px;
}

.main-navigation img {
	position: relative;
	top: 6px;
}

/* @end */

/* @group Post / Page Images */

#singlentry img {
	max-width: 100% !important;
	height: auto !important;
}

.pageentry img {
	max-width: 100% !important;
	height: auto !important;
}

/* @end */

/* @group Text Options */

.full-justified {
	text-align: justify;
}

.left-justifed {
	text-align: left;
}

.small-text {
	font-size: 1.1em;
}

.medium-text {
	font-size: 1.2em;
}

.large-text {
	font-size: 1.3em;
}

/* @end */

/* @group Background Options */

.classic-wptouch-bg {
	background: url(images/pinstripes-classic.gif) repeat;
}

.horizontal-wptouch-bg {
	background: url(images/pinstripes-horizontal.gif) repeat;
}

.diagonal-wptouch-bg {
	background: url(images/pinstripes-diagonal.gif) repeat;
}

/* Added */

#info_image {
	text-align:right;
	}

p {
	margin:0;
	padding:0;
}

H2 a {
	color:#000000;
	}
	
#sel_share {
	padding-bottom: 10px;
	}
	
.paragraphSpacer {
	margin: 10px;
	}
	
.otherItemBox {
	margin-top: 10px;
}

#mobile_google_ads {
margin-bottom: 10px;

}

.calendar, .comment-bubble, .post-spacer, .single-post-meta-bottom, .single-links, .navigation, .h3#comments, h3#respond, #comment_wrapper, .single-post-meta-top, .result-text-page, #wptouch-links, p #switch-footer-links, .complexListingTitle, .complexListingOverline, .feedflare, .video, .slideshow, .articlePosition2 h1, .articlePosition3, .articlePosition4, .articleViewerGroup, .documents, .pageentry ul {
	display:none;
	}

a , img, img a {
	border:none;
	}
	
#catsmenu-inner ul li {
	margin:0;
	}
	
	
.pageentry hr {
height:1px;
background-color:#999999
	}


.pageentry_head1 {
	font-size: 20px;

	background-color:#CCCCCC;
	font-weight:bold;

	text-align:center;
	padding: 7px 0px 7px 0px;
	}
	
.pageentry_head2 {
	font-size: 18px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	
	}
	
.pageentry p {

	margin:0;
	padding:0;
	padding: 5px 0px 5px 0px;
	}
	
.pageentry img {
	margin: 0px 0px 5px 0px;


}

.articleImageBox img {
	border: 1px solid #000;
	}

.xwp-image-65 {
	xpadding: 5px 0px 0px 5px;
	xborder: 1px solid #fff;
	}
	
.complexListingItemPhotoCredit {
	font-size: 8px;
	text-align: right;
	margin-top: -8px;
	}
	
.listingItemTitle {
	font-size: 16px;
	font-weight:bold;
	text-align:left;
}


.listingArticleBlurb ul {

	xmargin-top: -10px;
	xmargin-bottom: 15px;
	xborder: 1px solid #000;

}
.listingItemDateWithBlurb {
	font-size: 10px;

}

.complexListingSubTitle {
	font-size: 11px;
	color:#666666;
	}
	
.rssLinkListItemTitle {
	font-size: 13px;
	font-weight: bold;
	}
	
.complexListingBox {
	xxmargin-bottom: -30px;
}

.pageentry, .pageentry li {
	xmargin-bottom: -25px;
	xmargin-top: 50px;
	font-size: 14px;
	}
	
br {
line-height: 0px;
}

#articleTitle, H1{
	padding:0;
	margin:0;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 20px;

}

#articleDate {

	font-size: 10px;

}

.articleImage img, .articleImageCaption {

	width: 287px;
    vertical-align: top;
	margin: 3px 0px 3px 0px;
	
	}
	
.articleImageCaption { 
	width: 28px;
}
	
.articleImageCaption {
	font-size: 10px;
	margin-top: -2px;
	line-height: 10px;
	
	}
	
#articleBody {
	xmargin-top: -15px;
	
	
	}
	
.postlink-local {
	max-width: 20px;
	}
	
.related_stories {
	font-size: 14px;
}

.related_stories_title {
	padding-bottom: 3px;
	width: 75%;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	}
	
embed {
	display:none;
	}
	
#footer {
	xtext-align: center;
	xcolor: #475d79;
	xfont-size: 11px;
	xfont-weight: bold;
	xtext-shadow: #eee 1px 1px 0;
	xpadding-bottom: 5px;
	margin-top: 10px;
}

	
/* Comment modifications */

.postprofile, .profile-icons, .signature, H3 a, .postvotes, .breadcrumb, .reply-icon, .search-box, .author img, .back2top, .navbar, #viewtopic, #jumpbox, .topic-actions, .left-box left {
	display:none;
	}
	
#footer H3 a {
	display:inline;
	}
	
.listing5Image {
	border: 1px solid #000;
	}
	
/* Search modifications */

.fastnewsinfo3 {
	display:none;

}

#postLink {

	display:none;
}

.listNoImage {
	font-size: 13px;
	font-weight:normal;
	}
	
li.listNoImage {
	padding:0;
	margin:0;
	margin-bottom: 5px;
	}


/* Columnists mods */

.complexListingMoreHeadlines, .articleListingDivider, .articleOptions, #columnists .articleOverline {
	display:none;
	}

.pageentry img {
	max-width: 100%;
	height: auto;
}

.listingArticleBlurb {
	xborder: 1px solid #000;
	xwidth: 200px;
	xfont-size: 100px;
	}

#columnists img {

	min-width: 75px;
}

/* email form mods */
.form_text {
	color:#FFFFFF;
	}

/* @end */




/* End copied over from style.css */

.PhotoCredit {
	font-size: 8px;
	text-align: left;
	margin-top: -8px;
	}
	
.Photo img {
	border: 1px solid #000;
	}
	
.ArticleTitle {
	font-size: 20px;
	font-weight:bold;
	text-align:left;
}

.ArticleDate {
	font-size: 10px;
}

.rss_break {
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
	margin-top: 15px;
}

.articlePosition2, #sel_share, .isf-summary, .nav {
	display:none;
	}
	
#menubar {
	width: 100%;
	height: 50px !important;
	

	background: #222222 url(http://demo.mobileenhanced.com/denverpost/wp-content/plugins/wptouch/themes/default/images/head-fade-bk.png) repeat-x;
}

#blogtitle a {
	text-decoration: none;
	font: 21px HelveticaNeue-Bold, sans-serif;
	letter-spacing: -1px;
	position: relative;
	color: #eeeeee;
}
#dropmenu-inner a:hover {
	color: #006bb3;
}

#catsmenu-inner a:hover {
	color: #006bb3;
}

#drop-fade {
background: #333333;
}

a {
	text-decoration: none;
	color: #006bb3;
}

.mainentry, .pageentry, #wptouch-links, #wptouch-archives, #singlentry, .comwrap, #catsmenu-inner li, #dropmenu-inner li, #drop-fade a{
	-webkit-text-size-adjust: auto;
}

a.left-box.left {
	display:none;
	}
	
.rss_listing  ul{
	display:block;
	xborder: 1px solid #000;
	padding:0;
	margin:0;
}

.rss_listing  ul li {
list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
	
/* IE Hacks */

	
.articleImageBox img, .listing5Image {
   max-width:260px;
   width: expression(this.width > 260 ? 260: true);
} 