/*
Theme Name: NinthEye
Theme URI: http://nintheye.com
Description: Custom theme for NinthEye website
Author: Heather Snow
Author URI: http://nintheye.com/
Version: 1.0
Tags: 3-column, custom, fixed width
copyright 2017 Heather Snow - Q'tharsis
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
font-family: 'Merriweather', serif;
font-family: 'Metamorphous', cursive;
font-family: 'Cinzel', serif;
font-family: 'Inknut Antiqua', serif;
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* main */

html {
	margin:0;
}

body {
	background: #000;
    width:auto;
    height:auto;
    margin:0px;
    padding:0px;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 14px;
	color: #fff;
    text-align: center;
 /*   border: 1px solid white; */
}

/* main tags */

a {
	text-decoration: none;
}

a:link {
	color: #000099;
}
	
a:visited {
		color: #000099;
}
	
a:hover {
		color: #770077;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

p {
	margin: 0;
	padding: 5px 0;
}

p.attachment {
	text-align: center;
}

img {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

small {
	font-size: 12px;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
}

blockquote {
	margin: 5px;
	border: 1px dashed #ccc;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
}

blockquote p:first-letter {
	float: left;
	font-size: 16px;
	font-weight: 700; 
	margin: 3px 2px 0;
}

blockquote p:first-line {
	font-variant: small-caps; 
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

form {
	margin: 0;
}

input, textarea {
	font-family: 'Arial' , sans-serif;
	font-size: 13px;
	max-width:480px;
}

/* WP Aligns */

.aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left;
}

.wp-caption {
	text-align: center;
	padding: 3px;
	background: #eee;
}

.type-showcase .wp-caption {
	margin: 0 5px;
}

.wp-caption-text {
	text-align: center;
}

/* HEADINGS */

h1, h1 a {
	margin: 0;
	padding: 3px;
	font-size: 48px;
	line-height: 44px;
	letter-spacing: -3px;
}

h2, h2 a {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
}

h3, h3 a {
	padding: 0;
	margin: 5px 0;
	font-size: 20px;
	clear: both;
	letter-spacing: -1px;
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
}

#container {
	margin:auto;
	width:1000px;
    text-align: left;
    background:#000;
    position:relative;
/*    border: 1px solid yellow; */
}

/* Header */

#header {
    background: url('images/nintheye_header1.jpg') top center no-repeat;
	width:800px;
	height:200px;
	margin:auto;
    position:relative;
}

/* social share links */

#socwrap {
	margin:-26px 0 10px 10px;
	width:300px;
	height:36px;
}

#socwrap ul#soclink li {
	display:inline;
	float:left;
}

#socwrap ul#soclink li a {
	background:url('images/socialbar-sm.png');
	display:block;
	float:left;
	height:36px;
	text-indent:-9999px;
}

#socwrap ul#soclink li.bar-title {
	background:url('images/socialbar-sm.png');
	background-position:0 0;
	width:0px;
	height:36px;
	text-indent:-9999px;
}

#socwrap ul#soclink li a#email {background-position:0px 0; width:40px; }
#socwrap ul#soclink li a#facebook {background-position:-40px 0; width:40px; }
#socwrap ul#soclink li a#myspace {background-position:-80px 0; width:40px; }
#socwrap ul#soclink li a#rss {background-position:-120px 0; width:40px; }
#socwrap ul#soclink li a#twitter {background-position:-160px 0; width:40px; }
#socwrap ul#soclink li a#youtube {background-position:-200px 0; width:40px; }
#socwrap ul#soclink li.gpls { margin:-28px 0 0 245px;}

#socwrap ul#soclink li a:hover#email {background-position:0px 36px; width:40px;}
#socwrap ul#soclink li a:hover#facebook {background-position:-40px 36px; width:40px; }
#socwrap ul#soclink li a:hover#myspace {background-position:-80px 36px; width:40px; }
#socwrap ul#soclink li a:hover#rss {background-position:-120px 36px; width:40px; }
#socwrap ul#soclink li a:hover#twitter {background-position:-160px 36px; width:40px; }
#socwrap ul#soclink li a:hover#youtube {background-position:-200px 36px; width:40px; }

/* Menu */

#menu {
	position:relative;
	background:transparent;
    font-family:'Inknut Antiqua', serif;
	width:850px;
	height:50px;
	margin:auto;
	border-top:1px ridge #707070;
    border-bottom:1px ridge #707070;
}

#menu a, a:visited {
    font-size: 1.8em;
    color: #c184fa;
}

#menu ul, li {	
	list-style-type: none;	
	margin:auto;
	padding:0;
}

#menu ul {
	position: absolute;	
	top: 9px;
	left: 0px;
	background: transparent;
	width: 800px;
	text-align: center;
	
}

#menu li {
	display:inline;
	width: 100px;
	height:3em;
	line-height:30px;
	background: transparent;
	padding-left: 27px;
}

#menu a:hover {
    color:#d7affb;
}

/* Content */

#content-wrap {
/*	background: #646464; */
	overflow:hidden;
	float:left;
	color:#000;
	width:780px;
	margin:0 20px 0 20px;
	padding:0 0 20px 20px;
	border:1px solid #707070;
	border-radius:12px;
	box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-moz-box-shadow: 1px 2px 10px #000;
	opacity:.9; */
}

#content {
	position: relative;
	left: 0px;
	top:0px;
	width:760px;
	background: transparent;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
    color: #fff;
}

.post {
	background:#000;
	padding:5px;
	margin:4px 0 4px 0;
}

.post h2, .post span {
	margin:12px 0 12px 20px;
    text-align: center;
}

.post h2 {
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    color: #d7affb;
}

#content h2 a {
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    color: #d7affb;
}

.entry {
    margin: 8px 0 8px 0;
}

.entry-content p {
	text-indent:12px;
}

.entry p {
	text-indent:12px;
}

#primary, #secondary {
	float:left;
	overflow: hidden;
	background:#646464;
	width: 150px;
	height:700px;
	margin:0 0 0 30px;
	padding:8px;
	border:1px solid #707070;
	border-radius:12px;
	box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-moz-box-shadow: 1px 2px 10px #000;
	color:#000;
	opacity:.8;
}

#secondary {
	float:right;
	margin:0 30px 0 0;
}

/* Navigation */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}

/* Widget Areas */

.widget-area ul {
        list-style-type:none;
        margin:4px 0;
}
.widget-area ul ul {
        list-style-type:none;
        margin:8px 0;
}
.widget-area ul ul ul {
        margin:8px 0;
}
.widget-container {
        margin: 0 0 1px 0;
}

.widget-area ul li {
	margin:3px 0;
}

h2.center {
	text-align:center;
	margin:4px 0 4px 0;
	padding:4px 0 4px 0;
}

h2.center2 {
	text-align:center;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
}

#sbpone , #sbptwo, #sbpthree, #sbpfour, #sbpfive, #sbpsix {
	background:#d4d4d4;
	width:156px;
	height:252px;
	margin:2px 0 0 -3px;
	border-radius:8px;
	box-shadow: 1px 2px 6px #000;
	-webkit-box-shadow: 1px 2px 6px #000;
	-moz-box-shadow: 1px 2px 6px #000;
}

#sbpone li {
	margin:2px 0;
}

#sbptwo {
	height:66px;
	margin:10px 0 0 -3px;
}

#sbptwo li {
	margin:0 0 0 4px;
}

#sbpthree {
	height:356px;
	margin:10px 0 0 -3px;
}

#sbpthree li {
	text-indent:6px;
}

#sbpfour {
	height:112px;
	margin:2px 0 0 -3px;
}

#sbpfour h3, #sbpfive h3 {
	margin:4px 0;
	padding:4px 0;
	text-align:center;
	font-size:16px;	
}

#sbpfour li {
	text-indent:6px;
}

#sbpfive {
	height:112px;
	margin:10px 0 0 -3px;
}

#sbpfive li {
	margin:0 0 0 4px;
}

#sbpsix {
	height:450px;
	margin:10px 0 0 -3px;
}

#twitnudg {
	margin:0 0 0 3px;
}

#calendar-wrap {
	background: #333;
	background: -moz-radial-gradient(75% 75%, farthest-side, #555, #111);
	background: -webkit-gradient(radial, 75% 75%, 0, 50% 50%, 350, from(#555), to(#111));
	border-radius: 10px;
	margin:0 0 0 2px;
}

#wp-calendar {
	float:left;
	text-align:center;
	width:150px;
	height:188px;
	border-radius:8px;
	background:#000;
	opacity:.6;
}

.ie #wp-calendar-wrap {
	color: #000;
}

#wp-calendar a {
	color: #fcff00;
}

table#wp-calendar td {
	border-color: #aaa;
}

/* calendar widget */
.widget_calendar {float: left;}

#wp-calendar caption { border-radius:8px; background:#000; text-align: center; color: #fff; font-size: 13px; margin:2px 0; }
#wp-calendar thead { font-size: 9px; text-align:center; }
#wp-calendar thead th { padding-bottom: 1px; }
#wp-calendar tbody { color: #fff; }
#wp-calendar tbody td { background: #000; border: 1px solid #fff; text-align: center; padding:2px;}
#wp-calendar tbody td:hover { background: #fff; color:000;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 11px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 11px; text-transform: uppercase; padding-top: 5px; }
#wp-calendar a {color:#00ff00; }

#phwrap {
	width:500px;
	height:54px;
	display:inline;
	border:1px solid brown;
}

/* footer */

#footer-wrap {
	clear: both;
	margin:0 auto;
	width: 1000px;
	height:40px;
//	border:1px solid orange;
}

#footer {
	text-align:center;
    width:800px;
	margin:auto;;
	padding:4px;
	color:#d7affb;
    bottom:0px;
    border-top:1px ridge #707070;
    border-bottom:1px ridge #707070;
}

#footer a:link, #footer a:visited {
	color:#00FFEA;
}

/* pages markup */

#abtwrap {
	width:500px;
	height:1460px;
//	border:1px solid green;
}

#abtwrap h3 {
	text-align:center;
}

#abtwrap hr {
	background:#666;
	width:400px;
	height:3px;
	margin:6px auto 0 auto;
}

#abttop {
	width:500px;
	height:40px;
	float:left;
	text-align:center;
}

#abttop p {
	font-size:18px;
}

#abttoplft {
	float:left;
	width:250px;
	height:234px;
	margin-left:14px;
//	border:1px solid blue;
}

#abttoprt {
	float:right;
	clear:right;
	width:230px;
	height:234px;
//	border:1px solid red;
}

#abtmid, #abtbott {
	float:left;
	clear:both;
	margin:4px 14px 20px 14px;
//	border:1px solid white;
}

#abtpers {
	float:left;
	width:250px;
	height:194px;
	margin-left:14px;
//	border:1px solid blue;
}

#abtpnik {
	float:right;
	clear:right;
	width:230px;
	height:194px;
//	border:1px solid red;
}

#abttoprt img, #abtpnik img {
	display: block;
	margin-top:24px;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	border:solid;
	border-color: #555 #333 #333 #555;
	border-width: 1px 2px 2px 1px;
	background-color:#666;
}