/*
Theme Name: Twenty Ten Point One
Theme URI: http://grahamstoney.com/
Description: Child of WordPress 2010 theme with minor modifications
Author: Graham Stoney
Author URI: http://grahamstoney.com/
Template: twentyten
Version: 1.1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

/* Disable the Email tab in Add-to-Any Subscribe Plugin */
#a2afeed_EMAIL { display:none !important; }

/* Make the site description in the header bigger */
#site-description {
	font-size: 25px;
}

/* Put the sidebar on the left, like at stevepavlina.com */
#container {
	float: right;
	margin: 0 -240px 0 0;
	width: 100%;
}

#container.one-column {
	float: right;
	margin-right: 0px;
}

#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 220px;
}

/* Add a friendly invitation to the top of the widget form */
#primary .MailPress:before {
	font-size: 18px;
	padding: 1em 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	content: "Enter Your Details for Updates by Email:";
}

/* Make the MailPress subscription form stand out */
.MailPress { 
	text-align: center;
	border: 2px solid #000000;
	padding: 1em 0.5em;
	margin: 0em;
	background-color: #ffff00;
	color: #333333;
}

/* Widen the subscription for boxes, and put space between them */
.MailPressFormEmail, .MailPressFormName {
	font-size: 18px;
	width: 180px;
	margin: 5px 0;
}

.MailPressFormEmail {
	margin-top: 20px;
}

/* Make the Subscribe button bigger */
.MailPressFormSubmit {
	font-size: 20px;
	margin-top: 20px;
}


/* Heading Sizes Should Scale by Significance */
#content h1 { font-size: 20px; }
#content h2 { font-size: 18px; }
#content h3 { font-size: 16px; }
#content h4 { font-size: 14px; }
#content h5 { font-size: 12px; }

/* Headings Should Be Bold, and have less space after them */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin: 2px 0 2px 0;
}

/* We don't need such a huge gap after everything */
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}

/* Tables don't need so much goddam padding */
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 1px 1px;
}

/* Good and Bad list styles with ticks and crosses */
#content ul { padding-left: 20px }

ul.good {
	list-style-type: square;
	list-style-image: url(/wp-content/uploads/tick.png)
}

ul.bad {
	list-style-type: disc;
	list-style-image: url(/wp-content/uploads/cross.png)
}

/* Indent numbered lists */
#content ol { padding-left: 20px }

/* Loud invitiation to subscribe to the newsletter */
.entry-invite {
	clear: both;
	padding: 12px 0 0 0;
	color:red;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

/* Put our favicon in place of the WordPress icon in the footer */
#site-generator a {
	background: url(/favicon.ico) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

