/*  
Theme Name: St. Nicholas Original Site Theme
Theme URI: http://www.stnicholaspdx.org/
Description: A replica of the original theme of the St. Nicholas Web Site.
Version: 1.0
Author: Paul Blattner
Author URI: http://www.stnicholaspdx.org/

*/



/* Begin Typography & Colors */

#container {
	background : white;
	padding : 1ex;
	margin : 1ex;
	font-size: 10pt;
}

#sidebar {
	width: 375px;
	margin-right: 5px;
	float: left;
}

#content.home {
	margin-left: 380px;
	border: 1px solid black;
	padding: 0;
}

#content.home h1 {
	color: white;
	margin: 0;
	padding: 2px 0;
	background-color: #006633;
	border-bottom: thin solid black;
	text-align: center;
}

#content.home h2 { color: white; background-color: #009966; }

.topbar {
	color: white;
	background-color: #006633;
	font-size: 8pt;
	text-align: left;
}
.topbar A:link, .topbar A:visited {
	color: Yellow;
	text-decoration: none;
}
.topbar A:hover {
	color: white;
}
.topmenu {
	color: black;
	background-color: #009966;
	font-family: verdana, sans-serif;
	font-size: 10pt ! important;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
}
.topmenu A:link, .topmenu A:visited {
	color: black;
}
.topmenu A:hover {
	color: blue;
}

.submenu {
  background-color: black;
  color: white;}

.submenu A:link, .submenu A:visited {
	color: yellow;
}
.submenu A:hover {
	color: white;
}

.toptitle { background-color: #33FF66; text-align: left; padding-left: 1ex; }

body {
	margin: 0ex 0ex 0ex 0ex;
	font-family: verdana, sans-serif;
	font-size : 8pt;
}

h1 { font-size: 12pt; font-weight: bold; }
h2 { font-size: 10pt; font-weight: bold; }
h3 { font-size: 8pt; font-weight: bold; }

.home h1 { color: white; background-color: #006633; border-bottom: thin solid black; text-align: center; }
.home h2 {
	color: white;
	background-color: #009966;
	padding: 0px 5px;
}

.home h2 a:link, .home h2 a:hover, .home h2 a:active, .home h2 a:visited {color: white; }
.home {
	font-size: 10pt;
	font-weight: normal;
	color:black;
	border : thin solid black;
}

.entry { padding-left: 25px;}

#content {
	background : White;
	padding : 1ex;
	margin : 1ex;
	font-size: 10pt;
}

.calendar { color: black; background-color: white; font-family: verdana, sans-serif; font-size: 8pt; border: none;}
.calendar th { color: white; background-color: black; font-family: verdana, sans-serif; font-size: 10pt; border: none; width: 120px; height: auto;}
.calendar td { color: black; background-color:white; font-family: verdana, sans-serif; font-size: 7pt; border: solid black; border-width: 1px; width: 120px; height: 80px; vertical-align: top;}
.calnum { float: right; font-size: 14pt; font-weight: bold; }

#copyright {
	font-size : 8pt;
	text-align : center;
	background-color : #006633;
	color : White;
}
#copyright A:link, #copyright A:visited {
	color : yellow; text-decoration: none;
} 
	
