/*
THEME NAME: Blue Sky
THEME URI: http://www.3dbcreative.com
DESCRIPTION: Custom Design for Blue Sky
AUTHOR: Zak Eddington
*/

@import "styles/reset.css";

/* ----------------------------------- default ----------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:960px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	background:#182b44 url(images/bg-tile.jpg) 0 0 repeat;
}
#bg {
	width:100%;
	min-height:100%;
	background:url(images/bg.jpg) center 160px repeat-x;
}


a {			color:#fff; text-decoration:none; font-weight:bold; }
a:hover {	text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}

td {vertical-align:top; }

input, textarea {
	color:#333;
	border:1px solid #ccc;
	background:#eee;
	padding:3px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:13px;
}
input#submit {
	color:#fff;
	background:#900;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #ccc !important;
	background:#900;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}




/* ------------------------------------------------- header ------------------------------------*/
#headerWrap {
	width:100%;
	background:url(images/bg-header-tile.png) 0 0 repeat-x;
}

#header {
	position:relative;
	margin:0 auto;
	padding:0;
	width:960px;
	height:195px;
	z-index:5;
	background:url(images/bg-header.jpg) 0 0 no-repeat;
}

/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:162px;
	height:124px;
	z-index:100;
	text-indent:-1000em;
	overflow:hidden;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:162px;
	height:124px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(images/logo.png) 0 0 no-repeat;
	cursor:pointer;
}

/* ------------------- tagline ------------------- */
#header h2 {
	position:relative;
	float:left;
	display:inline;
	margin:75px 0 0 150px;
	padding:0;
	width:320px;
	height:40px;
	z-index:100;
	text-indent:-1000em;
	overflow:hidden;
}
#header h2 span {
	position:absolute;
	top:0;
	left:0;
	width:320px;
	height:40px;
	margin:0;
	padding:0;
	display:block;
	background:url(images/tagline.png) 0 0 no-repeat;
}

/* ------------------- search ------------------- */
#header #search {
	float:right;
	display:inline;
	margin:75px 0 0 0;
	height:27px;
	width:180px;
	position:relative;
}
	
/* ------------------- search field ------------------- */
/*#searchTab {
	float:right;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
	height:30px;
	width:350px;
	overflow:hidden;
	background:url(../images/bg_search_tab_tile.jpg) top left repeat-x;
	position:relative;
	font-size:12px;
	line-height:18px;
}*/

#search fieldset .left {
	background:url(images/bg_search_field_left.png) 0 0 no-repeat;
	display:block !important;
	width:6px;
	height:27px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#search fieldset .right {
	background:url(images/bg_search_field_right.png) right 0 no-repeat;
	display:block !important;
	width:6px;
	height:27px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:174px;
}
#search fieldset {
	display:inline-block;
	height:27px;
	margin:0;
	padding:0 0 0 6px;
}
#search fieldset input.prettysearch {
	position:absolute;
	top:0;
	left:6px;
	width:168px;
	height:17px;
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:5px 0;
	color:#ddd;
	background:url(images/bg_search_field_tile.png) 0 0 repeat-x;
	border:none;
}
#search fieldset input#searchsubmit {
	position:absolute;
	top:0;
	left:155px;
	width:19px;
	height:19px;
	margin:4px 0 0;
	padding:0;
	background:url(images/bg_search_field_button.jpg) 0 0 no-repeat;;
	border:none;
	text-indent:-1000em;	
}








/* ------------------- main nav ------------------- */
#header ul#mainNav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:100%;
	height:36px;
	overflow:hidden;
}
#header ul#mainNav li { float:left; display:inline; }
#header ul#mainNav li a {
	float:left;
	display:block;
	height:15px;
	margin:0;
	padding:13px 20px 8px;
	font-weight:normal;
	font-size:15px;
	line-height:15px;
	color:#000;
	text-transform:uppercase;
}
#header ul#mainNav li a:hover {
	color:#fff;
	background:#2d5c96;
	text-decoration:none;
}

/* ------------------- flyout nav ------------------- */
#header ul#flyoutNav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	clear:both;
	width:100%;
	height:35px;
	overflow:hidden;
}
#header ul#flyoutNav li { display:inline; }
#header ul#flyoutNav li a {
	margin:0;
	padding:0 10px;
	display:inline;
	border-left:1px solid #efefef;
	font-weight:normal;
	font-size:13px;
	line-height:35px;
	color:#efefef;
}
#header ul#flyoutNav li:first-child a { border-left:none; }

#header ul#flyoutNav li a:hover {
	color:#fff;
}



/* ------------------------------------------------- general layout divs ----------------------------------- */
#container {
	position:relative;
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(images/bg-container.png) 0 0 repeat-y;
}
#sidebar {
	float:left;
	display:inline;
	width:240px;
	min-height:180px;
	margin:0 20px 0 0;
	padding:0;
	overflow:hidden;
}

#content {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;
}

.post { 
	clear:both;	
}













/*---------------------- general subpage styles -------------------------*/
h1, .heading1 {
	font-size:18px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}

h2, .heading2 {
	font-size:18px;
	line-height:24px;
	padding:5px 0;
	font-weight:normal;
	color:#fff;
}

h3, .heading3 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#143a6f;
	font-weight:normal;
}

h4, .heading4 {
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	color:#4297ff;
	font-weight:bold;
}


hr {
	color:#dcd3bf;
	background:#b3a7a0;
	border:0;
	height:1px;
	clear:both;
	margin-bottom:10px;
}

p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}


#content img {/*
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;*/
}



/* ------------------------------------------------ sidebar ------------------------------------------------ */
#sidebar h2 {
	width:223px;
	margin:1px 1px 20px;
	padding:15px 0 15px 15px;
	line-height:20px;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/bg-sidebar-heading.gif) 0 0 repeat-x;
}
#sidebar h3 { padding:0 0 0 30px; }
#sidebar h3 a {	color:#143a6f; }

#sidebar ul.h3 {
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
}
#sidebar ul.h3 li { margin-bottom:10px; }
#sidebar ul.h3 li a {
	line-style:none !important;
	font-size:14px;
	line-height:20px;
	color:#143a6f;
	font-weight:bold;
}
#sidebar ul.sideNav {
	margin:0;
	padding:0 0 20px 40px;
	list-style:none;
	color:#000;
}
#sidebar ul.sideNav li { margin-bottom:10px; line-height:18px; }
#sidebar ul.sideNav a {	color:#000; font-weight:normal; }




/* -------------------------------- widgets ------------------- */
.sidepanel { margin-bottom: 30px; }

.sidepanel h3 {
	padding-bottom:3px;
	margin-bottom:5px;
	color: #000;
	font-weight: bold;
	font-style:italic;
	border-bottom:1px solid #ccc;
}

.sidepanel ul {
	margin-left:0;
	list-style:none;
}
.sidepanel ul li {
	padding:0 0 5px 0;
	margin-left:0;
	font-size:12px;
	line-height: 18px;
	list-style:none;
}



/* ------------------- search ------------------- */
.sidepanel form#searchform {
	margin:0;
	padding:10px 0;
}
.sidepanel form#searchform fieldset {
	margin:0;
	padding:0;
	border:0;
	height:24px;
	overflow:hidden;
	vertical-align:top;
	display:block;
}
.sidepanel form#searchform input {
	float:left;
	display:inline-block;
	font-size:12px;
	line-height:16px;
	width:160px;
	overflow:hidden;
	padding:1px 2px;
	margin:0 3px 0 0;
	vertical-align:top;
	background:#eee;
}
.sidepanel form#searchform input#searchsubmit {
	width:auto;
	border:none;
	color:#fff;
	background:#900;
	vertical-align:top;
}



/* ------------------------------------------------ blog ------------------------------------------------ */

/* ------------------- posts ------------------- */
.post-title a {	text-decoration:none; }

#content ul, .post ul, .post-content ul { margin:inherit; }


.post-content ul {
    list-style:outside !important;
    margin-left: 2em !important;
}
.post-content ul ul {
    list-style:circle !important;
}
.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}
.post-meta a { color: #333; }
.post-meta a:hover { color: #000; }
.post-meta span.sep { margin:0 8px; }

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;/
}
.post-content img { margin:15px; border:none; }

.post-content img.alignnone {/*
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;*/
}

.post-content img.alignleft {
	float: left;/*
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;*/
}

.post-content img.alignright {
	float: right;/*
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;*/
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navigation div a {
	font-size: 110%;
}



/* ------------------- comments ------------------- */
#comments ol {
	margin:0;
	padding:0;
}

#comments ol li {
	margin:0;
	padding:0;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
	display:block;
}

.comment-gravatar {
	float:left;
	display:block;
	margin-right: 10px;
	padding: 3px;
	width:70px;
}

#content .comment-gravatar img {
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	margin:0;
	position:relative;
}

.comment-data {
	float:left;
	display:inline-block;
	width: 600px;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	clear:both;
	display:block;
	margin:10px 0 0;
}

#comment-form input {
	clear:both;
	display:block;
}

#comment-form textarea {
	clear:both;
	display:block;
	width:500px;
	margin:10px 0 0;
}



/* ------------------- misc ------------------- */
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

	







/*------------------------------------ footer ------------------------------------*/
#footerWrap {
	position:relative;
	clear:both !important;
	width:100%;
	height:115px;
	background:url(images/bg-footer-tile.gif) 0 0 repeat-x;
}
#footer {
	margin:0 auto;
	padding:0 10px;
	width:940px;
	height:115px;
	background:url(images/bg-footer.jpg) 0 0 no-repeat;
}

#footer a { font-weight:normal; }

/* ------------------- logo ------------------- */
#footer h2 {
	position:relative;
	float:right;
	display:inline;
	margin:0;
	padding:0;
	width:120px;
	height:40px;
	z-index:100;
	text-indent:-1000em;
	overflow:hidden;
}
#footer h2 a, #footer h2 a span {
	position:absolute;
	top:0;
	left:0;
	width:120px;
	height:40px;
	margin:0;
	padding:0;
	display:block;
}
#footer h2 a span {
	background:url(images/logo-footer.png) 0 0 no-repeat;
	cursor:pointer;
}


/*---------- page links ----------*/
#footer ul#footer-links {
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
#footer ul#footer-links li {
	display:inline;
}
#footer ul#footer-links li a {
	margin:0;
	padding:0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	line-height:40px;
	border-left:1px solid #efefef;
}
#footer ul#footer-links li:first-child a { border-left:none; }
#footer ul#footer-links li a:hover {
	text-decoration:underline;
}


/*---------- copyright info ----------*/
#footer p {
	text-align:center;
	color:#aaa;
	font-size:11px;
	line-height:14px;
	margin-bottom:5px;
}




