@charset "utf-8";

/* Main CSS Document for the Al-Anon Santa Barbara Web Site */

body {
	/*background: #666666 url(../images/leaf_bg.gif);*/

	background-image: url(../images/alanon-sb-background.png);
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background: #FFF url(../images/bg_wrapper.gif) repeat-y;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 10px solid #000;
}

#Accessibility {
	position: absolute;
	width: 760px;
	font-size: 0.7em;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	z-index: 1000;
}

#Accessibility a {
	color: #666;
}

/* header styles */



#header {
	background: #EEEEEE url(../images/bg_banner.gif) repeat-x;
	position: relative;
	border-bottom: 4px solid #18347A;
	zoom: 1;
}

#PrintHeader {
	display: none;
}

#header img {
	display: block;
}

#sitetools {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 50%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sitetools li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: 0.5em;
}

#sitetools li a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 3em;
	background: #1B3A89;
	padding: 5px;
	height: 2em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}

#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

#tagline {
	position: absolute;
	color: #FDD774;
	top: 67px;
	left: 497px;
	font: 15px "Trebuchet MS";
}

/* MAIN */



#mainContent a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;
}

#mainContent li a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;
}

#mainContent h1 {
	color: #152D6A;
	border-bottom: 2px solid #B2F511;
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
}

#mainContent h1 .MeetingTime {
	color: #5E979C;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
	border-bottom: 1px dotted #5e979c;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainContent h3 {
	margin-top: 13px;
	margin-bottom: 3px;
	color: #152D6A;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainContent p {
	line-height: 1.2;
	font-size: 1.1em;
	font-weight: bold;
}

#mainContent ul {
	line-height: 1.2;
	font-size: 1.1em;
}

#mainContent ol {
	line-height: 1.2;
	font-size: 1.1em;
}

/* sidebar 1 */



#sidebar1 p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}

#sidebar1 a {
	text-decoration: none;
	color: #333333;
}

#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background: #C9F173 url(../images/bg_related.png) no-repeat left bottom;
}

#sidebar1 .related li {
	list-style: none;
	display: inline;
}

#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}

#sidebar1 h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/bg_relatedhead.gif) no-repeat right top;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
}

#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}

#sidebar1 .related a:hover {
	background: #FFFFFF;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

/* NEWS */

#sidebar2 {
	padding-bottom: 33px;
	background: transparent url(../images/bg_news_btm.png) no-repeat left bottom;
	border-left: 1px solid #C9F173;
}

#sidebar2 .story {
	color: #333333;
	padding: 3px 5px 10px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
}

#sidebar2 span.title {
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #ED6733;
}

#sidebar2 a.story:hover {
	background-color: #EDEDED;
}

* html #sidebar2 a {
	height: 1px;
}

#sidebar2 h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/bg_aroundhead.gif) no-repeat right top;
	padding-top: 13px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
}

#sidebar2 h3 {
	background-color: #C9F173;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
	margin: 0;
}

/* ADVERTISING */

div.natEx {
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 25px;
}

.natEx p {
	margin-bottom: 5px;
}

#sidebar2 p {
	font-size: 12px;
}

/* footer */

#footer {
	border-top: 1px dashed #999999;
	color: #666;
	clear: both;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.8em;
	font-style: italic;
}

.twoColFixLtHdr #container #footer #footer2 a {
	text-decoration: none;
	color: #666;
}

/*product lists*/

table.products td, table.products th {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	border-bottom: 1px dashed #1E4199;
}

table.products {
	border-left: 1px solid #1E4199;
	border-top: 1px solid #1E4199;
	margin-bottom: 8px;
}

table.products td {
	border-right: 1px dashed #1E4199;
}

table.products th {
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: url(../images/bg_legal.png);
}

/* on sale items */

div.saleProduct {
	padding-left: 0px;
	padding-bottom: 5px;
	float: left;
	width: 270px;
	margin-right: 15px;
	margin-top: 10px;
}

div.saleProduct img {
	float: left;
	display: block;
	border: 1px solid #000;
	margin-right: 10px;
}

.saleProduct p, .saleProduct h3 {
	margin-bottom: 0px;
	margin-left: 72px;
}

div.saleProduct h3 {
	font-size: 14px;
	margin-bottom: 4px;
}

#saleArea {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}

#mainContent .recordpaging {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#mainContent .recordsetTools {
	position: relative;
	margin: 5px 0 10px 5px;
	font-size: 10px;
	color: #333333;
	zoom: 1;
}

#mainContent .recordsetTools p {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.productImage {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 2px solid #152D6A;
}

#product #mainContent p {
	font-size: 16px;
	margin: 10px 0;
}

.paging td {
	font-size: 12px;
	font-weight: bold;
	width: 3em;
	padding-right: 20px;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.5em;
}

/* input forms */

table.insertForm td, table.insertForm th {
	text-align: left;
	padding: 5px;
	font-size: 14px;
}

table.insertForm {
	margin-bottom: 8px;
	padding: 0px;
}

table.insertForm td {
}

table.insertForm th {
	color: #000000;
	vertical-align: middle;
	text-align: right;
}

table.insertForm table td, table.insertForm table th {
	border: none;
}

#login {
	text-align: right;
	padding-right: 300px;
	margin-top: 25px;
	font-weight: bold;
}

/* General Styles */

.DocumentIcon {
	margin: 0px 5px 0px 0px;
	border-style: none;
}

noscript {
	font-size: 10px;
	color: #CCC;
}

iframe {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.MapPin {
	list-style-position: outside;
	list-style-image: url(../images/pin-green.gif);
	list-style-type: none;
}

.RequiredFieldStatement {
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
	text-align: right;
}

.WheelchairAccess {
	list-style-position: outside;
	list-style-image: url(../images/wheelchair-access.gif);
	list-style-type: none;
}

.BackToAllMeetings {
	color: #FFF;
	background-color: #5E979C;
	display: inline-block;
	float: right;
	height: 50px;
	width: 100px;
	padding: 5px;
	text-align: right;
	font-style: italic;
	border: 1px solid #999;
}

.BackToAllMeetings a:link {
	text-decoration: underline;
}

.BackToAllMeetings a:hover {
	text-decoration: none;
}

.BeginnersMeetings {
	color: #FFF;
	background-color: #5E979C;
	display: inline-block;
	float: right;
	height: 50px;
	width: 170px;
	padding: 5px;
	text-align: right;
	font-style: italic;
	border: 1px solid #999;
}

.BeginnersMeetings a:link {
	text-decoration: underline;
}

.BeginnersMeetings a:hover {
	text-decoration: none;
}

.featureHead {
	background: url(../images/feature_bug.png) no-repeat right 0px;
}

.warning {
	background: url(../images/warning.png) no-repeat left center;
	padding-top: 2px;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	background-color:red;
}

a img {
	border-style: none;
}
#copyright {
	font-size: 10px;
}
