/*
Theme Name: St. Anthony's Custom
Theme URI: 
Description: A custom Wordpress theme for St. Anthony's Parish
Version: 1.0
Author: Russell McWhae
Author URI:
*/
/* Basic Elements
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:url(images/tile.gif);
	font-size: 62.5%;
}
a {
	outline:none;
}
img {
	border: none;
	outline: none;
}
#main p, #main ul, table td, #main ol {
	font:1.2em/1.6em Verdana, Tahoma, Arial, sans-serif;
}
#main p, #main form {
	color:#000;
	margin:0 0 1em 0;
}
.centering {
	width:800px;
	margin:0 auto;
}/*this "centers" the above named DIVs*/
#main {
	margin:0 auto;
	background:#fff;
}
#main .centering {
	background:#fff;
	padding:10px 0 15px 0;
}
table.bordered {
	border-color: #000;
	border-width: 0 0 1px 1px;
	border-style: solid;
	margin:0 0 1em 0;
}
table.bordered td {
	border-color: #000;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin:0;
	padding: 5px;
}
.clear {
	clear:both;
	overflow:hidden;
	height:0px;
}
.alignright {
	float: right;
	padding:10px 0 10px 10px;
}
.alignleft {
	float: right;
	padding:10px 10px 10px 0;
}
strong.search-excerpt {
	background: yellow;
}
#main .post-edit-link {
	text-transform: uppercase;
	font-size:0.9em;
}



/* Multiple Columns and aux links
----------------------------------------------- */
.threecol {
	float:left;
	width:250px;
	margin-right:25px;
}
.twothirdscol {
	float:left;
	width:525px;
	margin-right:25px;	
}
.twocol {
	float:left;
	width:385px;
	margin-right:30px;
}
.last {
	margin-right: 0;
}
#main .auxlink {
	margin-bottom: 1.5em;
}
#main .auxlink a span {
	display: none;
}
#main .auxlink a {
	display: block;
	height: 24px;
	width: 237px;
	border: none;
}
#main .auxlink a:hover {
	background-position: 10px -17px;
	background-color: #666666;
	border: none;
}
#main .newsarchive a {
	background:#d3d3d3 url(images/newsarchive.gif) 10px 7px no-repeat;
}
#main .upcomingevents a {
	background:#d3d3d3 url(images/upcomingevents.gif) 10px 7px no-repeat;
}
#main .bulletins a {
	background:#d3d3d3 url(images/bulletins.gif) 10px 7px no-repeat;
}
#main .churchchat a {
	background:#d3d3d3 url(images/churchchat.gif) 10px 7px no-repeat;
}



/* Banner and homepage
----------------------------------------------- */
#headbg {
	background:url(images/header.gif) center 0px repeat-x;
}
.bannertxt {
	margin-top:13px;
}
.bannerimg {
	margin-top:8px;
	width: 800px;
	height: 60px;
	background: url(images/banner.png) 0 0 no-repeat;
}
#banner .centering {
	height: 154px;
	text-align: center;
}



/* div#main, incl links, headings, para, etc.
----------------------------------------------- */
#main a {
	color:#386b4f;
	text-decoration:none;
	border-bottom: 1px solid #95b0a1;
}
/*#main a:visited {
	color:#777;
	border-bottom: 1px solid #ccc;
}*/
#main a:hover {
	color:#993300;
	border-bottom: 1px solid #993300;
}
#main a[href $='.pdf'] { 
   padding-right:16px;
   background:transparent url(images/pdf.gif) no-repeat center right;
}
#main a[href $='.pdf']:hover { 
   background:url(images/pdf.gif) no-repeat center right;
}
#main h1 {
	font:3.2em/1.5em Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#386b4f;
	margin:0;
}
#main h2 {
	font:normal 2.4em/1.5em Helvetica, Arial, sans-serif;
	color:#000;
	margin:0 0 0.1em 0;
}
#main h3 {
	font:bold 1.8em/1em Arial, Helvetica, sans-serif;
	margin:0 0 0.5em 0;
	color:#000;
}
#main h4 {
	font:bold 1.4em/1em Arial, Helvetica, sans-serif;
	margin:0 0 0.3em 0;
	color:#000;
}
#main h5 {
	font:bold 1.2em/1em Arial, Helvetica, sans-serif;
	margin:0 0 0.3em 0;
	text-transform: uppercase;
	color:#444;
}
#main .meta {
	color: #444;
}
#main table h2 {
	font-size:1.6em;
}/*removes effect of table font-size of 0.8em*/
#main table h3 {
	font-size:1.2em;
}/*removes effect of table font-size of 0.8em*/
#main ul, #main ol {
	margin:0 0 1em 0;
	/*padding:0 0 0 2em;*/
	color:#000;
}
#main ul {
	list-style:none;
}
#main li {
	background: url(images/bullet.gif) 0 8px no-repeat;
	padding:0 0 0 15px;
	margin-bottom:5px;
}
#main ul ul {
	list-style-type: circle;
}
#main ul ul li {
	background: none;
	padding:0;
	margin-bottom:5px;
}
#main ul ul, #main ul ul ul, #main ul ul ul ul {
	font-size:1em;/*necessary for nested lists to have same font-size as parent lists*/
	padding:0.5em 0 0 2em;/*remove padding-bottom for nested lists*/
}



/* Main Menu
----------------------------------------------- */
#mainmenu {
	font: 1.4em/1.4em Arial, Helvetica, sans-serif;/*0.85 or 0.8em*small-caps*/
}
#mainmenu ul {
	margin:0;
	list-style:none;
	float:left;
	padding:0;
}
#mainmenu li {
	display:inline;
}
#mainmenu li a {
	float:left;
	color:#FFF;
	text-decoration:none;
	background:#386b4f;
	padding:5px 10px;
	margin:0 3px;
}
#mainmenu li a:hover {
	text-decoration:underline;
	background:#378058;
}
#mainmenu li.current_page_item a, #mainmenu li.current_page_parent a {
	background:#FFF;
	color:#777;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
#mainmenu li.current_page_item a:hover, #mainmenu li.current_page_parent a:hover {
	color:#000;
	background:#FFF;
	text-decoration:underline;
}



/* Submenu
----------------------------------------------- */
#submenu {
	background:#FFF url(images/submenu.gif) center top repeat-x;
	clear:left;/*necessary*/
	height: 34px;
}
#submenu ul {
	list-style-type:none;
	background:#FFF url(images/submenu.gif) center top repeat-x;/*repeated intentionally*/
	font:1.2em/1em Arial, Helvetica, sans-serif;
	float: left;
}
#submenu li {
	float:left;
}
#submenu ul a {
	text-decoration:none;
	display:block;
	float:left;
	padding:10px 10px 11px 10px;
	color:#386b4f;
}
#submenu a:hover {
	color:#000;
	text-decoration: underline;
}
#submenu li.current_page_item a {
	font-weight: bold;
}



/* date badge styles
----------------------------------------------- */
.newsitem {
	margin:0 0 2em 50px;
}
.datebadge {
	float: left;
	padding-bottom: 1em;
	clear: left;
}
.badgemonth {
	font:bold 1.2em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 36px;
	padding: 2px 0;
	background:#386b4f;
	text-align: center;
}
.badgeday {
	font:1.8em/1.6em Palatino, "Palatino Linotype", "Book Antiqua", serif;
	color:#000;
	width:36px;
	height:30px;
	text-align: center;
	background:#e0e0e0;
}



/* calendar table styles
----------------------------------------------- */
table.dbem-calendar-table {
	text-align: center;
	/*border-left: 1px solid #1a2c37;*/
	margin-bottom: 1em;
}
table.dbem-calendar-table td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 33px;
	height: 25px;
	background:#E0E0E0;
	text-align: center;
}
table.dbem-calendar-table td.month_name {
	width: 234px;
}
.days-names td, td.eventful-today, .eventful-post, .eventfull-pre, .eventful {
	font-weight: bold;
}
tr.days-names td {
	color: #444;
	background: #bebebe;
}
table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
	color: #9c9c9c;
}
#main table.dbem-calendar-table a.next-month, #main table.dbem-calendar-table a.prev-month {
	border-bottom: none;
	color: #fff;
}
#main table.dbem-calendar-table a.next-month:hover, #main table.dbem-calendar-table a.prev-month:hover {
	color:#ccc;
}
table.dbem-calendar-table td.eventless-today, table.dbem-calendar-table td.eventful-today {
	background-color: #fff;
	color: #000;
}
table.dbem-calendar-table thead td {
	background:#386B4F;
	color: #fff;
	text-align: center;
}
#dbem-location-map {
	width:385px;
	height: 300px;
}
.twocol #dbem-location-map {
	margin-bottom: 1em;
}
#dbem-location-map a {
	border: none !important;
}



/* Footer
----------------------------------------------- */
#footer {
	color:#ccc;
	font:1.2em/1.5em Arial, Helvetica, sans-serif;
	padding-top:15px;
}
#footer p {
	margin:0 0 1em 0;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#ccc;
	text-decoration: underline;
}
#footer .serif {
	font:1.3em Georgia, Times New Roman, serif;
}
#footer .last {
	text-align:center;
}
#footer form {
	margin-bottom: 1em;
}



/* Forms
----------------------------------------------- */
#main h3.inverted {
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	background:#386b4f;
	padding:5pt;
	margin:0;
}
#main form {
	background:#e0e0e0;
	padding: 1em 1.5em;
}
label {
	cursor:pointer;
}
#main form label{
	width: 8.5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#main form legend {
	display:none;
}
#main form fieldset {
	border:none;
}
div#sendbutton {
	margin-left: 9em;
}
span.required {
	color:red;
}
#main input.text {
	font-size: 1.2em;
}
#main textarea {
	font:1.2em Verdana, Tahoma, Arial, sans-serif;
	height:210px;
	width:550px;
}