/*
Theme Name: AJ Morris Custom Site
Theme URI: http://ajmorris.org
Description: Custom design for my personal blog.
Author: AJ Morris
Author URI: http://ajmorris.org/
Template: twentyten
Version: 0.1
*/
 
/* Bring in the CSS from the parent theme */ 
@import url("../twentyten/style.css");

/* Import the Form CSS */
@import url("form.css");

/* Site name & description text - Reenie Beacine*/
/* Titles for Blog Posts - Cantarell */
/* Article & Page text - Molengo */
/* Widget Area - Crimson Text */
@import url(http://fonts.googleapis.com/css?family=Crimson+Text|Reenie+Beanie|Cantarell|Molengo);


/* =General
------------------------------------------------------------- */

a:link {
	color:#154d8e;
}
a:visited {
	color:#154d8e;
}
a:active,
a:hover {
	color: #154d8e;
}

h1, h2, h3 a { 
	color: #154d8e;
}

/* p {
	font-family: 'Crimson Text', arial, serif;
} */
/* =Header
-------------------------------------------------------------- */

#site-title {
	float: left;
	margin: 0 0 18px 0;
	line-height: 36px;
	font-family: 'Reenie Beanie', arial, serif; 
	width: 300px;
}
#site-title a {
	color: #154d8e;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.5em;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 450px;
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 2.5em;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #154d8e;
	border-bottom: 1px solid;
	color: #154d8e;
}


/* MENU */

#access { 
	background-color: #154d8e;
}

#access a { 
	color: white;
}

#access ul ul a { 
	background:#154d8e;
}

#access li a:hover,
#access ul ul a:hover { 
	background:#154d8e;
	text-decoration: underline;
}


/* =Content
-------------------------------------------------------------- */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}


.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	color: #154d8e;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title a:link, .page-title a:visited {
	color:#154d8e;
	text-decoration: none;
}

.page-title a:active, .page-title a:hover {
	color: #154d8e;
}

.entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
}

#content .entry-title {
	color: #154d8e;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Cantarell', arial, serif;
}
.entry-title a:link, .entry-title a:visited {
	color:#154d8e;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #154d8e;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	font-family: 'Molengo', arial, serif;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #154d8e;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #154d8e;
}
#entry-author-info {
	background: #154d8e;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #154d8e;
}
#content .video-player {
	padding: 0;
}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation a:active,
.navigation a:hover {
	color: #154d8e;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	font-size: 15px;
	list-style: none;
	margin-left: 0;
	margin-top: 8px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area ul li {
	margin-top: 4px;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Molengo', arial, serif;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #154d8e;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

.textwidget {
	/*border: 1px solid;
	border-color: #154d8e; */
	padding-top: 5px; 
}

.textwidget img {
	border: 1px solid;
	border-color: #154d8e;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	float:left;
	width: 75px;
	height: 75px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	/* font-size: 18px;
	font-family: 'Crimson Text', arial, serif; */
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
	
}

#footer-widget-area .socialmedia h3 {
	font-family: 'Molengo', arial, serif;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #154d8e;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	width: 200px;
	font-weight: bold;
	font-size: 2.5em;
	font-family: 'Reenie Beanie', arial, serif; 
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	float: right;
	width: 315px;
	font-style: italic;
	font-size: 2.5em;
	font-family: 'Reenie Beanie', arial, serif; 
}

#searchform label { display: none; }

