/* Reset Value */
* {
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
}
.clear {
	clear:both;
}
.h2commentcenter {
	text-align: center;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#222;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#222;
/*	text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#222;
/*	text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#222;
/*	text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#222;
/*	text-shadow: 0 1px 0 rgba(255,255,255, 1);*/
}
#page-wrap {
	width: 1000px;
	margin: 0 auto;
}
body {
	background:#2b2b2c url(Images/bg.jpg) repeat-x;
}
/* end of reset */
/* search*/
.searchbutton {
	background:url(Images/search.png);
	width:46px;
	height: 40px;
	cursor:pointer;
	border:0;
	text-indent:-9999px;
}
/*end of search*/
/*start of header */
#nav-top {
	background:url(Images/nav.jpg) repeat-x;
	height: 100px;
}
#sliders {
	background:url(Images/mid-slider.jpg) repeat-x;
	height: 430px;
}
/*green part on events */
#slider-small {
	background:url(Images/green-small.jpg) repeat-x;
	height: 95px;
}
.headlines {
	font-size:36px;
	color:#222222;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
	position:relative;
	top: 24px;
	left:25px;
}
/*end of green part */
#nav {
	margin: 0;
	padding: 14px 6px 0;
	line-height: 100%;
	float: right;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* input and text area */
input {
	width: 300px;
	height:25px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#222222;
	background-color:#f8f8f8;
	border: 2px solid #999;
}
textarea {
	width: 450px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#222222;
	background-color:#f8f8f8;
	border: 2px solid #999;
}
input:focus, textarea:focus{
background-color: #FFF;
border: 2px solid #C6483D;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#222;
	height: 30px;
	width:308px;
	background:#f8f8f8;
	border: 2px solid #999999;
}
option {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#222;
}
input[type=submit] {
 padding: 1em 2em;
 color: white;
 background: #292929;
 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;
 height: 60px;
 width: 210px;
 margin-top: 10px;
 cursor:pointer;
}

/*end of input and text area*/

/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 8px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #32afdd url(Images/gradient.png) repeat-x 0 -40px;
	color: #FFFFFF;
	border-top: solid 1px #8dc43e;
    border-bottom: solid 1px #8dc43e;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(34,107,137, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(Images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(Images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 800px;
    margin: 25px auto;
}
#wrapper a {
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #222;
	text-decoration:none;
}
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(Images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(Images/rightshadow.png) repeat-y;
}

.inside {
	padding: 0px;
	border: 5px solid #496d23;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 0px 0;
	width: 263px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}


#geektrax {
	background:url(Images/geektrax.png);
	height:43px;
	width:280px;
	text-indent: -9999px;
	float: left;
	margin: 25px;
}
#welcome{
	background:url(Images/welcome.png);
	height:83px;
	width:442px;
	text-indent: -9999px;
	position:relative;
	top: 30px;
	left:25px;
}
#browseusers {
	background:url(Images/browseusers.png);
	height:77px;
	width:359px;
	text-indent: -9999px;
	position:relative;
	top: 30px;
	left:25px;
}
#map {
	width: 1000px;
	background:#e8e8e8 repeat-y;
}
#content-page {
	width: 1000px;
	background:#e8e8e8 repeat-y;
}
.contentContainer {
	width: 960px;
	padding: 10px 20px 10px 20px;
}
.contentContainer p {
	line-height:20px;
	font-size:16px;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	padding: 10px 0px 10px 0px;
}
.contentContainer a {
	color:#c6483d;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

#map-container {
	background:url(Images/map.jpg);
	height:391px;
	width: 969px;
	margin: 0 auto;
	padding: 16px 0px 0px 11px;
}
#map-pos {
	padding: 30px 10px 14px 8px;
	height:180px;
}
#banner {
	background:url(Images/banner.png);
	width: 1025px;
	height: 57px;
	margin-left: -12px;
}
#banner-wrap {
	width:1000px;
	margin: 0 auto;
}
#banner-wrap a {
	font-size: 12px;
}
#news,#twitter,#ads {
	width: 300px;
	float: left;
	padding: 15px 16px;
	font-size:12px;
}

#banner-wrap a {
	color:#c6483d;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255, .2);
	-moz-box-shadow: 0 1px 1px rgba(255,255,255, .2);
	box-shadow: 0 1px 1px rgba(255,255,255, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#banner-wrap p {
	padding: 10px 0px;
	line-height:20px;
	font-size:12px;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#footer{
	width:1000px;
	height:81px;
	margin:0 auto;
	background:url(Images/footer.jpg) 0 0 repeat-x #323232;
	color:#fff;
	position:relative;
}
#footer ul{
	width:587px;
	position:absolute;
	left:11px;
	top:27px;
	list-style-type:none; 
}
#footer ul li{
	float:left;
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:0 7px;
	text-decoration:none;
	text-shadow: 0 1px 0 #222222;
}
#footer ul li a:hover{
	color:#D4D4C6;
	background-color:#7ba446;
}
#footer p.copyright{
	font:normal 16px/19px Arial, Helvetica, sans-serif;
	color:#D76E08;
	position:absolute;
	left:19px;
	top:49px;
	text-shadow: 0 1px 0 rgba(0,0,0, 1);
}
#eventimagehold {
padding-left: 10px;
margin: 0 auto;
text-align: center;
}
#left-hold {
width: 545px;
float: right;
}




#container {
	width:780px;
	margin:0 auto;
	position: relative;
}

#content {
	width:520px;
	min-height:500px;
}
a:link, a:visited {
	color:#c6483d;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}
#topnav {
	font-size:16px;
	line-height:23px;
	text-align:right;
	color:#e5e5e5;
	text-shadow: 0 1px 0 rgba(0,0,0, .5);
}
#topnav a.signin {
	background:#82AA48;
	padding:4px 6px 6px;
	text-decoration:none;
	text-shadow: 0 1px 0px #222;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	*background:transparent url("Images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background:#bbde89;
	*background:transparent url("Images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("Images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#e8e8e8!important;
	color:#222!important;
	text-shadow: 0 1px 0 #FFF !important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("Images/toggle_up_dark.png");
	color:#778899;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#e8e8e8;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-right: 0px;
	margin-top: -2px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
	height: 15px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('Images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
	width: 60px;
	height: 30px;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(Images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(Images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(Images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(Images/tipsy-west.gif);
	background-position:left center;
}
input[type=checkbox] {
	height: 10px;
	width: 10px;
	padding: 0px;
}
#featuredUsers {
    padding:20px 40px;
    width:960px;
    overflow: hidden;
}
.userPic {
float: left;
width: 240px;
margin-bottom: 40px;
}
/*user search*/
#userSearch {
	padding: 20px;
	float: left;
	width: 360px;
}

#userSearch p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#222;
	text-shadow: 0 1px 0 #FFF;
	padding: 10px 0px 10px 0px;
	line-height:22px;
}
#userSearch p a {
	font-size: 16px;
}

#userContent {
	padding: 20px;
	float: right;
	width: 560px;
}
#userContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#222;
	text-shadow: 0 1px 0 #FFF;
	padding: 10px 0px 10px 0px;
	line-height:22px;
}
#userContent p a {
	font-size: 16px;
}
.userButton {
	
}
/*end of user search*/

/* website button */
.website {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 200px;
	background:url(Images/website.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.website span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 200px;
	background: url(Images/website.png) no-repeat;
	background-position: bottom;
}
.twitter {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 200px;
	background:url(Images/twitter.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.twitter span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 200px;
	background: url(Images/twitter.png) no-repeat;
	background-position: bottom;
}
.youtube {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 200px;
	background:url(Images/youtube.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.youtube span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 200px;
	background: url(Images/youtube.png) no-repeat;
	background-position: bottom;
}
.facebook {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 200px;
	background:url(Images/facebook.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.facebook span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 200px;
	background: url(Images/facebook.png) no-repeat;
	background-position: bottom;
}
.flicker {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 200px;
	background:url(Images/flicker.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.flicker span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 200px;
	background: url(Images/flicker.png) no-repeat;
	background-position: bottom;
}

/*user profile*/
#picHold {
	width: 210px;
	float: left;
}
#socialHold {
	width: 215px;
	float: left;
}
#socialHold p {
	padding: 2px 0px;
}
#attendHold {
	width:450px;
	float: left;
}
/*events*/
#myEvents {
	background:url(Images/myEvents.jpg);
	width:542px;
	height: 119px;
}
#eventBG {
	background:url(Images/eventBG.jpg) repeat-y;
	width: 542px;
}
#eventpast {
	width: 255px;
	float: left;
	padding: 0px 5px 0px 10px;
}
#eventpast p{
	background:#e2e2e2;
	padding:4px 0px 4px 15px;
	margin-bottom:5px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-border-radius:30px;
}
#eventpast p:hover {
background:#FFF;
}
#eventfuture {
	width: 251px;
	float: right;
	padding:0 10px 0px 0px;
}
#eventfuture p{
	background:#e2e2e2;
	padding:4px 0px 4px 15px;
	margin-bottom:5px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-border-radius:30px;
}
#eventfuture p:hover {
background:#FFF;
}
#bio {
	width: 410px;
}
.h1bio {
	background: url(Images/h1bio.jpg) no-repeat bottom left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.next {
	background:url(Images/next.png);
	width: 87px;
	height: 26px;
	padding: 5px 0px 0px 15px;
}
.next a {
	color:#c6483d;
	text-shadow: 0 1px 0 rgba(0,0,0, 1);
	font-size:18px;
	text-decoration:none;
}
.next a:hover {
	color:#FFF;
	text-shadow: 0 1px 0 rgba(0,0,0, 1);
	font-size:18px;
	text-decoration:none;
}
.prev {
	background:url(Images/prev.png);
	width: 77px;
	height: 26px;
	padding: 5px 0px 0px 25px;
	float: right;
}
.prev a {
	color:#c6483d;
	text-shadow: 0 1px 0 rgba(0,0,0, 1);
	font-size:18px;
	text-decoration:none;
}
.prev a:hover {
	color:#FFF;
	text-shadow: 0 1px 0 rgba(0,0,0, 1);
	font-size:18px;
	text-decoration:none;
}
#mapframe {
background: url(http://www.geektrax.com/Images/mapsmall.png) no-repeat;
width: 414px;
padding: 60px 66px;
margin: 0 auto;
float: right;
}
#event {
	float: left;
	width: 400px;
}
#speakattend {
width:500px;
margin-top: 50px;
margin-left: -25px;
}
#comment-bg {
	background:url(Images/comment-bg.jpg) repeat-y;
	width: 960px;
	padding: 20px 20px;
}
#comment-left {
	float: left;
	width: 590px;
}
#comment-right {
	float: right;
	width: 331px;
}
#comment-right textarea {
	width: 325px;
}

#comment-style img { 
padding: 0px 10px 10px 10px;
}
#comment-style p {
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	line-height:18px;
	text-shadow: 0px 1px 0px #FFF;
}
#speedblank {
	float: left;
	width: 460px;
}
#speaklink {
width: 225px;
float: left;
margin-left: -25px;
}
#speaklink2{
width: 220px;
float: right;
margin-right: -20px;
}
.commentuser {
margin-bottom: 10px;
}
#comment-style p {
margin-bottom: 15px;
}

.eventinfos {
margin-left: -35px
}
div#map-pos span { display: none;}
