<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { color: #fff;
background-color: #000; }




#outer_wrap { max-width: 1000px; background-color:#371145;
			box-shadow: 0px 0px 25px 15px rgba(240,202,236,0.6); 
			border-left: 2px solid #f0caec; border-right: 2px solid #f0caec; }


#wrap {		}

.wrapper {
			color: #fff;
	background-color: rgba(0,0,0,0.6);

box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.8);
border: 2px solid #ff94cc;

}


.header-banner { height: 250px; background-image: url('images/tgptopbar_mobile.jpg');  background-repeat:no-repeat; position: relative; 
		background-size: 100% 100%; display: none;}
		
.text-color-1 {    color: #fff !Important; }
.text-color-2 {    color: #000 !Important; }
.text-color-3 {    color: #ffff00 !Important; }

.background-color-1 { background-color:#3149AB !Important; }
.background-color-2 { background-color: #ff3 !Important; }

.border-color-1 { border: 1px solid #ACA9A9; }		
		
/*------------------- header logo stuff ----------------------------- */

/* #header { background-color:#000721; padding-top: 65px;} */


#header { background-image: url('images/tgptopbar_mobile.jpg');   }


	


		
		
/*--------------------- nav stuff ---------------------------------- */


.sitenav {
    border-top: 1px solid #ACA9A9;
    border-bottom: 1px solid #ACA9A9;

}		
		


.sitenav #menu {
    background-image: url("images/bar5.png");
    background-repeat: repeat-x;
    background-size: auto 100%; 
    background-color:#07035a;
}	


/*------------------------- sidenav stuff ----------------------------- */

.sidenav_left { background-image: url('images/wrap.jpg');
				background-repeat: repeat-y; }

.sidenav_left ul li a { color:#ffff00; }

.sidenav_left ul li { border-top: 1px solid #484671; }

.sidenav_left ul li:last-child { border-bottom: 1px solid #484671; }

.sidenav_left a:hover { color: #f1f1f1; background-color:#99429e; }

.sidenav_left h3 { font-size: 15px; 
				   font-weight: bold; 
				   color: #fff; 
				   margin: 10px auto;
				   text-align: left;
				   letter-spacing: 1px;
					padding-left: 10px; }

/*------------------------- welcome text ---------------------------------- */

#content_wrapper #facepic_wrapper .mainpic { border: 2px solid #fff; }

#content_wrapper #text_wrapper {  color: #fff; text-align: left; line-height: 1.2em; }

#content_wrapper #text_wrapper h2 { font-size: 1.3em; line-height: 130%; font-weight: 700; margin: 1em 0px 1em 0px; font-family: 'Arimo', sans-serif; }

#content_wrapper #text_wrapper h3 { font-size: 1.2em; line-height: 120%; font-weight: 500; margin: 1em 0px 1em 0px; font-family: 'Roboto', sans-serif;}

#content_wrapper #text_wrapper p { margin: 1em 0px; line-height: 1.2em; font-size:1.1em; }


/*------------------------------ updates stuff -------------------------------- */

.updates .item .itemcontent { color: #000;  }

.updates .item .itemcontent a { color: #0000ff; text-decoration: underline; }

.item .date { color: #6d6d6d;  }

.updates .item .itemcontent {
    background: rgb(244,245,249);
    background: -moz-linear-gradient(top, rgba(244,245,249,1) 0%, rgba(227,230,252,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,245,249,1)), color-stop(100%,rgba(227,230,252,1)));
    background: -webkit-linear-gradient(top, rgba(244,245,249,1) 0%,rgba(227,230,252,1) 100%);
    background: -o-linear-gradient(top, rgba(244,245,249,1) 0%,rgba(227,230,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,245,249,1) 0%,rgba(227,230,252,1) 100%);
    background: linear-gradient(to bottom, rgba(244,245,249,1) 0%,rgba(227,230,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f9', endColorstr='#e3e6fc',GradientType=0 );
     border: 1px solid #3e3c3c;
    }

.item .thumbwrapper {
 	border: 1px solid #aaa9a9;
     background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
		}


/*-------------------------------- moresites stuff ----------------------------------- */

.moresites .item .itemcontent { color: #000; 
								font-size: 14px; line-height: 16px;
								 background-color: #fff;
								     border: 1px solid #3e3c3c; }






.moresites .item .thumbwrapper {
 	border: 1px solid #aaa9a9;
     background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
		}


.moresites .item .itemcontent a.title { color: #0000ff; 
									text-decoration: underline; 
									display: inline-block; 
									margin: 5px 0px; 
									font-weight: 600;}












/*---------------------------------------------------------------------- */

.arrow { background-color: #ff3; color: #000 !Important; }

.arrow:after { border-left-color: #ff3; }



/*----------------------- joinlist stuff --------------------------------- */

 ul.joinlist li {
    background-color: #000;
    border: 1px solid #b4b4b4;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
}






.green {
	color: #fff !Important;

	background: #a5cd4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}




















@media only screen and (min-width: 450px) {
	#header .logo {font-size: 38px;
   				 line-height: 32px;		
   				 letter-spacing: -.015em; }




}




@media only screen and (min-width: 620px) {

	#header{  background-image: url('images/tgptopbar.jpg'); }
		#header .logo span:after {content:none;};	

}	
	
	}</pre></body></html>