/* 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;
font-family: 'Judson', serif;

#1C232E   Dark Blue
#131820   Very Dark Blue
#42464C   Border

*/


/* 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		{ font-family:'Open Sans', Arial, Helvetica, sans-serif;	}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #000;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; }

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:16px; line-height:150%;
				font-family:'Judson', Arial, Helvetica, sans-serif;  }
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: #0f0;  }
a:active		{ color: #000;  }
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; font-family:'Open Sans', Arial, Helvetica, sans-serif; }
ol li	     { color:#000; font-size:12px; font-family:'Open Sans', Arial, Helvetica, sans-serif; }

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; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym  { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#wrapper 			{   }

#top	 			{ width:900px; margin:0 auto; overflow:visible;  }
#top-bg			{ background-color:#1C232E; padding:30px 0;  	}

#name			{ float:left; 	}
#name h2			{ color:#fff; font-size:36px; font-weight:600; text-transform:uppercase;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; margin:16px 0 6px 0;	}
#name h3			{ color:#fff; font-size:18px; font-weight:500; text-transform:lowercase;
					font-family:'Open Sans', Arial, Helvetica, sans-serif;	}

#social-media		{ float:right;	}
#social-media ul 	{	}
#social-media ul li	{ display:inline;	}
#social-media img	{ margin-left:8px;	}

#topnav 			{ width:900px; margin:0 auto; clear:both; text-align:right;   }
#topnav-bg		{ background-color:#131820; padding:0 0 30px 0; 	}

#topnav ul		{ 	}
#topnav ul li		{ display:inline; 	}
#topnav ul li a	{ margin-left:30px; font-family:'Open Sans', Arial, Helvetica, sans-serif;
					text-transform:uppercase; font-size:16px; font-weight:500;	}

#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 			{ width:900px; margin:0 auto; clear:both;  overflow:auto; }
#banner-bg		{ background-color:#131820; border-top:1px #42464C solid; padding:30px 0; }

#banner-left		{ float:left; width:530px;	}
#banner-left h2	{ color:#fff; font-weight:300; font-size:30px; margin:20px 0; 
					line-height:120%; text-transform:uppercase; }
#banner-left h3	{ color:#fff; font-weight:300; font-size:20px; line-height:120%; margin:0 0 20px 0;
					font-family:'Open Sans', Arial, Helvetica, sans-serifArial, Helvetica, sans-serif; }
#banner-left p		{ color:#fff; font-weight:300; line-height:150%;
					font-family:'Open Sans', Arial, Helvetica, sans-serifArial, Helvetica, sans-serif; }

#banner-right		{ float:right;	width:300px; margin-left:50px; }
#banner-right img	{ width:270px; height:270px; border:12px #42464C solid;	}

#content 			{ width:540px; float:left; margin:0 0 20px 0;
					font-family:'Open Sans', Arial, Helvetica, sans-serif;   }
#contentx 			{ width:640px; float:left; margin:0 0 20px 0;
					font-family:'Open Sans', Arial, Helvetica, sans-serif;   }
#contenty 			{ width:550px; float:left; margin:0 0 20px 0;
					font-family:'Open Sans', Arial, Helvetica, sans-serif;   }
					
#content-bg		{ background-color:#DBE2EE; overflow:auto;	}
#content-wrap		{ margin:0 auto; width:900px; }

#content h2		{ font-size:30px; font-weight:500; margin:40px 0 10px 0; 
				    border-bottom:1px #aaa solid; padding-bottom:15px;	text-transform:uppercase; }
#content h3		{ font-size:18px; font-weight:500; margin:20px 0 10px 0; text-transform:uppercase;	}
#content p		{ margin:12px 0; line-height:180%;	}
#content img		{ width:160px; height:160px; margin-right:10px;	}
#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	 		{ width:300px; float:right; margin:0 0 20px 40px; 
					font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
#sidebar h2		{ margin:40px 0 20px 0; text-transform:uppercase;font-weight:600;
					font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#333;	}
#sidebar h3		{ 	}
#sidebar p		{ margin:0 0 20px 0; }
#sidebar img		{ margin:0 0 20px 0; }
#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 			{ width:900px; margin:0 auto; clear:both;    }
#footer-bg		{ clear:both; background-color:#1C232E;	overflow:auto;
					border-top:15px #42464C 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			{ width:200px; float:left; margin-right:20px;	}
#box2			{ width:450px;	float:left; margin-right:20px;	}
#box3			{ width:200px;	float:left; }

#box1, #box2, #box3 		{ margin:20px 0 40px 0;  }
#box1 h3, #box2 h3, #box3 h3 	{ color:#fff; margin:20px 0 15px 0; }
#box1 p, #box2 p, #box3 p 	{ color:#fff; }
#box1 li, #box2 li, #box3 li	{ color:#fff; margin:5px 0; }

/* Forms */

#form1	 				{ margin:0 0 0 20px; 	}

ol li					{ display:block; padding:20px 0px 5px 0px; }

form ol 					{ list-style-type:none; }

label 					{ display: block; margin:0 0 7px 0; 
							font-family:"Times New Roman", Times, serif; font-size:14px;
							text-transform:uppercase;  } 
								
input, textarea, select 		{ display: block; }

input					{	}

textarea					{	}

select					{	}

.submit					{ padding:5px 20px; }


/* Miscellaneous  */

.copyright-text	{ font-size:18px; font-style:normal; color:#fff; font-family:'Open Sans', Arial, Helvetica, sans-serif;
					border-bottom:1px #fff dotted; padding-bottom:10px; margin:15px 60px 10px 0; font-weight:700; }
.footer-text		{ font-size:12px; font-style:normal; color:#fff; }

.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; }
.inline-block		{ display:inline-block; }
.inline-table		{ display:inline-table; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      		{ background:#D7D7FF; }
.removed    		{ background:#FFCECE; color:#f00; }
.changed			{ background:#FFB; }

