/* CSS for Beit Chaverim Synagogue */
/* Design for 1024 x 768 */
/* logo colors: dark blue #0C72B2, light blue #81A0CE, school bus yellow #F7C506 */
/* additional colors #CCCC99 */
/* HTML/CSS design by Monday Lambson Inc., Guilford CT http://www.mondaylambson.com/ */

body {
margin: 0px;
padding: 16px 20px 16px 20px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-color: #CCCC99;
background-image: url(../assets/images/star2.png)
}

#wrapper {
	text-align: left; 
	background-color: #ffffff; 
	vertical-align: top;
}

#masthead {
margin: 0px;
padding: 16px;
}

#candletime {
	position: relative;
	float: right;
	padding-bottom: 12px;
	font-size: x-small;
	color: #666666;
}

#nav-wrapper {
	padding: 0px 10px 0px 10px;
}

#content {
margin: 8px 16px 16px 16px;
padding: 2px;
font-size: small;
color: #333333;
}

#content h1 {
	padding-top: 10px;
	font-size: 16px;
	color: #990000;
}

#content h2 {
	padding-top: 6px;
	font-size: 15px;
	color: #303070;
	border-bottom: #A0A0D0 dotted 1px;
}

#content h3 {
	padding-top: 3px;
	font-weight: bold;
	font-size: 13px;
	color: #373737;
}

#content a:link, #content a:visited {
color: #0C72B2;
text-decoration: none;
}

#content a:hover, #content a:active {
color: #0C72B2;
text-decoration: underline;
}

#sidebar {
	border-bottom: #999999 thin dotted;
	padding-bottom: 12px;
	margin-top: 12px;
}

#sidebar h1 {
	background-color: #0C72B2;
	color: #FFFFFF;
	font-size: 16px;
	padding: 3px 0px 3px 6px;
}

#footer {
border-top: #0C72B2 thin dotted;
padding: 4px 10px 16px 16px;
font-size: x-small;
color: #666666;
}

#footer a:link, #footer a:visited {
color: #336699;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #336699;
text-decoration: underline;
}

.comment {
	color:#FFCC00;
	font-size: x-small;
}

.alert {
	color: #FF9900;
	font-weight: bold;
}

.xsmall {
	font-size: x-small;
}

.xxsmall {
	font-size: xx-small;
}

.image_caption {
	font-size: x-small;
	color: #666666;
}

.footnote {
	font-size: x-small;
	color: #666666;
}

#wrapper #content .essay h3 {
	font-size: 14px;
	font-weight: bold;
	color: #004070;
}
