body { color: #010422;
background-color: #000;  
 }


body a, a:visited { color:#0000ff; }

#outer_wrap { max-width: 1000px; background-color:#0f062e;

background-image: url('images/wrap.jpg');  
background-repeat:repeat-y;  
		background-size: 100% auto;
			box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.6); 
			border-left: 2px solid #f0caec; border-right: 2px solid #f0caec; }


.wrapper {
		
	color: #50398e;
background: #af9fe0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f8f7fc+10,f5f4f9+13,eceaf8+27,e7e3f4+40,dcd5f4+57,d4cdef+80,d0cce5+100 */
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(248,247,252,1) 10%, rgba(245,244,249,1) 13%, rgba(236,234,248,1) 27%, rgba(231,227,244,1) 40%, rgba(220,213,244,1) 57%, rgba(212,205,239,1) 80%, rgba(208,204,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(248,247,252,1) 10%,rgba(245,244,249,1) 13%,rgba(236,234,248,1) 27%,rgba(231,227,244,1) 40%,rgba(220,213,244,1) 57%,rgba(212,205,239,1) 80%,rgba(208,204,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(248,247,252,1) 10%,rgba(245,244,249,1) 13%,rgba(236,234,248,1) 27%,rgba(231,227,244,1) 40%,rgba(220,213,244,1) 57%,rgba(212,205,239,1) 80%,rgba(208,204,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d0cce5',GradientType=0 ); /* IE6-9 */
border: 2px solid #fff;

}


.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: #010422 !Important; }

.background-color-1 { background-color:#3149AB !Important; }
.background-color-2 { background-color: #ffff00 !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'); padding-bottom: 52.5%;   }


	


		
		
/*--------------------- nav stuff ---------------------------------- */

#topnav { color: #fff; }

.sitenav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;  

}		
		


.sitenav #menu {
    background-image: url("images/bar5.png");
    background-repeat: repeat-x;
    background-size: auto 100%; 
    background-color:#000
    color:#fff;
}	


#menu li a { color: #fff; }

#menu li a.join-link { box-shadow: 2px 2px rgba(0,0,0,0.8); }


/*------------------------- sidenav stuff ----------------------------- */

.sidenav_left { background-color:#0f062e; }

.sidenav_left ul li a { color:#ffff00; }

.sidenav_left ul li { border-top: 1px solid #fff; }

.sidenav_left ul li:last-child { border-bottom: 1px solid #fff; }

.sidenav_left a:hover { color: #f1f1f1; background-color:#000; }

.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 #010422; }

#content_wrapper #text_wrapper {  color: #010422; 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;
     box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.7); 
    }

.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: #04104e; color: #fff !Important; }

.arrow:after { border-left-color: #04104e; }



/*----------------------- 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 */
	border: 4px solid #fff;
	box-shadow: 5px 5px 4px rgba(0,0,0,0.7);
}





#bottom { color: #fff; }


#bottom a { color: #ffff00; }








@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'); padding-bottom: 31.5%; }
			

    body { background-image: url('images/bg3.jpg'); background-repeat: repeat; }
	
	#menu li {
    border-right: 1px solid #2f2a2e;
    box-shadow: 1px 0px rgba(0,0,0,0.3);	}	
}	
	
	
	
	
	
@media only screen and (min-width: 1000px) {	
	
#leftback {
    height: 100%;
    width: 50%;
    position: fixed;
    top: 0;
    z-index: -1;
    right: 50%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#1a000000',GradientType=1 );
	}
	
	#rightback {
    height: 100%;
    width: 50%;
    position: fixed;
    top: 0;
    z-index: -1;
    left: 50%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#cc000000',GradientType=1 );
	}	
}