/* @override http://atmac.org/wp-content/themes/options/styles/atmaccish/atmaccish.css */

/*
Theme Name: ATMaccish
Theme URI: http://atmac.org/
Description: An open fluid-width theme designed for ATMac.org. Not all components are included at this point - none of the tabbed sections or the feature gallery are implemented and certain others are omitted too. Current CSS assumes a single sidebar is on the right.
Author: Ricky Buchanan
Author URI: http://notdoneliving.net/
Template: options
Version: 1.0
*/


/************************************************************/
/* These apply to the entire page */
/************************************************************/

body,
html {
	margin: 0;
	color: #000000;
	font: 1em/1.15 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #EBEBEB;
}

#extra-container {
	width: 100%;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: bold; 
	color: #005B9A;
	vertical-align: top;
	line-height: 1;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em;
	margin-bottom: 5px;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }

a { font-weight: normal; color: #005B9A; }

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #666666;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 15px;
	border-left: 5px solid #005B9A;
	color: #666666;
	font-style: italic;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

ul {
}

ul li {
	list-style-position: inside;
	}

.post .entry ul li {
	list-style-position: inside;
	margin-bottom: 1em;
	margin-left: 20px;
}
.post .entry ul li ul li {
	margin-bottom: 0;
}

table {
	margin: 20px;
	width: 80%;
	border: 1px solid #666666;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

tr th, th td {
	background-color: silver;
	color: #005B9A;
	font-weight: bold; 
	vertical-align: top;
}

tr, td {
	vertical-align: top;	
}

td, th {
	border: 1px solid #666666;
	padding: 10px;
}


/************************************************************/
/* Header */
/************************************************************/
#header-container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 0;
}

#header  {
	clear: left;
/*    min-width: 1001px; */ /* Adjust to header graphic width */
	min-height: 155px; /* Adjust to header graphic height */
	background: url(http://atmac.org/wp-content/themes/options/styles/atmaccish/images/header.jpg) no-repeat top left;
}

#header h1 a {
	text-decoration: none;
	font-size: 60px;
	margin-left: 250px;
	line-height: 70%
}

#header h2 {
	margin-left: 310px;
	text-decoration: none;
	font-size: 28px;
	line-height: 50%
}

/* Navigation inside the header */
#navigation, #sub-navigation {
	background: #005B9A;
	float: left;
	width: 100%;
	height: 2.5em;
}

#nav li, #sub-nav li { 
	float: left;
	list-style-type: none;
	margin-right: 40px;
}
ul#nav.nav-search {
	margin: 0;
	padding: 10px 0 0 10px;
	vertical-align: middle;
}

#nav a, #sub-nav a {
	font-weight: bold; 
	display: block;
	color: #EBEBEB;
	text-decoration: none;
}

#nav a:hover, #sub-nav a:hover, #nav li.current_page_item a, #sub-nav li.current_cat a { text-decoration: underline; }

/* I'll fix the dropdown menus later - just blank out for now */
#nav li ul, #sub-nav li ul {
	display: none;
}
/* Search box in header */
#search {
	float: right;
	color: #EBEBEB;
	margin-bottom: 5px;
}

#searchform {
	margin: 0;
	padding: 0 10px 0 0;
}

#search .search-submit {
	display: none;
}

/* Feed graphics in header - just blank out for now */
#feed li {
	display: none;
}


/************************************************************/
/* Main content */
/************************************************************/
#home, #content {
	background: #EBEBEB;
	width: 100%;
	float: left;
	margin-right: -360px;
}

/*
#feature.section, #excerpts.section, #content div.post, .navigation-links.section, .tags.section, .breadcrumb.section, #related.section, #full-posts, #comments-template, #home div.section.post, #video-numbers.section, #features-numbers.section, .category-cloud.cloud.section, .author-cloud.cloud.section, .tag-cloud.cloud.section, #home-custom-1.section, #home-custom-2.section, #home-custom-3.section {
*/
.section, #content div.post, #full-posts, #comments-template {
	float: left;
	margin-right: 330px;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#author-box.section {
	display: none;
}

#content div.breadcrumb.section { /* These mess up the display in IE, and aren't really needed visually */
	display: none;
}

#home div.category-cloud.cloud.section div { /* Category cloud */
	text-align: center;
	line-height: 1;
}

#sidebar .menu { /* Sidebar sections. Stupidly named! */
	margin-bottom: 10px;
}

#excerpts .post.even, #exerpts .post.odd, #home.home .post.odd, #home.home .post.even {
 	clear: both;
 	margin-bottom: 30px;
}

#author-box.section h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.byline {
	font-style: italic;
}

h2.section-header, h3.section-header, h2.post-title, #comments-template h3 {
	width: 100%;
	font-variant: small-caps;
	font-weight: bold;
	clear: both;
	border-top-style: ridge;
	border-top-color: #666666;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2.post-title a {
	font-weight: bold;
	text-decoration: none;
}

#feature.section h2.post-title a:before {
	border-top-style: none;
	content: "Featured Post: ";
}

#feature.section h2.post-title {
}

div.navigation-links.section a {
	text-decoration: none;
	color: #fff;
}

div.navigation-links.section {
width: 100%;
	clear: both;
	border-top-style: ridge;
	border-top-color: #666666;
	padding-top: 30px;
	margin-bottom: 30px;
}

div.navigation-links.section span.next {
	padding: 9px;
	font-weight: bold;
	color: #eee;
	background: #005B9A;
	border: none;
	margin-left: 10px;
	font-size: 150%;
}
div.navigation-links.section span.previous {
	margin-right: 10px;
	padding: 9px;
	font-weight: bold;
	color: #eee;
	background: #005B9A;
	border: none;
	font-size: 150%;
}

#excerpts.section .byline {
	font-size: 0.75em;
}

#excerpts.section .post-meta-data {
	display: none;	/* I just don't like this extra stuff displayed */
}

#feature.section {
	background-color: silver;
	font-size: 1.2em;
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 0;
}

#feature.section .entry {
	margin-top: 30px;
}

#nav li, #sub-nav li { 
	float: left;
	list-style-type: none;
	margin-right: 75px;
}
ul#nav.nav-search {
	margin: 0;
	padding: 10px 0 0 10px;
}

#nav a, #sub-nav a {
	font-weight: bold; 
	display: block;
	color: #EBEBEB;
	text-decoration: none;
}

#home-sponsor.section {
	display: block;	
	float:  none;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}

/* For /categories/ page which I coded myself */
#content .category-listings dl dt a {
	width: 100%;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 12px;	
	font-size: 1.5em;
	line-height: 100%;
}

#content .category-listings dl dl dt a {
	font-size: 1.3em;
}

#content .category-listings dl dl dl dt a {
	font-size: 1.2em;
}

#content .category-listings dl dl dl dl dt a {
	font-size: 1.0em;
}

/* Tabs sections - not finished/functional */
.tabbed ul {
	padding: 0;	
	margin: 0;
	list-style-type: none;
}

.tabbed li {
	float: left;
	width: 19%;
	text-align: center;
	background-color: #005B9A;
	border: 1px outset #666666;
}
.tabbed li a { 
	color: #EBEBEB;
	width: 100%;
}

/* Comments */
#comments-template #tweetbacks ul {
	list-style-type: none;
	padding-left: 0;	
}

#comments-template #tweetbacks ul li {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 100px;
}

#comments-template #tweetbacks ul li b a {
	font-style: italic;
	font-weight: bold;
}

#comments-template #tweetbacks ul li img {
	float: left;
	margin-right: 10px;
  	height: 80px;
	width: 80px;
}

#comments-template ol { 
	list-style-type: none;
	padding-left: 0;
}

#comments-template ol li {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 100px;
}

#comments-template div.comment-meta-data, #comments-template div.comment-meta-data a {
	font-style: italic;
	font-weight: bold;
}

#comments-template div.comment-text {
	margin-left: 90px
}

#comments-template img.avatar { 
	float: left;
	margin-right: 10px;
  	max-height: 80px;
	max-width: 80px;
}

/* Rearranged the way the comment form is displayed */
#commentform p label {
	display: block;
}

#commentform p label:after {
	content: ":";
}

#commentform .reset-comment {
	display: none;
}

#commentform .submit-comment {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font-weight: bold;
	color: #eee;
	background: #005B9A;
	border: none;
}

/* Highlight comments of post author */
#comments-template .author { 
	background: #C8C8C8;
	padding: 10px;
}

/* all the .changeAva stuff is for the avatar changing prompt I added to comments.php */
#comments-template .changeAva {
	text-align:center;
	float:right;
	width:160px;
	border:1px solid #666666;
	background:#f9f9f9;
	padding: 5px;
	position: relative;
	top: -25px;
}

#comments-template .changeAva h4 {
	width: 100%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 1em;
}

#comments-template .changeAva span {
	font-size: 1em;
	margin-top: 5px;
	display: block;
}

#commentform .changeAva img {
	float: none;
	margin: 10px;
}

/* Highlights "@Name:" in comment fields. Found the PHP section in a tutorial somewhere. */
.at-people {
    font-weight: bold;
    color: #005B9A;
}


/* Images */
img {
	border: 1px outset #005B9A;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clearleft {
	clear: left;
}

img.wp-smiley, img#wpstats, img.inline {
	border: 0;
	display: inline;
	clear: none !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

img.noborder {
	border: 0;
}

img.tracker {
	border: 0;
	display: inline;
	clear: none !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
 }

.thumbnail {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.feature-image {
	float: left;
	max-height: 300px;
	max-width: 300px;
	margin-right: 10px;
}

.medium {
	max-width: 300px;
	max-height: 300px;
}

.alignleft {
    float: left;
	margin-right: 10px;
}

.alignright {
    float: right;
	margin-left: 10px;
}

.aligncenter, object.aligncenter {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float:  none;
	display: block;
	clear:  both;
	text-align: center; 
}

.aligncenter.unclear {
	clear: none;
}

.clear {
	clear: both;
}

#home .post img.thumbnail, #excerpts.section .post {
	clear: both;
}

#home .post.odd img.thumbnail {
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 0;
}

#home .post.even img.thumbnail {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0;
}


/************************************************************/
/* Sidebar */
/************************************************************/
#sidebar {
	background: #EBEBEB;
	float: right;
	width: 300px;
	padding-right: 20px;
	padding-left: 9px;
	border-left-style: ridge;
	border-left-color: #666666;
	position: relative;
}

/* Sidebar Video */
div.v1.video-sidebar object {
	border: 1px outset #005B9A;
}

/* "Subscribe" text box */
ul.feedreaderlist {
	padding: 0;	
	margin: 0;
	list-style-type: none;
	margin-left: auto; 
	margin-right: auto;
}

ul.feedreaderlist li a  {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

ul.feedreaderlist li a img {
	border: 0;
}
 form {
	margin-bottom: 10px;
}

#sidebar .textwidget fieldset {  
	border: none;
	margin: 0;
	padding: 0;
}

#sidebar .textwidget legend, .emailsubscribe legend {
	display: none;
}

#sidebar .textwidget fieldset label, .emailsubscribe fieldset label {
	margin-right: 10px;
}

#sidebar .textwidget fieldset label:after, .emailsubscribe fieldset label:after {
	 content: ":"
}

#sidebar .textwidget fieldset ol {  
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.emailsubscribe fieldset ol {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .textwidget fieldset li, .emailsubscribe fieldset ol li {  
	list-style: none;
	display: inline;
}

div.post-meta-data {
	clear: left;
}

#sidebar.right .recent.menu p {
	margin-top: 0;
}

/* Recent Comments in Sidebar */
#sidebar.right #get_recent_comments_wrap ul {
	padding-left: 0;
}

#sidebar.right #get_recent_comments_wrap ul ul {
	padding-left: 30px;
	margin-bottom: 30px;
}


/************************************************************/
/* Footer */
/************************************************************/
#footer {
	background: #EBEBEB;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}

#footer #amazon {
	text-align: center;
}

#footer p.left {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}

#footer p.right {
	float: right;
	padding-bottom: 10px;
}


/************************************************************/
/* Additional CSS for plugins I have installed */
/************************************************************/
/* WP-Polls */
div.wp-polls p strong {
	font-variant: small-caps;
	font-weight: bold;
	color: #005B9A;
	text-align: left;
	font-size: 1.5em;
}

.wp-polls-ul .pollbar {
	background-color: #005B9A;
	border: 1px solid #666666;
}

/* del.icio.us for Wordpress - http://rick.jinlabs.com/code/delicious */
ul.delicious {
	clear: left;
	margin-right: 320px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}

li.delicious-item {
	padding-bottom: 1em;
}

a.delicious-link {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
}

a.delicious-link-tag {
	font-style: italic;
	font-size: .9em;
}

/* Subscribe to comments */
#commentform p.subscribe-to-comments label {
	display: inline;
}

#commentform p.subscribe-to-comments label:after {
	content: "";
}

/* Organize Series */
#content .post .entry .seriesmeta {
	font-style: italic;
	background: #C8C8C8;
	padding: 10px;
	font-weight: bold;
}

#content .post .entry .seriesmeta a {
	font-weight: bold;
}

#content .post .entry .seriesbox {
	margin: 10px;
	float: right;
	border: 3px ridge #666666;
}

#content .post .entry .seriesbox .center {
	text-align: center;
	margin-bottom: 10px;
}

#content .post .entry .seriesbox .center a {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
}

#content .post .entry .seriesbox img {
	margin: 10px;
	float: none;
}

#content .post .entry fieldset {
	margin: 10px;
	float: none;
}

.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.serieslist-box {
	background: #fff;
	width: 90%;
	/*height: 100px;*/
	padding: 6px;
	margin: 10px auto 0 auto;
	border: 1px solid #1E3A96;
	border-bottom: 2px solid #1E3A96;
}

html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title {
	font-size: 1.2em;
	color: #1E3A96;
	text-align: center;
}

ul.serieslist-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.post .entry li.serieslist-li {
	padding: 0;
	margin: 0 0 0.5em;
}

.seriesbox {
	display:inline;
	float: right;
	background: #F8F8F8;
	color: #777;
	text-align: left;
	font: .8em Arial, Tahoma, Verdana, Sans-Serif;
	margin: 0 10px 0px 10px;
	padding: 6px 6px 12px 6px;
	border: 1px dotted #1E3A96;
	border-bottom: 2px solid #1E3A96;
	min-width: 125px;
	max-width: 50%;
}

.seriesbox img {
	margin: 0px 12.5px 0 12.5px;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #1E3A96;
	text-align: center;
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	background-color: #E5F3FF;
	font-size: .8em;
}

.series-nav-left {
	float: left;
}

.series-nav-right {
	float: right;
}

/* CommentLuv - Display of recent blog post info */
#comments-template .comment-text p abbr em {
	cursor: default;
	border: 1px solid #666666;	
}

/* CommentLuv - Display stuff when posting */
#comments-template select {
	margin-bottom: 10px;
}

#comments-template #mylastpost a img {
	margin: 0;
	border: 0;	
}

/* Sociable */
.sociable {
	clear: left;
}
.sociable ul {
  list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable img {
	width: 62px;
	height: 78px;
	border: 0;
}

.tt img {
	border: 0;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
}

.entry p .tt {
	display: inline;
}


/* Tags page I coded myself */
#content div.post div.entry div.tagpage {
	line-height: 1;
	text-align: center;
}


/* Author page (self coded) */
#content.author.left .author-info {
	margin-left: 138px;
}

#clbody.hidden {
	display: none;
}

.wp-caption {
	padding: 10px;
	background-color: silver;
	border: 1px solid #fff;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	margin: 0; padding-top: 5px;
	text-align: center;
	font-size: .9em;
	font-style: italic;
}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #666;
}

/* "back to top" links on /subscribe/whitelist page */
.toc a {
	font-size: .5em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}


label.previewLabel, div.af-textWrap {
	display: inline;
}

/* Networked Blogs Widget */
#networkedblogs_nwidget_widget {
	width: 50% !important;
}


/* EXTRA BITS */
/* Notes */
.note {
	padding: 10px;
	margin: 1em 120px;
	background-color: #fafe69;
	border-style: solid;
	border-width: thin;
}



.Amp_Content_Outer {
	clear: left;
	width: 75%;
	text-align: left;
	float: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #fffeff;
	border: 2px outset #a9a9a9;
	margin-bottom: 20px;
}

.Amp_Content_Outer .Amp_Source_First {
	background-color: #d5d5d5;
	border-bottom: 2px solid #a9a9a9;
	font-weight: bold;
}

.Amp_Content_Outer .Amp_Content_Item_Image {
	left-margin: auto;
	right-margin: auto;
}


.Amp_Content_Outer blockquote {
	border: 0;
	margin: 0;
	padding: 0;
	color: inherit;
	font-style: inherit;
}

.Amp_Content_Outer blockquote.Amp_Content_Item {
	background-color: #fffeff;
	color: #333;
	font-style: normal;
	padding: 10px;
	border-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #a9a9a9;
	margin-right: 20px;
	margin-left: 20px;
}

.Amp_Content_Outer blockquote.Amp_Content_Item table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.Amp_Content_Outer blockquote.Amp_Content_Item table td, .Amp_Content_Outer blockquote.Amp_Content_Item table th {
	border: 0;
	margin: 0;
}

.Amp_Content_Outer blockquote.Amp_Content_Item h1, .Amp_Content_Outer blockquote.Amp_Content_Item h2, .Amp_Content_Outer blockquote.Amp_Content_Item h3, .Amp_Content_Outer blockquote.Amp_Content_Item h4, .Amp_Content_Outer blockquote.Amp_Content_Item h5, .Amp_Content_Outer blockquote.Amp_Content_Item h6 {
	margin: 0
}

.Amp_Content_Outer blockquote.Amp_Content_Item img {
	border: 0;
	margin-right: auto;
	margin-left: auto;
	float: none;
	max-width: 510px;
}


.Amp_Content_Outer .Amp_Source_Button {
	float: right;
	font-style: italic;
}

.Amp_Content_Outer .Amp_Bottom_Wrap, .Amp_Link {
	display: none;
}
