/*
Theme Name:		Scott McEwen Author
Theme URI: 		http://scottmcewen.com
Version: 		2.0
Description: 	Key Design Websites' blank theme architecture. Modified from <a href="http://ptahdunbar.com" target="_blank">Ptah Dunbar's</a> <a href="http://wpframework.com/" target="_blank">WP-Framework</a> .
Author: 		Dustin Jones
Author URI:		http://keydesignwebsites.com
*/


@import url( 'reset.css' );

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/************* BODY / GLOBAL / RHYTHM *************/

body {
	background: url('images/background.jpg') center top no-repeat fixed #000;
}
	/* Sidebar on the Right */
.container { width: 980px; margin: 0px auto; }
.hfeed { width: 510px; float: left; margin: 0 0 0 70px; }
.aside { width: 300px; float: right; margin: 0 70px 0 0; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Vertical Rhythm  */
.entry-meta { padding-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { padding-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { padding-bottom: 40px; }


/************* LINK COLORS *************/

a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }



/************* HEADER *************/

.header {
	background: url('images/header.png') center top no-repeat;
	width: 980px;
	height: 225px;
	position: relative;
	left: -9px;
}

#logo {
	display: block;
	float: left;
	margin: 40px 0 0 260px;
}

.headerfb {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin: 56px 75px 0 0;
}

/************* SIDEBAR *************/

.aside img {
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.6);
}

.sidebarbooks {width: 300px; margin: 0 auto; padding-bottom: 20px;}
.pika-stage {position: relative; width: 300px; height:450px; }

	.pika-stage .pika-aniwrap, .pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%; }
	.pika-thumbs { display: none; }

.pika-stage .caption {position: absolute; background:#000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 20px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
.pika-textnav, .pika-imgnav {display:none;}
.pika-counter{ display: none; }

#pikame{display:sidebarbooks;}


/************* CONTENT *************/

#content {
	padding-top: 30px;
}	

.home .entry-title { display: none; }

.entry-content {
	line-height: 24px;
}

.entry-title {
	font-size: 38px;
	padding-bottom: 10px;
}

/************* FOOTER *************/

.footer {
	clear: both;
}

#copyright {
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 4px;
	padding-top: 30px;
}

#copyright, #copyright a, #copyright a:hover {
	color: #000;
	opacity: 0.6;
	text-decoration: none;
}

.copyrightkey {
	background: url('images/key.png') top left no-repeat;
	width: auto;
	height: 25px;
	display: inline-block;
	border: 0;
	padding-left: 28px;
}


/************* FORMS & INPUT AREAS *************/

input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }



/************* TEXT, TYPOGRAPHY & FORMATTING *************/

body, input, textarea { font: 13px/1.5 'Open Sans', sans-serif; }

.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 3px;}
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }



/************* IMAGES & CAPTIONS *************/

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .menuigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .menuigation-links, .container, .menu { display: block; }



/************* NAVIGATION BAR (remove if not used) *************/

/** Menu Colors & Style **/

.menu {  background-color: transparent; }
.menu li:hover ul,
.menu li.menu-hover, .menu-hover ul a { color: #342d24; }
.menu li.menu-hover ul { background: url('images/background.jpg') center top; }
.menu-hover ul a:hover, .menu .sub-menu .current_page_item a { color: #940604; background-color: #C7E1D4; -webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-ms-transition: all 250ms ease;-o-transition: all 250ms ease;transition: all 250ms ease; }
.menu a { color: #e4d4b3; }
.menu a:hover, .menu .current_page_item a { text-decoration: none; background: transparent; color: #fff; -webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-ms-transition: all 250ms ease;-o-transition: all 250ms ease;transition: all 250ms ease; }
.menu li:hover, .menu a:focus { background: transparent; }

/** Menu Borders **/

.menu { border: none; }
.menu a { border-right: 1px solid #e4d4b3; }
.menu li:last-child a { border-right: none; }
.menu ul { border: 1px solid #000; border-bottom: none; }
.menu ul a { border-right: none; }
.menu ul li a { border-bottom: 1px solid #000; }

/** Menu Placement, Size & Spacing
	- NOTE:	Check the "Top" value under the "Shows submenus"
			if there's an issue with the submenus displaying
 **/

.menu {
	line-height: 1;
	float: left;
	margin: 64px 0 0 124px !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
}

.menu { padding-bottom: 0; }
.menu a { padding: 0px 22px; }
.menu .sub-menu a { padding: 10px 20px; }
.sub-menu { padding-bottom: 0; }

/** Menu Function
	- NOTE:	Little of this should require editing with exception
			of the note above about submenus.
 **/

.menu, .menu * { list-style: none; margin-left: 0; }
.menu li { float: left; padding: 0; position: relative; }
.menu ul li { width: 100%; }

.menu a { display: block; position: relative; }

/* Hides items under top menu */
.menu ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.menu li:hover ul,
.menu li.menu-hover ul { left: -1px; top: 19px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.menu li:hover li ul,
.menu li.menu-hover li ul,
.menu li li:hover li ul,
.menu li li.menu-hover li ul,
.menu li li li:hover li ul,
.menu li li li.menu-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.menu li li:hover ul,
.menu li li.menu-hover ul,
.menu li li li:hover ul,
.menu li li li.menu-hover ul,
.menu li li li li:hover ul,
.menu li li li li.menu-hover ul { left: 20em; /* match .menu ul width */ top: -1px; }

/* Default Skin */



/* Menu bugfix */
.ie7 .menu:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }



/************* COMMENTS, BLOG & NAVIGATION (remove is not enabled on site) *************/

.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* Navigation */
.page-navigation .menu-next { float: left; }
.page-navigation .menu-previous { float: right; }
.single-page-navigation .menu-next { float: right; }
.single-page-navigation .menu-previous { float: left; }

