﻿/* 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:#000000;	}



/* 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: #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; }
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:960px;  background-image:url('image/Abstract_Aqua_by_tjramage.png') }  */

#wrapper { width:1000px;  margin:20px auto; background-image:url('image/Abstract_Aqua_by_tjramage.png') }


#top	 			{  width:100%;   } 
                

  




/* #logo               {  float:left; margin:10 10 0 10px; }  */
/* #welcomlogo         { text-align: center    }   */ 

#weatherdata {width:140px; height:24px;}


#banner {padding: 155px 4px 15px 90px;}

#welcomlogo         { float:left; margin: 10px 50px 140px 50px;  } 


#social-media       { float:right; margin:0 10px 0 0; }
#social-media p     { color:black; font-size:11px; margin:4px 10px 4px 5px;  }
#social-media img   { width:24px;  height:24px;  }
#social-media ul li { display:inline; }



.topnav {
     
    /*Step 2: Basic Button Styles*/
    display: block;
    height: 30px;
    width: 150px;
    background: #000000;
    border: 2px solid rgba(33, 68, 72, 0.59);
   float:left; margin:0px 0px 0px 0px;    
 
    /*Step 3: Text Styles*/
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font: bold 12px ;
    font-size:16px;
     
    /*Step 4: Fancy CSS3 Styles*/
    background: -webkit-linear-gradient(top, #000000, #ffffff);
    background: -moz-linear-gradient(top, #000000, #ffffff);
    background: -o-linear-gradient(top, #000000, #ffffff);
    background: -ms-linear-gradient(top, #000000, #ffffff);
    background: linear-gradient(top, #000000, #ffffff);
    
 
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
     
    -webkit-box-shadow: 0 8px 0 #1b383b;
    -moz-box-shadow: 0 8px 0 #1b383b;
    box-shadow: 0 8px 0 #1b383b;
     
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
     
}
 
/*Step 3: Link Styles*/
 
/*Step 5: Hover Styles*/
a.topnav:hover {
    background:  #000000;
    background: -webkit-linear-gradient(top, #eeeeee, #ff0000);
    background: -moz-linear-gradient(top, #eeeeee, #ff0000);
    background: -o-linear-gradient(top, #eeeeee, #ff0000);
    background: -ms-linear-gradient(top, #eeeeee, #ff0000);
    background: linear-gradient(top, #eeeeee, #ff0000);
}


.topnav2 {
     
    /*Step 2: Basic Button Styles*/
    display: block;
    height: 30px;
    width: 150px;
    background: #2DA483;
    border: 2px solid rgba(33, 68, 72, 0.59);
    float:left; margin:20px 10px 5px 10px;     
     
    /*Step 3: Text Styles*/
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font: bold 12px ;
     
    /*Step 4: Fancy CSS3 Styles*/
    background: -webkit-linear-gradient(top, #2DA483, #2DA483);
    background: -moz-linear-gradient(top, #2DA483, #2DA483);
    background: -o-linear-gradient(top, #2DA483, #2DA483);
    background: -ms-linear-gradient(top, #2DA483, #2DA483);
    background: linear-gradient(top, #2DA483, #2DA483);
    
 
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
     
    -webkit-box-shadow: 0 8px 0 #1b383b;
    -moz-box-shadow: 0 8px 0 #1b383b;
    box-shadow: 0 8px 0 #1b383b;
     
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
     
}
 
/*Step 3: Link Styles*/
 
/*Step 5: Hover Styles*/
a.topnav2:hover {
    background: #3d7a80;
    background: -webkit-linear-gradient(top, #eeeeee, #ff0000);
    background: -moz-linear-gradient(top, #eeeeee, #ff0000);
    background: -o-linear-gradient(top, #eeeeee, #ff0000);
    background: -ms-linear-gradient(top, #eeeeee, #ff0000);
    background: linear-gradient(top, #eeeeee, #ff0000);
}


.topnav3 {
     
    /*Step 2: Basic Button Styles*/
    display: block;
    height: 30px;
    width: 150px;
    background: #2DA483;
    border: 2px solid rgba(33, 68, 72, 0.59);
    float:left; margin:20px 10px 5px 10px;  
     
     
    /*Step 3: Text Styles*/
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font: bold 12px ;
     
    /*Step 4: Fancy CSS3 Styles*/
    background: -webkit-linear-gradient(top, #2DA483, #2DA483);
    background: -moz-linear-gradient(top, #2DA483, #2DA483);
    background: -o-linear-gradient(top, #2DA483, #2DA483);
    background: -ms-linear-gradient(top, #2DA483, #2DA483);
    background: linear-gradient(top, #2DA483, #2DA483);
    
 
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
     
    -webkit-box-shadow: 0 8px 0 #1b383b;
    -moz-box-shadow: 0 8px 0 #1b383b;
    box-shadow: 0 8px 0 #1b383b;
     
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
     
}
 
/*Step 3: Link Styles*/
 
/*Step 5: Hover Styles*/
a.topnav3:hover {
    background: #3d7a80;
    background: -webkit-linear-gradient(top, #eeeeee, #ff0000);
    background: -moz-linear-gradient(top, #eeeeee, #ff0000);
    background: -o-linear-gradient(top, #eeeeee, #ff0000);
    background: -ms-linear-gradient(top, #eeeeee, #ff0000);
    background: linear-gradient(top, #eeeeee, #ff0000);
}


.topnav4 {
     
    /*Step 2: Basic Button Styles*/
    display: block;
    height: 30px;
    width: 150px;
    background: #2DA483;
    border: 2px solid rgba(33, 68, 72, 0.59);
    /*float:left; margin:50px 10px 20px 25px;*/  
    float:left; margin:20px 10px 5px 10px; 
     
    /*Step 3: Text Styles*/
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font: bold 12px ;
     
    /*Step 4: Fancy CSS3 Styles*/
    background: -webkit-linear-gradient(top, #2DA483, #2DA483);
    background: -moz-linear-gradient(top, #2DA483, #2DA483);
    background: -o-linear-gradient(top, #2DA483, #2DA483);
    background: -ms-linear-gradient(top, #2DA483, #2DA483);
    background: linear-gradient(top, #2DA483, #2DA483);
    
 
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
     
    -webkit-box-shadow: 0 8px 0 #1b383b;
    -moz-box-shadow: 0 8px 0 #1b383b;
    box-shadow: 0 8px 0 #1b383b;
     
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
     
}
 
/*Step 3: Link Styles*/
 
/*Step 5: Hover Styles*/
a.topnav4:hover {
    background: #3d7a80;
    background: -webkit-linear-gradient(top, #eeeeee, #ff0000);
    background: -moz-linear-gradient(top, #eeeeee, #ff0000);
    background: -o-linear-gradient(top, #eeeeee, #ff0000);
    background: -ms-linear-gradient(top, #eeeeee, #ff0000);
    background: linear-gradient(top, #eeeeee, #ff0000);
}



#topnav 			{ clear:both; }
#topnav ul          {width:100%; float:left; margin:0px auto;
                      border-bottom:1px #000000 solid;  }

#topnav ul li       { display:inline; }
#topnav ul li a     { float:left; padding:0px 0px 10px 0px; margin:20px 0px 0px 20px; font-size:16px;  }

#topnav a:link      { color:#000000; }
#topnav a:visited    {color:#000000; }
#topnav a:active      { color:#ffffff; }
#topnav a:hover      { color:#ffffff; background-color:#770000; }
#topnav a:focus      { color:#ffffff; }



#button 			{  float:left; height: 130px; clear:both;
    width: 150px;
 }
#button ul          {width:100%; float:left; margin:0px;
                      border-bottom:0px #000000 solid; border-top:1px black solid; }

#button ul li       { display:inline; }
#button ul li a     { float:left; padding:0px 0px 10px 0px; margin:20px 0px 0px 20px; font-size:16px;  }

#button a:link      { color:#000000; }
#button a:visited    {color:#000000; }
#button a:active      { color:#ffffff; }
#button a:hover      { color:#ffffff; background-color:#770000; }
#button a:focus      { color:#ffffff; }

















