/* 
				AUTHOR: Josh Gilmore
				jrgfreelance@gmail.com
				www.joshgilmore.net 
*/

/* COLORS USED


*/ 

/* BASIC TOOLS & NECCESSITIES */

* 				{ margin: 0px; padding: 0px; }

html 				{ overflow-y: scroll; }

.floatleft 		{ float: left; }
.floatright 		{ float: right; }
.clear 			{ clear: both; }

a:link, a:visited 	{color: #0047C4; font-weight: bold; text-decoration: none; outline: none; padding: 2px 6px 2px 6px; }
a:hover, a:active    {color:#fff; background-color: #000033; outline: none; text-shadow: 0px 0px 4px #fff;  }


#content a:link img, a:visited img {background-color: none; color: none; border: none; }
#content a:hover img, a:active img {background-color: #fff; color: none; border: none; }

ul				{ list-style: none; }

p				{margin-bottom: 10px; }

/* STRUCTURE */
		 
body 			{color: #000;font-size:75.5%; background-color:#000000; background: url('images/bg-repeat.jpg') repeat center #000; }


/*HEADER*/

#header li {display: inline;}
#header li a {background-image:url('images/header-full.jpg'); width: 1000px; height: 126px; display: block; text-indent: -9999px;  overflow: hidden }
#header li a.home {background-position:0px -131px;}
#header li a:hover.home {background-position:0px 0px;}

/*PAGE STRUCTURE*/

#page{width: 1000px;margin: 0px auto 0px;   }
#content{ width: 1000px; font-size: 16px; font-family: Trebuchet MS, Helvetica, sans-serif; float: left; overflow: hidden;  background: url('images/body-repeat.jpg') repeat-y center; }
#content-container {margin: 20px 50px 20px 50px}
#footer	{width: 1000px; height: 72px; font-size: 12px; width: 100%; float: left; overflow: hidden;  background: url('images/footer.jpg') no-repeat center;}
#footer-text-container {margin: 30px 0 0 0; text-align: center}
#left-side{width:485px;  float: left;  padding: 0px 50px 20px 0;  }
#right-side {width:350px;  float: right;  padding: 0px 0px 0 0; }
#right-side-box	{background-color:#000033; color:#ffffff; width:330px; padding: 10px; float: right; overflow: hidden; border: 2px solid #E6D501; margin: 0 0 20px 0; text-align: left;   }


/* MAIN NAVIGATION MENU */

#nav-links-container {padding: 10px 0 10px 0; float: left; overflow: hidden;}
#nav {width: 1000px; height: 71px;margin-left: 0px; background-color:#000033; background: url('images/nav-bg.jpg') no-repeat; font-family: Trebuchet MS, Helvetica, sans-serif;}
#nav ul {margin: 0 35px 0px 25px}
#nav li {display: inline; margin: 0 0px 0 0 }
#nav li a:link, #nav li a:visited{color: #D7D7D7; font-size: 26px; font-weight: normal; letter-spacing:-1px; padding: 8px 10px 10px 10px; text-shadow: 2px 2px 4px #000033; text-transform: uppercase;  }
#nav li a:hover, #nav li a:active{color: #fff; background-color:#000033;text-decoration: none; text-shadow: 0px 0px 6px #fff; }
#nav ul li.current_page_item a {color: #000033; background-color:#fff; text-shadow: 2px 2px 2px #606060;} 
#nav ul li.current_page_item a {_background-color:#000033;} /*IE6 HACK*/  
	  

/*LIST ADJUSTMENTS*/

#left-side ul {list-style-type: disc; margin: 0 0 0 20px } /*defines list styling on left side of page */
#left-side ul ul li {list-style-type: circle; margin: 0 0 0 20px }/*defines list styling on left side of page */

#tml-page ul, #links-page ul {list-style-type: none; margin: 0} /*turns of list styling on links page and login pages */
#tml-page ul ul li, #links-page ul ul li {list-style-type: none; margin: 0} /*turns of list styling on links page and login pages */




/*INPUT ADJUSTMENTS*/

#left-side input.wpcf7-validates-as-required, #left-side textarea.wpcf7-validates-as-required, span.wpcf7-form-control-wrap textarea {border: 2px solid #ccc; background-color: #fff; margin: 10px 0 10px 0; padding: 2px; font-size: 18px; color: #000033; cursor: text; font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; -webkit-border-radius:10px; -moz-border-radius:10px;} 

#left-side input:hover.wpcf7-validates-as-required, #left-side textarea:hover.wpcf7-validates-as-required, span.wpcf7-form-control-wrap textarea:hover {border: 2px solid #000033; background-color: #fff; margin: 10px 0 10px 0; padding: 2px; font-size: 18px; color: #000033; cursor: text;font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; -webkit-border-radius:10px; -moz-border-radius:10px;  } 

#left-side input  {border: 2px solid #000033; padding: 5px; font-weight: bold; font-size: 18px; color: #000033; -webkit-border-radius:10px; -moz-border-radius:10px; }

#left-side input#log-tml-page, #left-side input#pwd-tml-page , #left-side input#user_login-tml-page {cursor: text }

#left-side input:hover  {border: 2px solid #000033; background-color: #000033; color: #fff; cursor: pointer; padding: 5px; font-weight: bold; font-size: 18px; -webkit-border-radius:10px; -moz-border-radius:10px;}

/*HEADERS AND TITLES*/

.faq-title {color: #9B2D2F; font-size: 18px; margin: 10px 0 10px 0; text-transform: uppercase } /*FAQ question text - redish*/

.main-title {font-size: 26px; font-weight: normal; letter-spacing: -1px; margin: 0 0 5px 0; text-shadow: 0px 0px 4px #000033; font-family: Century Gothic, sans-serif; text-transform: uppercase; margin: 0 0 10px 0} /*Blog titles*/

.main-date {letter-spacing: 2px; color: #676767; text-transform: uppercase; margin: 0 0 5px 0 } /*date styling on blog page*/

h1 {color: #000; font-size: 32px; font-weight:bold; font-style: italic; letter-spacing:-1px; }

h3 {color: #9B2D2F; font-size: 22px; margin: 10px 0 10px 0; text-transform: uppercase } /*redish large header*/

#right-side-box-header {background-color: #A8CDFF; color: #000033; font-size: 20px; padding: 5px 5px 5px 5px; text-align: center; border: solid #D8E9FF 3px; border-style:outset; margin: 0 0 5px 0; text-shadow: 0px 0px 10px #727272; } /*squared box headers on right side*/

/*LINK ADJUSTMENTS*/

#content a:hover	{-webkit-border-radius:10px; -moz-border-radius:10px; } /*creates circle around links in the body*/
#Econtent a:hover img {-webkit-border-radius:0px; -moz-border-radius:0px; }
#past-entry-links a:link, #past-entry-links a:visited 	{color: #0047C4; font-weight: bold; text-decoration: none; outline: none; padding: 2px 4px 2px 4px; }/*recent blog posts or older blog posts*/
#past-entry-links a:hover, #past-entry-links  a:active    {color:#00007F; background-color: #fff; outline: none;  }/*recent blog posts or older blog posts*/
#right-side-box	a:link, #right-side-box	a:visited 	{color: #E6D501; font-weight: bold; text-decoration: none; outline: none; padding: 2px 6px 2px 6px; } /*links inside blue boxes*/
#right-side-box	a:hover, #right-side-box a:active    {color:#000033; background-color: #fff; outline: none;  }/*links inside blue boxes*/

#links-page a[title]:after{
/*Workaround for Gecko*/
	content: "";
}

#links-page a[title]:hover{
/*Hides or shows the anchor*/
	visibility: visible;
}

#links-page a[title]:hover:after{
/*Shows the generated content*/
	content: " - "attr(title);
	padding: 5px; 
	visibility: visible;
	text-decoration: none; 
	font-size: 16px; 
	font-weight: normal;
	color: #ccc; 

}

/*LOGIN SECTION*/

#login-section {padding: 0px 0 20px 0; font-size: 18px;  }	


/*VARIOUS*/

#if-ie {background-color: #E2D500; border: 2px solid #000033; width: 870px; margin: 0 0 20px 0; padding: 10px; font-weight: bold} /* IE WARNING */

hr {background-color: #000033; padding: 2px; border: solid 2px #D4D4DD; margin: 20px 0 20px 0; -webkit-border-radius:20px; -moz-border-radius:20px; }
