/*
Theme Name: Atomic Penny
Theme URI: http://www.atomicpenny.com
Description: The custom WordPress theme designed for Mark Romney of <a href="http://www.atomicpenny.com">Atomic Penny</a>
Version: 1.6
Author: Adam Gilroy
Designer: Brandon Jepson
Author URI: http://elikirk.com
Tags: blue, custom header, fixed width, two columns, widgets

	Atomic Penny v1.5
	http://www.elikirk.com

	This theme was designed by Brandon Jepson, and built by Adam Gilroy,
	whose website you will find at http://www.elikirk.com

*/

/* Begin Typography & Colors */
body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: #212d5e url('images/body_bg.gif') left top repeat-x;
	color: #4c4c4c;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: transparent url('images/header-img.jpg') center bottom no-repeat;
	}

#headerimg 	{
	background: transparent url('images/logo_bg.gif') left top no-repeat;
	}

#content {
	background:#transparent;
	font-size:13px;
	height:100%;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry, .full-page .entry {
	background:transparent;
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.widecolumn h2 {
	font-size: 2em;
	color:#212d5e;
	font-weight:bold;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color:#a6a6a5;
	border: none;
	overflow: hidden;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
        line-height:1em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	background-color:white;
	width:95%;
	margin:0 auto;
	font-size: 11px;
	text-align: center;
	}
#headerimg h1 { 
	margin:0; 
	padding:0;
	}
#headerimg h1 a {
	display:block;
	height:0;
	padding-top:136px;
	overflow:hidden;
}

h2 {
	font-size:3.5em;
	text-transform:uppercase;
	}

h3 {
	font-size: 1.3em;
	color:#212d5e;
	font-weight:bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

#headerimg .description {
	color:#f05c29;
	text-transform:uppercase;
	font:bold 11px "Times New Roman", Times, serif;
	letter-spacing:2px;
}

h2, h2 a, h2 a:visited {	
	color: #5a1011;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #212e5d;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color:#ffffff;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 819px;
	border: 1px solid #959596;
	}

#header {
	padding: 0;
	height: 229px;
	}

#headerimg {
	float:left;
	margin:0 0 0 43px;
	width:344px;
	height:177px;
	}

#main_nav {
	padding:0;
	margin:0;
	width:100%;
	height:30px;
	background:#811a1b url('images/main_nav_bg.gif') center bottom no-repeat;
	}

#search {
	float:right;
	padding:0;
	margin:13px 0;
	}

.narrowcolumn {
	float:left;
	padding:0 0 20px 45px;
	margin:0;
	width:503px;
	background:#transparent;
	}

.full-page {
	padding:0 0 20px 0;
	margin:0;
	background:#ffffff;
	float:left;
	}
	
.full-page .narrowcolumn {
	width:440px;
	padding:0 0 0 45px;
	}

.widecolumn {
	padding: 10px 175px 60px 175px;
	margin:0;
	width:auto;
	background:#ffffff;
	}
* html .widecolumn { width:461px; }

.post {
	float:left;
	margin: 0 0 40px;
	position:relative;
	}
.post .date-violator { position:absolute; top:20px; left:-60px; width:46px; height:46px; text-align:center; color:white; background:transparent url('images/date_violator.gif') left top no-repeat; font:bold 11px/17px Helvetica, Arial, sans-serif; text-transform:uppercase; }
.post .date-violator span { display:block; padding-top:3px; padding-right:4px; }
.post .date-violator span em { font-style:normal; font-size:22px; }
.post strong { text-transform:uppercase; color:#212d5e; font-size:16px; }
.post hr {
	display: block;
	}

.post-home .post {
	width:440px;
	margin:0 0 24px 40px;
	}
	
.post-home {
	float:left;
	background:#f2f2f2 url('images/bg_argyle.jpg') left top repeat-y;
	border-top:1px dashed #7f7f7f;
	}

.full-page h2 {
	margin:0;
	}

.post h2 a, .full-page h2 a {
	margin:0;
	line-height:1.1em;
	padding:32px 100px 0 40px;
	display:block;
	}

.full-page strong {
	color:#212d5e;
	font-size:16px;
	text-transform:uppercase;
	}

.post-home .post .date-violator {
	left:-54px;
	top:-24px;
	}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	color:#808080;
	font:10px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	}
.narrowcolumn .postmetadata a {
	color:#808080;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	display:block; clear:both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 819px;
	clear: both;
	}

#footer p {
	margin:0;
	padding:2px 5px;
	text-align:right;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#footer p a, #footer li a { color:white; }

#footer .testimonials {
	float:left;
	width:100%;
	background:#ffffff url('images/footer_bg_testimonial.jpg') left top repeat-y;
	border-top:1px dashed #7f7f7f;
	margin:0;
	padding:0;
	}
#footer .testimonials .story {
	float:left;
	background:transparent url('images/boys_girls_club_logo.jpg') left top no-repeat;
	margin:32px 150px 40px 40px;
	}
#footer .testimonials .story h3 {
	background:transparent;
	float:left;
	margin:0 0 6px 180px;
	text-transform:uppercase;
	}
#footer .testimonials .story p {
	background:transparent;
	float:left;
	font-size:12px;
	text-align:left;
	margin-left:180px;
	padding-left:0;
	padding-bottom:6px;
	color:#4d4d4d;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 40px 0 0;
	}

h2 span.sub-head {
        font-size:50%;
        }

#sidebar h2, #sidebar-posts h2 {
	margin:0 0 8px 0;
	padding:0 0 2px 6px;
	color:#581011;
	font-size:1.6em;
	line-height:normal;
	border-bottom:1px dashed #7f7f7f;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#main_nav ul {
	background:transparent;
	margin:0;
	padding:7px 0 0 43px;
	}
	
#main_nav ul li {
	background:transparent;
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	padding:0 12px 0 0;
	display:inline;
	}

#main_nav a {
	color:#e5cbb2;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.05em;	
	}

#main_nav a:hover {
	color:#ffffff;
	text-decoration:none;
	}

.active {
	color:#ffffff;
	text-decoration:none;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar li {
	font-size:12px;
	line-height:16px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0 0 0 6px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0 0 0 16px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0;
	padding:0;
	}
	
#sidebar ul ul li a { padding:0 3px 0 2px; }
#sidebar ul ul li a:hover { background-color:#202e5f; color:white; text-decoration:none; }
#sidebar ul ul ul.children { margin-bottom:4px; }
#sidebar ul ul ul.children li { font-weight:normal; }
#sidebar ul ul ul.children li a, #sidebar ul ul ul li.page_item a { color:#808080; }
#sidebar ul ul ul.children li a:hover, #sidebar ul ul ul li.page_item a:hover { background-color:#808080; color:white; }

#sidebar-buttons ul { padding:4px 0 0 0; }
#sidebar-buttons ul li { list-style:none; padding:0 0 5px 10px; display:block; }
#sidebar-buttons ul li a { background:#ed5b28; text-decoration:none; }
#sidebar-buttons ul li a:hover { text-decoration:none; }
#sidebar-buttons a.survey { display:block; width:254px; height:0; padding-top:54px; background:url('images/button_survey.gif') left top no-repeat; overflow:hidden; }
#sidebar-buttons a.survey:hover { background:url('images/button_survey.gif') left -54px no-repeat; }
#sidebar-buttons a.insights { display:block; width:254px; height:0; padding-top:54px; background:url('images/button_subscribe.gif') left top no-repeat; overflow:hidden; }
#sidebar-buttons a.insights:hover { background:url('images/button_subscribe.gif') left -54px no-repeat; }
#sidebar-buttons a.attend { display:block; width:254px; height:0; padding-top:54px; background:url('images/button_events.gif') left top no-repeat; overflow:hidden; }
#sidebar-buttons a.attend:hover { background:url('images/button_events.gif') left -54px no-repeat; }

h3#empower { font-family:Arial, Helvetica, sans-serif; color:#4c4c4c; font-size:13px; font-weight:normal; margin-bottom:40px; }
.empowerment { margin:0 0 80px 0; padding-left:165px; clear:both; }
#full { background:url('images/full_empowerment.gif') top left no-repeat; }
#targeted { background:url('images/targeted_empowerment.gif') top left no-repeat; }
#kickstart { background:url('images/kickstart_empowerment.gif') top left no-repeat; }
#basic { background:url('images/basic_empowerment.gif') top left no-repeat; }
.empowerment h4 { font:bold 18px "Times New Roman", Times, serif; line-height:8px; color:#212D5E; text-transform:none; }
.empowerment ul { list-style-type:disc; }

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0;
	padding:0;
	text-align: center;
	background:transparent;
	}
#content #searchform { background-image:none; }

#searchform #s {
	width: 169px;
	height:20px;
	font-size:16px;
	vertical-align:bottom;
	padding:0 2px;
	margin:0;
	border:0;
	}
#content #searchform #s { width:400px; }

#searchsubmit {
	display:inline-block;
	vertical-align:bottom;
	margin:0;
	padding:0;
	}
	
a#searchsubmit-b {
	display:none;
	vertical-align:top;
	width:23px;
	height:0;
	padding-top:20px;
	background:#cc4e23 url('images/search_b.gif') left top no-repeat;
	overflow:hidden;
}

a#searchsubmit-b:hover { background:#cc4e23 url('images/search_b.gif') 0 -20px no-repeat; }

#header .searchform { float:right; margin-top:12px; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebars */
#sidebar {
	padding:12px 0 43px 0;
	width: 227px;
	float:right;
	}
* html #sidebar { margin-left:591px; }

#sidebar li.noindent { padding-left:0; margin-bottom:5px; }
#sidebar li.smallindent, #sidebar li.categories, #sidebar li.pagenav, #sidebar li.linkcat { padding:18px 16px 0 8px; margin-bottom:0; }
#sidebar li.email_subscribe, #sidebar-posts li.email_subscribe { padding:18px 0 0 8px; margin-bottom:0; }
#sidebar .email_subscribe h2 { border-bottom:none; padding-left:0; }
#sidebar .email_subscribe form, #sidebar-posts .email_subscribe form { padding:0; margin:0; }
#sidebar .email_subscribe input.text, #sidebar-posts .email_subscribe input.text { height:15px; width:121px; font-size:10px; line-height:14px; padding:0; overflow:hidden; border:2px solid #cccccc; float:left; vertical-align:top; }
#sidebar .email_subscribe a.subscribe_me, #sidebar-posts .email_subscribe a.subscribe_me { display:block; float:left; width:81px; height:0; padding-top:19px; overflow:hidden; vertical-align:top; color:white; background:#f05c29 url('images/subscribe.gif') left top no-repeat; }
#sidebar .email_subscribe a.subscribe_me:hover, #sidebar-posts .email_subscribe a.subscribe_me:hover { background:#f05c29 url('images/subscribe.gif') left -24px no-repeat; }
#sidebar .email_subscribe span, #sidebar-posts .email_subscribe span { font-size:80%; color:#a6a6a6; }

#sidebar-buttons .email_subscribe { margin-top:20px; }
#sidebar-buttons .email_subscribe h2 { border-bottom:none; padding-left:0; }
#sidebar-buttons .email_subscribe form, #sidebar-posts .email_subscribe form { padding:0; margin-left:11px; }
#sidebar-buttons .email_subscribe input.text, #sidebar-posts .email_subscribe input.text { height:15px; width:121px; font-size:10px; line-height:14px; padding:0; overflow:hidden; border:2px solid #cccccc; float:left; vertical-align:top; }
#sidebar-buttons .email_subscribe a.subscribe_me, #sidebar-posts .email_subscribe a.subscribe_me { display:block; float:left; width:81px; height:0; padding-top:19px; overflow:hidden; vertical-align:top; color:white; background:#f05c29 url('images/subscribe.gif') left top no-repeat; }
#sidebar-buttons .email_subscribe a.subscribe_me:hover, #sidebar-posts .email_subscribe a.subscribe_me:hover { background:#f05c29 url('images/subscribe.gif') left -24px no-repeat; }
#sidebar-buttons .email_subscribe span, #sidebar-posts .email_subscribe span { font-size:80%; color:#a6a6a6; margin-left:11px; }
#sidebar-buttons .email_subscribe h2 {
	margin-top:30px; letter-spacing:2px; margin-bottom:12px;
    margin:0 0 8px 4px;
	padding:0 0 2px 6px;
	color:#581011;
	font-size:1.6em;
	line-height:normal;
	border-bottom:1px dashed #7f7f7f;
	}

#sidebar a.penny_seminars { display:block; width:207px; height:0; padding-top:40px; margin-bottom:2px; overflow:hidden; background:#cc4e23 url('images/penny_seminars.gif') left top no-repeat; }
#sidebar a.penny_seminars:hover { background:#cc4e23 url('images/penny_seminars.gif') left -40px no-repeat; }
#sidebar a.penny_request { display:block; width:207px; height:0; padding-top:28px; margin-bottom:2px; overflow:hidden; background:#cc4e23 url('images/penny_request.gif') left top no-repeat; }
#sidebar a.penny_request:hover { background:#cc4e23 url('images/penny_request.gif') left -28px no-repeat; }
#sidebar a.penny_podcast { display:block; width:207px; height:0; padding-top:28px; margin-bottom:2px; overflow:hidden; background:#cc4e23 url('images/penny_podcast.gif') left top no-repeat; }
#sidebar a.penny_podcast:hover { background:#cc4e23 url('images/penny_podcast.gif') left -28px no-repeat; }
#sidebar a.penny_shop { display:block; width:207px; height:0; padding-top:28px; margin-bottom:2px; overflow:hidden; background:#cc4e23 url('images/penny_shop.gif') left top no-repeat; }
#sidebar a.penny_shop:hover { background:#cc4e23 url('images/penny_shop.gif') left -28px no-repeat; }
#sidebar a.penny_submit { display:block; width:207px; height:0; padding-top:41px; margin-bottom:2px; overflow:hidden; background:#cc4e23 url('images/penny_submit.gif') left top no-repeat; }
#sidebar a.penny_submit:hover { background:#cc4e23 url('images/penny_submit.gif') left -41px no-repeat; }
#sidebar a.penny_recent { display:block; width:207px; height:0; padding-top:28px; margin-bottom:2px; overflow:hidden; background:#cc4e23 url('images/penny_recent.gif') left top no-repeat; }
#sidebar a.penny_recent:hover { background:#cc4e23 url('images/penny_recent.gif') left -40px no-repeat; }

.full-page #sidebar-buttons { background:#ffffff; margin:0; padding:0 40px 40px 18px; float:right; }
.post-home #sidebar-posts { float:right; background:transparent; width:316px; margin-left:23px; }
#sidebar-posts .internal { padding:0 16px; }
#sidebar-posts .internal h2 { margin-top:30px; letter-spacing:2px; margin-bottom:12px; }
#sidebar-posts ul { margin:0; padding:0; }
#sidebar-posts ul li { list-style:none; margin:0; padding:0 0 2px 8px;; font-size:12px; line-height:20px; }
#sidebar-posts ul li a, .float-right a { color:#202e5d; text-decoration:none; }
#sidebar-posts ul li a:hover, .float-right a:hover { background:#202e5d; color:#ffffff; text-decoration:none; }
#sidebar-posts #subscribe_form, #sidebar-posts span { margin-left:8px; }
#sidebar-posts #subscribe_form input.text { width:180px; }
#sidebar-posts .internal span.date { display:inline; margin-right:8px; margin-left:0px; }
.float-right { float:right; text-align:right; display:block; width:100%; font-size:10px; margin:6px 18px 36px 0; }

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.footer_list {  list-style: none; padding: 0px; margin: 0 0 0 240px;}
.footer_list li { float: left; margin: 2px 0px; }
.footer_list li a { float: left; font-size: .85em; }
