﻿/*   
Theme Name: Starfield
Theme URI: http://northhorizon.net
Description: The starfield theme for northhorizon.net
Author: Daniel Moore
Author URI: http://northhorizon.net
Version: 1.0.0
.
This theme is for INTERNAL USE ONLY. This theme is NOT for redistribution,
reuse, or to be copied in whole or part under ANY circumstances.
.
*/

html, body {
	cursor: default;
	padding: 0;
	margin: 0;
	min-width: 1280px;
}

body {
	background: url('images/stars-bg.jpg') black no-repeat center top;
}

#wrapper {
	margin: auto;
	padding: 0 40px;
	width: 1200px;
}

#left-outer-sidebar {
	float: left;
	width: 200px;
	position: fixed;
}

#logo {
	background: url('images/logo.png') no-repeat;
	width: 165px;
	height: 100px;
	margin: 12px;
	float: right;
}

div#nav-wrapper {
	margin: 15px 0 0;
	float: right;
	width: 200px;
}

/* Global Nav Item Rules */

ul#nav, ul#nav ul {
	list-style: none;
	padding: 0;
	z-index: 10000;
}

#nav li {
	width: 150px;
}

#nav li > a {
	display: block;
	padding: 2px 10px 0;
	height: 23px;
	
	background: #818286;
	background: rgba(129,130,134, .80);

	font: bold 18px Garamond, Apple Garamond, Georgia, serif;
	text-decoration: none;
	color: white;
	border: none;
}

#nav li.current-menu-item > a,
#nav li.current-menu-ancestor > a {
	background: #f9961f !important;
	background: rgba(249, 150, 31, .8) !important;
}

/* Root Level Nav Item Rules */

#nav > li {
	margin-bottom: 10px;
	float: right;
}

#nav > li > a {
	margin-left: 4px;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}

#nav > li > a:hover {
	background: #959595;
}

#nav > li:hover > a {
	border: none;
	border-left: 4px solid #f9961f;
	margin-left: 0;
}

#nav > li.current-menu-item:hover > a,
#nav > li.current-menu-ancestor:hover > a {
	border-left-color: white;
	background: #f9961f !important;
}

/* First Level Nav Item Rules */

#nav ul > li {
	margin-left: 4px;
}

#nav > li > ul > li:first-child {
	border-left: 4px solid #818286;
	border-left-color: rgba(129,130,134, .8);
	margin-left: 0;
}

/* Child Level Nav Item Rules */

#nav ul > li:first-child > a {
	border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
}

#nav ul > li:last-child > a {
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

#nav ul > li:only-of-type > a {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
}

#nav li > ul {
	visibility: hidden;
	position: absolute;
	margin-left: 150px;
	margin-top: -25px;
}

#nav li:hover > ul {
	visibility: visible;
}

#nav ul > li:hover > a:hover {
	border-right: 4px solid #f9961f;
	margin-right: -4px;
}

#nav ul > li.current-menu-item:hover > a,
#nav ul > li.current-menu-ancestor:hover > a{
	background: #f9961f !important;
}

#nav ul > li.current-menu-item > a:hover,
#nav ul > li.current-menu-ancestor > a:hover {
	border-right-color: #818286;
}

#nav ul > li:hover > a {
	background: #a2a3a8;
	
	border-radius: 0;
	-moz-border-radius: 0;
}

#nav ul > li:hover {
	border-right: 4px solid #818286;
	border-right-color: rgba(129,130,134, .8);
	margin-right: 0;
}

/* Search Bar Rules */

#search {
	margin-top: 20px !important;
	float: right;
}

#search input[type='text']:focus {
	border-color: #f9961f;
	background: #959595;
}

#search input[type='text'] {
	background: #959595;
	background: rgba(129,130,134, .80);
	
	font: 12px Tahoma, Geneva, sans-serif;
	color: white;
	padding: 6px 25px 5px 10px;
	width: 110px;
	vertical-align: middle;
	
	border: 1px solid white;
	
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;

	border-right: none;
	display: block;
}

#search input[type='submit'] {
	background: url('images/magnifying-glass.png') no-repeat center center;
	height: 24px;
	width: 20px;
	min-width: 0;
	border: none;
	position: relative;
	top: -25px;
	left: 123px;
}

#content {
	width: 800px;
	margin: 0 200px 20px;
}

#content-body {
	background: white;
	background: rgba(255,255,255, .90);
	
	min-height: 350px;
	padding: 20px;
}

#content-body-footer {
	border-top: 10px solid #f9961f;
	background: #818286;
	background: rgba(129,130,134, .80);
	
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;

	min-height: 50px;
	padding: 12px;
}

#content-body-footer p, #content-body-footer a {
	color: white;
}

a.more-link {
	background: #818286;
	background: rgba(129,130,134, .80);
	
	text-decoration: none !important;

	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font: bold 9px Tahoma;
	text-transform: uppercase;
	color: white;
	padding: 2px 6px;
	white-space: nowrap;
	margin: 2px 4px;
}

a.more-link:hover {
	color: white !important;
	background: #818286;

	border: 0;
	border-right: 4px solid #f9961f;
	text-decoration: none;
	margin-right: 0;
}

.pagination {
	clear:both;
	font: 12px Tahoma;
	height: 15px;
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover {
	color: #f9961f;
	text-decoration: none;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

#sidebar {
	list-style: none;
	padding: 0;
}

#sidebar > li {
	float: left;
	background: #959595;
	border-bottom: 4px solid #f9961f;
	margin: 12px;
	padding: 10px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#sidebar > li.widget_categories {
	width: 150px;
}

#sidebar > li.widget_tag_cloud {
	width: 342px;
}

#sidebar > li.widget_archive {
	width: 150px;
}

#sidebar h2.widgettitle {
	font: bold 20px Garamond, Apple Garamond, Georgia, serif;
	color: white;
	margin: 0;
}

#sidebar .widget ul {
	list-style: none;
	padding-left: 20px;
}

#content-footer {
	text-align: center;
	font: 12px Garamond, Apple Garamond, Georgia, serif;
	color: #818286;
	clear: both;
}

#content-footer a {
	color: #959595;
}

.post-footer > * {
	margin: 5px 0;
}

.tags > h2 {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
	
	font: bold 11px Tahoma;
	text-transform: uppercase;
	color: #818286;
}

.tags .tag-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.tags .tag-list li {
	display: inline;
}

.tags .tag-list a {
	background: #818286;
	background: rgba(129,130,134, .80);
	
	text-decoration: none !important;

	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font: bold 9px Tahoma;
	text-transform: uppercase;
	color: white;
	padding: 2px 6px;
	white-space: nowrap;
	margin: 2px 4px;
}

.tags .tag-list li a:hover {
	color: white !important;
	background: #818286;

	border: 0;
	border-right: 4px solid #f9961f;
	text-decoration: none;
	margin-right: 0;
}

a.more-link {
	background: #818286;
	background: rgba(129,130,134, .80);
	
	text-decoration: none !important;

	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font: bold 9px Tahoma;
	text-transform: uppercase;
	color: white;
	padding: 2px 6px;
	white-space: nowrap;
	margin: 2px 4px;
}

a.more-link:hover {
	color: white !important;
	background: #818286;

	border: 0;
	border-right: 4px solid #f9961f;
	text-decoration: none;
	margin-right: 0;
}


.pingbacks {
	background: #818286;
	padding: 3px 0;
	margin: 5px 0;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pingbacks > h2 {
	color: white;
	margin-left: 5px;
}

.pingbacks .pingback-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pingbacks .pingback-list li .title > span {
	color: white;
	font: bold 13px Garamond, Apple Garamond, Georgia, serif;
	
	padding: 1px 3px 1px 5px;
	background: #f9961f;
	
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pingbacks .pingback-list li .title a:hover {
	text-decoration: none;
}

.pingbacks .pingback-list li .text {
	background: url('images/left-quote.png') white no-repeat 6px 5px;
	margin: 5px;
	padding: 2px 2px 2px 24px;
}

.pingbacks .pingback-list li .text p {
	padding: 0;
	margin: 0;
}

.pingbacks .pingback-list li .text :last-child:after {
	content: url('images/right-quote.png');
	padding: 3px;
	vertical-align: middle;
}

.comments .no-comments {
	font: 12px Tahoma;
	
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.comments .comment-list   {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments .comment-list  li {
	margin: 10px 0;
}

.comments .comment-list  li.author-comment .comment-header {
	border: 2px solid #f9961f;
	border-bottom: 0;
}

.comments .comment-list  li.author-comment .text{
	border: 2px solid #f9961f;
	border-top: 0;
}

.comments .comment-list  li .comment-header, #content-body form label {
	font: bold 13px Garamond, Apple Garamond, Georgia, serif;
	margin: 0;
	background: #818286;
	color: white;
	height: 16px;
	padding: 3px 5px;
	display: block;
	
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.comments .comment-list li .comment-header a {
	color: white;
}

.comments .comment-list li .comment-header .author {
	float: left;
	height: inherit;
}

.comments .comment-list li .comment-header .author .avatar {
	vertical-align: bottom;
}

.comments .comment-list li .comment-header .approval,  .comments .comment-list li .comment-header .date {
	font: bold 8px Tahoma;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

.comments .comment-list li .comment-header .approval {
	float: left;
	margin-left: 10px;
}

.comments .comment-list li .comment-header .date {
	float: right;
}

.comments .comment-list li .text, #content-body form input[type='text'], #content-body form textarea {
	clear: both;
	border: 1px solid #f9961f;
	border-top: 0;
	background: white;
	background: rgba(255, 255, 255, 0.9);
	padding: 4px;
	
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.comments .comment-list li .text p {
	padding: 0;
	margin: 2px 0;
}

.comment-form {
	width: 425px;
	margin: 20px auto 5px;
}

.user-info-form {
	width: 700px;
}

.user-info-form .info {
	float: left;
	width: 250px;
}

.comment-form .field {
	margin: 5px 0;
}

.comment-form .field * {
	width: 250px;
}

.user-info-form .comment {
	float: right;
}

.comment-form .comment {
	margin: 5px 0;
	width: 425px;
}

.comment-form .comment * {
	width: 415px;
}

.comment-form .comment textarea {
	height: 111px;
}

.comment-form .controls {
	clear: both;
	text-align: center;
}

.comment-form .progress, .comment-form .error, .comment-form .success {
	text-align: center;
	display: none;
	clear: both;
}

a.wam_link {
	text-decoration: none !important;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.nb {
	border: none;
}

a img {
	border: none;
}

p, li, blockquote {
	font: 12px/18px Tahoma, Geneva, sans-serif;
}

p code {
	background: #D3D8DC;
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
	font-weight: bold;
	padding: 2px 4px;
}

button, input[type='submit'], input[type='reset'] {
	font: bold 12px Garamond, Apple Garamond, Georgia, serif;
	
	background: #818286;
	background: rgba(129,130,134, .80);
	
	color: white;
	
	border: none;
	border-left: 4px solid transparent;
	
	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: 3px 5px;
	min-width: 75px;
	
	cursor: pointer;
}

button:hover, input[type='submit']:hover, input[type='reset']:hover {
	background: #818286;
	border-left: 4px solid #f9961f;
}

textarea, input[type='text'] {
	font: 12px tahoma;
}

blockquote {
	margin: 5px 60px 5px 40px;
	padding: 5px 5px 5px 27px;
	border: 1px solid #f9961f;
	background: url('images/left-quote.png') rgba(255, 255, 255, 0.9) no-repeat 9px 20px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
}

blockquote :last-child:after {
	content: url('images/right-quote.png');
	padding: 3px;
	vertical-align: middle;
}

h1.archive-title {
	background: #818286;
	margin: -20px -20px 5px;
	padding: 5px 20px;
	color: white;
	font-size: 26px;
}

h1, h2, h3 {
	font-family: Garamond, Apple Garamond, Georgia, serif;
}

h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover,
h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
	color: inherit;
	text-decoration: inherit;
}

h1 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 24px;
	color: #f9961f;
	text-decoration: none;
}

h2 {
	margin: 5px 0;
	font-size: 20px;
	color: #f9961f;
}

h3 {
	margin: 5px 0;
	font-style: italic;
	font-size: 16px;
	color: #f9961f;
}

h4 {
	margin: 5px 0;
	font-size: 14px;
	color: #f9961f;
}

h5 {
	margin: 5px 0;
	font-size: 12px;
	color: #818286;
}

hr.section-break {
	border: none;
	background: url('images/section-break.png') no-repeat center center;
	height: 20px;
}

.post {
	margin: 0 0 20px;
}

.post-body a {
	text-decoration: underline;
}

.post-body a:hover {
	color: #f9961f;
}

.post h1 {
	margin: 0;
}

.post .post-meta {
	color: #818286;
	font: 10px Tahoma, Geneva, sans-serif;
	margin: 0;
}

.post .post-meta a:hover {
	text-decoration: none;
	color: #f9961f;
}

.contact-form {
	width: 450px;
	margin: 5px auto;
}

.contact-form .field {
	margin: 5px 0;
}

.contact-form .field input, .contact-form .field textarea {
	width: 440px;
}

.contact-form textarea {
	height: 120px;
}

.contact-form .submit {
	margin: 5px 0;
	text-align: center;
}

#content-body .syntaxhighlighter code {
	font-size: 13px !important;
}

/* Default WordPress Styles */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;

   -moz-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
