/*
Theme Name: ChicagoARML-b
Theme URI: http://chicagoarml.org/
Description: Theme for the Chicago ARML site (second attempt)
Version: 0.9
Author: Isaac Greenspan
*/

/********************************************************************
 **
 **  Style definitions (CSS) for ChicagoARML web site (WordPress Version)
 **
 **  I. Greenspan
 **  Summer, 2007
 **
 ********************************************************************/

body {
	background-color: #FFFFFF;
	background-image: url(http://chicagoarml.org/images/bg.gif);
}
.title {
	font-size: xx-large;
	font-weight: bold;
	width: 100%;
	padding: 0;
}
.subtitle {
	font-size: x-large;
	font-weight: bold;
}
.navbar {
	background-color: #CCCCCC;
	width: 100%;
	padding: 2pt;
	font-size: small;
}
ul.menu_strip {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}
ul.menu_strip:before {
	content: "[ ";
}
ul.menu_strip:after {
	content: " ]";
}
ul.menu_strip>li {
	display: inline;
	white-space: nowrap;
	padding: 0 !important;
}
ul.menu_strip>li:before {
	content: " | ";
}
ul.menu_strip>li:first-child:before {
	content: "";
}
.post h2 {
	border-top: 1px solid #ccc;
	padding-top: 0.5ex;
}
.postmetadata {
	font-size: smaller;
	margin-bottom: 4ex;
}
a:link, a:visited {
	color: #669;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
a:hover, a:active {
	color: #336;
	border-bottom: 1px solid #336;
}
#content 
{
	margin:20px 0;
	padding:0 20px;
	font-size: 0.9em;
	color:#333;
	overflow:hidden;
}
#content ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li {
	background: url(img/bullet.png) no-repeat 0 4px;
	padding-left: 1.5em;
	list-style:none;
}

#sidebar {
	margin: 0 0px;
	margin-top: 2ex;
	width: 190px;
	padding: 10px;
	float:right;
	font-family : verdana, tahoma, arial, serif;
	font-size: smaller;
	background: #ffffff;
}
html>body #sidebar {
	width: 190px;
}
#sidebar h2 {
	margin: 0;
	padding:3px 5px;
	font-size: 1em;
	color: #333;
	font-weight:bold;
	background:transparent url(img/sidetitle.png) repeat-x top center;
}
#sidebar ul {
	list-style-type: none;
	padding: 0 5px 1em 10px;
	margin: 0 0 1em 0;	
}
#sidebar ul li.widget {
	border:#eee 1px solid;
}
#sidebar form 
{
	padding: 1em 5px 1em 10px;
	margin: 0 0 1em 0;	
	border:#eee 1px solid;
}
#sidebar ul li {
	margin: 0.5em 0 0 0;
	padding: 1ex 0 2ex 0;
	font-size: 0.76em;
}
#sidebar ul li h2 
{
	background:none;
	border-bottom:#eee 1px solid;
//	margin-top: 2ex;
}
#sidebar ul li ul{
	list-style-type: none;
	padding: 0;
	margin: 0;	
	border:none;
}
#sidebar ul li ul li {
	margin: 0.5em 0 0 0.5em;
	padding: 0;	
	font-size:1em;
}
#footer {
	margin:0 auto;
	padding: 3px 0;
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 0.8em;
	color: #999;
	text-align:center;
}
textarea#comment {
	width: 100%;
}
