/*
Theme Name:		Skeleton Framework
Theme URI: 		http://caleyjack.com/wp-skeleton
Description: 	The starting point for WordPress development
Author: 		Caley Jack Steward
Author URI:		http://caleyjack.com
Version: 		1.0
Tags:			blank, framework, print, 960 grid, jQuery, 2.9, post thumbnails
*/

/* Build the Grid */
@import url('css/960.css');


/* Screen and Projector Styles */
/* GENERIC */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.5 Arial, sans-serif;
	background: #F2F2F2 url('images/header-bg.jpg') repeat-x top center;
	color: #444;
}
a,
a:visited,
a:active {
	color: #0078FF;
	text-decoration: none;
}
a:hover,
a:focus {
	border-bottom: 1px solid #0078FF;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
h1 { font-size: 25px }
h2 { font-size: 23px }
h3 { font-size: 21px }
h4 { font-size: 19px }
h5 { font-size: 17px }
h6 { font-size: 15px }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 20px; }
#flowpanes li {
	clear: both;
}
p,dl,ol,ul,pre,table,address,fieldset { margin: 5px 0 19px; }
ol {
	*margin-left: 15px;
}
small { font-size: 10px; }
blockquote {
	padding: 10px 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #F4F4F4;
	margin-bottom: 25px;
}
blockquote p:last-child {
	color: #000;
	font-size: 12px;
}
blockquote p:last-child strong {
/*	display: block;*/
}


/* LAYOUT */
#header {
	height: 80px;
	position: relative;
	overflow: hidden;
}
#header h1 a {
	width: 200px;
	height: 80px;
	margin: 0 0 0 -13px;
	display: block;
	background: url('images/header-logo.png') no-repeat;
	text-indent: -7890px;
	opacity: 0.5;
}
#header h1.current a,
#header h1 a:hover {
	opacity: 1;
	border: none;
}
#header .nav {
	position: absolute;
	right: 10px;
	bottom: 0;
	margin: 0;
}
.main {
	padding-top: 20px;
	padding-bottom: 60px;
	background: #FFF;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.main.home {
	background: #FFF url('images/main-bg.jpg') no-repeat;
}
#footer {
	padding: 10px 0;
	font-size: 10px;
	color: #888;
}
/*.nav ul li {
	display: inline;
	list-style: none;
}
#main .post {
	margin: 0 0 15px;
}
#aside li.widget {
	list-style: none;
	margin: 0 0 15px;
}
#aside .widgettitle {
	
}*/


/* NAVIGATION */
.nav li {
	float: left;
	display: block;
	margin: 0 0 0 5px;
}
.nav li a {
	float: left;
	display: block;
	padding: 8px 12px;
	color: #AAA;
	text-decoration: none;
	text-shadow: 0 1px 1px rgb(0,0,0);
	border: none;
}
.nav li a:hover {
	color: #FFF;
	text-shadow:  0 0 10px rgba(0,120,255,.5);
	border: none;
}
.nav li.current_page_item a {
	background: #FFF;
	color: #000;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	text-shadow: none;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	cursor: default;
}


/* MAIN CONTENT */
.main img {
	border: 1px solid #FFF;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* HOME PAGE */
.home h5 {
	text-shadow: 0 1px 0 #FFF;
}
.home ul {
	margin-bottom: 20px;
}
#headline {
	padding: 20px 0 0;
	margin-bottom: 40px;
}
#headline h1 {
	text-align: center;
	margin: 0 auto;
	line-height: 1.2;
	font-size: 36px;
	text-shadow:0 1px 0 rgb(255,255,255);
}
.home #headline {
	height: 460px;
}
/* News Feed */
.news-feed {
	float: left;
	background: #444 url("images/button-bg.png") repeat-x top left;
	padding: 5px 0;
	margin: 0 0 20px;
	-moz-border-radius: 21px;
	position: relative;
}
.news-feed h2 {
	float: left;
	font-size: 14px;
	margin: 0 10px 0 15px;
	color: #EEE;
	width: 45px;
	text-shadow: 0 0px 4px #000;
	text-transform: uppercase;
	font-weight: bold;
}
.news-feed ul {
	float: left;
	margin: 0;
	list-style: none;
	color: #CCC;
	position: relative;
	
}
.news-feed li {
	margin: 0;
	position: absolute;
	width: 695px;
	height: 21px;
	overflow: hidden;
	display: none;
	font-size: 12px;
	line-height: 21px;
}
.news-feed li:first-child {
	display: block;
}
.news-feed li a {
	color: #FFF;
}
.news-feed a.read-news {
	position: absolute;
	background: #0078FF url("images/button-bg.png") repeat-x top left;
	padding: 5px 15px 5px;
	-moz-border-radius: 21px;
	right: -1px;
	top: 0;
	color: #444;
/*	border-left: 1px solid #FFF;*/
	-moz-box-shadow: -6px 0 6px rgba(0,0,0,0.25);
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.news-feed a.read-news:hover {
	text-decoration: none;
	border: none;
	color: #FFF;
	text-shadow: none;
}


/* NEWS PAGE */
#main .post {
	margin-bottom: 40px;
}
.post .postmetadata {
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 12px;
}


/* BUTTONS */
a.button, button {
	padding: 5px 20px;
	font-size: 16px;
	background: #444 url('images/button-bg.png') repeat-x;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,.25);
	border: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.5);
	position: relative;
	cursor: pointer;
/*	display: block;*/
/*	float: left;*/
	margin: 0 10px;
	float: none;
	display: inline;
	text-align: center;
}
a.button:hover, button:hover {
	background: #0078FF url('images/button-bg.png') repeat-x;
	-webkit-box-shadow: 0 0 20px rgba(0,120,255,0.75);
	-moz-box-shadow: 0 0 20px rgba(0,120,255,0.75);
}
a.button:active {
	top: 1px;
}
a.button.big {
	font-size: 21px;
	padding: 6px 24px;
}
/*.benefits a.button,
.overview a.button,
.tour a.button,
.testimonials a.button {
	float: none;
	display: inline;
	text-align: center;
}*/
.tour h2.standout {
	float: left !important;
	margin: 0 0 15px !important;
}
.tour h2 .button {
	font-weight: normal;
/*	top: -5px;*/
	float: right;
	margin: 10px 0 0;
}
.contact .button, .contact button {
	font-size: 12px;
	padding: 4px 15px;
}
.center {
	padding-top: 30px;
	text-align: center;
	clear: both;
}


/* ASIDE and WIDGETS */
#aside ul, #aside li { list-style: none; margin: 0;}
#aside blockquote {
	padding: 5px 10px 0;
/*	border: 1px solid #444;*/
/*	background: #444 url('images/button-bg.png') repeat-x top left;*/
	margin-bottom: 25px;
/*	-moz-border-radius: 10px;*/
/*	-webkit-border-radius: 10px;*/
/*	border-radius: 10px;*/
/*	color: #FFF;*/
	font-size: 18px;
	display: none;
	height: 200px;
}
/*#aside .testimonials*/
#aside blockquote p {
	margin: 5px 0 10px;
}
#aside blockquote p:last-child {
/*	color: #CCC;*/
	font-size: 11px;
}
#aside .widget {
	position: relative;
	margin-bottom: 21px;
}
#aside .widget_testimonials {
/*	float: left;*/
	display: block;
/*	height: 235px;*/
}
#aside .testimonials {
	position: relative;
	height: 200px;
}
#aside .testimonials blockquote {
	position: absolute;
}
#aside .vcard {
	margin-bottom: 20px;
}
#aside .vcard .photo {
/*	float: left;*/
/*	margin-right: 10px;*/
/*	border: 1px solid #FFF;*/
/*	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
/*	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
}
#aside .vcard span {
	display: block;
}
#aside .vcard .job-title,
#aside .vcard .email,
#aside .vcard .tel {
	font-size: 12px;
}
#contact-form {
/*	width: 540px;
	height: 520px;
	display: block;
	float: left;*/
}

/* FORMS */
textarea {
	width: 95%;
}


/* DEFAULT IMAGE CLASSES */
.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;
}
.main .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.main .wp-caption img {
	margin: 5px;
}
.main .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}


/* PAGINATION */
.wp-pagenavi { }
.wp-pagenavi a, .wp-pagenavi a:link { }
.wp-pagenavi a:visited { }
.wp-pagenavi a:hover { }
.wp-pagenavi a:active { }
.wp-pagenavi span.pages { }
.wp-pagenavi span.current { }
.wp-pagenavi span.extend { }

.navigation-links {
	font-size: 12px;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}
.page-navigation .nav-next {
	float: left;
}
.page-navigation .nav-previous {
	float: right;
}

/* scrollable root element */
#wizard {	
	background: #FFF;
	font-size: 12px;
	height: 520px;
	margin: 20px 0;	
	overflow: hidden;
	position: relative;
}  
/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}
/* single item */
#wizard .page {	
	padding:20px 30px;
	width:500px;
	float:left;	
}
/* title */
#wizard h2 {
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:30px;		
}
#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}
/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}
#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin: 0 0 10px 0;	
}
#wizard label {
	font-size:16px;	
	display:block;
}
#wizard label strong {
	position:relative;
	top:-1px;
}
#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}
#wizard .text {
	width: 475px;
	padding: 8px 10px;
	font-size: 14px;
	border:1px solid #ccc;
}
#wizard select {
	border:1px solid #ccc;
	width:94%;	
	padding:4px;
}
#wizard label span {
	color:#F00;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}
#wizard .double label { 
	width:50%;
	float:left;
}
#wizard .double .text {
	width:93%;	
}
#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}
#wizard .right {
	float:right;		
}
/* validation error message bar */
#drawer {
	background:#FFFBCC;
	overflow:visible;
	text-align:center;
	padding:5px 0;
	margin-bottom: 20px;
	font-size:14px;
	border: 1px solid #E6DB55;
/*	width:100%;*/
	display:none;
	z-index:2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#wizard .error {
	border:1px solid red;		
}
#wizard #status {
	margin: 0 0 25px 0;
	height:35px;
	padding-left:25px !important;
	margin-bottom: 25px;
}
#status li {
	float:left;
	color:#888;
	margin-right: 10px;
	padding: 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #EEE;
}
#status li.active {
	color: #FFF;
	background:#0078FF;
}


/* GALLERY STYLES */
.gallery {
	clear: both;
	display: block;
	margin: 0 auto;
}
.gallery .gallery-row {
	clear: both;
	display: block;
	margin: 0;
}
.gallery .gallery-item {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	height: auto;
	margin: 0 auto;
	max-width: 89%;
}
.gallery .gallery-item a:hover {
/*	text-decoration: none;*/
	border: none;
}
.gallery .gallery-item a:hover img {
	-moz-box-shadow: none;
}
.gallery-caption {
	margin-left: 0;
}
.col-0 { width:100%; }
.col-1 { width:100%; }
.col-2 { width:50%; }
.col-3 { width:33%; }
.col-4 { width:25%; }
.col-5 { width:20%; }
.col-6 { width:16.5%; }
.col-7 { width:14%; }
.col-8 { width:12.4%; }
.col-9 { width:11%; }
.col-10 { width:10%; }
.col-11 { width:9%; }
.col-12 { width:8.33%; }
.col-13 { width:7.6%; }
.col-14 { width:7.1%; }
.col-15 { width:6.66%; }
.col-16 { width:6.25%; }
.col-17 { width:5.83%; }
.col-18 { width:5.55%; }
.col-19 { width:5.25%; }
.col-20 { width:4.95%; }
