﻿/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */


/* Reset */

		html, body { margin: 0; padding: 0; border: 0;  
						background: transparent; font-size:10px; }
		
		div, span, article, aside, footer, header, hgroup, nav, section,
		h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
		table, tr, th, td, tbody, tfoot, thead {
			border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
			background: transparent;
	font-weight: 700;
}
		
		img 	{ border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0 0px;
	padding: 0;
	float: left;
	text-align: center;
}
		
		table, tr, th, td, tbody, tfoot, thead {
			margin: 0; padding: 0; border: 0;
			vertical-align: baseline;
			background: transparent;
			}
			
		table { border-collapse: collapse; border-spacing: 0; }
			
		input, select, textarea, form, fieldset {
			border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0 0 0 29;
	padding: 0;
	width: 601px;
	height: 0px;
}
		
		article, aside, dialog, figure, footer, header, hgroup, nav, section { 
			display:block; }
		
		h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
			font-family:Georgia, "Times New Roman", Times, serif			
			font-size:100%;
			font-weight: normal;
			font-style: normal;
			line-height: 100%; 
			text-indent: 0;
			text-decoration: none;
			text-align: left;
			color: #000;
			}
		
		ol, ul { list-style: none; }
		
/* Ends Reset */

/* Global */

html 	{	}
body	{background-color:#c5bdb2; font-family:Georgia, "Times New Roman", Times, serif	}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#000; font-size:12px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #0000FF;  }
a:visited		{ color: #800080;  }
a:active		{ color: #F00000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }




/* Containers */


#wrapper 			{ width:900px; margin:0px auto; background-image:url('../images/backgroundplain.jpg') }


										
#top	 			{ background-color:#84674d; padding:10px 0; width:100%; overflow:hidden;}




#banner 			{ width:100%   }




#topnav 			{ background-color:#84674d; clear:both; }
#topnav ul			{ width:100%; float:left; margin:0px; background-color:#84674d;
						border-bottom: 1px #310f06 solid;}
#topnav ul li		{ display:inline; }

#topnav a:link		{ color:#ffffff;}
#topnav a:visited	{ color:#ffffff}
#topnav a:active	{ color:#ffffff;}
#topnav a:hover		{ color:#ffffff; background-color:#310f06;}
#topnav a:focus		{ color:#ffffff;}

#topnav ul li a		{ float:left; padding:10px 10px; }






#content 			{ width :100%; }
#content p			{ font-size:16px; padding: 0 20px 0 20px;}
#content p.red		{ font-size:16px; float: left; font-weight:bold; color:red}


#meeting p			{text-align:center; line-height: 180%; margin: 0 20px 0 20px; }
#meeting p.seminar  {text-align:left; line-height: 180%; margin: 0 20px 0 20px; }
#meeting h1			{text-align:center; margin:25px 0 5px 0;}



#address p			{ text-align:center; line-height: 130%;  margin: 0 20px 0 20px; }
#address h2			{ text-align:center; line-height:130%;  margin: 0 20px 0 20px; }



#board				{width:100%; padding-bottom: 150px;}
#board h1			{text-align:center; margin:25px 0 25px 0;}
#board table		{width:78%; }
#board table.center	{margin-left: 100px; margin-right:300px; margin-bottom:50px;}
#board table td		{font-size:20px; padding:10px 10px 10px 10px; }

#board table td.column_1{width: 300px;} 



#purpose			{width:100%; padding-bottom:300px;}
#purpose ul			{padding:5px 0 0 0;}
#purpose ul li		{list-style-type:disc; font-size:16px; margin:0 100px 0 100px; padding:10px 0;line-height:130%;}
#purpose p 			{font-size:16px;margin :25px 60px 0 60px; line-height:150%;}
#purpose p.center	{text-align:center; line-height: 180%; margin: 0 20px 0 20px; }





#genie				{width:100%; }
#genie img			{float:left; padding: 10px; margin:20px 10px;}
#genie p			{font-size:16px;margin :25px 60px 0 60px; line-height:150%;}
#genie ul li		{font-size:16px; margin:0 20px 0 0; padding: 20px 0 0 20px; line-height:130%}
#genie p img.display{display:block; margin-left:auto;  margin-right:auto;}
	


#intro				{width:100%}
#intro p			{font-size:16px; padding-left:2em; margin:25px 30px 0 30px; line-height:120%;}
#intro h1			{text-align:center; margin: 20px;}
#intro ol			{padding-left: 2em; list-style: decimal;}
#intro ol li		{font-size:16px; margin:0 50px 0 75px; padding: 10px 0 0 10px; line-height:120%;}
#intro hr.center	{width:50%; height:3px; background:#84674d;}	
#boldItalic			{font-weight:bold; font-style:italic;   }
 

#genieArchives		{width:100%}
#genieArchives p	{text-align:center; line-height:145%}
#genieArchives table.grid	{width:100%; margin:auto; border-style:solid; border-width:3px;  border-color: #84674d; background-image:url('../images/backgroundplain.jpg');}
#genieArchives table.grid, td {padding: 15px 15px;
					border-width: 3px;
					border-style: solid;
					border-bottom:2px #84674D solid;
					border-color: #84674d;	background-image:url('../images/backgroundplain.jpg');
					font-size:16px; line-height:135%;}



#calendar h1		{text-align:center; margin: 20px;}
#calendar h3		{margin:0 20px 20px 20px;  	}
table.gridtable 	{font-family:Georgia, "Times New Roman", Times, serif
					font-size:16px;
					color:#333333;
					border-width: 1px;
					border-color: #666666;
					border-collapse: collapse;}
table.gridtable th {border-width: 1px;
					padding: 8px;
					border-style: solid;
					border-color: #666666;
					background-color: #84674d;
					margin:10px; font-size:16px;}
table.gridtable td {border-width: 1px;
					padding: 8px 15px;
					border-style: solid;
					border-color: #666666;	background-image:url('../images/backgroundplain.jpg');
					font-size:16px; line-height:135%;	}


#calendarLinks h1	{text-align:center; margin: 20px;}
#calendarLinks p	{text-align:center; margin: 20px;}
#calendarLinks ul li	{text-align:center; font-size:16px; padding:10px  }
#calendar ol		{padding:25px 0 0 0;}
#calendar ol li		{font-size:16px; margin:0 20px 0 20px; padding: 0 0 0 10px; line-height:120%}



#map p 				{text-align:center; font-size:130%}
#map img			{padding:25px;}



#join				{width:100%; padding-bottom:300px;}
#join p 			{font-size:16px; margin:25px 60px 0 60px; line-height:130%;}
#join p.or 			{font-size:16px; margin:25px 60px 0 85px; padding: 0 0 5px 150px; line-height:130%;}

#join ul			{padding:15px 0 0 0; list-style:disc;}
#join ul li			{font-size:16px; margin:0 100px 0 100px; padding:10px 0}
#join ol li			{font-size:16px; margin:0 50px 0 75px; padding: 10px 0 0 10px; line-height:120%;}
#join h2			{text-align:center; padding-top: 75px;}
#join hr			{width:100%; height:5px; background:#84674d; margin-top:25px;}


#join a:link		{ color: #0000FF; text-decoration:underline; }
#join a:visited		{ color: #800080; text-decoration:underline;  }
#join a:active		{ color: #F00000;  }
#join a:focus		{ color: #666;  }
#join a:hover     	{ color: #000; background:#84674d;}



#seminar			{width:100%; padding-bottom:300px;}
#seminar p			{font-size:16px; margin:0px 50px 0px 50px; line-height:130%; padding:0px 0px 15px 0px;}
#seminar h1.red		{color:red; padding-top:50px; padding-bottom:5px;} 
#seminar p.or		{font-size:16px; margin:0px 50px 0px 87px; line-height:130%;}
#seminar p.center	{text-align:center;}
#seminar h1			{text-align:center; padding-top:25px; padding-bottom:20px;}
#seminar h2			{text-align:center; line-height:130%;  margin: 20px 20px 20px 20px; }
#seminar h3			{text-align:center; line-height:115%;  margin: 12px 12px 12px 12px; }
#seminar img.map	{display:block; margin-top:0px; margin-right:auto; margin-bottom:0px; margin-left:auto;}
    
#seminar img.photo	{float:left; padding: 0px 10px 0px 0px; }
#seminar img.displayed {display: block; margin-left: auto; margin-right: auto; }

#seminar ol li		{font-size:16px; margin:0 50px 0 75px; padding: 10px 0 0 10px; line-height:120%;}
#seminar ul			{padding:5px 0 0 0;}
#seminar ul li		{font-size:16px; margin:0 50px 0 75px; padding:10px 0; line-height:130%;}

#seminar table		{width:89%; }
#seminar table.center	{margin-left: auto; margin-right:auto}
#seminar table td		{font-size:16px; padding:10px 5px 5 px 5px; }
#seminar table td.column_1{width: 50px;} 
#seminar hr			{width:100%; height:5px; background:#84674d;}


table.gridtable2 {	font-family:Georgia, "Times New Roman", Times, serif
					font-size:16px;
					margin-left:50px; margin-right:100px;
					color:#333333;
					border-collapse: collapse;}
table.gridtable2 th {border-width: 1px;
					padding: 8px;
					background-color: #84674d;
					margin:10px; font-size:16px;}
table.gridtable2 td {border-width: 1px;
					padding: 8px 15px;
					font-size:16px; line-height:135%;	}



#links				{	}

#links h1			{text-align:center; padding: 10px; margin-top:20px}
#links h2			{padding: 30px 0 10px 0; margin-left:25px }

#links ul li		{font-size:16px; margin: 0 0 0 50px; padding:8px}
#links p 			{margin: 0 0 0 0;}


/* PayPal Form */




/* Layout Extra */



/* Navigation Extra */




/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }


