/*  
Theme Name: iWPhone-by-ContentRobot
Theme URI: http://www.contentrobot.com/
Description: This theme and plugin, by <a href="http://www.contentrobot.com/">ContentRobot</a>, automatically reformats your blog's content for optimized viewing on Apple's <a href="http://www.apple.com/iphone/">iPhone</a> and <a href="http://www.apple.com/ipodtouch/">iPod touch</a>. Note: It is not necessary to set this theme as the current theme.
Version: 0.1.2
Author: Dana Rockel
Author URI: http://www.contentrobot.com/
*/

/* Common */
body {
	background-color: #fff;
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed {
	margin: 0px;
	padding: 0px;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix { /*IE7 fix*/
	display: inline-block;
}
.clearfix {
	display: block;
}

	
/* Structure */
#pagewrapper {
	text-align: left;
	font-size: 11px;
	background-color: #fff;
	margin: 0px auto;
	width: 100%;
}
#headerwrapper {
	text-align: center;
	/*background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	height: 60px;*/
	background-color: #0872ba;
}
#headerimg {
	padding: 10px;
	background-image: url(images/gloss.png);
	background-repeat: repeat-x;
	color: #fff;
}
#headerwrapper h1, #headerwrapper h1 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.3) 0px 2px 2px;
}
#headerwrapper #description {
	color: #fff;
	font-size: 12px;
}
#mainwrapper {
}
#maincontent {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer {
	background-color: #0872ba;
	text-align: center;
	padding: 10px;
	font-size: 9px;
}
#footer p {
	color: #fff;
}
#footer a {
	color: #000;
}
#footer a:hover, #footer a:active {
	color: #fff;
}

/* Main Content */
#maincontent .post {
	border-top: 1px solid #ccc;
	background-image: url(images/top-shadow.png);
	background-repeat: repeat-x;
}
#maincontent .posthit {
	padding: 10px 0px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 98% 12px;
	cursor: pointer;
}
#maincontent .posthit:active {
	background-image: url(images/arrow-active.png);
	background-repeat: no-repeat;
	background-position: 98% 12px;
	cursor: pointer;
}
#maincontent .postnohit {
	padding: 10px 0px;
}
#maincontent h2.thetitle, #maincontent h2.thetitle a, #maincontent h2.thetitlesingle, #maincontent .postpage h2.thetitle {
	font-size: 14px;
	line-height: 16px;
	display: block;
	width: 80%;
	color: #0872ba;
	text-decoration: none;
	margin: 0px 10px 5px;
}
#maincontent h2.thetitlesingle {
	width: 100%;
}
#maincontent .postinfo {
	color: #666;
	font-size: 9px;
	margin: -2px 10px 5px;
}
#maincontent .entry, #maincontent .entrytext {
	display: block;
	color: #000;
	font-size: 12px;
	margin: 5px 10px 0px;
}
#maincontent a.readmore {
	/*text-decoration: none;
	color: #000!important;
	background-color: #ccc;
	padding: 2px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;*/
}
#maincontent .postmetadata {
	color: #000;
	display: block;
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 10px 10px 0px;
	-webkit-border-radius: 10px;
}
#maincontent .postmetadata a {
	text-decoration: none;
}
#maincontent .postmetadata a:active {
	text-decoration: underline;
}

/* Main Content Elements */
#maincontent a {
	color: #0872ba;
}
#maincontent a:active {
	color: #000;
}
#maincontent p {
	margin-bottom: 10px;
}
#maincontent blockquote {
	color: #666;
	font-style: italic;
}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin-bottom: 5px;
}
#maincontent ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#maincontent ol {
	margin-left: 25px;
	margin-bottom: 10px;
}

/* Comments */
#maincontent .commentwrapper {
	margin: 10px 10px;
}
h3#comments {
	color: #333;
}
#maincontent h3#respond {
	font-size: 12px;
}
#maincontent ol.commentlist li.alt {
	background-color: #eee;
}
#maincontent .commentmetadata {
	color: #666;
	margin-bottom: 5px;
	font-size: 9px;
}

/* Pages */
h2.pagetitle {
	color: #666;
	font-size: 16px;
	margin: 10px 10px 10px!important;
}

/* Previous and Next Navigation */
#maincontent .prevnextnavigation {
	margin: 10px;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* Images */
.leftimg {
	margin: 0 10px 5px 0 !important;
	padding: 3px;
	border: 1px solid #666;
	float: left;
}
.rightimg {
	margin: 0 0 5px 10px !important;
	padding: 3px;
	border: 1px solid #666;
	float: right;
}
.nowrapimg {
	margin: 10px 10px 10px 0px !important;
	padding: 3px;
	border: 1px solid #666;
}	
.featuredimg {
	margin: 10px !important;
	padding: 3px;
	border: 1px solid #666;
}		
.plainimg {
	margin: 0px !important;
	padding: 3px;
	border: 1px solid #666;
}