/*
	Theme Name: An American Atheist (based on Modern Clix)
	Them URI: http://www.anamericanatheist.org/
	Description: A minimal, typographically-heavy theme.
	Version: 1.1
	Media: Screen
	Version: Mon May 13, 2013
	Author: Christopher Thielen (Modern Clix by Rodrigo Galindez)
	Author URI: http://christopherthielen.com/ and http://www.rodrigogalindez.com
	Tags: black, white, two-columns, fixed-width, theme-options
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: 'PT Serif', serif;
	font-size: 62.5%;
/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
	background: #fff;
	color: #111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	line-height: 2.3em;
	font-size: 2.3em;
}

h4 {
	font-size: 1.8em;
	line-height: 1.8em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.6;
}

p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;
}

strong a {
	color: #0F83DB;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#content ul li {
	margin-left: 3em;
	font-size: 1.5em;
	font-family: 'PT Serif', sans-serif;
	line-height: 14pt;
}

div#content ul {
	margin-bottom: 2em;
	margin-top: 0em;
}

div#content div.post ul li {
	margin-left: 0;
}

a:hover {
	color: #0F83DB;
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 3em;
	overflow: hidden;
	padding-left: 2em;
	padding-right: 2em;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 .6em 0;
	overflow: hidden;
	height: 23px;
	text-align: center;
	font-family: sans-serif;
}

#main-nav ul {
	list-style-type: none;
	padding-left: 0.5em;
}

#main-nav li.page_item {
	margin-right: 1.5em;
  display: inline-block;
}

#main-nav li a {
  color: #777;
	font-size: 1.4em;
	line-height: 1.6;
}

#main-nav li a.special {
	/*color: #0F83DB;*/
}

/* ------------------------------------------ [ Header ] */

#header {
	/* border-bottom: 1px solid #aaa; */
	padding-top: 16px;
}

#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #000;
}

#header #header-logo {
  padding-top: 20px;
	padding-bottom: 30px;
  text-align: center;
}

#header #header-liner {
  text-transform: uppercase;
  padding-bottom: 13px;
  text-align: center !important;
}

#header #header-liner h4 {
  padding-left: 15%;
  font-family: sans-serif;
  padding-right: 15%;
  font-size: 13px;
}

#header #header-liner a {
	color: #0F83DB;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	/*overflow: hidden;*/
}

#content p {
	font-family: 'PT Serif', Arial, Verdana, sans-serif;
	font-size: 1.6em; /*16px;*/
}

#content p a.more-link {
	font-size: 1.05em;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

ul.sidebar-info {
	margin: 0 0 2em 0;
	list-style-type: none;
	padding: 0;
}

.sidebar-info li {
	margin: 0;
	padding: .4em 8px .5em 0px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 1.5em 0;
	clear: both;
  margin: 1em 1.5em 1em 1.5em;
}

.post-meta ul li {
	border: none;
}

.post-content p, .post-content h5 {
	font-family: 'PT Serif', Arial, Verdana, sans-serif;
	font-size: 14px;
}

.post-content h3 {
	line-height: 120%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-size: 40px;
  text-align: center;
  padding-bottom: 10px;
}

.post-content h3 a {
	font-weight: normal;
}

.post-content img {
	margin: 1em;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 1.2em;
	background-image: url('../modern-clix/modern-clix/images/blockquote.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.post-content blockquote p {
	width: 85%;
	padding: 0 0 0 3.5em;
}

.post-content blockquote ul {
	width: 36em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 58em;
	margin-left: 30px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.5em;
	font-family: sans-serif;
	line-height: 1.7em;
}

.comment .last p {
	padding-left: 15px;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

div.wpcf7 input[type="submit"] {
	background-color: #eee;
	border: 1px solid #ccc;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 14em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

ul.sidebar-info {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 0px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

div#content ul.navigation {
	margin: 0 0 1em 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

div#content ul.navigation li {
	margin-left: 1em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #999;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
	text-align: center;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */


/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
}

.search-field input {
	width: 12em;
	padding: 0.25em;
	padding-bottom: 0;
	padding-left: 23px;
	margin: 0 8px 0 0;
	border: 1px solid #ddd;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
}

#search-header {
	position: absolute;
	right: 10%;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

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

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.1em;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

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

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;
	width: 100%;
}

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

/* Added by Chris, 4-18-2010 */
div#content ol {
	font-size: 1.2em;
	line-height: 175%;
	margin-left: 4em;
}

div#content ol li {
	margin-bottom: 1em;
}

h6.author_line {
  text-align: center;
	margin-left: 8px;
	margin-bottom: 22px;
	margin-top: 0px;
	padding: 0.25em;
	font-size: 1.2em;
	font-family: sans-serif;
  color: #999;
}

h6.author_line a {
  color: #555;
}

label.subscribe-label {
	display: inline-block;
	font-size: 0.7em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-left: 0.25em;
}

p.comment-subscription-form {
	margin-bottom: 0;
}

div.page h3 a {
	/*line-height: .9;
	font-family: 'PT Serif', Arial, Verdana, sans-serif;*/
	font-weight: normal;
	/*font-size: 1.5em;*/
}

div.page {
	padding-top: 10px;
}

div#content div.sharing ul li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.7em;
}

div.podPress_content {
	font-family: sans-serif;
	border: 1px solid #ddd;
	border-radius: 7px;
	background-color: #fafafa;
	padding: 1em;
	width: 70%;
	margin-bottom: 2em;
	margin: 0px auto;
}

div.podPress_content div.podpress_playerspace {
	margin: 0;
}

div.podPress_content div.podPress_downloadlinks {
	font-size: 100% !important;
}

p.comment-subscription-form {
	margin-top: -0.5em;
}

form#subscribe-blog input[type=submit] {
	background-color: #eee;
	border-radius: 5px;
}