/* Global Styles */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	padding: 0;
	margin: 0;
	}


.hide {
  display: none; }

.clear {
  clear: both; }

.fleft {
  float: left;
  margin-right: 10px; }

.fright {
  float: right; }

.center {
  margin: auto; }

.thumb {
  border: 1px solid #cccccc;
  margin-right: 10px; }

.pic {
  border: 1px solid #666;
  margin-bottom: 12px;
  margin-top: 12px; }
  
ul{
list-style: none;
}

input{
border: 1px solid #999;
padding: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
margin-bottom: 8px;
}

textarea{
border: 1px solid #999;
padding: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
margin-bottom: 8px;
}

.buttonblack{
background-color: #292929;
color: white;
font-size: .9em;
padding-left: 8px;
padding-right: 8px;
display: block;
cursor: pointer;
}

.buttonblack:hover{
cursor: pointer;
color: #009ad5;
}


.buttonblue{
background: url(images/buttonblue.gif) repeat-x #009ad5;
height: 22px;
color: white;
font-size: .9em;
text-decoration: none;
padding-top: 6px;-moz-border-radius: 4px;

-webkit-border-radius: 4px;
border-radius:4px;
margin-bottom: 8px;
padding-left: 4px;
border: 1px solid #292929;
width: inherit;
padding-bottom: 6px;
padding-right: 4px;
margin-top: 6px;
}


/* Text Styling */

h1{
margin: 0;
overflow:hidden;
text-indent: -9001px;
height:58px;
width: 348px;
background: url(images/logo.gif) no-repeat;
margin-top: 10px;
margin-bottom: 50px;
float: left;
}

h2{
color: #009ad5;
font-weight: bold;
font-size: 2.0em;
margin-bottom: 18px;
}

h2 a{
text-decoration: none;
}

h3{
font-weight: bold;
margin-bottom: 17px;
font-size: 1.3em;
}

h3 a{
text-decoration: none;
color: #009ad5;
}

h4{
color: #009ad5;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 15px;
}

h4 a{
text-decoration: none;
color: #009ad5;
}

h5{
color: #FFF;
font-weight: bold;
font-size: 1.3em;
margin-bottom: 20px;
}

h5 a{
text-decoration: none;
}

p{
font-size: 0.97em;
line-height: 1.9em;
margin-bottom: 17px;}

a{
color: #009ad5;
text-decoration: none;
}

a:hover{
color: black;
}

strong {
font-weight: bold;
}

em{
font-style: italic;}

a:hover{
}

label{
font-size: .75em;
color: #666;
text-transform: uppercase;
display: block;
margin-bottom: 1px;
}

label#signup{
margin-bottom: 9px;
}

/* Structural Styling */


body{
font-family: Helvetica, Verdana, Arial, sans-serif;
background: #FFF;
margin: 0 auto;
}

.wrapper{
width: 960px;
margin: 0 auto;
}

.wrapper2{
width: 660px;
margin: 0 auto;
}


#global{
height: 26px;
background-color: #e9e9e9;
border-bottom: 1px solid #c1c1c1;
padding-top: 13px;
}

	#global ul li{
	display: inline;}

	
	#global ul li a{
	color: black;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	}
	
	#global ul li a:hover{
	color: #009ad5;
	}
	
	#global ul.fleft li{
	color: black;
	font-size: .9em;
	text-decoration: none;
	font-weight: bold;
	padding-right: 12px;
	}
	
	#global ul.fleft li a{
	background-color: #dbdbdb;
	border: 1px solid #d3d3d3;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: #868686;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	}
	
	#global ul.fleft li a:hover{
	color: black;
	background-color: white;
	}
	
	#global ul#connect{
	float: left;
	margin-left: 190px;
	}
	
	#network li a{
	text-transform: uppercase;
	}
	
#brandbanner{
padding-top: 40px;
padding-bottom: 40px;
}

	#brandbanner #social{
	float: right;
	margin-right: 25px;
	margin-top: 22px;
	}
	
	#brandbanner #social a{
	padding:4px;
	}

#navigation{
background-color: #292929;
height: 58px;
}

	#navigation ul{
	display: block;
	}

	#navigation ul li{
	float: left;

	}
	
	#navigation ul li a{
	font-weight: normal;
	color: white;
	font-size: 1.07em;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 20px;
	display: block;
	float: left;
	margin-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
	}
	
	#navigation ul li a:hover{
	border-top: 6px solid #009ad5;		
	margin-top: 0;	
	color:#009ad5;
	}
	
	#navigation ul li a.active{ /* Turned on when a user is on a particular page */
	background-color: white;
	color:#009ad5;
	}
	
	#navigation ul li a.highlight{ /* For highlighted pages like apply and nominate */
	border-top: 6px solid #009ad5;
	margin-top: 0;
	}

#content{
margin-top: 50px;	
margin-bottom:60px;

}
	#content #pagecontent{
	width: 650px;
	float: left;
	margin-right: 60px;
	}

#sidebar{
	width: 250px;
	float: left;
}

	#sidebar .module{
	border-top: 4px solid #292929;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	#sidebar #gurus ul li{
	display: block;
	margin-bottom: 16px;
	}
	
	#blog li{
	margin-bottom: 16px;}
	
#footer{
	background: url(images/footerbg.gif) repeat-x #292929;
	height: 324px;
	color: #FFF;
}

	#footer p{
	font-size: .89em;
	line-height: 1.6em;}
	
	#footer p a{
	color: white;
	}

	#footer .footcol{
	width:200px;
	float: left;
	margin-right: 40px;
	margin-top: 50px;
	}
	
	#footer .footcol ul li a{
	display: block;
	background-color: #262626;
	padding: 4px;
	padding-left: 6px;
	margin-bottom: 7px;
	font-size: .9em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	color: white;
	text-decoration: none;
	}
	
	#footer .footcol ul li a:hover{
	color: #009ad5;
	}
	
	#footer .footcol .melior{
	padding-right: 18px;
	display: block;
	float: left;
	}
	
#credits{
	background: #161616;
	border-top: 1px solid #464646;
	height: 30px;
	color: white;
	font-size: .8em;
	padding-top: 14px;
}

	#credits  .fright{
	}
	
	#credits a#mark{
	float: right;
	margin-top: -20px;
	margin-left: 6px;
	}
	
	#credits .fright a{
	text-decoration: none;
	color: white;
	}

#navigation{
background-color: #292929;
height: 58px;
}

#content{
margin-bottom:60px;
margin-top: 60px;
}


.buttongrey{
background: url(images/buttongrey.gif) repeat-x #e9e9e9;
height: 22px;
color: #292929;
font-size: .9em;
text-decoration: none;
padding-top: 6px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
margin-bottom: 8px;
padding-left: 8px;
border: 1px solid #292929;
width: inherit;
padding-bottom: 6px;
padding-right: 8px;
margin-top: 6px;
font-weight: bold;
}



#banner{
background: #009ad5 url(images/bannerbg.gif) repeat-x bottom;
color: white;
padding-top: 35px;
padding-bottom: 35px;
border-top: 1px solid white;
}

	#banner h2{
	color: white;
	}
	
	#banner img{
	margin-right: 45px;
	}

#banner2{
background: #009ad5 url(images/bannerbg.gif) repeat-x bottom;
color: white;
padding-top: 35px;
padding-bottom: 18px;
border-top: 1px solid white;
}

	#banner2 h2{
	color: white;
	}
	
	#banner2 img{
	margin-right: 45px;
	}


#banner3{
color: black;
padding-bottom: 1px;
border-top: 1px solid white;
}

	#banner3 h2{
	color: #009ad5;
	}
	
	#banner3 img{
	margin-right: 45px;
	}

	
#message{
background: #e9e9e9;
font-weight: bold;
font-size: .9em;
margin-top: 1px;
border-top: 1px solid #a5a5a5;
border-bottom: 1px solid #a5a5a5;
padding-top: 15px;
padding-bottom: 8px;
}

#message img{
vertical-align: middle;
padding-bottom: 7px;
}
	
.footcol{
	width:200px;
	float: left;
	margin-right: 40px;
	}
	
.homepage #pagecontent{
width: 570px!important;
}

.homepage #sidebar{
width: 330px!important;
}

.homepage #sidebar .homepagemod{
margin-bottom: 45px;}

#thegurus{
background: #e9e9e9;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
padding: 30px;
margin-bottom: 15px;
}

	#thegurus .pic{
	margin-top:0;
	margin-right: 14px;
	margin-bottom: 35px;
	}
	
	#thegurus #top{
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	}
	
	#thegurus #bottom{
	padding-top: 15px;
	border-top: 1px solid white;
	}
	
	#thegurus #bottom li{
	display: block;
	float: left;
	width: 255px;
	height:50px;
	margin-top: 15px
	}
	
#questionbody{
	width: 650px;
	float: left;
	margin-right: 60px;
}

#questionbody2{
	width: 500px;
	float: left;
	margin-right: 60px;
}


#questionright{
width: 250px;
	float: left;
}

	#questionright label{
	color: black;
	padding-bottom: 8px;
	}
	
	#questionright a.buttonblack{
	background-color: #292929;
	color: white;
	font-size: .9em;
	padding-left: 10px !important;
	padding-right: 10px;
	padding-top: 15px;
	margin-top: 12px;
	padding-bottom: 15px;
	cursor: pointer;
	display: inline;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	border: 1px solid #50c3f0;
	}
	
#pagecontent .idea .ideaheader{
width: 100%;
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 12px;
	margin-bottom: 25px;


}

	.idea .ideaheader .thetitle{
	width: 270px;
	margin-right: 20px;
	float: left;
	display: inline;
	}
	
	.thetitle h3{
	display: inline;
	}
	
	.idea .ideaheader .therating{
	width: 140px;
	margin-right: 20px;
	float: left;
	bottom: 
	}
	
	.therating .thumbsup{
	color: #35a27d;
	float: left;
	margin-right: 15px;
	}
	
	img.thumbsdown2{
	margin-top: 5px;
	display: block;
	float: left;
	padding-right: 4px;
	}
	
	.therating .thumbsdown{
	color: #d7428c;float: left;
	margin-top: 5px;
	}
	
	.idea .ideaheader .thecomments{
	width: 175px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
	}
	
	.ideameta{
	margin-bottom: 20px;}
	
	.onecomment {
	margin-top: 30px;
	}
	
	.onecomment .ratethis{
	width: 70px;
	margin-right: 20px;
	float: left;
	}
	
	.ratethis a{
	color: #bfbfbf;
	font-size: .85em;
	font-weight: bold;
	}
	
	.ratethis a:hover{
	color: #009ad5;
	}
	
	img#commentminus{
	margin-bottom: -3px;
	}
	
	.onecomment .thecomment{
	width: 550px;
	float: left;
	border-top: 4px solid #e9e9e9;
	padding-top: 12px;

	}
	
	#commentarrow{
	margin-top:-25px;
	margin-left: 6px;
	display: block;
	float: left;
	}
	
#sidebar.brainstorming{
background-color: #e9e9e9;
border-bottom: 4px solid #535353;
}

	.brainstorming .module{
	border-top: 1px solid white !important;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 0 !important;
	}
	
	.brainstorming h2{
	color: #292929;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 2.7em;
	line-height: 1;
	}
	
	.brainstorming .specs{
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	padding-top: 0;
	color: #009ad5;
	}
	
	.brainstorming #dash{
	padding-bottom: 12px;}
	
	.brainstorming #dash li {
	padding-top: 8px;
	padding-bottom: 8px;	
	}
	
		.brainstorming #dash li a{
		color: #292929;
		}
		
.ratethis.listing{
font-weight: bold;
text-align: right;
color: #292929;
}

.ratethis.listing p{
padding: 0;
margin: 0;
line-height: normal;
margin-top: 15px;
font-size: 1.5em;

}

.ratethis.listing p.spec{

	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	padding-top: 0;
	color: #009ad5;
	margin-top: 0;

}

.inlist{
margin-bottom: 35px;

}		
