/*
Theme Name:		Affordable Mini Storage
Theme URI: 		http://affordablestoragenw.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 repeat-x #00431c;
}

.container { width: 1046px; margin: 0px auto; background-color: #bc0117; }
.hfeed { width: 600px; float: left; }

/* 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 {
	width: 920px;
	padding: 20px;
	height: 68px;
	margin: 0 auto;
	background-color: #fff;
	color: #00471f;
	-webkit-box-shadow: 0px 0px 25px 0px #000;
	box-shadow: 0px 0px 25px 0px #000;
}

.headerphone {
	float: right;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.headerphone h2 {
	letter-spacing: 0;
	font-weight: bold;
}

.headline {
	width: 100%;
	margin: 0 0 10px 0;
	height: 8px;
	clear: both;
	padding: 0;
	border: none;
	background-color: #005826;
}

.headerimage {
	max-width: 920px;
	height: auto;
}


/************* SIDEBAR *************/

.aside {
	width: 250px;
	float: right;
	padding-left: 35px;
	border-left: 3px solid #005826;
}

.widget {
	background-color: #005826;
	padding: 10px;
	margin-bottom: 35px;
	text-align: center;
}

.widget h2, .widget h4 {
	color: #fff !important;
}

.sidebar-featured {
	width: 230px !important;
	height: auto !important;
	display: block;
}

.sidebar-truck {
	margin: 0 auto;
	display: block;
}


/************* CONTENT *************/

#content {
	width: 920px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	background-color: #fff;
	clear: both;
	-webkit-box-shadow: 0px 0px 25px 0px #000;
	box-shadow: 0px 0px 25px 0px #000;
}

.entry-title {
	width: 100%;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background-color: #005826;
	letter-spacing: 4px;
	margin: 10px 0;
}

.entry-content {
	line-height: 32px;
}

/************* Storage Size Page *************/

.unitsingle {
	line-height: 1;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	margin-bottom: 20px;
}

.unitsingle img{width: 150px; float: left;}
.unit-header{width: 406px; float: left;}


/************* FOOTER *************/

.footer {
	clear: both;
	background-color: #005826;
	padding: 40px 20px 10px 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.footer span {
	padding: 0 20px;
}

.footer, .footer a, .footer a:hover {
	color: #fff;
	text-decoration: none;
}

#copyright {
	line-height: 25px;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: normal;
}

.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: bold; clear: both; color: #005826; text-transform: uppercase; }
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; color: #005826; line-height: 1.5; }
.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 .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

table { border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 20px 0 20px;
	width: 100%;}

/************* 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%; }


/************* NAVIGATION BAR (remove if not used) *************/

/** Menu Colors & Style **/

.menu {  background-color: transparent; }
.menu li:hover ul,
.menu li.menu-hover ul a { background: #bc0117; }
.menu li.menu-hover ul a:hover { background: #000; }
.menu a { color: #fff; }
.menu a:hover { text-decoration: none; background: transparent; color: #fafafa; }
.menu li:hover, .menu li.menu-hover,
.menu a:focus { background: transparent; color: #fafafa; }

/** Menu Borders **/

.menu { border: none; }
.menu a { border-right: 1px solid #fff; }
.menu li:last-child a { border-right: none; }
.menu ul { border: 1px solid #ddd; border-bottom: none; }
.menu ul a { border-right: none; }
.menu ul li a { border-bottom: 1px solid #ddd; }

/** 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;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 50px !important;
	height: 32px;
}

.menu { margin-bottom: 0px; padding-bottom: 0; }
.menu a { padding: 2px 42px; }
.menu .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: 29px; /* 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; }