body { 
	margin: 0px;
	padding: 0px;
	
	color: #333;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	
	background-color: #ddd;
}

h1, h2, h3, h4 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}

.white_glass {
	background-image: url(/images/header_background.png);
	background-image: -webkit-gradient(linear, left top, left bottom, 
	                                   from(#fff), 
	                                   to(#ccc), 
	                                   color-stop(0.45, #eee), 
	                                   color-stop(0.45, #ddd)
	                                  );
}

.black_glass {
	background-image: -webkit-gradient(linear, left top, left bottom, 
	                                   from(#666), 
	                                   to(#111), 
	                                   color-stop(0.45, #444), 
	                                   color-stop(0.45, #333)
	                                  );
}

.shadow {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.button {
	display: block;
	
	color: #000;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	line-height: 40px;
	text-decoration: none;
	font-size: 1.5em;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.comments div {
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #ddd;
}
.comments div textarea {
	width: 563px;
	height: 75px;
	margin-bottom: 5px;
}
.comments div input {
	display: block;
	width: 170px;
	margin-left: 400px;
}

.content {
	position: relative;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.pre_header {
	height: 86px;
	background-color: #000;
	background-image: url(/images/bg_headerPopup.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.pre_header .shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 86px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, 
	                                 from(rgba(0,0,0,0.3)), 
	                                 to(rgba(0,0,0,0.3)), 
	                                 color-stop(0.95, rgba(0,0,0,0))
	                                );
}

.pre_header .content {
	height: 86px;
}

.pre_header .content a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -30px;
	width: 214px;
	
	background-image: url(/images/logo_header.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.header {
	height: 40px;
	
	color: #000;
	text-shadow: 0px 1px 0px #fff;
	font-weight: 200;
	line-height: 42px;
	font-size: 1.1em;
	
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	
	background-image: url(/images/header_background.png);
}

.header a {
	display: block;
	float: right;
	
	margin-left: 30px;
	
	color: #000;
	text-decoration: none;
	letter-spacing: 0.3em;
}
.header a:hover {
	text-decoration: underline;
}

.header a.logo {
	display: block;
	margin-left: 0px;
/* 	padding-left: 55px; */
	
	float: left;
	
	font-size: 1.2em;
	font-weight: lighter;
	letter-spacing: 0.7em;
	
/* 	background-image: url(/images/logo.png); */
	background-position: left center;
	background-repeat: no-repeat;
}

.top_banner {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	
	color: #eee;
	text-shadow: 0px -1px 0px #000;
	
	border-bottom: solid 1px #999;
	
	background-color: #1a4aaa;
	background-image: url(/images/pinstripes.png);
	background-image: -webkit-gradient(linear, left top, left bottom, 
	                                 from(rgba(0,0,0,0.3)), 
	                                 to(rgba(0,0,0,0.3)), 
	                                 color-stop(0.02, rgba(0,0,0,0)), 
	                                 color-stop(0.6, rgba(0,0,0,0))
	                                ), url(/images/pinstripes.png);
}

.top_banner .content {
	width: 420px;
	padding-right: 440px;
}

.top_banner h1 {
	text-shadow: 0px 1px 3px #000;
}

.top_banner a {
	color: #99f;
}

.top_banner .button {
	color: #000;
}

.top_banner .content .right_banner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 420px;
}

.top_banner .content .right_banner .button {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.top_banner .zigzags {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	
	background-image: url(/images/zigzag.png);
}

.bottom_content {
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: #eee;
}

.footer {
	text-align: center;
	
	padding: 10px;
	
	color: #999;
	
	border-top: solid 1px #999;
}

.idea_card {
	position: relative;
	width: 378px;
	
	float: left;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 32px;
	
	margin-right: 10px;
	margin-bottom: 20px;
	
	color: #000;
	text-shadow: none;
	
	border: solid #999 1px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background-image: url(/images/card_background.png);
	background-position: center left;
}
.idea_card a {
	color: #000;
	text-decoration: none;
}
.idea_card a:hover {
	text-decoration: underline;
}

.idea_card:nth-child(2n) {
	margin-left: 10px;
	margin-right: 0px;
}

.idea_card p.description {
	height: 3.6em;
	
	line-height: 1.2em;
	
	overflow: hidden;
}
.idea_card .actions {
	position: absolute;
	top: 16px;
	right: 12px;
}
.idea_card .actions a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 2px;
	
	-webkit-border-radius: 5px;
}
.idea_card .actions a:hover { background-color: #ccc; }
.idea_card .actions a img { border: none; }

.idea_card .info {
	position: absolute;
	bottom: 12px;
	right: 5px;
	
	height: 16px;
	line-height: 16px;
}
.idea_card .info div {
	float: left;
	
	padding-left: 22px;
	padding-right: 15px;
	
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	
	background-position: left center;
	background-repeat: no-repeat;
}
.idea_card .info div.comments {
	background-image: url(/images/chat.png);
}
.idea_card .info div.rating {
	background-image: url(/images/thumbsup.png);
}

.idea_card .show {
	position: absolute;
	bottom: 12px;
	left: 20px;
	
	padding-left: 22px;
	
	color: #000;
	line-height: 16px;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
	
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/images/look.png);
}
.idea_card .show:hover {
	text-decoration: underline;
}

.ideas_show .bottom_content,
.apps_show .bottom_content,
.main_about .bottom_content {
	background-image: url(/images/background_right.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.ideas_show .bottom_content .content,
.apps_show .bottom_content .content,
.main_about .bottom_content .content {
	width: 590px;
	min-height: 300px;
	padding-right: 270px;
}

.bottom_content .content .right_side {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 230px;
	
	padding-left: 20px;
}

.main_about .bottom_content p {
	margin: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.main_about .bottom_content h1, 
.main_about .bottom_content h2, 
.main_about .bottom_content h3, 
.main_about .bottom_content h4 {
	margin: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.main_about .bottom_content table {
	width: 100%;
}
.main_about .bottom_content table tr {

}
.main_about .bottom_content table tr th {
	text-align: left;
}


.main_about .bottom_content .content .right_side a {
	display: block;
	position: relative;
	left: -18px;
	
	padding-left: 18px;
	margin-bottom: 3px;
	
	color: #000;
	line-height: 25px;
	text-decoration: none;
}
.main_about .bottom_content .content .right_side a:hover {
	background-color: #eee;
}
.main_about .bottom_content .content .right_side a.selected {
	background-color: #eee;
}

