/*
Theme Name: NYNCS
Theme URI: http://ninteenthcenturysociety.org/
Description: Custom theme for Ninteenth Century Society
Version: 1
*/

/*Layout & Masthead*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(http://nineteenthcenturysociety.org/wp-content/themes/nyncs/images/bgtile.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	margin-left: -455px;
	position: relative;
	left: 50%;
	background-color: #fff;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	opacity: 0.7;
	filter:alpha(opacity=70);
	opacity: .7;
}
#masthead {
	background-color:#999;
	padding-top: 60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 15px;
}
#masthead h1 {
	text-align: center;
	margin-bottom: 10px;
}
#masthead h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
}

/*Navigation*/
#navigation #mainmenu {
	text-align: center;
	position: absolute;
	left: 5px;
	top: 10px;
}
#navigation #mainmenu li {
	font-size: 18px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#navigation #mainmenu li a:link,
#navigation #mainmenu li a:visited {
	color: #333;
	text-decoration: none;
}
#navigation #mainmenu li a:active,
#navigation #mainmenu li a:hover,
#navigation #mainmenu li a.here {
	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#navigation #searchform {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
	font-size: small;
}
#navigation #searchform #searchsubmit {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	border: none;
}
#navigation #searchform #s {
	background-color: #FFF;
	border: none;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*Content*/
#content {
	margin-right: 25px;
	margin-left: 25px;
	filter:alpha(opacity=100);
	opacity: 1;
	min-height: 600px;
}
#content h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}
#content h3,
#content h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#content p {
	font-size: small;
	color: #000;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	margin-left: 25px;
	margin-bottom: 15px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:link,
#content a:visited {
	color: #666;
	text-decoration: none;	
}
#content a:hover,
#content a:active,
#footer a {
	color: #63F;
	text-decoration: none;	
}
#content #main {
	width: 75%;
	float: left;
}
#content #side {
	width: 20%;
	float: right;
}
#content #side ul {
	list-style: none;
}
#content #side #eventfeed li {
	margin-top: 10px;	
	font-size: x-small;
}
#content #side #eventfeed h4 {
	font-size: small;
}
/*Footer*/
#footer {
	background-color:#999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 15px;
	clear: both;
	padding: 10px;
	font-size: small;
}
/*Classes*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}
.alignright {
	text-align: right;
}
.bottommargin {
	margin-bottom: 15px;
}
.leftcol {
	width: 280px;
	float: left;
}
.rightcol {
	width: 280px;
	float: right;
}
div.event h4 {
	display: block;
	background-color:#333;
	color: #fff;
	padding: 3px;
}
div.event em {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.event img {
	margin-bottom: 5px;
}


