/*  Master CSS file Last Updated: 2007.08.22  */

/* ==============================================
Site:    Teaching Parents Association 
Author:   J.R. Peacock (Pilgrim Soul Design)    
 ===================================================GLOBAL RESETS */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	}
ol, 
ul	{
	list-style-type: none;	/*Reset List Elements*/
	padding-left: 0;		/*List Whitespace Reset for Mozilla Browsers */		
	margin-left: 0;		/*List Whitespace Reset for IE and Opera Browsers */
	}
h1,h2,h3,h4,h5,h6 { 		/*Reset Heading Size*/
	font-size:1em; 
	}
	
a  {
	cursor: pointer;	/* Maintain pointer for all links */
	outline: none; 	/* Remove outline from Mozilla browsers */
	}
/*
 ===================================================STANDARD ELEMENTS */

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url(../images/bg2.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	}

p,code,ul {padding-bottom: 1.3em;}

li {list-style: none;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	}

h1,h2,h3 {padding-top: 6px;}

h1   {
	font: normal 1.7em Tahoma,sans-serif;
	margin-bottom: 4px;
	}
	
h2 	{font-size: 1.3em;}

h3 	{font-size: 1.2em;}

h4 	{font-size: 1.1em;}

h5 	{font-size: 1.0em;}

/* ========================================================MISC. */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* ======================================================STRUCTURE */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	}

/* ======================================================HEADER */
.top {
	background: url(../images/clouds.gif) repeat-x;
	padding: 50px 10px 0;
	}

.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
	}
	
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
	}
	
.header .left {
	background: #B3C2C7 url(../images/TPAheader.jpg) no-repeat;
	font: normal 2.5em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: right;	
	width: 564px;
	}
	
.header .right {
	overflow: auto;
	width: 212px;
	}
	
.header .right p,
.header .right h2 {
	padding: 0 16px;
	}
	
.header .right h2 {
	padding-top: 16px; 
	font: normal 1.6em "Trebuchet MS",sans-serif;
	}

/* ===================================================NAVIGATION */

.navigation {	
	background: #D9E1E5 url(../images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	}
	
.navigation a {
	background: #D9E1E5 url(../images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 24px;
	text-decoration: none;
	}
	
.navigation a:hover {
	background-position: left bottom; color: #234;
	}

/* ===================================================MAIN */
.main {
	border-top: 4px solid #FFF;
	background: url(../images/bgmain.gif) repeat-y;
	}

/* ===================================================SUB NAVIGATION */
.sidenav {
	float: right;
	width: 210px;
	}
	
.sidenav h2 {
	color: #495f6a;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 1em;
	}
	
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	}
	
.sidenav li {
	border-bottom: 1px solid #EAEADA;
	}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	}
	
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
	}

/* ===================================================CONTENT */

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	}
	
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	}
	
.content li {
	list-style: square;
	margin-left: 2em;
	margin-bottom: 0.5em;
	}
	
.content p,
.content dd,
.content ol li,
#home .content li,
#contactus .content li {
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
	}
#contactus .content li p {
    font-size: 1em;
	}
.content ol li {
	list-style-type:decimal;
	}	


/* ===================================================FOOTER */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
	}
.footer a,.footer a:hover {color: #FFF;}

/* ===================================================MEMBERSHIP FORM */
#onlinemembership p  {
	font-size: 0.98em;
	line-height: 1.45em;
	}
form  {
	margin: 1em auto 2em auto;
	font-family: "Trebuchet MS", verdana, sans-serif;
	}
#tpaform ol  {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	}
#content #tpaform ol li {
	font-size: 0.95em;
	}
.red  {color: red;}
#tpaform input:focus,
#tpaform textarea:focus  {	/* :FOCUS does not work in IE browsers */
	background-color: #ffffe0;
	border: 1px #7F9DB9 solid;
	padding: 1px;
	}
#tpaform em  {
	font-style: italic;
	font-size: .95em;
	line-height: normal;
	}
#tpaform fieldset  {
	display: block;
	width: 28.5em;
	margin: 0 0 0.6em 0;
	padding: 0 1em .5em 1em;
	background-color: #f5f5f5;
	}
#tpaform fieldset div  {
	margin-bottom: 1em;
	}
* html #tpaform fieldset  { /* IE Only - BG color placement fix */
	position: relative;
	margin-top: 1em;
	padding-top: 0.75em;
	}
* html #tpaform legend  { /* IE Only - BG color placement fix */
	position: absolute;  /* Note: IE 6 having issues with "position" & floated fieldset "children" */
	top: -0.95em;
	left: 0.5em;
	}
#tpaform legend  {
	font-size: 1.1em;
	font-weight: bold;
	color: #495f6a;
	}
#tpaform #contact dl  {
	margin: 0.5em auto;
	clear: both;
	}
#tpaform #contact dt  {
	float: left;
	width: 5.5em;
	text-align: right;
	padding-right: 0.5em;
	font-weight: bold;
	}
#tpaform label.first  {
	padding-top: 1em;
	}
#tpaform input#reset,
#tpaform input#submit,
#tpaform input#exit  {
	display: block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	margin-right: 0.5em;
	}
#tpaform input#exit  { 
	width: 4em;
	}	
textarea#new_info  {
	height: 4em;
	}
#tpaform fieldset legend {font-weight: bold;}

#tpaform fieldset.radio input,
#tpaform input.approval  {
	float: left;
	clear: both;
	width: auto;
	margin-right: 0.5em;
	zoom: 1;
	}
#tpaform fieldset.multi-radio label  {
	margin-right: 0.5em;
	}
#tpaform fieldset.multi-radio h4  {
	margin: 0.5em auto;
	}
#tpaform fieldset.radio label  {
	font-weight: normal;
	}
#tpaform fieldset.children label{
	float: left;
	display: block;
	margin-top: 1em;
	padding: 0;
	}
#tpaform fieldset.children input {
	width: 11em;
	}
#tpaform fieldset.children input.dob {
	width: 5.5em;
	}
.clearer  {
	clear: both;
	height: 1px;
	}
#tpaform select  {
	display: block;
	}
#tpaform input[type=submit] {
	width: 100px;
	margin-top: 2em;
	}
/*.threepxfix class below:
Targets IE6-ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
	margin-left: 3px;
	}
#tpaform p.linespacing  {
	line-height: 1.7;
	}

/* ===================================================DUES TABLE */
table#dues  {
	border: none;
	}
table#dues td  {
	font: 1.1em "Trebuchet MS", arial, sans-serif;
	border: 1px solid #eee;
	padding: 0.25em 0.25em;
	}
table#dues td.duesheader{
	background: #eee;
	font-weight: bold;
	color: #1C6CB1;
	}
#content table#dues tr td span.small,
p.small  {
	font-size: 0.77em;
	}

/* =================================================== HOME SPECIFIC */

#home .content ul  {
	list-style: square;
	margin-top: 1.5em;
	font: normal 1em Tahoma,sans-serif;
	}
#home .content li  {
	margin-left: 1em;
	margin-bottom: 2em;
	}
	
/* =================================================== MEETINGS SPECIFIC */

dl.meeting  {
	margin: 1em 0;
	padding: 0;
	zoom: 1;		/* KEEP! IE6 HasLayout Fix  */
	}

.meeting dt  {
	position: relative;
	left: 0;
	top: 1.1em;
	width: 8.25em;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif; 
	}

.meeting dd  {
	border-left: 1px solid #000;
	margin: 0 0 0 8.25em;
	padding: 0 0 .5em .5em;
	}
.meeting dd h3  {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif; 
	margin: 0;
	padding: 0;
	}
