/*   
Theme Name: West Richmond Church of the Brethren
Author: Webbones
Version: v1
*/

/*	=Global Reset
	------------------------------------------------------ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*	=layout
	------------------------------------------------------ */
body {
	text-align: center;
}

#wrapper {
	width: 898px;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	margin: 0 auto;
}
#wrapper-calendar {
	width: 1000px;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	margin: 0 auto;
}

#header {
	height: 129px;
	background: #d7f9b1 url(../images/header-bg.jpg) no-repeat left top;
	position: relative;
}

#logo {
	position: absolute;
	bottom: 5px;
	left: 213px;
	width: 534px;
	height: 69px;
	background: transparent url(../images/logo.gif) no-repeat left top;
}

#logo span {
	display: none;
}

#content {
	width: 898px;
	background: transparent url(../images/content-cols-bg.gif) repeat-y left top;
}

#side-col {
	width: 194px;
	float: left;
	text-align: center;
	padding: 7px 0;
	background: transparent url(../images/side-col-bg.gif) no-repeat 0 -7px;
}

#main-holder {
	width: 704px;
	float: left;
	background: transparent url(../images/main-content-bg.gif) no-repeat left top;
}

#main {
	margin: 30px 25px 30px 22px;
	text-align: left;
}

#footer {
	border-top: 1px solid #535353;
	background-color: #d7f9b1;
	padding-bottom: 10px;
}

/*	=typography
	------------------------------------------------------ */
body {
	font-size: 62.5%;
	color: #1a1a1a;
	font-family: verdana, arial, sans-serif;
}	

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}

#side-col p {
	margin: 0 12px 10px 12px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #d15236;
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #535353;
	line-height: 1.5em;
}

h3 {
	font-size: 1.2em;
	color: #1a1a1a;
	line-height: 1.5em;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	margin: 0 0 18px 26px;
}

ul li {
	margin-bottom: 6px;
	background: transparent url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 12px;
	font-size: 1.2em;
	line-height: 1.5em;
}

ol li {
	margin-bottom: 6px;
	list-style-type: decimal;
	font-size: 1.2em;
	line-height: 1.5em;
}



/*	=navigation
	------------------------------------------------------ */
#main-nav {
	border-bottom: 1px solid #baba9f;
	padding: 7px 0;
	margin-bottom: 30px;
}

#main-nav ul {
	margin: 0;
}

#main-nav ul li {
	display: inline;
	font-size: 1.2em;
	color: #d15236;
	padding: 0;
	background: none;
}

#main-nav ul li a {
	color: #417ea5;
	margin: 6px;
	text-decoration: none;
}

#top-nav {
	position: absolute;
	top: 6px;
	right: 6px;
}

#top-nav ul {
	margin: 0;
}

#top-nav ul li {
	display: inline;
	font-size: 1.1em;
	color: #535353;
	font-weight: bold;
	padding: 0;
	background: none;
}

#top-nav ul li a {
	color: #535353;
	margin: 6px;
	text-decoration: none;
}

/*	=site elements
	------------------------------------------------------ */
.block-holder {
	margin: 7px 0 16px 0;
}

.block1 {
	border: 1px solid #afaf96;
	float: left;
	width: 305px;
	height: 280px;
	padding: 12px 8px 0 8px;
}	

.block2 {
	border: 1px solid #afaf96;
	float: right;
	width: 305px;
	height: 280px;
	padding: 12px 8px 0 8px;
}

/*	=linkage
	------------------------------------------------------ */
a, a:visited {
	color: #1a1a1a;
}

a:hover {
	text-decoration: none;
}