/*
Theme Name: SACPC 

Description: SACPC Rebuild Theme
Version: 1.0
Author: Robert Gordon
Author URI: 
Tags: two columns, fixed width, widgets
*/

/* General Styles
=================================*/

* {
	padding: 0px;
	margin: 0 auto;
}

body {

	background: #FAF8EA url(images/bg_hdrA3.gif) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
}

a	{
	color: #5f0832;
}

H2.homepage {
	font-style: italic;
	padding-top: 6px;
}

H2.link	{
	margin-left: 10px;
	padding-left: 10px;
}

/* Header Layout
=================================*/

#header .home_banner {
	background: url(images/HeaderA2.gif) center no-repeat;
	width: 1042px;
	height: 166px;
}

#header .address_box {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e3c79;
	line-height: 14px;
	float: right;
	text-align: right;
	margin: 32px 98px 0px 0px;
	display: inline;
}

#header .address_box a {
	color: #680836;
}

#header .address_box a:hover {
	text-decoration: underline;
}

/*
  Content Layout
   ===========================*/
   
   #wrapper {
	width: 1024px;
	margin-top: 0px;
}

/*
  Navigation Layout
   ===========================*/
   
   
#navigation_wrapper {
	background: url(images/main_nav.gif) no-repeat;
	width: 1009px;
	height: 32px;
	margin-top: -20px;
	padding-top: 14px;
	padding-left: 15px;
}

#main_nav #nav { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	z-index: 200;
}

/*
Home Page Table Layout
====================*/

table.home_table {
	color: #5F0832;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 1022px;
	vertical-align: top;
	border: 1px solid #9A9A9A;
}

table.home_table tr	{
	background-color: #FAF8EA;
}

/*
Inside Tables for Single Post
=====================*/

table.inside_table	{
		color: #5F0832;
		background-color: #FAF8EA;
		width: 1024px;
		border: 1px solid #9A9A9A;
}

table.inside_table tr	{
	  background-color: #FAF8EA;
}

table.blog	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

table.CareLine	tr {
	background-color: #5F0832;
	color: White;
	border: ridge;
	padding: 4px;
	margin: 10px;
	text-align: center;
}


/*
Blog Archive Styles
===============*/

#blogrightcol {
	width: 300px;
	float: left;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	text-align : left;
	min-height: 500px;
}

#blogrightcol .archivebox {
	width: 173px;
	float: left;
	margin: 5px 3px 0px 5px;
	text-align : left;
}

#blogrightcol ul {
	list-style-type : none;
	list-style-image : none;
	font-size : 12px;
	font-variant : small-caps;
	font-weight : normal;
	padding-left : 6px;
}

#home_intro {
	width: 400px;
	margin: 0px 20px 0px 38px;
	padding: 16px 18px 15px 20px;
	float: left;
	display: inline;
	text-align: left;
}

#home_intro a {
	color: #5F0832;
	font-size: 12px;
	text-decoration: none;
}

#home_intro h2 {
	color: #5F0832;
	padding-bottom: 10px;
	line-height: 20px;
	font-size : 16px;
}

#home_intro p {
	line-height: 16px;
	color: #5F0832;
}

#home_image {
	width: 400px;
	margin: 15px 0px 15px 15px;
	float: left;
	padding-bottom: 15px;
}

#weekly {
	width: 400px;
	margin: 0px 20px 0px 38px;
	padding: 16px 18px 15px 20px;
	float: left;
	display: inline;
	text-align: left;
}

#weekly h2 {
	color: #5F0832;
	padding-bottom: 10px;
	line-height: 20px;
	font-size : 16px;
}

#weekly a {
	color: #5F0832;
	font-size: 12px;
	text-decoration: none;
}

#weekly li {
	padding: 4px 0;
	list-style: none;
	margin: 0;
	text-decoration: none;
	text-align: left;
}

#headlines	{
	margin-left: 50px;
	margin-right: 50px;
}

#headlines li {
	border-top: 1px dotted #b4c190;
	padding: 4px 0;
	list-style: none;
	margin: 0;
	text-decoration: none;
	text-align: left;
}

#headlines li  a {
	color: #5F0832;
	font-size: 12px;
	text-decoration: none;
}

#headlines li  a:hover {
	color: #5F0832;
	font-size: 12px;
	text-decoration: underline;
}

#headlines h2 {
	color: #5F0832;
	padding-bottom: 10px;
	line-height: 20px;
	font-size : 16px;
}

#headlines h2 a {
	color: #5F0832;
	padding-bottom: 10px;
	line-height: 20px;
	font-size : 16px;
	text-decoration: none;
}

#detail	ul {
	margin-left: 10px;
	color: #5F0832;
}

#today_list	ul a, #today_list ul a:visited{
	margin-left: 10px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#today_list	li {
	margin-left: 10px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
} 

#weekly h2 a:hover	{
	text-decoration: underline;
}

#picture_links {
	width: 570px;
	text-align: center;
}

#major h3 {
	color: #5F0832;
	padding-bottom: 10px;
	line-height: 20px;
	font-size : 14px;
}

#major li	{
	width: 200px;
	border-top: 1px dotted #b5c294;
	margin: 0px 20px 20px 30px;
	list-style: none;
	float: left;
}

#major ul	{
	margin-left: 50px;
	margin-bottom: 20px;
	padding-left: 50px;

}

#major h2 {
	color: #5F0832;
	padding-bottom: 10px;
	line-height: 20px;
	font-size : 14px;
}

#NoPosting	{
	margin-left : 20px;
	margin-top : 20px;
	margin-bottom : 20px;
	text-align : left;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.required {
	color: #FF0000;
}

.tagentry	{
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
}

.taglink{
	text-decoration: none;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.widget	{
padding-top: 10px;
padding-bottom: 6px;
font-style: italic;
font-weight: bold;
border-bottom: 2px ridge;
}

.widget_calendar_upcoming	ul {
	font-style: normal;
	font-weight: 500;
	padding-bottom: 6px;
}



/* End captions & aligment */

/*
Footer Styles
============*/

#footer {
	background: url(images/footerB.gif) repeat-x;
	width: 1024px;
	height: 30px;
	text-align: center;
}

#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	padding: 5px 20px 0px 0px;
}

#footer li {
	background: url(../images/footer_bullet.gif) no-repeat right;
    display: inline;
}

#footer li.last {
	background: none;
}

#footer a {
	color: #5F0832;
	padding: 0px 15px 0px 5px;
	text-decoration: none;
}

#footer a:hover {
	color: #5F0832;
	text-decoration: underline;
}

#footer img {
	padding: 0px 5px 0px 5px;
}

.dropdownstyle {
	font-size : 11px;
	visibility : hidden;
	position : absolute;
	border: 5px solid #2C3D4D;
	background-color: #FAF8EA;
	width : 300px;
	padding: 8px;
    z-index: 100;
}

/*
Main Content
================*/

#maincontent {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

#menu_wrapper	{
	margin-top: 15px;
	padding-left: 6px;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b2727;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

#maincontent .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	Text-align: left;
}

#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
}

html>body #maincontent h2 {
	font-weight: normal;
}

#maincontent h2.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 4px;
	padding-top: 6px;
}


#maincontent a.contentpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b2727;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
}

#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#maincontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#maincontent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 12px;
}

#maincontent .article-content {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 12px;
}

#maincontent .article-section {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b2727;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

#maincontent .contentdescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 12px;
}
/*
#maincontent img {
	padding: 0px 0px 10px 15px;
	border: 0px;
	float: right;
}
*/
#maincontent .blog img {
	float: right;
}

#maincontent .blogcontent	{
	text-align: left;
}

#maincontent .blogcontent	a{
	text-decoration : none;
	color: #5f0832;
	font-size: 12px;
	text-decoration: underline;
}

#maincontent .blogcontent	p{
	padding-bottom : 6px;
	text-indent : 4px;
}


#maincontent a:link {
	font-size: 12px;
	color: #5f0832;
}

#maincontent a.right_link {
	font-size: 11px;
	margin-right: 4px;
	margin-top: -28px;
	float: right;
}

#maincontent ul, ol {
	margin: 5px 0px 8px 35px;
}

#maincontent .buttonheading {
	float:right;
	margin-bottom: 7px;
}

#maincontent .buttonheading img {
	margin: 0px;
	padding: 0px 4px 4px 0px;
}

#maincontent .moduletable {
	margin-left: 0px;
}

#maincontent .moduletable h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b2727;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

#maincontent ul.latestnews {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b2727;
	font-size: 11px; 
	line-height: 16px;
	padding: 0px 7px 10px 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#maincontent li.latestnews {	
	background: url(../../images/bullet_white.gif) left top no-repeat ;
	padding: 1px 0px 1px 16px;
	list-style-type: none;
	background-position:0 4px;
}

#maincontent .moduletable_breadcrumbs {
	padding-bottom: 7px;
	text-align: left;
}

#maincontent .moduletable_breadcrumbs img {
	float: none;
	padding: 0px 2px 0px 3px;	
}

#maincontent p.smalltext {
	font-size: 10px;
}

#maincontent p.smalltext a {
	font-size: 10px;
}

#page_title {
	padding : 26px;
}

.post	{
	padding-right: 20px;
	width: 610px;
	padding-left : 20px;
	text-align: left;
	margin-top : 10px;
	margin-bottom : 6px;
}

.post h2 a	{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.blogheading	{
	font-size: 16px;
}

.navigation	{
	padding-right: 20px;
	padding-left : 20px;
	margin-top : 10px;
	margin-bottom : 6px;
}
.clear {
	clear:both;
	}
