/*  
Theme Name: Jack Allis
Theme URI: http://jackallis.com/wp-content/themes/jackallis
Description: The Wordpress Theme for Jack Allis
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* color scheme

.pink {
  color: #915;
}
.blue {
  color: #07c;
}
.cobalt {
  color: #24a;
}
.dark-teal {
  color: #356;
}
.black {
  color: #000;
}
.grey {
  color: #aaa;
}
.white {
  color: #fff;
}
*/


/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #000 url(images/halo.jpg);
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
}
#wrap {
	width: 960px;
	margin: 10px auto 0;
	text-align: left;
	border: 2px solid #915;
}
#masthead {
	background: #fff url(images/masthead.jpg) top center repeat-x;
	height: 200px;
	width: 960px;
	border-bottom: 1px solid #24a;
}
#column-wrap {
	background: #fff url(images/container.jpg) repeat-y 0 0;
}
#left {
	width: 200px;
	float: left
}
#main {
	width: 760px;
	float: left;
}
#footer {
	background: #24a;
	width: 960px;
	height: auto;
}
.content {
	padding: 10px;
}
#left .content {
	padding: 0;
}
#main .content {
	padding: 20px 220px 5px 20px;
	text-align: center;
}
#footer .content {
	padding: 8px 20px;
	text-align: center;
	font-size: 0.9em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/header.gif) 0 0 no-repeat;
	width: 960px;
	height: 200px;
	display: block;
	margin: 0;
}
#masthead .content {
	padding: 0;
}

/* Menu */
#left ul li.page-item-2 {
	border-bottom: 2px solid #24a;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	background: #915 url(images/nav-sub.jpg) repeat-y;
	width: 200px;
}
#left ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	background-repeat: repeat-x;
}
#left ul li a {
	display: block;
	text-decoration: none;
	text-decoration: none;
	padding: 6px 5px 6px 8px;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	border-right: 10px solid #24a;
	background-image: url(images/nav-main.jpg);
}
#left ul li a:hover {
	color: #ff0;
	letter-spacing: 0.01px;
	background-position: left bottom;
	border-color: #ff0;
}
#left ul li.page_item li a {
	color: #fff;
	padding: 4px 4px 4px 24px;
	font-size: 12px;
	line-height: 13px;
	margin: 0;
}
#left ul li.page_item li a:hover {
	color: #ff0;
	letter-spacing: 0.01px;
	background-position: left bottom;
	border-color: #ff0;
}
#left ul li.page_item li li a {
	padding-left: 36px;
	color: #f80;
}
#left ul li li.current_page_item a, #left ul li li li.current_page_item a {
 	color: #aaa;
}
#left ul li li.current_page_item a:hover {
 	color: #ff0;
	border-color: #ff0;
}
#left ul li.current_page_item a {
	color: #aaa;
}
#left ul li.current_page_item a:hover, #left ul li.current_page_ancestor a:hover {
	color: #ff0;
	border-color: #ff0;
}
#left ul li.current_page_ancestor a {
	color: #07c;
}

/* General Formatting */
h2 {
	font-size: 1.9em;
	line-height: 1.2em;
	color: #356;
	text-align: center;
}
h3 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 0.8em 0 0.4em 0;
	color: #24a;
	text-align: center;
}
h4 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0.8em 0 0.4em 0;
	color: #356;
	text-align: center;
}
h5 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #24a;
	margin: 0.8em 0 0.4em 0;
	text-align: center;
}
h6 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0.8em 0 0.4em 0;
	color: #356;
	text-align: center;
}
.hilite {
	color: #24a;
	font-weight: bold;
}
#main ol {
	margin: 0;
	padding: 0;
}
#main ol li {
	line-height: 1.2em;
	margin: 12px 0 0 35px;
	padding: 0;
	text-align: left;
}
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.afterlist {
	margin: 12px 0 0 35px;
	line-height: 1.2em;
}
.nomargintop {
	margin-top: 0;
}
.quote {
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
	text-align: left;
}
.quoted {
	margin-left: 20px;
	margin-right: 20px;
	color: #356;
	text-align: right;
}
.centered {
	text-align: center;
}
#main .paypal {
	text-align: center;
	margin: 8px 0;
	background: transparent;
}
#main .paypal-left {
	text-align: left;
	margin: 8px 0;
	background: transparent;
}
.clear {
	clear: both;
}
p {
	line-height: 1.4em;
	margin: 0.8em 0 0 0;
	padding: 0;
	text-align: left;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
	text-align: left;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
.imageb {
	border: 2px solid #35a;
	margin: 6px;
}
.wp-caption {
	background: #eee;
	border: 1px solid #aaa;
	text-align: center;
	padding: 4px 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
#footer p.copyright {
	color: #aaa;
	font-size: 0.9em;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
}
#footer p#to-top {
	text-align: centered;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
#footer p#to-top a {
	border: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer p#to-top a:hover {
	color: #915;
}
.date {
	color: #b54;
	text-align: right;
	letter-spacing: 0.01em;
	font-weight: bold;
	border-top: 1px solid #b54;
	padding-top: 1px;
	line-height: 1em;
}
.byline {
	color: #07c;
	text-align: right;
}
.big-cap {
	margin-top: 1.5em;
}
.big-cap:first-letter {
	font-size: 40px;
	line-height: 0.8em;
}
.border-top {
	border-top: 2px solid #eee;
	padding-top: 0.6em;
	text-align: center;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #e6eadb;
}
input select {
	background: none;
}

/* main body links */
a {
	color: #07c;
	text-decoration: underline;
}
a:visited {
	color: #39d;
}
a:hover {
	color: #915;
	text-decoration: none;
}
.skiplinks {
	display: none;
}

/* Newsletters  */
.post {
	margin-bottom: 15px;
}
.navigation {
	width: 520px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* credit styles */
#credit {
	width: 260px;
	height: 26px;
	margin: 6px auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #000;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red_24a.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	padding: 4px;
	margin: 0 -190px 2px 7px;
	display: inline;
}
img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.imageb {
	border: 2px solid #24a;
	background: #fff;
}
	 
/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#left #searchform #s {
	width: 108px;
	padding: 2px;
}
#left #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 65%;
	padding: 2px;
	background: #e6eadb;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	background: #e6eadb;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	border: 1px solid #eee;
	border-width: 1px 0 0 0;
	height: 1px;
	width: auto;
	display: block;
	margin: 16px 0;
}
a img {
	border: none;
}

#main ul li.linkcat {
	list-style: none;
}
.wpcf7 input, .wpcf7 textarea {
	background: #e6eadb;
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}
.text-right {
	text-align: right;
}

/* Random quote */
.quotescollection_randomquote {
	width: 170px;
	margin: 10px 14px 10px 16px;
}

.quotescollection_randomquote q {
	font-size: 0.85em;
	line-height: 1.2em;
	color: #333;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	font-size: 0.85em;
	color: #555;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 0.8em;
}
#quotescollection_nextquote-0 {
	color: #666;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
}

/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {
}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

/* up arrow styles */
div#uparrow {
	text-align: right;
	margin: 10px 0 10px 10px;
	padding: 0;
	float: right;
	width: 76px;
}
div#uparrow a {
	width: 80px;
	height: 26px;
	background: transparent url(images/uparrow.gif) 0 0 no-repeat;
	display: block;
	margin: 0;
}
div#uparrow a:hover {
	background-position: 0 100%;
}
div#uparrow span {
	display: none;
}

.video {
	text-align: center;
	margin: 10px auto 5px;
}
#editorcontainer textarea {
	background: #fff!important;
}
table.paypal {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.text-left {
	text-align: left;
}