/* @override http://localhost:8888/blog/wp-content/themes/nysaverse2/style.css */

/*
Theme Name: The Nysaverse
Theme URI: http://www.nysaverse.org
Description: Michael Wyman's theme for The Nysaverse.
Author: Michael Wyman (Nysa)
Author URI: http://www.nysaverse.org
Template: 
Version: 2

Copyright (c) 2008 - Michael Wyman
*/

/* @group General Layout */

* {
	margin: 0;
	padding: 0;
}

html {
	font: small/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	min-width: 800px;
	background: #ccc url(images/BodyBackground.png) repeat-y fixed center;
}

a {
	text-decoration: none;
	color: #4444cc;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position: inside;
}

#page {
	position: static;
	width: 800px;
	margin: auto;
}

#main {
	padding: 0 50px;
}

#content {
	float: left;
	clear: both;
	display: inline;
}

.pagecolumn {
	width: 750px;
	margin-left: 25px;
}

.single_post.postcolumn {
	/*
	width: 770px;
	margin-left: 15px;
	*/
}

.postcolumn {
	width: 560px;
	margin-left: 15px;
}

#sidebar {
	float: right;
	width: 200px;
	display: inline;
}

.clear {
	height: 1px;
	clear: both;
}

.navigation {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#footer {
	position: static;
	width: 800px;
	float: left;
	clear: both;
	display: inline;
	margin-top: 1em;
	padding: 1em 0;
}

/* @end */

/* @group Header Layout */

#header {
	position: relative;
	height: 200px;
	width: 800px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 269px;
	height: 56px;
	text-indent: -9999px;
	background: url(images/HeaderText.png) no-repeat;
	z-index: 100;
	opacity: .5;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header-gallery {
	position: absolute;
	top: 0;
	left: 0; 
	width: 800px;
	height: 200px;
}

/* @end */

/* @group Navigation Bar */

#navigation {
	position: static;
	width: 600px;
	margin-bottom: 10px;
	padding: 0px 100px;
	float: left;
	overflow: hidden;
}

#navigation a.open {
	display: none;
}

#nav {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#nav li {
	float: left;
}

#nav a {
	position: relative;
	float: left;
	display: inline;
	z-index: 10;
	display: block;
	width: 150px;
	height: 3em;
	line-height: 3em;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	overflow: hidden;
	color: #6b61d7;
	vertical-align: middle;
}

#nav a:hover {
	color: #322e68;
}

#nav .current_page_item a:hover {
	color: #6b61d7;
}

#nav .nav_background {
	background: url(images/nav_background.png) no-repeat center right;
	z-index: 5;
	position: absolute;
	visibility: hidden;
}

#nav .nav_background .nav_background_left {
	background: url(images/nav_background_left.png) no-repeat center left;
	height: 3em;
}

#nav .current_page_item {
	font-weight: bold;
}

#nav .current_page_item a {
}

/* @end */

/* @group Post Layout */

.post {
	clear: both;
	float: left;
	background: url(images/post_background.png) no-repeat top right;
	margin-bottom: 3em;
	width: 100%;
}

.post-header {
	background: url(images/post_background_left.png) no-repeat top left;
	padding: 5px;
	margin-bottom: 1em;
}

.post-header h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.post-header h3 a {
	text-decoration: none;
	color: #5353d2;
}

.post-header h3 a:hover {
	color: #3f3fa2;
}

.post-header p {
	font-size: 0.8em;
	font-variant: small-caps;
}

.post-entry {
	padding: 0 5px;
}

.post-entry p {
	margin-bottom: 0.7em;
}

.post-meta {
	padding: 0 5px;
	font-size: 0.9em;
	color: #8888ff;
}

.post-meta a {
	font-variant: small-caps;
	text-decoration: none;
	color: #4444cc;
}

.post-meta a:hover {
	text-decoration: underline;
}

a.post-author {
	font-variant: normal;
}

.postnav {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}

/* @end */

/* @group Page Layout */

.pagecontent {
}

.pagecontent h2 {
	text-align: center;
}

.pagecontent .entry {
	margin-bottom: 2em;
}

.pagecontent .entry p {
	margin-bottom: 1em;
}

/* @end */

/* @group Sidebar Layout */

#sidebar ul {
	list-style-type: none;
}

.sidebar-content {
	background: url(images/SidebarBackground.png) repeat-y;
}

.sidebar-content ul {
	text-indent: 1em;
}

.sidebar-content a {
	text-decoration: none;
	color: #6b61d7;
	font-variant: small-caps;
}

.sidebar-content a:hover {
	text-decoration: underline;
	font-variant: small-caps;
}

.sidebar-header {
	background: url(images/SidebarHeader.png) no-repeat;
	height: 10px;
}

.sidebar-content h3 {
	background: url(images/SidebarHeader.png) no-repeat;
	padding: 5px 10px;
}

.sidebar-footer {
	background: url(images/SidebarFooter.png) no-repeat;
	height: 10px;
	margin-bottom: 2em;
}

#pagelist {
	list-style-type: none;
	padding: 2px 5px;
}

/* @group Widgets */

.widget {
	background: url(images/SidebarBackground.png) repeat-y;
	background: url(images/sidebar-background.png) repeat-y;
	margin-bottom: 2em;
}

.widget-header {
	background: url(images/SidebarHeader.png) no-repeat;
	background: url(images/sidebar-header.png) no-repeat;
	padding-top: 0.25em;
	text-indent: 0.5em;
	color: #3f3fa2;
}

.widget-footer {
	background: url(images/SidebarFooter.png) no-repeat;
	background: url(images/sidebar-footer.png) no-repeat;
	height: 10px;
	width: 100%;
}

.widget li {
	margin-left: 1em;
	font-size: 0.8em;
	text-indent: 0.5em;
}

.widget select {
	margin-left: 1.5em;
}

#wp-calendar {
	margin-left: 1em;
}

/* @end */

/* @end */

/* @group Footer Layout */

#footer p {
	color: #7f7f7f;
	font-size: .7em;
	text-align: center;
}



/* @end */
