/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

font-family: 'Open Sans', sans-serif;
#1C232E   Dark Blue
#131820   Very Dark Blue
#42464C   Border

*/



/* Headings */

h1, h2, h3, h4, h5, h6 { color: #000; }


/* Text Elements */

p           	{ color:#000;   }

a           	{   }
a:link		{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus		{ color: #666;  }
a:hover     	{ color: #f00;  }


/* Images */



/* Lists */

ul li		{ color:#000;  }
ol li	     { color:#000;  }



/* Tables */

table       		{ width:100%; }

tr				{	}
.odd				{ background-color:#eee; }
.even			{ background-color:#fff; }

th          		{ 	 }
thead, th    		{ background-color: #ccc; }

tbody			{    }

th,td,caption 		{ 	}
caption 			{ 	}

tfoot       		{	}
.tfooter			{ background-color:#ccc;  }

caption     		{ background-color:#efefef; }


/* Containers */

#wrapper 			{   }

#top-bg			{ background-color:#6C0000; }

#name h2			{ color:#fff; 	}
#name h3			{ color:#fff; 	}

#social-media		{ 	}
#social-media ul 	{	}
#social-media ul li	{ 	}
#social-media img	{ 	}

#topnav 			{    }
#topnav-bg		{ background-color:#6C0000;  	}

#topnav ul		{ 	}
#topnav ul li		{ 	}
#topnav ul li a	{ 	}

#topnav a:link		{ color:#fff;	}
#topnav a:visited	{ color:#fff;	}
#topnav a:active	{ color:#fff;	}
#topnav a:hover	{ color:#ccc;	}
#topnav a:focus	{ color:#ccc;	}

#banner 			{ 	}
#banner-bg		{ background-color:#A80000; border-top:1px #fff solid; }

#banner-left		{ 	}
#banner-left h2	{ color:#fff;  }
#banner-left h3	{ color:#fff;  }
#banner-left p		{ color:#fff;  }

#banner-right		{  	}
#banner-right img	{ border:12px #6C0000 solid;	}

#content 			{    }
#content-bg		{ background-color:#DBE2EE;	}
#content-wrap		{ 	}

#content h2		{ border-bottom:1px #aaa solid;  }
#content h3		{ 	}
#content p		{ 	}
#content img		{ 	}
#content li		{ 	}
#content a		{	}

#content a:link	{ color:#000;	}
#content a:visited	{ color:#000;	}
#content a:active	{ color:#000;	}
#content a:hover	{ color:#000;	}
#content a:focus	{ color:#000;	}

#sidebar 		{    }
#sidebar h2		{ 	}
#sidebar h3		{ 	}
#sidebar p		{ 	}
#sidebar img		{ 	}
#sidebar li		{ 	}
#sidebar a		{	}

#sidebar a:link		{ color:#000;	}
#sidebar a:visited	{ color:#000;	}
#sidebar a:active		{ color:#000;	}
#sidebar a:hover		{ color:#000;	}
#sidebar a:focus		{ color:#000;	}

#gallery			{	}

#team			{	}

#faq				{	}

#footer 			{     }
#footer-bg		{ background-color:#6C0000; border-top:15px #750000 solid; }
#footer p			{ 	}

#footer a:link		{ color:#fff;	}
#footer a:visited	{ color:#fff;	}
#footer a:active	{ color:#fff;	}
#footer a:hover	{ color:#B5C9DF;	}
#footer a:focus	{ color:#B5C9DF;	}

#box1			{ 	}
#box2			{ 	}
#box3			{ 	}

#box1, #box2, #box3 		{   }
#box1 h3, #box2 h3, #box3 h3 	{ color:#fff; }
#box1 p, #box2 p, #box3 p 	{ color:#fff; }
#box1 li, #box2 li, #box3 li	{ color:#fff; }

/* Forms */

#form1	 				{ 	}

ol li					{  	}

form ol 					{ 	}

label 					{  	} 
								
input, textarea, select 		{ 	}

input					{	}

textarea					{	}

select					{	}

.submit					{ 	}


/* Miscellaneous  */

.copyright-text	{ color:#fff; border-bottom:1px #fff dotted;  }

