/* @override 
	http://dev.geezmagazine.org/assets/css/geez.css
	http://www.geezmagazine.org/assets/css/geez.css?v=1279311294
	http://www.geezmagazine.org/assets/css/geez.css?v=1279910869
	http://www.geezmagazine.org/assets/css/geez.css?v=1281451817
*/

/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, hr, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #FFF url(../img/grid.png) left top;
	color: #222;
	font: normal 16px/22px "Times New Roman", Times, serif;
	text-align: center;
}

#top {
	background: #FFF;
	margin: 0 auto;
	width: 960px;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul li {
	list-style: none outside;
	list-style-image: url(../img/bullet.png);
	margin: 0 0 0 20px;
}

ol li {
	list-style: decimal outside;
	margin-left: 40px;
}

h2 {
	font-size: 42px;
	font-weight: normal;
	line-height: 44px;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 2em;
}

p.title-aside {
	color: #999;
	font-style: italic;
	margin: 0;
	text-align: center;
}

#home-secondary h2, h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

blockquote {
	padding: 0 60px;
}

a {
	color: #F69;
	text-decoration: none;
}

a:hover {
	color: #222;	
}

/* @end */


/* @group Header */

#print {
	display: none;
}

#header {
	border-top: 5px solid #222;
	height: 130px;
	position: relative;
}

#header.subnav {
	height: 170px;
}

h1 span, h1 a {
	background: transparent url(../img/geez_header.png) no-repeat left top;
	display: block;
	height: 50px;
	left: 10px;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	width: 280px;
}

h1 a:hover {
	background-position: 0 -50px;
}

#header p {
	background: transparent url(../img/tagline_header.png) no-repeat;
	height: 45px;
	left: 310px;
	position: absolute;
	text-indent: -9999px;
	top: 18px;
	width: 380px;
}

#header-subscribe {
	font-size: 12px;
	left: 730px;
	letter-spacing: 1px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 5px;
	width: 220px;
}

#header form {
	left: 730px;
	position: absolute;
	text-align: left;
	top: 30px;
	width: 220px;
}

#header form input {
	vertical-align: middle;
}

#header .input {
	margin-right: 5px;
	width: 160px;
}

ul#nav {
	border-bottom: 5px solid #222;
	height: 40px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 85px;
	width: 960px;
}

.subnav ul#nav {
	border-bottom: 1px solid #CCC;
}

#nav li {
	height: 40px;
	float: left;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 120px;
}

#nav li a {
	background: transparent url(../img/nav_menu.png) no-repeat;
	border-right: 1px solid #ECECEC;
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 119px;
}

li#magazine a {
	background-position: left top;
}
li#magazine a:hover {
	background-position: 0 -40px;
}
li#magazine.current a {
	background-position: 0 -80px;
}

li#topics a {
	background-position: -120px 0;
}
li#topics a:hover {
	background-position: -120px -40px;
}
li#topics.current a {
	background-position: -120px -80px;
}

li#blogs a {
	background-position: -240px 0;
}
li#blogs a:hover {
	background-position: -240px -40px;
}
li#blogs.current a {
	background-position: -240px -80px;
}

li#participate a {
	background-position: -360px 0;
}
li#participate a:hover {
	background-position: -360px -40px;
}
li#participate.current a {
	background-position: -360px -80px;
}

li#shop a {
	background-position: -480px 0;
}
li#shop a:hover {
	background-position: -480px -40px;
}
li#shop.current a {
	background-position: -480px -80px;
}

li#projects a {
	background-position: -600px 0;
}
li#projects a:hover {
	background-position: -600px -40px;
}
li#projects.current a {
	background-position: -600px -80px;
}

li#about a {
	background-position: -720px 0;
}
li#about a:hover {
	background-position: -720px -40px;
}
li#about.current a {
	background-position: -720px -80px;
}

li#nav-cart {
	width: auto;
}
li#nav-cart a {
	background: transparent url(../img/cart.png) no-repeat 10px 12px;
	border: none;
	color: #999;
	display: block;
	height: 20px;
	font-size: 14px;
	padding: 10px 10px 10px 30px;
	width: 70px;
	text-align: left;
	text-indent: 0;
}
li#nav-cart a:hover {
	color: #222;
}

ul#secondary {
	border-bottom: 5px solid #222;
	height: 38px;
	left: 0;
	position: absolute;
	text-align: left;
	top: 126px;
	width: 100%;
}

#secondary li {
	float: left;
	list-style-image: none;
	margin: 0;
}

#secondary a {
	color: #999;
	display: block;
	padding: 8px 20px;
}

#secondary a:hover, #secondary li.current a {
	color: #222;
}

ul.magazine {
	background-position: 54px 0;
}

ul.articles {
	background-position: 174px 0;
}

ul.blogs {
	background-position: 294px 0;
}

ul.participate {
	background-position: 414px 0;
}

ul.shop {
	background-position: 534px 0;
}

ul.projects {
	background-position: 654px 0;
}

ul.about {
	background-position: 774px 0;
}

/* @end */

/* @group Home */

#home-features {
	height: 480px;
	position: relative;
}

#home-features ul {
	height: 420px;
	margin: 0;
}

#home-credit {
	background: transparent url(../img/trans-white.png);
	bottom: 0;
	font-size: 12px;
	font-style: italic;
	left: 0;
	margin: 0;
	overflow: auto; /* Fix for insane IE7 horzontal scrollbar bug */
	padding: 2px 10px;
	position: absolute;
}

#home-features li {
	height: 160px;
	list-style-image: none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 240px;
}

#home-features span {
	display: block;
}

#home-features li a {
	background: transparent url(../img/trans-white.png);
	color: #222;
	display: block;
	height: 140px;
	padding: 10px;
	position: relative;
	width: 220px;
}

#home-features li a:hover {
	background: transparent url(../img/trans-black.png);
	color: #FFF;
}

.link-inner {
	bottom: 10px;
	left: 10px;
	position: absolute;
	width: 220px;
}

.link-badge {
	color: #EEE;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;	
}

.link-title {
	font-size: 32px;
	line-height: 30px;
}

.link-author {
	color: #666;
	font-style: italic;
}


li.home-1 {
	left: 0;
	top: 0;
}

li.home-2 {
	right: 240px;
	top: 0;
}

li.home-3 {
	left: 240px;
	top: 160px
}

li.home-4 {
	bottom: 0;
	right: 240px;
}

li#current-issue {
	right: 0;
	top: 160px;
}

li#current-issue img {
	position: absolute;
	right: 10px;
	top: 10px;
}

span.issue-info {
	font-size: 14px;
	line-height: 15px;
	left: 10px;
	position: absolute;
	text-align: right;
	top: 10px;
	width: 90px;
}

span.issue-meta {
	color: #666;
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

span.issue-blurb {
	font-style: italic;
}

#home-secondary p, #home-tertiary p {
	margin-bottom: 1em;
}

#home-secondary ul {
	margin: 0;
}

#home-secondary, #home-tertiary {
	font-size: 14px;
	line-height: 17px;
}

#home-secondary h2 {
	margin: 10px 0;
}

.home-blog, .home-subscribe {
	float: left;
	min-height: 220px;
	padding: 15px 9px 15px 10px;
	width: 220px;
}

.home-blog {
	border-right: 1px dotted #CCC;
	padding-bottom: 110px;
}

.geez-whiz {
	background: url(/images/blog-graphics/geez-whiz-sm.png) no-repeat left bottom;
}

.ask-the-atheist {
	background: url(/images/blog-graphics/ask-the-atheist-sm.png) no-repeat center bottom;
}

.amishmash {
	background: url(/images/blog-graphics/amishmash-sm.png) no-repeat center bottom;
}

.home-blog li {
	list-style-image: none;
	margin: 0 0 8px;
}

.home-blog img {
	margin-bottom: 10px;
}

.home-blog span {
	color: #999;
	font-style: italic;
	margin-left: 5px;
	white-space: nowrap;
}

.home-subscribe {
	padding-right: 10px;
}

.home-subscribe p {
	font-style: italic;
	margin-top: 20px;
}

#home-tertiary {
	border-top: 1px solid #222;
}

.home-submissions-intro {
	float: left;
	padding: 15px 10px;
	width: 220px;
}

.home-submission {
	border-right: 1px solid #FFF;
	float: left;
	height: 180px;
	width: 239px;
}

.home-project {
	float: left;
	width: 240px;
}

.home-project p {
	font-style: italic;
	margin: 10px 10px 0;
}

/* @end */

/* @group Content */

#content {
	border-right: 1px solid #CCC;
	float: left;
	padding: 20px 10px;
	text-align: left;
	width: 700px;
}

.heading {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.heading p {
	color: #999;
	margin: 5px 0 0;
}

.inner {
	padding: 20px 60px;
}

.inner > h3:first-child {
	margin-top: 0;
}

.entry-title {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-align: left;
}

.entry-meta {
	border-bottom: 1px dotted #CCC;
	color: #999;
	padding-bottom: 5px;
}

.entry-meta strong {
	color: #222;
	font-weight: normal;
}

.pagination {
	color: #999;
	font-size: 14px;
	list-style: none;
	text-transform: uppercase;
}

.current-page {
	float: left;
	width: 50%;
}

.page-links {
	float: right;
	text-align: right;
	width: 50%;
}

.page-links a, .page-links strong {
	padding: 0 3px;
}

.page-links strong {
	color: #222;
}

.rss {
	background: url(../img/rss-colour.png) no-repeat 0 3px;
	padding-left: 18px;
}

hr {
	border-top: 1px dotted #CCC;
	margin: 3em auto;
	width: 50%;
}

.border {
	border: 1px solid #CCC;
}

/* @end */

/* @group Topics */

#topics-list li {
	list-style-image: none;
	margin: 0 0 30px;
}

#topics-list h3 {
	border-bottom: 1px dotted #CCC;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 10px;
	padding-bottom: 5px;
	text-align: center;
}

ul.entries-list li {
	list-style-image: none;
	margin: 0 0 50px;
}

.section-badge {
	color: #F69;
	font-size: 11px;
	text-transform: uppercase;
}

.entries-list h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 5px;
}

.entries-list h3 a {
	color: #222;
}

.entries-list h3 a:hover {
	color: #F69;
}

.entries-list p {
	margin-bottom: 5px;
}

.entries-list .entry-meta {
	font-size: 14px;
}

p.more {
	font-style: italic;
	margin: 0;
	text-align: center;
}

/* @end */



/* @group Magazine */

#issues li {
	float: left;
	font-size: 14px;
	height: 300px;
	line-height: 18px;
	list-style-image: none;
	margin: 0 50px 0 0;
	overflow: hidden;
	text-align: center;
	width: 160px;
}

#issues li.right {
	margin-right: 0;
}

#issues h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 0;
}

p.issue-season {
	color: #999;
}

a.issue-nav {
	color: #999;
	padding: 5px;
}

#issue-next {
	right: 0;
	position: absolute;
	top: 20px;
}

#issue-prev {
	left: 0;
	position: absolute;
	top: 20px;
}

a.issue-nav:hover {
	color: #222;
}

#issue-cover {
	float: left;
	text-align: center;
	width: 220px;
}

#issue-cover p {
	color: #999;
	margin: 5px 0;
}

#issue-details {
	float: right;
	width: 340px;
}

#issue-details p {
	font-style: italic;
}

#toc li {
	line-height: 19px;
	list-style-image: none;
	margin: 0 0 10px;
	padding-right: 30px;
	position: relative;
}

#toc li.toc-heading {
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 5px;
	padding-bottom: 5px;
}

.toc-author {
	color: #999;
	font-style: italic;
}

.toc-page {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

/* @end */



/* @group Articles */



.web-exclusive {
	color: #222;
	font-weight: bold;
}

.heading .section-badge {
	display: block;
	text-align: center;
}

p.article-byline {
	color: #999;
	margin: 5px 0 0;
	text-align: center;
}

.article-image {
	text-align: center;
}

.image-landscape {
	margin: 0 0 30px -60px;
	width: 700px;
}

.image-portait {
	display: inline;
	float: left;
	margin: 0 20px 30px -60px;
	width: 280px;
}

p.caption {
	font-size: 14px;
	line-height: 17px;
	margin: 10px 0 0;
	text-align: center;
}

span.credit {
	color: #999;
}

.lede {
	font-size: 24px;
	line-height: 28px;
}

img.category-image {
	margin: 0 -60px 10px 20px !important;
}

blockquote.pullquote {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 1.5em 0;
}

.pullquote p {
	margin: 0;
}

#entry-footer-subscribe {
	background: url(../img/grid.png);
	border-top: 1px dotted #CCC;
	margin: 0;
	text-align: center;
}

#entry-footer-subscribe a {
	font-weight: bold;
}

.addthis {
	text-align: center;
}

a.addthis_button {
	background: url(../img/share_btn.png) no-repeat left top;
	display: block;
	height: 24px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 160px;	
}

a.addthis_button:hover {
	background-position: 0 -24px;
}

#entry-now-what {
	border-top: 1px solid #CCC;
	line-height: 18px;
	margin-top: 10px;
	padding: 20px 0 0;
	text-align: center;
}

#entry-now-what h4 {
	margin-bottom: 10px;
}

#entry-now-what ul {
	margin-bottom: 0;
}

#entry-now-what li {
	color: #999;
	list-style-image: none;
	margin: 0 0 10px;
}

#entry-now-what a {
	font-style: italic;	
}

#same-issue {
	float: left;
	width: 340px;
} 

#related-entries {
	float: right;
	width: 340px;	
}

#related-entries.alone {
	float: none;
	width: 100%;
}

/* @end */

/* @group Blogs */

.blog-heading {
	border-bottom: 1px solid #CCC;
}

.blog-image {
	margin-bottom: 20px;
	text-align: center;
}

.blog-image.image-portrait {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
	width: 220px;
}

#blog-footer {
	padding-top: 20px;
}

#blog-footer .addthis {
	float: left;
	text-align: left;
	width: 160px;
}

#entry-nav {
	float: right;
	font-size: 14px;
	text-align: right;
	width: 50%;
}

.next-entry {
	margin-left: 20px;
}

/* @end */

/* @group Comments */

.comment-total {
	background: transparent url(../img/comment.png) no-repeat left center;
	font-size: 12px;
	padding-left: 14px;
}

#entry-comment-toggle {
	border-top: 1px dotted #CCC;
	display: none;
	padding: 10px;
}

#entry-comment-toggle p {
	margin: 0;
	text-align: center;
}

p#hide-comments {
	display: none;
}

.comments-toggle {
	font-style: italic;
}

#comments-participation {
	color: #999;
	font-size: 14px;
}

#comments {
	border-top: 1px dotted #CCC;
	position: relative;
}

#comments-feed {
	position: absolute;
	right: 60px;
	top: 25px;
}

.comment-form {
	margin-top: 20px;
}

#comment-form-comment {
	padding-bottom: 10px;
}

#comment-options {
	padding-bottom: 10px;
}

#comment-list {
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
}

#comment-list li {
	border-top: 1px solid #CCC;
	list-style: none outside none;
	margin: 0 0 30px;
}

.comment {
	border-right: 1px dotted #CCC;
	float: left;
	padding: 10px 10px 0 0;
	width: 399px;
}

.comment-meta {
	border-left: 1px dotted #CCC;
	color: #999;
	float: right;
	margin-left: -1px;
	padding: 10px 0 0 10px;
	width: 160px;
}

.comment-meta strong {
	color: #222;
	font-weight: normal;
}

.comments-closed {
	font-style: italic;
	margin: 0;
	text-align: center;
}

/* @end */

/* @group Galleries */

#gallery {
	background: #222;
	margin: 50px 0 50px -70px;
	padding: 90px 20px 20px;
	position: relative;
	width: 680px;
}

#gallery.has-audio {
	margin-bottom: 0;
}

#gallery-inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.gallery-photo {
	background: #000;
	height: 550px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 680px;
}

.gallery-photo p {
	background: transparent url(../img/trans-black.png);
	bottom: 0;
	color: #FFF;
	font: normal 12px/16px Arial, Helvetica, sans;
	left: 0;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: left;	
	width: 660px;
}

.gallery-caption {
	margin-right: 5px;
}

.gallery-credit, .gallery-permalink {
	color: #999;
	font-size: 11px;
}

a.gallery-permalink:hover {
	color: #F69;
}

#gallery-nav {
	left: 0;
	margin: 0 23px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 680px;
	z-index: 9999;
}

#gallery-nav ul {
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 672px;
}

#gallery-nav li {
	display: inline;
	float: left;
	list-style-image: none;
	margin: 0 3px;
	width: 50px;
}

#gallery-nav li a {
	border: 1px solid #FFF;
	display: block;
	height: 48px;
	opacity: 0.5;
	width: 48px;
	-webkit-transition: opacity linear 0.2s;
}

#gallery-nav li a:hover, #gallery-nav li.activeSlide a {
	border-color: #F69;
	opacity: 1;
}

a#gallery-nav-next, a#gallery-nav-prev {
	background: transparent url(../img/gallery-nav-nav.png) no-repeat;
	border: none;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	width: 20px;
	z-index: 9999;
}

a#gallery-nav-next {
	background-position: 0 0;
	right: 3px;
}

a#gallery-nav-next:hover {
	background-position: 0 -50px;
}

a#gallery-nav-prev {
	background-position: 0 -100px;
	left: 3px;
}

a#gallery-nav-prev:hover {
	background-position: 0 -150px;
}

a.disabled {
	display: none;
}

a#gallery-prev, #gallery-next {
	background: transparent;
	display: block;
	height: 400px;
	position: absolute;
	text-indent: -9999px;
	top: 75px;
	width: 100px;
	z-index: 9999;
	
}

a#gallery-prev {
	left: 0;
}

a#gallery-next {
	right: 0;
}

a#gallery-prev:hover {
	background: transparent url(../img/gallery-nav.png) no-repeat 0 0;
}

a#gallery-next:hover {
	background: transparent url(../img/gallery-nav.png) no-repeat -100px 0;
}

#gallery-audio {
	background: #222;
	margin: 0 0 50px -70px;
	padding: 0 20px 20px;
	width: 680px;
}

#gallery-audio a:hover {
	color: #FFF;
}

/* @end */

/* @group Store */

#store-subscribe {
	margin-bottom: 50px;
}

#store-subscribe img {
	margin-bottom: 20px;
}

.store-intro {
	width: 280px;
}

.store-intro h3 {
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 5px;
	margin: 0 0 10px;
	text-transform: uppercase;	
}


#subscriptions li {
	list-style: none outside none;
	margin: 0;
	text-align: center;
	width: 280px;
}

.store-image {
	float: left;
}

.store-info {
	margin-left: 300px;
	width: 280px;
}

.store-form .form-row {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.store-form .submit {
	border: none;
}

#subscription-note {
	background: transparent url(../img/grid.png);
	padding: 10px;
}

#back-issues-store li {
	height: 200px;
	list-style: none outside none;
	margin: 0;
	width: 280px;
}

#back-issues-store p {
	color: #999;
	margin-bottom: 10px;
}

#back-issues-store strong {
	color: #222;
	font-weight: normal;
}

.store-issue-cover {
	float: left;
}

.back-issue-info {
	margin-left: 120px;
}

.price, .sold-out {
	color: #F69;
}

.donate-form {
	background: transparent url(../img/grid.png);
	display: inline;
	float: right;
	margin-left: 20px;
	padding: 10px;
	width: 200px;
}

.donate-form p {
	margin: 0;
}

.form-row.donate-amts {
	padding: 20px 0;
}

#update-cart {
	margin-bottom: 2em;
}

#cart {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	width: 100%;
}

#cart th, #cart td {
	padding: 3px;
	text-align: left;
}

#cart td {
	border-top: 1px dotted #CCC;	
}

td.cart-item {
	width: 65%;
}

.cart-qty a {
	padding: 2px 2px 2px 8px;
}

input.qty {
	float: left;
	width: 20px;
}

#cart td.cart-qty {
	text-align: center;
}

td.cart-price {
	color: #999;
}

td.cart-options {
	color: #999;
	font-size: 14px;
	line-height: 17px;
}

span.cart-option {
	margin-right: 10px;
}

#cart td.cart-tax-label, #cart td.cart-shipping-label, #cart td.cart-subtotal-label, #cart td.cart-discount-label {
	font-style: italic;
}

td.cart-tax, td.cart-shipping, td.cart-discount {
	color: #999;
}

td.cart-total-label {
	font-weight: bold;
	text-transform: uppercase;
}

td.cart-total {
	font-weight: bold;
}

.cart-footer input {
	float: left;
}

.cart-footer img {
	float: right;
}

/* @end */

/* @group Checkout */

#checkout {
	background: #FFF;
	border-bottom: 5px solid #222;
	margin: 0 auto;
	width: 700px;
}

#checkout #header {
	border-bottom: 1px solid #CCC;
	height: 90px;
}

#checkout #header a {
	left: 50px;
}

#checkout #header p {
	left: 360px;
}

#checkout-content {
	padding: 20px 0;
	text-align: left;
}

.checkout-current {
	color: #222;
}

.checkout-section {
	border-top: 1px dotted #CCC;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-top: 10px;
}

#shipping-toggle {
	display: none;
}

#customer-info .submit, #checkout-form .submit {
	border-top: 1px dotted #CCC;
	text-align: center;
}

#billing-address-display, #shipping-address-display {
	width: 240px;
}

#billing-address-display {
	float: left;
}

#shipping-address-display {
	float: right;
}

#coupon-form input {
	vertical-align: middle;
}

div.card-number {
	background: transparent url(../img/cc-logos.png) no-repeat 420px 18px;
}

div.expiration-date select {
	margin-right: 10px;
	width: 100px;
}

p.checkout-security {
	background: #fefde5;
	border-top: 1px solid #CCC;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 20px;
}

p.checkout-footer {
	border-top: 1px solid #CCC;
	font-size: 14px;
	margin: 0;
	padding: 10px;
}

.result {
	margin-bottom: 1em;
	padding: 10px;
	text-align: center;
}

.result p {
	margin: 0;
}

.order-declined, .order-failed {
	background: #ffe5ed;
	border: 1px solid #F69;
}

.payment-error {
	font-weight: bold;
}

.order-authorized {
	background: #fefde5;
	border: 1px solid #e9c559;
}

/* @end */



/* @group Participate */

.submission-photo img {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.submission-photo {
	text-align: center;
}

#entryform {
	border-top: 1px dotted #CCC;
	padding-top: 1.5em;
}

.ngen-file-field-block {
	color: #F69;
	font-size: 14px;
	padding-bottom: 5px;
}

.submission-terms {
	border-top: 1px dotted #CCC;
	margin-top: 1.5em;
	padding-top: 1.5em;
}

#blog-footer.comment-gallery {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.stars img {
	vertical-align: text-bottom;
}

/* @end */



/* @group Projects */

#projects-list li {
	list-style-image: none;
	margin: 0 0 50px;
}

#projects-list img {
	float: left;
}

#projects-list p {
	margin-left: 250px;
}

/* @end */

/* @group Search */

.search-notice {
	font-style: italic;
	text-align: center;
}

#search-results li {
	line-height: 20px;
	list-style: none outside none;
	margin: 0 0 30px;
}

.search-title {
	font-weight: bold;
}

.search-url {
	color: #999;
	font-size: 14px;
}

/* @end */



/* @group Forms */

.form-row {
	padding-bottom: 5px;
}

.form-row label {
	display: block;
}

.form-row label.inline {
	display: inline;
	margin-right: 10px;
}

.form-note {
	color: #999;
	font-size: 14px;
}

p.form-hint {
	clear: both;
	color: #999;
	font-size: 14px;
	line-height: 17px;
	margin: 2px 0 0;
}

code {
	color: #222;
	font-size: 12px;
}

.required {
	color: #F69;
}

.form-row input.input {
	width: 395px;
}

.form-row input.short {
	width: 160px;
}

.form-row textarea.input {
	height: 100px;
	width: 570px;
}

.form-row select {
	width: 400px;
}

label.checkbox {
	display: inline;
	font-size: 14px;
	margin-right: 10px;
}

.input {
	color: #999;
	font: normal 14px/18px "Times New Roman", Times, serif;
	padding: 2px;
}

.submit {
	padding-top: 20px;
}


/* @end */

/* @group Sidebar */

#sidebar {
	border-left: 1px solid #CCC;
	float: right;
	font-size: 14px;
	line-height: 17px;
	margin-left: -1px;
	text-align: left;
	width: 239px;
}

#sidebar p {
	margin: 0 10px 15px;
}

#sidebar ul {
	margin: 0 10px;
}

#sidebar h4 {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding: 0 10px 8px;
}

#sidebar .btn {
	margin-left: 10px;
}

.unit {
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
}

#sidebar .current-issue img {
	display: inline;
	float: left;
	margin-left: 10px;
}

#sidebar .current-issue p {
	margin-left: 120px;
	text-align: left;
}

#sidebar p.issue-meta {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#sidebar p.issue-blurb {
	font-style: italic;
	margin-bottom: 0;
}

#sidebar .subscribe {
	text-align: center;
}

#sidebar .blogs li {
	color: #999;
	list-style-image: none;
	margin: 0 0 10px;
}

.blog-badge {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

/* @end */

/* @group Footer */

#newsletter {
	border-top: 5px solid #222;
	height: 50px;
	position: relative;
	text-align: left;
}

#newsletter h4, #newsletter form, #newsletter p {
	position: absolute;
}

#newsletter h4 {
	left: 10px;
	top: 15px;
}

#newsletter p {
	font-size: 14px;
	font-style: italic;
	left: 730px;
	margin: 0;
	overflow: auto; /* Fix for insane IE7 horzontal scrollbar bug */
	top: 15px;
}

#newsletter form {
	background: transparent url(../img/grid.png);
	left: 240px;
	padding: 10px;
	width: 460px;
}

#newsletter input {
	vertical-align: middle;
}

#newsletter .input {
	margin-right: 5px;
	width: 340px;
}

#footer {
	background: #FFF;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	padding-bottom: 10px;
	text-align: left;
}

#footer ul {
	margin: 0;
}

#footer h4 {
	color: #CCC;
}

#footer ul li:hover h4, #footer ul li:hover a {
	color: #222;
}

#footer a {
	color: #999;
}

#footer a:hover, #footer ul li:hover a:hover {
	color: #F69;
}

#footer li {
	float: left;
	list-style-image: none;
	margin: 0;
	padding: 10px 10px 0;
	width: 220px;
}

#footer li li {
	float: none;
	font-size: 14px;
	padding: 0;
	width: auto;
}

#rss a, #twitter a, #facebook a {
	padding-left: 20px;
}

#rss a {
	background: url(../img/rss.png) no-repeat 2px 1px;
}

#twitter a {
	background: url(../img/twitter.png) no-repeat 0 0;
}

#facebook a {
	background: url(../img/facebook.png) no-repeat 0 0;
}

#end {
	border-bottom: 5px solid #222;
	color: #999;
	font-size: 14px;
	padding: 10px;
}

#end p {
	margin: 0;
}

/* @end */


@media print {

#print {
	display: block;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

#header, #sidebar, #footer, .issue-nav, .add_this, #blog-footer, #entry-comment-toggle, #entry-now-what, #add-comment, #newsletter {
	display: none !important;
}

#comments {
	display: block !important;
}

#content {
	border: none;
	padding: 20px 130px;
}

}


/* @group Miscellaneous */
.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centered, .aligncenter {
	text-align: center;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;	
}

img.centered {
	display: block;
	margin: 0 auto;
}

/* @end */