body {
	background:url(../images/bkgd2.png) top left repeat-x #c1ced7;
	color:#fff;
}

#frame {
	width:1020px;
	margin:0 auto;
	color:#333;
	background-color:transparent;
}

#top {
	height:156px;
	/*background:url(../images/top.png) top left repeat-x #333;*/
	position:relative;
}

#top h1 {
	position:absolute;
	top:40px;
	left:40px;
	width:245px;
	height:66px;
	margin:0;
}

#top h1 a {
	display:block;
	text-indent:-2000px;
	width:245px;
	height:66px;
	background:url(../images/logo3.png) top left no-repeat transparent;
}

#footer {
	margin:0 auto;
	width:960px;
	height:130px;
	position:relative;
	background-color:#000;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image:url(../images/footer_bkgd.gif);
}

#footer_alt {
	margin:0 auto 10px auto;
	width:960px;
	height:106px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border:1px solid #666;
	background:url(../images/footer2.png) bottom right no-repeat #fff;
}

#credits {
	margin:10px auto;
	padding-top;10px;
	width:960px;
	font-size:12px;
	color:#666;
}

#credits a {
	color:#000;
}

#one_logo {
	margin:0;
	position:absolute;
	top:25px;
	left:30px;
	width:120px;
}

#one_logo a {
	display:block;
	width:120px;
	height:78px;
	background-image:url(../images/one-logo.gif);
	text-indent:-2000px;
}

#content {
	margin:0 auto 10px auto;
	background-color:#fff;
	width:958px;
	border:1px solid #666;
	border-top:none;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	overflow:auto;
}

#content_inner {
	clear:both;
	padding:10px 0px 20px 65px;
	background:url(../images/content_top_bkgd2.png) top left repeat-x transparent;
	/*background:url(../images/squares.png) 500px 0 no-repeat transparent;*/
	overflow:auto;
}

#content_inner h2 {
	margin:10px 0 40px 0;
	text-shadow:#999 1px 1px 1px;
}

body.browse_tags #content_inner h2 {
	margin-bottom:0;
}

#content_inner h2.success {
	text-shadow:none;
	margin:10px 0;
	font-size:16px;
}

#index #content_inner {
	background:url(../images/homepage_bkgd.png) top center no-repeat transparent;
	width:958px;
	min-height:600px;
	position:relative;
	padding:0;
}

#browse.not_logged_in #content_inner {
	background:url(../images/browse_bkgd.png) top center no-repeat transparent;
	padding-top:280px;
}

#connect.not_logged_in #content_inner {
	background:url(../images/connect_bkgd.png) top center no-repeat transparent;
	padding-top:280px;
}

#connect.connect_links #content_inner {
	padding:10px 0px 20px 65px;
	background:url(../images/content_top_bkgd2.png) top left repeat-x transparent;
}

#ideas #content_inner {
	background-image:none;
}

#home_content {
	position:absolute;
	top:320px;
	left:40px;
	width:878px;
}

#home_content h2 {
	margin:0;
	font-size:17px;
}

#home_content p {
	margin-top:5px;
}

#home_content #left {
	float:left;
	width:365px;
}

#home_content #right {
	float:left;
	width:480px;
	margin-left:25px;
}

#index #slides {
	position:absolute;
	top:34px;
	right:30px;
	width:499px;
	height:266px;
}

#index #slides p {
	margin:0;
}

#left {
	float:left;
	width:500px;
}

#right {
	float:left;
	width:275px;
	margin-left:20px;
}

#right h4 {
	margin-top:1em;
}

#main {
	float:left;
	width:580px;
}

#sidebar {
	float:right;
	width:270px;
	margin:20px 0 20px 25px;
	border:1px solid #999;
	border-right:none;
	padding-bottom:5px;

	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	
	font-size:12px;
	/*background:url(../images/black35.png) bottom left repeat transparent;*/
	background-color:#fff;
}

.profile_questions #sidebar {
	/*margin-top:38px;*/
}

#sidebar p, #sidebar h3, #sidebar h4 {
	margin:1em 15px;
}

#sidebar .sidebar_title {
	margin:0;
	color:#fff;
	padding:0.5em 20px;
	background-color:#3a3f48;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	font-size:15px;
}

#sidebar .sidebar_title.secondary {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#sidebar p#connect_button,
#sidebar p#deposit_button {
	margin-right:0;
}

#sidebar ol {
	margin-right:1em;
}

#browse_list, #user_list {
	margin:15px auto;
}

#browse_list, #user_list {
	border:2px solid #3a3f48;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#fff;
	
	box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	-moz-box-shadow: 4px 4px 4px #ccc;
}

#browse_list h4, #user_list h4, #user_list .header {
	margin:0;
	padding:0.5em 1em;
	color:#fff;
	background-color:#3a3f48;
	font-size:13px;
}

.browse_row {
	overflow:auto;
	min-height:50px;
	border-top:1px solid #ccc;
	padding:10px 10px 5px 10px;
	margin-top:0px;
}

#browse_list .browse_row {
	padding-left:45px;
	background:url(../images/lightbulb.png) 10px 10px no-repeat transparent;
}

#user_list .browse_row {
	padding-left:70px;
	background:url(../images/user2.png) 10px 10px no-repeat transparent;
}

.browse_row h3 {
	margin:0;
	font-size:17px;
}

.browse_row p {
	margin:2px 0;
	font-size:12px;
	line-height:145%;
}

.browse_row p.more {
	float:right;
	width:150px;
	font-size:13px;
	color:#666;
	margin:10px 0 10px 20px;
}

.browse_row p.more_link {
	float:right;
	margin:10px 0 10px 20px;
}

#home_content #browse_list {
	margin:0;
}

#home_content .browse_row {
	background:url(../images/lightbulb2.png) 10px 10px no-repeat transparent;
	padding:10px 10px 10px 35px;
}

#home_content .browse_row h3 {
	font-size:14px;
}

#home_content .browse_row p {
	margin:1px 0;
}

#home_content .browse_row p.more {
	margin-top:10px;
}

#opp_detail, #business_card {
	margin-top:20px;
	border:2px solid #3a3f48;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#fff;
	box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	-moz-box-shadow: 4px 4px 4px #ccc;
}

#opp_detail h3, #opp_detail p {
	padding:0 20px;
}

#opp_detail h2 {
	color:#fff;
	font-size:22px;
	background:url(../images/lightbulb_reversed.png) 15px 5px no-repeat #3a3f48;
	margin:0;
	padding:10px 20px 10px 45px;
	text-shadow:#000 1px 1px 1px;
}

#profile #opp_detail h2 {
	padding-left:55px;
	background:url(../images/live_projects_icon_reversed.png) 15px 5px no-repeat #3a3f48;
}

#opp_detail h3, #business_card th {
	color:#3a3f48;
	font-size:15px;
	background:url(../images/heading_bkgd.png) bottom left repeat-x #c1ced7;
	margin:0;
	padding:8px 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #999;
}

#business_card table {
	width:100%;
}

#business_card td {
	padding:5px 20px 5px 20px;
	border:none;
}

#business_card tfoot td {
	color:#999;
	font-size:12px;
	padding:10px 20px;
	background-color:#3a3f48;
	margin-bottom:0;
}

#user_detail {
	/*
	width:550px;
	margin:0 auto;
	*/
	background:url(../images/lightbulb_large.png) top left no-repeat transparent;
	padding-left:50px;
}

#user_detail {
	background:url(../images/user2.png) top left no-repeat transparent;
	padding-left:70px;
}

#user_detail td {
	border:none;
}

#user_detail h3 {
	margin:1em 0 0 0;
	border-bottom:1px solid #999;
}

#business_card fieldset {
	border:none;
}

#opp_detail p.meta {
	color:#999;
	font-size:12px;
	padding:10px 20px;
	background-color:#3a3f48;
	margin-bottom:0;
}

#opp_detail p.meta a {
	color:#fff;
}

#user_detail h4 {
	margin:0.3em 0;
}

.middle {
	margin:0 auto;
	width:600px;
}

#saved_ideas, .users, .tags, #live_projects_list {
	padding-left:2em;
	margin:10px 0 10px 0px;
}

#sidebar .users, #sidebar .tags {
	margin-left:10px;
}

#content .users li, #content .tags li {
	margin-bottom:0;
}

#saved_ideas li {
	list-style-image:url(../images/fave.png);
	line-height:110%;
	margin-bottom:10px;
}

#live_projects_list li {
	list-style-image:url(../images/live_projects_icon.png);
	line-height:110%;
	margin-bottom:10px;
}

#added_ideas {
	margin:10px 0 10px 15px;
}

#added_ideas p {
	padding-left:25px;
	background:url(../images/lightbulb_small2.png) top left no-repeat transparent;
}

.users li {
	list-style-image:url(../images/user-tiny.png);
	line-height:150%;
}

.enterprise_state {
	font-weight:bold;
	color:green;
	text-transform:uppercase;
}

.save_contact {
	padding-left:25px;
	background:url(../images/add-user-small.png) center left no-repeat transparent;
}

.save_idea {
	padding:3px 0 3px 25px;
	background:url(../images/save-idea.png) center left no-repeat transparent;
}

.question {
	margin:0.5em 0;
	color:#000;
	font-size:17px;
}

#profile #profile_questions {
	clear:both;
}

#enterprise_state {
	background-color:#000;
	padding:0.2em 0.5em;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0;
	text-align:center;
	font-size:15px;
}

#enterprise_state.es_public { background-color:#333; }
#enterprise_state.es_latent { background-color:orange; }
#enterprise_state.es_thinking { background-color:purple; }
#enterprise_state.es_serious { background-color:blue; }
#enterprise_state.es_doing { background-color:green; }

#enterprise_state span {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#profile #right {
	margin-top:22px;
}

.tag { color:#0c768c; }

.tags li {
	list-style-image:url(../images/tag2.png);
	line-height:150%;
	font-size:13px;
}

.tags a.selected {
	color:#000;
}

.paging_links {
	background-color:#3a3f48;
	padding:0.4em 0.5em;
	color:#ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}

.paging_links strong {
	color:yellow;
}

.paging_links a {
	color:#fff;
}

#browse_list .paging_links, #user_list .paging_links {
	margin:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#deposit_button a {
	text-indent:-2000px;
	display:block;
	height:103px;
	width:255px;
	background:url(../images/deposit-button.png) top left no-repeat transparent;
}

#connect_button a {
	text-indent:-2000px;
	display:block;
	height:130px;
	width:255px;
	background:url(../images/connect-button2.png) top left no-repeat transparent;
}

#join_button a {
	text-indent:-2000px;
	display:block;
	height:130px;
	width:255px;
	background:url(../images/join_button4.png) top left no-repeat transparent;
}

#opportunities_button a {
	text-indent:-2000px;
	display:block;
	height:130px;
	width:255px;
	background:url(../images/opportunities-button.png) top left no-repeat transparent;
}

a.print {
	padding:2px 0 2px 30px;
	background:url(../images/print.png) 0px 0px no-repeat transparent;
	font-size:14px;
	color:#333;
}

#quick_search_form fieldset p {
	text-align:center;
}

#main_column_1, #main_column_2 {
	float:left;
	width:250px;
	margin-top:20px;
}

#main_column_2 {
	margin-left:50px;
}

#how_obvious_options td {
	text-align:center;
	vertical-align:middle;
	border:none;
	font-size:12px;
}

#how_obvious_options input {
	padding:0;
}

.beta {
	border:1px solid #58a511;
	padding:1em;
	color:#58a511;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.message_user {
	padding:2px 0 2px 23px;
	background:url(../images/email-write.png) center left no-repeat transparent;
}

.message_reply {
	padding:2px 0 2px 23px;
	background:url(../images/email-reply.png) center left no-repeat transparent;
}

.message_new {
	padding:2px 0 2px 23px;
	background:url(../images/email-new.png) center left no-repeat transparent;
	/*font-size:17px;*/
}

.message_flag {
	padding:2px 0 2px 23px;
	background:url(../images/flag.png) center left no-repeat transparent;
	/*font-size:17px;*/
}

.tick {
	padding:2px 0 2px 23px;
	background:url(../images/tick.png) center left no-repeat transparent;
}

.advisor {
	padding:2px 0 2px 23px;
	background:url(../images/star.png) center left no-repeat transparent;
}

.user_profile {
	padding:2px 0 2px 23px;
	background:url(../images/user-tiny.png) center left no-repeat transparent;
}

.remove {
	padding:2px 0 2px 23px;
	background:url(../images/delete.png) center left no-repeat transparent;
}

.search {
	padding:2px 0 2px 30px;
	background:url(../images/search.png) center left no-repeat transparent;
}

table.messages {
	width:100%;
	margin-bottom:20px;
}

table.messages h3 {
	margin-top:10px;
}

table.messages tr.unread td {
	font-weight:bold;
}

.more_options {
	padding-left:10px;
	margin:0 0 10px 10px;
	border-left:1px solid #ccc;
}

.more_options p {
	margin:5px 0;
}

.checkbox_group span {
	float:left;
	width:45%;
}

#content li {
	margin-bottom:0.5em;
}

.search_section {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.search_section h4, .search_section p {
	margin:5px 0;
}

.qtip-content {
	font-size:12px;
}

#sidebar .message_list h4 {
	margin-top:0.5em;
	margin-bottom:0;
	font-size:13px;
}

#sidebar .message_list p {
	margin-top:0.2em;
	margin-bottom:0.5em;
	border-bottom:1px dotted #ccc;
}

#sidebar .message_list p.unread a {
	font-weight:bold;
}

#profile_message {
	float:left;
	width:440px;
}

#profile_message h4 {
	font-size:29px;
	margin-bottom:20px;
	text-shadow:#ccc 1px 1px 1px;
}

#profile_state_badge {
	float:left;
	width:376px;
	margin-left:25px;
}

.profile_col {
	float:left;
	width:280px;
	margin:10px 15px 0 0;
}

.profile_col h4 {
	margin-bottom:0;
}

.profile_col p {
	margin-top:0.3em;
}

#profile_columns {
	float:left;
	width:590px;
}

#profile_messages {
	float:left;
	width:380px;
	margin:10px 15px 0 0;
}

#profile_contacts {
	float:left;
	width:180px;
	margin:10px 15px 0 0;
}

#profile_question_badge {
	float:right;
	width:376px;
	margin-right:30px;
}

#profile_question_badge p {
	margin:0;
}

#profile_questions_div {
	float:left;
	width:590px;
}

#user_status strong {
	padding:5px 36px 5px 0;
	background:url(../images/lightbulbs_0.png) center right no-repeat transparent;
}

#user_status.state_doing, #user_status.state_serious, #user_status.state_thinking {
	/*padding:0;*/
	background-image:none;
}

#user_status.state_doing strong {
	background-image:url(../images/lightbulbs_3.png);
}

#user_status.state_serious strong {
	background-image:url(../images/lightbulbs_2.png);
}

#user_status.state_thinking strong {
	background-image:url(../images/lightbulbs_1.png);
}

.state_doing {
	padding:5px 36px 5px 0;
	background:url(../images/lightbulbs_white_3.png) bottom right no-repeat transparent;
}

.state_serious {
	padding:5px 36px 5px 0;
	background:url(../images/lightbulbs_white_2.png) bottom right no-repeat transparent;
}

.state_thinking {
	padding:5px 36px 5px 0;
	background:url(../images/lightbulbs_white_1.png) bottom right no-repeat transparent;
}

#profile_messages .messages td {
	font-size:12px;
}

.email_read .subject {
	padding-left:17px;
	background:url(../images/email-open-small.png) top left no-repeat transparent;
}

.email_unread .subject {
	padding-left:17px;
	background:url(../images/email-closed-small.png) top left no-repeat transparent;
	font-weight:bold;
}

#tag_cloud {
	border:1px solid #ccc;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	padding:1.5em;
	box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	-moz-box-shadow: 2px 2px 2px #ccc;
	margin:20px 0;
}

#tag_cloud p {
	margin:0;
	line-height:175%;
}

#tag_cloud span {
	padding:0 5px;
}

#atoz {
	margin:0;
	padding:0;
}

#atoz li {
	float:left;
	list-style:none;
	margin-right:1px;
	font-size:13px;
	line-height:100%;
}

#atoz li a {
	border:1px solid #ccc;
	padding:3px 5px;
}

#atoz li a:hover {
	border-color:#666;
	color:#666;
}

#atoz li a.selected {
	border-color:#000;
	color:#000;
}

.useful_link {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-top:5px;
}
	