<!--
body {
	background-color: #20315D;
	margin-top: 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#back1 { background: #20315D url(http://www.thegeekgroup.org/images/phase2/container-bg.jpg) repeat-y; margin:0px; }	
	#back2 { background:  url(http://www.thegeekgroup.org/images/phase2/container-bg-right.jpg) top right repeat-y; margin:0px;}	


#main {
  width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
}

img {
border:0;
}


a:link {
	color: #025FAF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #025FAF;
}
a:hover {
	text-decoration: none;
	color: #025FAF;
}
a:active {
	text-decoration: none;
	color: #025FAF;
}

a.basic {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:18px;
	line-height:30px;
}

ul {
	list-style-image: url(http://www.thegeekgroup.org/images/bullet.png);
	margin-left:0px;
}  

#aboveforum {

	font-size:12px;
}  

#twitter_div ul {
	list-style-image: url(http://www.thegeekgroup.org/images/bullet.gif);
	margin-left:-25px;
} 

twitter_update_list ul {
 	border-top:#F36;
} 

p {
	color:#333;
}

/* ----- DROPDOWN MAIN */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
/* ----- END DROPDOWN MAIN */

/* ----- TOP MENU ADVANCED */
#nav{
 height: 40px;
 background-color:#103D90;
 width:959px;
 padding-top:10px;
 	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	background: -webkit-gradient(
            linear,
            center top, center bottom,
            color-stop(0%, #1662AC),
            color-stop(30%, #0A3891),
            color-stop(80%, #0A3891),
            color-stop(100%, #1662AC)
          );
	background: -moz-linear-gradient(
            top, #1662AC, #0A3891 30%, #0A3891 80%, #1662AC 100%
          ); 
}

/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
 font: bold 14px Arial, Helvetica, sans-serif;
}

	ul.dropdown li {
	 color: #fff;
	 padding-top:25px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #889DC2; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 margin-left: -6px;
	 width: 170px;
	 padding-bottom: 9px;
	 background: url(http://www.thegeekgroup.org/images/dropdown_pane.png) 0 100% no-repeat;
	 color: #10274F;
	 font-size: 11px;
	 font-weight: normal;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #10274F;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul li.empty {
		 padding: 12px 12px 7px !important;
		 font-weight: bold;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #10274F; }
		ul.dropdown ul a:hover { color: #10274F; text-decoration: none; }
		ul.dropdown ul a:active { color: #10274F; }

			ul.dropdown ul ul {
			 display: none;
			}

			ul.dropdown ul ul li {}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */




/* Components override */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}


ul.dropdown li a { /* Moved from 'custom' section */
 display: block;
 padding: 7px 12px;
}


/* ------------- Override default */

ul.dropdown li {
 padding: 0;
}


/* ------------- Reinitiate default: post-override activities  */

ul.dropdown li.dir {
 padding: 7px 20px 7px 12px;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}


/* ------------- Custom */

ul.dropdown li {

}


/* Especially for IE6 or lower */

ul.dropdown ul a {
 padding: 4px 5px 4px 12px;
 /*width: 139px;*/
}

ul.dropdown ul a:hover {
 padding: 3px 5px 3px 11px;
 border: solid 1px #ddd;
 background-color: #eee;
 font-weight: bold;
}

ul.dropdown ul a.dir {
 /*width: 129px;*/
}

/* ----- ENDTOP MENU ADVANCED */




/*********HEADERS*********/

h1 {
	font-size: 30px;
	color: #0160B0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom:0px;
		text-transform:uppercase;
		font-family:League Gothic, Futura LT, Verdana, Geneva, sans-serif;

}

h2 {
	font-size: 20px;
	color: #293F7C;
			padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:6px;
	text-transform:uppercase;
		font-family:League Gothic, Futura LT, Verdana, Geneva, sans-serif;}
   
h3 {
	font-size: 18px;
	color: #173279;
	text-transform:uppercase;
		font-family:League Gothic, Futura LT, Verdana, Geneva, sans-serif;
} 

      
h4 {
	font-size: 20px;
	color: #000;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
		font-family:League Gothic, Futura LT, Verdana, Geneva, sans-serif;

}

    
h5 {
	font-size: 24px;
	color: #DDE1E4;
	font-weight:bold;
	padding:7px;
	padding-top:15px;
	margin:0px;
	text-align:center;
	text-transform:uppercase;
	background-color:#1F71B2;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		font-family:League Gothic, Futura LT, Verdana, Geneva, sans-serif;
}

h6 {
	font-size: 12px;
	color: #00CF00;
	padding: 0px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;	
		font-family:League Gothic, Futura LT, Verdana, Geneva, sans-serif;}

/***********END HEADERS*********/

#forum {
	text-decoration: none;
	color: #025FAF;
	margin-left:10px;
	font-weight:bold;
}

#whereami {
	height:25px;
	color:#7BA4ED;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	padding-top:5px;
}  

#whereami a{
	color:#7BA4ED;
} 

#main-area {
	display:block;
}

   

#rightbox_1 {
	width:245px;
	min-height:241px;
	float:right;
	background-color:#0A3A8E;
	border-top: solid 1px 10469C;
	border-bottom: solid 1px #001E7C;
	color: black;
	font-size: 12px;
	font-weight:bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px  1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2072B3', endColorstr='#001E7C'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#2072B3), to(#001E7C)); 
	background: -moz-linear-gradient(top,  #2072B3,  #001E7C); 

}
    
#rightbox_1_in h4 {
	padding-bottom:5px;
}

#rightbox_1_in {
	padding: 5px 10px;
	color:#000;
}

     
#rightbox_1_in p {
	line-height:12px;
	color:#FFF;
}

  
#rightbox_1_in a {
	line-height:12px;
	color:#FFF;
}

.rightbox_2 {
	float:right;
	padding-bottom: 10px;
	background-color:#DDE1E4;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width:245px;
	margin-top:30px;
}

.rightbox_2_top {

	margin:0px;
	padding:0px;
}

.rightbox_2_head {
	width: 245px;
	height:34px;
	margin:0px;
	padding:0px;
}
     
.rightbox_2_main {
	width: 245px;
	min-height:100px;
	margin:0px;
	padding:0px;
}
 



 
#related {
	float:right;
	display:inline;
	border-left:#275BA6 solid thin;
	padding-left:10px;
}


#sponsor {
	height:120px;
}

#inside-left {
	width: 701px;
	float:left;
}

#inside-foot {
	margin:0px;
	padding:0px;
	height:12px;
	width:701px;
	background-image:url(http://www.thegeekgroup.org/images/left-bottom.png);
	float:left;
}

#inside-main {
	background-color:#FFF;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:9px;
	float:left;
	width:691px;
}
   
#quicklinks {
	text-decoration: none;
	color: #A0C7FE;
	line-height:15px;
	font-size:12px;
	margin-top:20px;
	width:100%;
	background-color:#0f1c3a;
	background-image:url(http://www.thegeekgroup.org/images/phase2/footer-container-bg.jpg);
	border-top:#04CF00 5px;
	border-top-style:groove;

}


#quicklinks h6 {
font-size: 20px;

}
  
#quicklinks a{
	color:#A0C7FE;
	font-weight:bold;}

#copyright {
	text-decoration: none;
	color: #A0C7FE;
	line-height:15px;
	font-size:12px;
	float:right;

}

#verybottom {
	text-decoration: none;
	color: #A0C7FE;
	line-height:15px;
	font-size:12px;
	float:left;
	padding-left:0px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;

}

#neatstuff {
	text-decoration: none;
	color: #000;
	line-height:15px;
	font-size:12px;
	float:right;
	width:344px;
	height:283px;
	background-image:url(http://www.thegeekgroup.org/images/rectangle_back.png);
}

#topstuff {
	text-decoration: none;
	color: #D7DEF3;
	line-height:15px;
	font-size:12px;
	float:right;
	margin-top:10px;
	margin-right:0px;

}   

#topstuff a{
color:#FFF;
text-decoration:none;
font-weight:bold;

} 

#search_box {
    width: 205px;
    height: 21px;
	background-image:url(http://www.thegeekgroup.org/images/search.png);
	float:right;
	color:#89B3FE;
	margin-top:14px;
}
form {
    margin: 0;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
    font-size: .8em;
	color:#89B3FE;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

/****************FRONT PAGE SLIDESHOW****************/

#slideshow * { margin: 0; padding: 0; }
#slideshow { background: url('none') no-repeat top; position: relative; padding: 14px 0 15px; width: 959px; height: 283px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('none'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { background: url('http://www.thegeekgroup.org/images/slideshow-front/excitement.png'); width: 602px; height: 283px; left: 0; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 602px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu { background: url('http://www.thegeekgroup.org/images/rectangle_back.png'); list-style-type: none; width: 344px; height: 283px; right: 0; padding-top: 0px; }
#slideshow #menu li { display: block; z-index: 8; position: relative; zoom: 1; }
#slideshow #menu li a { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 18px;	color: #666; text-decoration: none; padding: o; z-index: 8; color: #ccc; line-height: 14px; vertical-align: middle; zoom: 1; padding: 15px 0 5px 28px; font-weight:bold; }
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; padding: 15px 0 5px 28px; line-height: 18px; font-weight:bold }
#slideshow #menu li.background { background: url('http://www.thegeekgroup.org/images/sample/arrow.gif') no-repeat left center; position: absolute; font-size: 1px; height: 7px; width: 4px; z-index: 5;  }

/****************END FRONT PAGE SLIDESHOW*************/

/********************MENU*****************************/

/* CSS Document */


/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
	width:959px;
	height: 47px;
	padding: 0px;
	background:url(http://www.thegeekgroup.org/themes/geek/images/topmenu_middle.png) top left repeat-x;
	float:left;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
float: left;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;

}
.nav-container ul ul{
z-index:11;
}
.nav-container ul ul ul{
z-index:12;
}
.nav-container ul ul ul ul{
z-index:13;
}
.nav-container ul ul ul ul ul{
z-index:14;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(none);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color: #88B1FC;
background: url(none);
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:28px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(http://www.thegeekgroup.org/images/topmenu_secondary_t.png);
background-repeat: repeat-x;
background-color: #fff;
border-bottom: 1px solid #2C3C77;
color:#16307A;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 5px 3px 6px;
background-color: #FFFFFF;
background: url(http://www.thegeekgroup.org/images/topmenu-secondary-bg.png);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
color:#16307A;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #FFFFFF;
background: url(http://www.thegeekgroup.org/images/topmenu-secondary-bg.png);
background-repeat: no-repeat;
color:#88B1FC;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #000;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
height:47px;
margin:0px 0px 0px 0px;
background-image:url(http://www.thegeekgroup.org/images/topmenu_separate.png);
}


/***************************END OF MENU************************/


#mChatData {
	color:#006;
	background-color:#ffffff;
	font-size:12px;
}  

.rightpretty {
	background-color:#3780C8;
	border-top: solid 1px 10469C;
	border-bottom: solid 1px #669;
	padding: 10px 18px 10px 18px;
	color: black;
	font-size: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px  1px 3px rgba(0,0,0,0.7);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	background: -webkit-gradient(
            linear,
            center top, center bottom,
            color-stop(0%, #3780C8),
            color-stop(30%, #9AC3FA),
            color-stop(80%, #9AC3FA),
            color-stop(100%, #3780C8)
            );
	background: -moz-linear-gradient(
            top, #3780C8, #9AC3FA 30%, #9AC3FA 80%, #3780C8 100%
            );
	float:left;
	display:inline;
}


/*****************TSHIRTS*******************/

.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 17px;
	border-bottom: 0px;
	border-left: 0px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width:25px;
	height: 19px;
	line-height: 19px;
	border: 0px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	text-align:left;

}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 0px;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;

}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}


#inside-toppic  {
border:none;
padding:0px;
margin:0px;
height:201px;
}

#inside-toppic img  {
border:none;
padding:0px;
margin:0px;
}

#interior .post{
	float:left;
}

#lcarscontent{
	background-color:#FFF; padding:10px; min-height:500px; 	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#lcars h5{
	font-size:56px; color:#0F0; font-weight:lighter;
}

#lcars h4{
	font-weight:lighter; font-size:24px;
}

#lcarsbottom {
	border-top:ridge #00FF00 6px ;
}
