/*
Theme Name: All Saint's Parish
Theme URI: http://allsaintsbh.org/
Description: 
Version: 1.0
Author: Tim Grahl
Author URI: http://outthinkgroup.com/
*/
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, sans-serif;
	color: #003366;
}

.floatright {
	float: right;
	margin: 0 0 0 10px;
}

th, td {
	padding:0px 10px 0px 5px;
}

p img {
	margin: 5px 5px 0 0;
}

a, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	clear:none;
}

#header {
	height: 95px;
	margin: 0;
	padding: 0;
}

#topbar {
	background: #133374;
	height: 83px;
	width: 100%;
}

#botbar {
	background: #f18920;
	height: 12px;
	width: 100%;
}

#contentwrap {
	width: 1050px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#logopic {
	position: absolute;
	top: -95px;
	left: 40px;
	z-index: 2;
}

#nav {
	float: right;
	margin: 10px 0 0 0;
	width: 285px;
}

#nav img {
	padding: 0;
	margin: 0;
}

#nav ul {
	width: 190px;
	margin: 0;
	padding: 0;
}

#nav li {
	border-bottom: 1px #ccc solid;
	list-style-type: none;
	padding: 15px 0 11px 10px;
	margin: 0;
}

#nav a {
	padding: 0;
	margin: 0;
}

#mainpic {
	/*background-image: url(images/home-mainpic.gif);*/
	margin: 0;
	width: 733px;
	height: 425px;
	position: relative;
	z-index: 1;
}

/*
#mainpic h1 {
	font-size: 16px;
	color: #f18920;
	font-weight: bold;
	text-transform: uppercase;
	padding: 360px 0 0 50px;
	line-height: 1.8em;
}
*/

#slideshow {
	width:752px;
	height:434px;
}

#shadow1 {
	width: 25px;
	height: 425px;
	position: absolute;
	right: -25px;
	top: 0;
	background: url(images/home-mainpic-shadow.jpg) no-repeat left top;
}

#shadow2 {
	width: 769px;
	height: 26px;
	position: absolute;
	bottom: -26px;
	left: 0;
	background: url(images/home-mainpic-shadow2.png) no-repeat left top;
}

#rightbox {
	background: white url(images/bg-home-bot-bg.jpg) repeat-x;
	width: 440px;
	float: right;
	padding: 35px;
	color: #133374;
	font-size: 10px;
}

#rightbox h2 {
	font: 24px "Myriad Pro", Verdana, sans-serif;
	color: #f18920;
	text-transform: uppercase;
}

#rightbox h3 {
	color: #133374;
	font-size: 14px;
	padding-top: 15px;
	line-height:1.4em;
}

#rightbox h4 {
	font-size: 10px;
	color: #133374;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#leftbox {
	width: 500px;
	padding: 30px 0 30px 0px;
}

.frontentry {
	width: 220px;
	float: left;
	margin-left: 30px;
	font-size: 12px;
}

.frontentry h3 {
	color: #133374;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

.frontentry a {
	text-decoration: none;
}

.frontentry a:hover {
	text-decoration: underline;
}

.frontentry .date {
	color: #f18920;
	font-style: italic;
}

.frontentry p {
	padding: 10px 0;
}

#insidewrap {
	padding-left: 60px;
	width: 680px;
}

#content {
	padding-top: 120px;
	width: 400px;
}

#content h2, #sidecontent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #f18920;
	text-transform: uppercase;
}

#sidecontent h2 {
	font-weight: normal;
}

#sidebar {
	float: right;
	width: 244px;
}

#sidecontent {
	background: url(images/bg-sidebar.jpg) repeat-x;
	padding: 23px 9px;
	min-height:251px;
	font-size:12px;
}

#sidecontent ul {
	margin:0;
	padding:0;	
	text-align:center;
	width:100%;
}

#sidecontent div.dnav {
	background:transparent url('images/nav-button-off.png') no-repeat;
	list-style-type:none;
	text-align:center;
	width:196px;
	height:15px;
	padding:16px 15px 20px 15px;
}

#sidecontent div.dnav:hover {
	background:transparent url('images/nav-button-on.png') no-repeat;
}

#sidecontent div.big {
	padding:8px 15px 20px 15px;
}

#sidecontent a, #sidecontent a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}

#sidecontent a:hover {
	text-decoration:none;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #515151;
}

.alignright {
	float:right;
	margin:0 0 5px 5px;
}

