/*
Theme Name: Penguicon Website Theme 
*/

body,td,th {
	color: #000000;
}

a, a:link {
	padding: 1px;
	//color: #FF9900;
	//color: #00FF3a3;
	//color: #006600;
	color: #c4421e;
	font-weight: bold;
	text-decoration: none;
}

.page_item {
	
}

a:hover {
	//color: #FF9900;
	//color: #006600;
	color: #303247;
	font-weight: bold;
	text-decoration: underline;
	SP_HOVERLINK;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font-family: georgia;
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


#hd{
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px
}
#hd h1{
	font-size: 290%;
	color: #FFFFFF;

}

h3 a:link, h3 a:visited{
	//color: #006600;
	color: #303247;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover{
	//color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
	
.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 80%;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
}

.metadata a:link, .metadata a:visited{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

.metadata a:hover{
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}

.commentlist p {
	clear: both;
	font-size: 90%;
}

cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #006600;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006600;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #006600;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#secondary h4 {
	color: #006600;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px;

}

#secondary p {
		padding: 3px;
		font-size: 70%;
}

#menu ul li em { display:none; }
#menu ul li.sect { font-weight:bold; color:#fff; background:#89d; padding:2px 0; text-indent:2px; margin-top:2px;}
#menu ul li.first {margin-top:0;}

/* BEGIN MODS - A. Steichmann */

html>body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 115%;
	background: #000 /*url(images/stars.jpg)*/ repeat;
	background-attachment: notfixed;
}

html>body #copyright {
	position: relative;
	bottom: 0px;
	text-align: center;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	//background-color: #006600;
	background-color: #303247;
	height: 35px;
}

html>body #content {
	height: auto;
	min-height: 100px;
	background: white;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	padding: 0px;
}

html>body #banner {
	height: 163px;
	#height: 30px;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	//font-size: 36px;
}

div.storycontent {
	position: relative;
	width: 800px;
	overflow: auto;
	padding: 5px;
}

div.item {
	padding: 2px;
	background-color: #FFFFFF;
	text-align:left;
	margin-bottom: 1em;
}

#secondary{
	background-color: #1A1A1A;
	text-align:left;
	padding: 0px;
	border-bottom: 0px;
	//min-height: 200px
}


#left {
	width: 180px;
	height: 500px;
}

#right {
	position: relative;
	width: 820px;
	top: -500px;
	left: 180px;
	min-height: 520px;
}

#menu { padding:0 }
#menu a.menu_item {
	margin:0; 
	padding:0; 
	font-size:85%; 
	padding:0; 
	//border-bottom: #006600 solid 1px;
	border-bottom: #303247 solid 1px;
	display:block;
	padding:4px 4px 4px 10px;
	text-decoration:none;
	color: #FFFFFF;
}
#menu a.menu_item:hover  { color:#fff; background: #303247; }
#menu a.menu_item.selected {
	color:#000;
	background: #fff;
}
#menu .submenu {
		border-style: none;
		font-family: verdana;sans-serif;
		font-size: smaller;
		font-weight: normal;
		//border-bottom: #006600 solid 1px;
		border-bottom: #303247 solid 1px;
}
#menu a.submenu_item {
		width: 128px;
		margin-left: 20px;
		text-decoration: none;
		color: #a7a7a7;
		width: 180px;
}
#menu a.submenu_item:hover {
		text-decoration: none;
		color: #fff;
}
#menu a.submenu_item:active {
		text-decoration: none;
		color: #fff;
		background: #000;
}

/* END MODS - A. Steichmann */

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #006600;
	color: #FFFFFF;
}

.yui-navset .yui-nav li a {
    background-color: #FFFFFF;
	background-image: url(/); 
	background-repeat: repeat;
	border-bottom: 0px;
	color: #FFFFFF;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}

.sidebarSearch{
	clear: both:
	margin-bottom: 5px;
	margin-left: 2px;
}


#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	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 td {
	color: #FFFFFF;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	background: ;
	color: #006600;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#ft {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006600;
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #006600;
}
