 body {
		   color: #fff;
    font-style:normal; font-variant:normal; font-weight:normal;     
        font: 12px/20px Helvetica, Helvetica Neue, Arial;
    background-color:#000; 				
 
   margin: 0px 5px;
}

body a, a:visited { color: #ffff00; text-decoration: underline; }



.wrapper { text-align: center; padding: 4px;  border: 2px solid #636161;   color: #fff; 
			  background-color: #000;
	 box-shadow:  rgba(0,0,0,0.8)  2px 2px 1px 1px; 
   -webkit-box-shadow:  rgba(0,0,0,0.8)  2px 2px 1px 1px; 
	-moz-box-shadow:  rgba(0,0,0,0.8)  2px 2px 1px 1px


			 margin: 3px;
			  }
			  
#wrap   { border: 2px solid #999999; color:#FFFFFF;
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	

	 position:relative}

.header { height: 154px; background-image: url('images/tgptopbar_mobile.jpg');  background-repeat:no-repeat; position: relative; 
		background-size: 100% 100%}
		
		
	

		
		
		
		
		
		
		
		
		
.mainpic    { border: 2px solid #fff;  }		
.thumb { border: 2px solid #000;  }
		
    
#welcome_text p { font-size: 18px; line-height: 23px; margin: 8px 0px; }     
     
a.shiny-button {
 display: inline-block;
  text-align: center;
 
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 14px;
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 7px;
    -webkit-border-radius:12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 0 1px 0 0 #9fd574, 3px 3px #000;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset, 3px 3px #000;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset, 3px 3px #000;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset, 3px 3px #000;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset, 3px 3px #000;
    color: white;
    
    text-shadow: 0 -1px 0 #396715;
   

 
  padding-left:20px; padding-right:20px; padding-top:12px; padding-bottom:12px;
  margin: 10px 5px;
  max-width: 400px;
  letter-spacing: 1px;
}


a.shiny-button strong {
  letter-spacing: 1px;
  font-size: 25px;
   text-transform: uppercase;
}



ul.joinlist li { background-color: #fff;
				border: 1px solid #ccc;

				box-shadow: 2px 2px rgba(0, 0, 0, 0.6);
				color: #000;}

ul.joinlist li a { color:#0000ff; }


.update-cell {  color: #000; 
               border: 1px solid #000;  
               background-color: #fff;              
                 -webkit-border-radius: 6px;  -moz-border-radius: 6px;  border-radius: 6px;   
                 box-shadow:  rgba(0,0,0,0.6)  2px 2px; 
   -webkit-box-shadow:  rgba(0,0,0,0.6)  2px 2px; 
	-moz-box-shadow:  rgba(0,0,0,0.6)  2px 2px;

                  
                }
                
.update-cell a { color:#0000ff; }                
                
#updates_wrapper .item a.titlelink { color:#0000ff; }                

#update_wrapper { color: #000;}

#update_wrapper  a { color:#0000ff; }

#facepic_wrapper p { font-size: 1.2em; }

#topsellers_wrapper  .sitewrapper {
			border: 1px solid #000;  
               background-color: #fff;   
                 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
		}

#topsellers_wrapper .sitewrapper img { border: 1px solid #000;
											 margin: 2px auto;
											 width: 98%;
											 max-width: 100px; 
											 display: block;
											 }


#topsellers_wrapper .sitewrapper a { color:#0000ff; }


#moresites_wrapper .item {	background-color: #fff; border: 1px solid #000;
							 -webkit-border-radius: 3px;
							  -moz-border-radius: 3px;
							  border-radius: 3px;
							
							 }
#moresites_wrapper .item a.title { color: #0000ff; }
#moresites_wrapper .item img { border: 1px solid #000;  }
#moresites_wrapper p { font-size: 100%; }
#freepics_wrapper .item img { border: 2px solid #fff; }
#samplepics_wrapper .item img { border: 1px solid #000; }



.quotes_wrapper ul.toplist li { 		border: 1px solid #000;	color: #000; 
								background-color:#fff;
								 -webkit-border-radius: 3px;
							  -moz-border-radius: 3px;
							  border-radius: 3px;
							font-size: 120%;
								 }

.quotes_wrapper ul.toplist li span, .quotes_wrapper ul.toplist li a { color: #0000ff; }


.links_wrapper ul.toplist li a {border: 1px dotted #afaeae; color:#fff; 		 }


.links_wrapper ul.toplist li a span.title {  color:#ffff00;  }


/*========== nav stuff ============== */

nav, nav .show-menu {
border-bottom: 1px solid #323131; border-top: 1px solid #000; color:#ffc53a; 
	
}

nav #menu li, nav .show-menu { 	background-image: url('/images/menu/bar5.png');
	background-repeat: repeat-x;
	background-size: auto 40px;
	
	}

#menu li a, #pagemenu li a {
    color: #ffc53a;
}



/*=============== buttons================= */
.btn-more, .btn-less {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 10px 0;
  
  -webkit-border-radius: 4px; 
		  	    -moz-border-radius: 4px; 
		      border-radius: 4px; 
  color: #000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font: 300 16px/18px 'Nunito', sans-serif;
  margin: 5px auto 15px auto;
  width: 720px;
  max-width: 95%;
 border: 1px solid #6c6c6c;
  overflow: visible;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		 
		 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 box-shadow:  rgba(0,0,0,0.8)  2px 3px; 
   -webkit-box-shadow:  rgba(0,0,0,0.8)  2px 3px; 
	-moz-box-shadow:  rgba(0,0,0,0.8)  2px 3px;
}

.btn-more:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -12px;
  width: 16px;
  height: 14px;
  background: url(/nudechrissy/images/bg-btn-more4.png) 0 0 no-repeat;
  content: "";
}


.btn-less:before {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -12px;
  width: 16px;
  height: 14px;
  background: url(../images/bg-btn-less3.png) 0 0 no-repeat;
  content: "";
}



#ajaxlist a { color:#0000ff; }




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

	.header { height: 154px; background-image: url('images/tgptopbar.jpg'); }
	
	
	}