/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; 
		}

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 {
	margin: 0; padding: 0; border: 0;
	}

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: Arial, Helvetica, sans-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; }


/* Global */

html 	{ 	}
body	{ background-color: #fff3cb; font-size:90%;	}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:2.4em; }
h2 { font-size:2em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.4em; }
h6 { font-size:1.4em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#000; font-size:1.6em; 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: #00f;  }
a:visited		{ color: #00f;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:1.2em; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }
.red			{ color:#FF0000;}
.center			{ text-align:center;  		}
.italic			{ font-style:italic;	}

/* Images */


/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:1.2em; }
ol li	     	{ color:#000; font-size:1.2em; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables 

table       	{ clear:both; width:100%; color:#000; }

tr				{ 	}

.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; color:#000; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ padding:20px; text-align:center; font-size:16px;	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }

*/

/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom:0.1em dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:0.2em 0em; margin:0.4em 2.5em;
					font-family:"Courier New", Courier, monospace; font-size:1.2em; font-weight:normal; line-height:150%;	}


/* Containers */

#outer	 			{ width:100%; margin:0 auto; background-color:#FFF; max-width:960px; }

#wrapper 			{ width:93.75%; margin:0 auto; background-color: #DFFFFF;  }

#slider				{ clear:both;  }

#top	 			{ margin:30px 0px; float:left; clear:both;   }

#top h1				{ font-size:3.6em;  }

#top p				{ color:#000000  }



#social-media-icons			{ float:right;	}
#social-media-icons	ul li 	{ display:inline; }
#social-media-icons ul		{ margin-top:3.0em; }

#banner 			{ margin-bottom:1.0em;  }

banner.center 		{   margin-left: auto;   margin-right: auto;   width: 8em; }

#subbanner 			{   }

	

#topnav 			{ clear:both;   background-color:#2FB0E1;    
						}

#topnav ul			{ border-top:0.1em #000 solid; border-bottom:0.1em #000 solid;
						margin:1.5em 0; padding:1.5em 0;  	}
						
#topnav ul li		{ display:inline;  background-color:#2FB0E1; padding:1.0em 0; 	}

#topnav a			{ padding:8px; font-size:1.6em; font-weight:bold; color: #FFF;  }

#topnav li:hover	{  background-color:#FF0000;  }

#topnav a:hover		{ color: #FFF;}

#leftnav 			{ float:left; clear:both; width:22.0em; padding-top:2.0em;  }

#leftnav ul			{ 	margin:0em;
						padding:0em;
						list-style-type:none;
						font-family:Arial, Helvetica, sans-serif;	}
						
						
#leftnav a			{ 	display:block;
						padding:1.0em;  
						width:11.0em;
						background-color: #2FB0E1 ;
						border-bottom: 0.2em solid #00ff00;
						color: #ffffff;
						text-decoration:none;
						font-size:1.4em;
						text-align:center;
						font-weight:bold;
						 
						  }

#leftnav a:hover	{ background-color: #ff0000;  }

#leftside 			{   }

#content_3_col 				{ float:left; width:45.0em; padding-left:2.0em; padding-right:2.0em; padding-top:2.5em;    }

#content_3_col p			{ text-align:left; color:#000; width:95%;   }

#content_3_col td			{ text-align:center; font-size:1.4em; padding:1.0em; }

#content_2_col 				{ float:left; width:71.0em; margin-left:1.0em; margin-top:2.5em;     }

#content_2_col p 			{ text-align:left; color:#000;  }

#content_2_col h1 			{ color:#F00; text-align:center;   }

#content_2_col h3 a			{ padding:0.5em; background-color:#F00; color:#FFFFFF;}

#content_2_col ul 			{ text-align:center; margin:2.0em 0; padding:1.0em 0;  }
#content_2_col ul li		{ display:inline; padding:0em 2.0em;	}
#content_2_col ul li a		{ font-size:1.5em	}

#content_2_col ul li a:hover	{ background-color:#A2F4FB; padding:1.0em;	}

#content_2_col tr			{ background-color:#FFFFFF;  }

#content_2_col tr td a		{ font-size:1.0em;  }

#content_2_col tr:hover		{ background-color:#C2FCFC;  }

#content_2_col tr td a:hover		{ font-size: 1.0em;    }

#content_2_col tr td		{ font-size:1.5em;  }

#content_2_col tr td p		{ font-size:1.0em;  }

#content_2_col p			{  margin:1.0em; padding:0.0em;   }

#content_2_col p a			{  margin:0.0em; padding:0.0em; font-size:1.2em;   }

#content_2_col p a:hover	{ background-color: #82F7F7;  padding:0.5em 0.0em 0.5em 0em;   }


#content_1_col				{ width: 98.0em; clear:both;	margin-left:1.0em; margin-top:2.5em;}

#content_1_col td 			{ color: #000; font-size:1.5em;}

#content_1_col th 			{ color:#000;}

#content_1_col p			{ text-align:left; color: #000; margin: 0.2em 0.0em 0.2em 0.0em;  }

#content_1_col h3 a			{ padding:0.5em; background-color:#F00; color:#FFFFFF;}

#content_1_col ul 			{ text-align:center; margin:2.0em 0; padding:1.0em 0;  }

#content_1_col tr			{ background-color: #FFF  }

#content_1_col tr:hover			{ background-color: #C2FCFC; }

#content_1_col ul li		{ display:inline; padding:0em 5.0em; font-size:2.0em;	}

#content_1_col a			{ font-size:1.0em;   }

#content_1_col tr td a		{ font-size:1.0em;   }

#content_1_col tr td p	a	{ font-size:0.7em;    }

#content_1_col a:hover		{ background-color: #82F7F7;  padding:0.5em 0.5em 0.5em 0em;  }

#rightside 					{ float:left; width:22.0em; padding-left:4.0em; padding-top:2.0em; }

#rightside h4, h3, h2, p, a	{  text-align:center; }

#rightside h2				{ color: #EB9B43;   }

#rightside h1				{ color:#F00; text-align:center;   }

#rightside h4, p			{ color: #000;  }

#rightside a:hover			{ background-color: #82F7F7;  padding:0.4em ; }

#footer 					{ clear:both; text-align:center; border-top:0.1em #000 solid; border-bottom:0.1em #000 solid; margin:3.0em 0; padding:1.0em 0; background-color:#FFF;  }

#footer p 					{ text-align:center; color:#000000; }

#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }

/* Table layout */

table				{ 	width: 95%; 
						margin: 2.0em auto; 
						border: 0.3em #ccc solid;
						background-color: #FFF; color:#000000;
						 }

th, td				{ 	padding: 1.0em 0.3em 1.0em 0.3em;
						text-align:center;
						border:0.1em solid #ccc;
				
				  }

thead				{ background-color:#C2FCFC;  }


th					{ font-size:1.6em; font-weight: bold; color:#000; background-color:#C2FCFC; }

td					{ font-size:1.2em; color:#000;  }


/* Layout Extra */




/* Navigation Extra */



/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:80%; font-style:normal; color:#666; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* 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; }

/* 3300CC */


