/*
Theme Name: Catholicism
Theme URI: http://mu.wordpress.org/
Description: The wordpress theme for Catholicism.org, designed by <a href="http://www.bonaventuredesign.com">David Brindle</a>.
Version: 1.0
Author: David Brindle
Author URI: http://www.davidbrindle.com/
*/

/* #####  Begin Reset ##### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* #####  End Reset ##### */




a {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: #4d4eff;
}
a:hover {
	text-decoration: underline;
	color: blue;
}

body {
	background: white;
	background-image: url(images/top_bak.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #494949;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 990px;
	height: 190px;
	background-image: url(images/title_graphic.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 200;
}
#housekeeping {
	position: absolute;
	text-align: right;
	margin-top: 5px;
	width: 720px;
}
#housekeeping a {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 5px;
}
#housekeeping ul li {
	display: inline;
}
#rotating_image {
	width: 277px;
	height: 135px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
}
#search {
	width: 277px;
	height: 55px;
	position: absolute;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	top: 135px;
}
#search_box {
	background-color: #f0e6da;
	border: 1px solid #a18768;
	padding: 3px;
}
#cse-search-box {
	margin: 15px 0 0 15px;
}


/* General Navigation Stuff */
#nav {
	float: left;
	width:100%;
	margin-top: 138px;
	font-size:93%;
	line-height:normal;
	z-index: 300;

}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	z-index: 400;
}
#nav li {
	float:left;
	background-image: url(images/tab_bak_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 600;
		margin-right: 8px;

}
#nav a {
	display: block;
	background-image: url(images/tab_bak_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
	text-decoration: none;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 19px;
	position: relative;
	padding: 11px 7px;
	z-index: 700;
}
#nav li:hover, #nav li:hover a {
	background-position:0% -76px;
  }
#nav li:hover a {
	background-position: 100% -76px;
  }

/* Multicolumn Navigation Box Stuff */
.boldborder {
	border: 5px solid red;
}

.navigation_box {
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
	border-top: none;
	background-color: white;
	width: auto;
	height: auto;
	padding: 0px;
	z-index: 1;
	background-image: url(images/divider_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: -1px;
}
.navigation_box .padding {
	padding: 10px;
	border: 1px solid #185270;
	border-top: none;
	background-image: url(images/footer_ornament.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.navigation_box .title {
	padding: 5px;
	background-image: url(images/divider.jpg);
	background-repeat: repeat-x;
	border: 1px solid #185270;
	border-bottom: none;
}
.navigation_box .title h2 {
	display: block;
	padding: 10px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #78b7dc;
	font-style: italic;
	text-align: center;
}
.navigation_box .title h2 strong {
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	margin-left: -5px;
}
.navigation_box ul {
	float: left;
	padding: 0 0 5px 0;
	margin-bottom: 30px;
	width: 150px;
	background-image: url(images/navigation_box_dotted.gif);
	background-repeat: repeat-y;
}
.navigation_box li h2 {
	font-family: "Palation Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #800000;
	padding: 5px 5px 10px 15px;
}
.navigation_box li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	display: block;
	padding: 2px 5px 5px 10px;
	margin-left: 10px;
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.navigation_box li a:hover {
	color: black;
	background-image: url(images/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	background-color: #fff5df;
}

.pagetitle {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 25px 0;
}
#content {
	margin-top: 10px;
}
#right_column {
	width: 277px;
	float: right;
}
#youtube {
	width: 275px;
	text-align:center;
	background: #f1f1f1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	background-image: url(images/youtube_bak.gif);
	background-repeat: repeat-x;
	padding: 5px 0px;
	display: none;
}
#youtube .padding {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
#youtube .padding h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0 9px 0;
	color: black;
	font-size: 12px;
	display: none;
}
img.fbPreview {
	border: 1px solid white;
}
#tv {
	width: 40px;
	height: 35px;
	position: absolute;
	top: 335px;
	margin-left: 198px;
	background-image: url(images/sbc-tv.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: none;
}
#youtube img {
	text-align: center !important;
	background-image: url(images/youtube_background.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 35px 25px;
}
#ad_rem {
	margin-bottom: 20px;
}
#ad_rem div.title {
	width: 277px;
	height: 59px;
	background-image: url(images/adrembar.jpg);
	background-repeat: no-repeat;
}

#ad_rem .ad_rem_number {
	color: White;
	text-align: center;
	width: 56px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	float: right;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
#ad_rem .padding {
	padding: 0;
}
#ad_rem .padding .post {
	border: 0;
	margin: 0;
	padding: 0;
}
#ad_rem .padding, #ad_rem .padding p, #ad_rem .padding dl, #ad_rem .padding dd {
	font-size: 8pt;
}
#ad_rem h2, #ad_rem h2 a {
	font-size: 13pt !important;
	padding: 0 !important;
	margin: 0 !important;
}
#from_the_laptops {

}

#from_the_laptops h2, #from_the_laptops h2 a {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	color: #800000;
	padding: 0;
	font-weight: normal;
	border: 0;
	margin: 0;
}
#from_the_laptops h2 a:hover {
	color: #ae0000;
}

#from_the_laptops .title {
	width: 277px;
	height: 59px;
	background-image: url(images/from_the_laptops_bar.jpg);
	background-repeat: no-repeat;
}
#from_the_laptops .padding {
	background-color: #f1f1f1;
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 10px;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#from_the_laptops .padding p {
	padding: 0px 5px 10px 5px;
	font-size: 8pt;
	line-height: 125%;
}
#from_the_laptops .padding .author_image {
	height: auto;
	float: left;
	
}
#from_the_laptops .padding .author_image img {
	margin: 3px 3px 0 0;
	padding: 3px 3px 0 0;
}
#left_column {
	width: 125px;
	float: left;
	padding: 3px;
}

#left_column li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_column li, #left_column h2 {
	display: block;
	padding: 3px 0;
}
#left_column a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 110%;
	font-weight: normal;
	color: #194c69;
}
#left_column .left_column_title {
	width: 125px;
	height: auto;
	background-color: #1d5f82;
	margin: 5px 0 5px 0;
}
#left_column .left_column_title .left_column_title_text {
	font-family: georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	color: white;
	display: block;
	font-size: 11pt;
	padding: 3px 0 3px 8px;
}
#left_column .left_column_extras h2 {
	display: none;
}
#content_body {
	float: left;
	width: 540px;
	margin-left: 25px;
	margin-right: 25px;
}
.post ul {
	margin: 10px;	
}
.post li {
	padding: 5px;
	margin: 5px;
	list-style: disc;
}

/* #####  Posts ##### */

.post {
	margin: 10px 0 5px 0;
}
.post .author_image {
	float: left;
	text-align: center;
	
}
.post .author_image img {
	margin: 3px 10px 0 0;
}
.entry strong, .entry2 strong, .postpage strong {
	font-weight: bold;
}
.entry em, .entry2 em, .postpage em {
	font-style: italic;
}
.top_stuff {
	margin-bottom: 0px;
}
.top_stuff h2 {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.date_block {
	width: 39px;
	height:38px;
	margin: 1px 10px 0 0;
	background-image: url(images/date.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
	float: left;
	display: none;
}
.date_block .month {
	color: white;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 4px;
}
.date_block .day {
	display: block;
	padding-top: 3px;
	font-size: 18px;
	color: #34657e;
}
.author_block {
	
}
.blank {
	background-image: url(images/new_window.gif);
	background-repeat: no-repeat;
	background-position: 100% 55%;
	padding-right: 14px;
	margin-right: 3px;
}
.blank:hover {
	background-image: url(images/new_window_over.gif);
}
.bottom_stuff img {
	float: left;
	border: 1px solid black;
	margin: 5px 10px 5px 0;
}
.post {
	padding-bottom: 10px;
}
.post h2 a, .post h2 {
	font-family: Verdana, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
	line-height: 120%;
	color: #800000;
	padding: 0 0 0 0;
	font-weight:normal;
	display: block;
	margin-bottom: 0;
	
}
.post h2 a:hover {
	color: #ae0000;
	
}
.post h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.15em;
	color: #5b5b5b;
	padding: 0 0 0 0;
	font-style: italic;
	display: none;
}
.post small {
	font-size: 8pt;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #8b8b8b;
	margin: 5px 0 3px 0;
	text-align: left;
	line-height: 16px;
	padding-right: 5px;
}

.post small strong {
	font-weight: bold;
	font-variant: normal;
	font-variant: small-caps;
}
.post small strong a:link, .post small strong a:visited {
	color: #800000;
}
.post small strong a:hover {
	color: #ae0000;
}
.post .entry p, .post .entry dl, .post .entry dd, #author_page p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.4em;
	margin: 10px 0 10px 0;
}
.post .entry {
	margin: 10px 0 0 0;
}
.post .postmetadata {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 10px 0 0px 0;
	color: #717171;
}
.post .postmetadata a {
	color: #717171;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}
.post .postmetadata a:hover {
	color: blue;
	text-decoration: underline;
}
.postmetadata {
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px 0;
	margin-top: 5px;
}
.postpage p, .postpage li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	padding: 5px 0;
}
.postpage li {
	margin-left: 20px;
	list-style: square;
}
.postpage {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #1c5c80; 
	padding-bottom: 10px;
}
.postpage h2 {
	font-family: Verdana, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 22px;
	line-height: 120%;
	color: #800000;
	padding: 0 0 0 0;
	font-weight:normal;
	display: block;
	margin-bottom: 0;
}
.date {
	padding: 0 12px;
	background-image: url(images/bg-meta-date.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #717171;
}
.postmetadata .categories {
	padding: 0 12px;
	background-image: url(images/bg-meta-categories.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.postmetadata .comments {
	padding: 0 12px;
	background-image: url(images/bg-meta-comments.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.tags, .post-ratings {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 10px 0 0px 0;
	color: #717171;
	font-weight: normal;
}
.post-ratings strong, .post-ratings em {
	font-style: normal;
	font-weight: normal;
}
.navigation {
	display: none;
}
.navigation a, .navigation a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#author_page {
	width: 700px;
	margin-top: 15px;
}
#author_page h2 {
	font-size: 24px;
}
#author_page .author_photo img {
	float: left;
	width: 150px;
	margin: 20px 15px 0px 5px;
}
.author_photo {
	width: 150px;
	float: left;
	margin: 0px 15px 0px 5px;
}
#author_page .author_description {
	padding: 5px;
}
.author_post_list {

}
.author_post_list li {
	padding: 5px 0px;
}
.author_post_list .date {
	color: red;
	padding-right: 5px;
	font-size: 11px;
}
.author_post_list .category {
	display: block;
	margin: 3px 0 5px 45px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize !important;
}

/* #####  Single Pages ##### */

#pagetools2 {
	width: 100%;
	text-align: right;
	margin: 0 0 20px 0px;
	padding: 5px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
#font_container .text {
	font-size: 11px;
	line-height: 150%;
	width: auto;
	padding: 0 0 0 5px;
	display: inline;
	clear: none;
}
#pagetools2 .text strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	color: gray;
	display: block;
	margin: 0;
	text-align: left;
	
}
#pagetools2 .text, #pagetools2 .text a {
	color: #555555;
}

.post h2 {
	font-size: 1.7em !important;
	margin: 15px 0 10px 0;
	padding-bottom: 10px;
	text-transform: none;
	letter-spacing: normal;
}


.widecolumn {
	width: 540px !important;
}

.entry2 p {
	margin: 5px 0 25px 0;
}
.entry2 {
	font-family: "Palatino Linotype", Georgia,"Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 145%;
	color: #333333;
	text-align: left;

}

.widecolumn .post h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 28px;
	line-height: 110%;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.02em;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
textarea #comment {
	width: 400px;
}
#commentform textarea{
	width: 500px;
}
.comment_text {
	width: 500px;
	background-image: url(images/comment_top.gif);
	background-repeat: no-repeat;
	background-color: #dddddd;
	padding-top: 10px;
	margin-top: 15px;
}
.comment_text p {
	padding: 10px;
	font-size: 14px;
	line-height: 130%;
	color: #393939;
}
.comment_text .padding {
	background-image: url(images/comment_back.gif);
	background-position: 98% 2%;
	background-repeat: repeat-y;
}
.commentmetadata {
	text-align: center !important;
	display: block;
	width: 500px;
	background-image: url(images/comment_bottom.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-top: 0 !important; 
	font-size: 12px !important;
	font-variant: normal !important;
	color: #555555 !important;
}
.commentmetadata cite {
	font-weight: bold;
}
.alt .commentmetadata {
	background-image: url(images/comment_bottom_alt.gif);
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption {
	padding: 8px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 10px;
	padding: 5px;
	text-align: center;
	color: #215a7a;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.newsletter_link {
	display: block;
	text-align: center;
	margin-top: 8px;
}

.newsletter {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	border: 3px solid #267daf;
	width: 250px;
}
.newsletter fieldset {
	border: 1px dotted #267daf;
	background-color: white;
	padding: 10px;
}
.newsletter fieldset img {
	margin-left: 85px;
	display: block;
}
.newsletter legend {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 5px;
	font-size: 13px;
}
.newsletter li {
	clear: both;
	text-align: left;
}
.newsletter label {
	width: 85px;
	padding-top: 7px;
	font-size: 10px;
	display: block;
	padding-right: 5px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.newsletter .html_input input, .newsletter .html_input select {
	width: 130px;
	padding: 2px;
	margin: 3px 0;
	font-size: 10px;
}
.newsletter input, .newsletter select {
	float: right;
	border: 1px solid #a18768;
	background-color: #f0e6da;
}
.newsletter .html_checkbox {
	display: none;
}
.newsletter .html_submit {
	text-align: center;
	display: block;
	padding-top: 10px;
	
}
.newsletter .html_submit input {
	float: none;
	margin: 0 auto;
}
.newsletter .html_unsubscribe {
	font-size: 10px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0 0 0;
	text-align: right;
}
.newsletter .close {
	text-align: right;
}
.newsletter .close a {
	padding: 3px;
}
/*tabbed widget */


.tabbed-widget-item {
	background-color: #fce1c5;
	border: 1px solid #ffd697;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background-image: url(images/tabbed_item_bak.gif);
	background-repeat: repeat-x;
}
.tabbed-widget-item h3 {
	font-weight: bold;
	padding-left: 10px;
}
.tabbed-widget-item .textwidget {
	padding: 0px 10px 10px 10px;
}
li.atd-entry {
	list-style: none;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px ;
}

/*Contact Form */

.formcontainer {
	width: 425px;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #76b9e0;
	float: left;
}
.formcontainer p.information {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 0;
	line-height: 100%;
}
.formcontainer legend {
	font-size: 18px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #215a7a;
	background-color: white;
	padding: 5px;
}
.formcontainer fieldset {
	border-top: 1px dotted #287cab;
	padding: 10px;
	margin: 10px;
} 
.formcontainer label {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}
.formcontainer .form-label {
	width: 25%;
	float: left;
	padding: 3px 0;
}
.formcontainer .form-input {
	width: 73%;
	float: left;
	padding: 3px 0;
}
.formcontainer input {
	width: 87%;
}
.formcontainer .required {
	color: red;
	font-size: 10px;
}
.formcontainer .form-submit {
	width: 100%;
	margin: 0 auto;
}
.formcontainer .button {
	width: 100px;
	margin: 20px 0 0 0;
	float: none;
	text-align: center;
}

.contact-address {
	width: 200px;
	float: right;
	background-color: #ede1d2;
	border: 1px solid #dfccb2;
}
.contact-address h2 {
	font-size: 18px !important;
	margin: 0 !important;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #215a7a;
	padding: 10px 0 0 10px;
}

.contact-address dl {
	padding: 0 10px 10px 10px;
}
.contact-address dt {
	font-weight: bold;
	font-size: 12px !important;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: #215a7a;
}
.contact-address dd {
	font-size: 12px !important;
	display: block;
	line-height: 125%;
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	margin: 3px 0 10px 0 !important;
}
/* DONATE BUTTONS */	

.donate {
	width: 100px;
	margin: 3px;
	padding: 3px;
	float: left;
}
.donate_box {
	width: 340px;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #f1e9de;
	border: 1px solid #dfccb2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	
}
/*Main Landing Pages*/

.landing_pages {
	padding: 5px;
	width: 210px;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #afafaf;
}
.landing_pages a:link, .landing_pages a:visited {
	padding: 5px 0 5px 8px;
	display: block;
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.landing_pages a:hover {
	background-image: url(images/bullet_on.gif);
}
.landing_pages h2 {
	font-size: 22px !important;
	padding: 2px 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
}

/*footer stuff*/
#footer {
	width: 100%;
	min-height: 350px;
	background-image: url(images/footer_bak.jpg);
	background-repeat: repeat-x;
	background-color: black;
}
#footer_inside {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#footer li  {
	list-style: disc;
	list-style-position: inside;
	color: #cdcdcd;
	font-size: 7px;
}

.footer_column {
	width: 140px;
	float: left;
	padding: 10px;
	min-height: 340px;
	border-right: 1px dotted #5a5a5a;
	border-left: 1px dotted #5a5a5a;
	margin-bottom: 0px;
}

.footer_column:hover {
	background-color: #080808;
	border-right: 1px solid #336077;
	border-left: 1px solid #336077;
}
#footer h1 {
	color: white;
	border-bottom: 1px dotted #676767;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#footer h2 {
	color: #cbcbcb;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#footer_inside a, #footer_inside a:visited {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #9a9a9a;
}

#footer_inside_top a, #footer_inside_top a:visited {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #c9e0ee;
}
#footer_inside_top a:hover {
	color: white;
}
#footer_inside_top {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	height: 98px;
	color: #a7cee7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 150%;
}
#footer_inside_top p {
	text-align: left;
	padding: 10px 0 10px 75px;
	background-image: url(images/blazen_footer.png) !important;
	background-image: url(images/blazen_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#footer_license {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #1e1e1e;
	font-size: 10px; 
	color: #565656;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 125%;
}
#footer_license a, #footer license a:visited{
	color: #9a9a9a;
}
#footer_license a:hover {
	color: white;
}


################

.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

.footnotes li {
  margin: 0 0 5px 0;
  padding: 8px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 125%;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}

.wp125ad {
	display: block;
	float: right;
	width: 145px;
	height: 165px;
	text-align: right;
}

.archive_area {
	padding: 5px 5px 0 5px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

#tabbed-widget-1-2 li {
	padding: 0 10px 10px 10px;
}



ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	background: #e0c9a9;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
	background: #ebddc8;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin: 0 0 5px 0;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content p {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 135%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tab_content h2 a {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/*Announcement Widget*/

div.announcement {
	border: 3px solid #c89e6d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
}
div.announcement h2 {
	color: #1e6085;
	font-size: 18px;
	margin: 3px 0 5px 0;
}
div.announcement div.padding {
	padding: 10px;
}




