/*
THEME NAME: Red Pill
THEME URI: http://shinynewtoy.com/blog
DESCRIPTION: Theme for Shiny New Toy's blog. This theme is a mod of <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a> super awesome Sandbox theme.
VERSION: 1.2
AUTHOR: <a href="mailto:mail@shinynewtoy.com">Holly Hagen</a>
AUTHOR URI: http://shinynewtoy.com
*/

/* From Eric Meyer's Reset Reloaded */
@import url('css/reset.css');


/* I know, I know... this stylesheet is a mess. I will organizing it soon. Sorry guys! - Holly */
* {
	margin:0;
	padding:0;
}
html {
	font-size: 110%; /* IE hack */
	height: 100%;
}
body {
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #606458;
	height: 100%;
	background: #aa0000 url('_img/pattern_bg.gif') repeat;
}
a, a:visited {
	color: #24b099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 100px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
h1#blog-title {
	display:block;
	width:458px;
	height:140px;
	text-indent:-9009px;
	background: url('_img/blog-title.png');
	background-position: 0 10px;
	background-repeat: no-repeat;
}
h1#blog-title a {
	display:block;
	width:458px;
	height:140px;
	outline:none;
}
#blog-description {
	display:none;
}
/*div#access {
	display: none;
}*/
.banner {
	background: #e01111;
	height: 28px;
	position: absolute;
	width: 100%;
	z-index: 2;
	margin: 0;
}
#container, #primary {
	width: 730px;
	margin: 70px auto 0 auto;
}
#primary, /*#secondary*/ {
	width: 730px;
	margin: 50px auto 0 auto;
}
#primary h3 {
	color: #e59898;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: 0.75px;
	padding: 0 15px 10px 15px;
}
#primary li {
	list-style: none;
	font-size: 1.3em;
	border-bottom: 1px solid #da6262;
	padding: 10px 15px;
	color: #fff;
}
#primary li a, #primary li a:visited {
	color: #fff;
}
.post {
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	clear: both;
}
/*.home .post, */#content {
	background: #fff;
	border: 15px solid #f8f7ee;
	padding: 20px;
}
.single .post {
	border: none;
}
/*.home #content {
	background: none;
	border: none;
	padding: 0;
}*/
.post-left {
	width: 110px;
	margin: 20px 35px 0 0;
	float: left;
	font-size: 1.1em;
	line-height: 1.3em;
}
.avatar img {
	border: 5px solid #292323;
	margin: 0 5px 10px 5px;
}
.author a, .author a:visited {
	color: #514e4e;
	text-decoration: none;
	font-weight: bold;
}
.post-left li {
	list-style: none;
	padding: 6px 5px;
	border-bottom: 1px solid #ddd;
}
li.tags {
	border: none;
	margin: 20px 0 0 0;
}
h2.entry-title, h2.page-title {
	font-size: 3.0em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 0 5px 12px 5px;
	margin: 0;
}
h2.entry-title a, h2.entry-title a:visited {
	color: #494d40;
	text-decoration: none;
}
h2.entry-title a:hover {
	color: #606458;
}
.avatar img {
	border: 1px solid #ccc;
	margin: 0 5px 10px 5px;
	padding: 5px;
}
.author a, .author a:visited {
	color: #514e4e;
	text-decoration: none;
	font-weight: bold;
}
.post .entry-content {
	float: left;
	width: 490px;
	margin: 20px 0 0 0;
}
.entry-content {
	width:660px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0 0 5px;
}
.entry-content p {
	padding: 0 0 15px 0;}
	
.entry-content ul {
	margin: -6px 0 15px 0;
}

.entry-content li {
	margin: 0 0 6px 26px;
}

blockquote {
	background: url('_img/quote.gif') no-repeat;
	font-family: "Courier New", Courier, monospace;
	text-align: justify;
	margin-left: 25px;
	padding-left:25px;

}
p img {
	padding: 4px;
	max-width: 100%;
	border: 1px solid #ccc;
}
/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */
	
	img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}
/*.alignright {
	float: right;
}*/
/*.alignleft {
	float: left
}*/
/*.entry-meta {
	margin: 15px 0 0 0;
	color: #999;
	clear: both;
}*/
/*.entry-meta a, .entry-meta a:visited {
	color: #999;
}*/
/*.entry-meta a:hover {
	color: #514e4e;
}*/
.meta-sep {
	font-size: 0.8em;
	padding: 0 4px;
}
abbr {
	border: none;
}
#footer {
	width: 730px;
	margin: 80px auto 0 auto;
	border-top: 10px solid #990000;
	color: #fff;
	padding: 0;
}
#footer a, #footer a:visited/*, #contact a, #contact a:visited*/ {
	color: #fff;
}
#footer a:hover/*, #contact a:hover*/ {
	text-decoration: underline;
}
#footer h2 {
	font-weight: normal;
	font-size: 2.0em;
	padding: 0 0 10px 0;
}
/*#footer li {
	list-style: none;
	padding: 0 0 10px 0;
	font-size: 1.2em;
}*/
#alignLeft, #alignRight {
	width: 320px;
	float: left;
	padding: 0 20px 0 20px;
	margin: 30px 0 0 0;
	line-height: 1.5em;
}
#alignLeft {
	border-right: 1px solid #da6262;
}
.friendfeed {
	color: #fff !important;
}
.friendfeed a:link, .friendfeed a:visited, .friendfeed a:active {
	color: #fff;
!Important
}
.friendfeed div {
	margin: 0;
	padding: 0;
	border: 0;
}
.friendfeed .header {
	display: none;
}
.friendfeed .feed {
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}
.friendfeed .feed .child {
	margin-left: 23px;
}
/*.friendfeed .feed .entry div.icon {
	  background: #fff;
	}*/

	.friendfeed .feed .entry .info {
	color: #da6262 !important;
}
/*.friendfeed .feed .more {
	display: none;
}*/
/*#contact {
	background: #990000;
	padding: 10px 0 25px 0;
	margin: 40px 0 0 0;
	color: #fff;
}*/
/*#contactinfo {
	margin: 0 auto;
	width: 730px;
	font-size: 1.1em;
}*/

/*.conactright {
	margin: 0 0 0 240px;
}*/

#comments {
	margin: 20px 0 0 0;
	width: 430px;
	margin: 0 0 0 145px;
}
#comments h3 {
	color: #333;
	font-size: 1.6em;
	padding: 40px 0 10px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
	font-weight: normal;
}
form#commentform .form-label {
	margin: 16px 0 4px 0;
}
form#commentform span.required {
	background:#fff;
	color:red;
}
form#commentform, form#commentform p {
	padding:0;
}
input#author, input#email, input#url {
	width:50%;
}
input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
	border: 1px solid #ccc;
}
div.comments ol li {
	margin:0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}
.form-submit input {
	border: none;
	background: #e01111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform:uppercase;
	color: #fff;
	font-weight: bold;
	padding: 6px 6px 4px 6px;
	cursor:pointer;
}
.form-submit input:hover {
	background: #990000;
	color: #fff;
}
.comment-author, .comment-meta {
	display: inline;
}
#comments-list p {
	display: block;
	margin: 0 0 10px 80px;
	padding: 0 10px 10px 0;
}
.formcontainer {
	padding: 15px 0 0 0;
	font-size: 1.2em;
}
/*div#nav-above, div#nav-below {
	width:100%;
	height:1em;
}*/
/*div#nav-above {
	margin-bottom:1em;
}*/
/*div#nav-below {
	margin-top:1em;
}*/
/*.alignleft, div.nav-previous {
	float: left;
}*/
/*.alignright, div.nav-next {
	float: right;
}*/
div.comments ol .comment-author {
	font-weight: bold;
	font-size:110%;
}
div#trackbacks-list ol .comment-author {
	font-weight: normal;
	font-size:100%;
}
div#trackbacks-list ol .comment-author a {
	font-weight:bold;
}
/*div.comments ol li.bypostauthor {
	background:#dbe8f2;
	margin: 0;
	padding: 15px 10px 6px;
}*/
/*div.comments ol cite, div.comments ol cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}*/
div.comments ol p {
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}
span.required {
	color:#c30;
}
.comment-meta {
	display: block;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}
#search {
	width: 750px;
	margin: 0 auto;
	text-align: right;
}
#search #searchform {
	float: right;
	position: relative;
	z-index: 5;
	background: #990000;
	padding: 5px 5px 6px 5px;
	width: 250px;
}
#search #s {
	border: 1px solid #fff;
	width: 175px;
	padding: 3px 2px;
}
#search #searchsubmit {
	background: #d82836;
	border: none;
	font-size: 1.2em;
	color: #fff;
	padding: 2px 8px 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 2px;
	cursor: pointer;
}
#menu {
	margin: 0 -8px 8px 0;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 1.1em;
}
#menu a, #menu a:visited {
	color: #fff;
}
.rss {
	padding:  0 0 0 10px;
}
.rss:before {
	content: url('_img/01.png');
	padding: 0 6px 0 0;
}
#archives-page li {
	list-style: none;
	display: inline;
	font-size: 1.1em;
	line-height: 1.6em;
}
#archives-page ul {
	margin: 0 0 20px 0;
}
#archives-page li li:after {
	content: ' /';
	padding: 0 4px;
	color: #999;
}
.wp-tag-cloud a {
	font-size: 1.1em !important;
}

/*	-------------------------------------------------------------
	cForms Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.cform { 
	margin:0; 
	width: 650px; 
}

.cform fieldset	{ 
	border: none;
	background:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display: none;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}

.cform label {
	width:110px; 
	margin:4px 0 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.cform label span {
	width:110px; /* must be the same as above!*/
	display:block; 
}

/*label.cf-before {
	margin:4px 10px 0 0; 
}*/

/*label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}*/

/*label.cf-after span {
	width:115px;
	display:block;
}*/

/*label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}*/
/*label.cf-group-after span {
	width:72px;
	display:block;
}*/

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:4px;
	background: #fff; 
	border: 1px solid #ccc; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	color: #606458;
	font-size: 1.0em;
	margin: 0 0 15px 0;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#eee; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#eee; 
}

.cform textarea,
.cform input {
	width:300px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 6px;
	font-size:0.8em;
	display: -moz-inline-box; 
	vertical-align:top;
	color: #999;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
}
.cform input.sendbutton	{ 
	width:75px;  
	padding:5px; 
	margin: 0 0 0 110px;
	font-size:0.8em;
	background:#e01111;
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.cform input.sendbutton:hover {
	background: #990000;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


/* Similar Posts Styles */
#similar-posts {
	margin:0 0 0 145px;
	width:430px;
}

#similar-posts li {
	list-style: none;
	padding: 6px 5px;
}


#similar-posts h3 {
color: #333;
font-size: 1.6em;
padding: 40px 0 10px 0;
border-bottom: 1px solid #ddd;
margin: 0 0 10px 0;
font-weight: normal;
}


/**************************/
/* IntenseDebate CSS ******/

.idc-footer {
visibility:hidden;
}

/************************/
/* SuperFooter Columns  */
/************************/

#superfooter {
	background: #990000;
	padding: 10px 0 25px 0;
	margin: 40px 0 0 0;
	color: #DDDDDD;
	min-height: 200px;
}

#superfooter h2 {
	color: #E01111;
}
#superfooter a, #superfooter a:visited{
	color: #DDDDDD;
}
#superfooter a:hover, #superfooter a:hover {
	text-decoration: underline;
}

#superfooter li {
	list-style: none;
	padding: 6px 5px;
	/*border-bottom: 1px solid #ddd;*/
}

	div #superfooter-columns {
		margin: 0 auto;
		width: 730px;
		font-size: 1.1em;	
		width: 730px;
		clear:both;
		text-align:left;
		z-index:1;
		/*background: #ffffcc;*/	
	}
	
	#superfooter-columns .footercol {
		float:left;
		overflow:hidden;
		position:relative;
	}
	
	#superfooter-columns #footercol_a {
		margin: 0;
		width:229px;
		padding: 10px 2.5px 30px 10px;
	}
	
	#superfooter-columns #footercol_b {
		margin: 0;
		width:229px;
		padding: 10px 2.5px 30px 10px;
	}
	
	#superfooter-columns #footercol_c {
		margin: 0;
		width:229px;
		padding: 10px 2.5px 30px 10px;
	}
	
	#superfooter-columns .superfooter-contentbox {
		padding: 0 0 2em 0;
	}
	
/* End SuperFooter Columns CSS  */

/* TextFooter */

div #textfooter {
	border-top: 1px solid #DA6262;
	margin: 0 auto; 
	padding: 12px 0 0 0;
	width: 730px;
	font-size: 1.1em;	
	width: 730px;
	clear:both;
	text-align:left;
}