/*  
Theme Name: All Souls Procession
Theme URI: http://allsoulsprocession.org/
Description: The All Souls Procession theme
Version: 1.0
Author: Adam Cooper Teran / Ian Johnson
Author URI: http://www.moiagroup.com



Font Type: Georgia

LINKS
-------
a:link text-decoration:none weight:bold (for all tage, a:hover, a:visited, etc.)

SIZES
-------
Main Content: 16px
Header 1 (Titles of Pages/posts): 30px 
Header 2 (Sub Headings): 20px
Header 3 (Alternate): 18px
Sidebar: 12px

*/

body {
	background-color: #000;
	background-image: url(images/bg.gif);
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: georgia, times, serif;
}

#page {
	width: 950px;
	margin: 0;
	margin: auto;
	text-align: left;
	background-color: #FFF1D6;
	background-image: url(images/bg_main.jpg);
	color: #000;
	min-height: 1000px;
}

/* for Internet Explorer */
/*\*/
* html #page {
height: 1000px;
}
/**/


a { color: #482404; }
a:hover { color: #454545; } 
a:visited { color: #343434; }

h1, h2, h3, h4 {
	color: #6B0909;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

#header {
}

hr {
	border: 0;
	border-bottom: 1px solid #999;
}

.navbar {
	font-size: .9em;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}


.navbar.sub {
	font-size: .9em;
	padding: 10px;
	text-align: center;
	text-transform: none;
}


.navbar.sub a:hover {
	color: #6B0909;
	text-decoration: underline;
}

.navbar a {
	color: #482404;
	text-decoration: none;
}

.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar ul li {
	display: inline;
	padding: 10px 0;
}

.navbar ul li.current_page_item {
	
}

.navbar ul li.current_page_item a {
	color: #454545;
}

.navbar ul li a {
	display: inline;
	padding: 10px 6px;
}

#footer {
	clear: both;
}


#sidebar {
	width: 220px;
	margin-right: 40px;
	float: right;
	display: inline;
}

#fullcontent {
	margin: 20px 40px;
}

#content {
	margin-left: 40px;
	float: left;
	width: 600px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.txtalignright {
	float: right;
	width: 43%;
}

.txtalignleft {
	float: left;
	width: 43%;
}

/* ****************************** HOME PAGE BLOCKS ****************************** */

#column1 {
	display: inline;
	width: 284px;
	float: left;
	margin-left: 18px;
}

#column2 {
	display: inline;
	width: 366px;
	float: left;
	margin-left: 20px;
}

#column2 form {
	margin-top: 10px;
}

.article h3 {
	padding: 0;
	margin: 0;
}

.article p {
	margin: 0;
	padding: 0;
}

.article {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
}

.article img {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
#column3 {
	display: inline;
	width: 223px;
	float: left;
	margin-left: 20px;
}

#aspbulletintext {
	background-image: url(images/bg_bulletin.gif);
	background-repeat: repeat-y;
	color: #FFEDC9;
	padding: 0 14px 0 8px;
}
#aspbulletintext img {
	float: right; margin-left: 5px; margin-bottom: 8px; width: 75px; height: 75px;
}

#aspbulletintext a {
	color: #FFEDC9;
}

#aspbulletintext h3 {
	padding: 0; margin: 0;
}

#aspbulletintext p {
	padding: 0; margin: 0;
}

#remote {
	float: left;
	width: 284px;
	margin-left: 70px;
}

#remote_explanation {
	margin-left: 20px;
	float: left;
	width: 350px;
	background-color: #F6E5C7;
	border: 10px solid #EFD2A6;
	padding: 20px;
	min-height: 200px;
	color: #7A0203;
}

#remote_title {
	font-weight: bold;
}

.newsexcerpt {
	margin-bottom: 10px;
}

/* for Internet Explorer */
/*\*/
* html #remote_explanation {
height: 200px;
}
/**/

.largerdate {
	font-size: 1.2em;
	font-weight: bold;
}


.calendarimage img {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}