/*
Theme Name: Kumoricon
Theme URI: http://www.kumoricon.com
Description: The WordPress theme for Kumoricon
Version: 1.0
Author: Miranda Rae Smith
*/

/* redefinitions */
body{
	background: #75a4e2;
	text-align: center;
	font-family: Arial, Palatino, Book Antiqua, Times, Times New Roman, serif;
	z-index: -1;
}

h1{
	background: transparent url('images/mainlogo.jpg') no-repeat top center; 
	margin-top: 5px; 
	margin-left: auto;
	margin-right: auto;
	width: 782px; 
	height: 246px; 
}

h3{
	margin-top: 10px;
	font-style: bold;
}

hr{
	background: transparent url('images/hbar.gif') no-repeat top left; 
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 8px; 
}

a:link{
	text-decoration: underline;
	color: #5382c0;
}

a:hover, a:active{
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:visited{
	text-decoration: none;
	color: #FFFFFF;
}


/* extensions */

div.base{
	text-align: center;
}

div.main{
	background: #c2d6f1;
	border: 3px solid #000000;
	top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
        width: 792px;
	clear: both;
	z-index: 0;
}

div.navigation{
	background: #a9c7ec;
	text-align: right;
	width: 782px;
	position: relative;
	top: -15px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	font-size: 11pt;
	clear:both;
	z-index: 2;
}

div.navigation a{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.navigation a:link{
	text-decoration: none;
}

div.navigation a:hover{
	background: #c2d6f1;
	border: 0px;
}

div.datesandnewsborder{
	background: #efe4b0;
	opacity:.84;filter: alpha(opacity=84); -moz-opacity: 0.84; /* all included for max compatibility */
	width: 175px;
	position: relative;
	top: -52px;
	margin-left: 20px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	z-index: 6;
}

div.datesandnews{
	opacity:.84;filter: alpha(opacity=84); -moz-opacity: 0.84; /* all included for max compatibility */
	border: 3px solid #d4c683;
	width: 155px;
	position: relative;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	z-index: 7;
}

div.datesandnews a:link{
	color: #908240;
}

div.datesandnews a:hover{
	color: #000000;
}

div.datesandnews a:visited{
	color: #b2a461;
}

div.maintext{
        background: #c2d6f1;
	width: 572px;
	position: relative;
	float: right;
	display: inline;
	margin-right: 10px;
	text-align: left;
}

div.sidebar, blockquote{
	width: 500px;
	border: 5px solid #a9c7ec;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

div.clear{
	clear: both;
	height: 10px;
}

/* popup menus */
div.hotel{
	background: #75a4e2;
	border: 1px solid #000000;
	float: right;
	position: absolute;
	top: 15px;
	right: 335px;
	text-align: center;
	visibility: hidden;
	z-index: 100;
}

div.getinvolved{
	background: #75a4e2;
	border: 1px solid #000000;
	float: right;
	position: absolute;
	top: 15px;
	right: 135px;
	text-align: center;
	visibility: hidden;
	z-index: 100;
}

div.forums{
	background: #75a4e2;
	border: 1px solid #000000;
	float: right;
	position: absolute;
	top: 15px;
	right: 75px;
	text-align: center;
	visibility: hidden;
	z-index: 100;
}

span.menuOption{
}

span.menuOption a{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
        text-align: center;
        display: block;
}

span.menuOption a:link{
	color: #2160a0;
	text-decoration: none;
}

span.menuOption a:hover{
	background: #c2d6f1;
	border: 0px;
}


.storytitle {
	margin-left: 10px;
        margin-bottom: 0px;
        text-align: left;
}

.storytitle a {
	text-decoration: none;
}

.storycontent{
        text-align: left;
        margin-left: 10px;
}

/* default */

acronym, abbr {
	border-bottom: 1px dashed;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #a9c7ec;
	/*border-top: 1px solid #000000;*/
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #ffffff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}



#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
