/* @override http://moovweb-gage.s3.amazonaws.com/techcrunch/techcrunch.css */

/*
Moovweb - CSS framework
Copyright (C) 2009 Moovweb.
*/


/* ------- RESET STYLE ------- 
based on Eric Mayer CSS Reset v1.0 (http://meyerweb.com/eric/tools/css/reset/)*/

*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
body{
	line-height:1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; border-spacing: 0;
}

img{
	vertical-align: middle;
}



/* ------- BASE STYLE ------- */
body{
	font: 0.8125em sans-serif;
	background: #f5f5f5;
	color: #222;
}
strong{
	font-weight: bold;
}
hr, .hide{
	display: none;
}		
abbr, acronym{
	border-bottom: 1px dotted #999; 
	cursor: help;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal; 
	line-height: 1.3em;
}
em{
	font-style: italic;
}
input, textarea, select{
	font: 1em sans-serif;
}

/* Link */	
a{
	color: #009f00; 
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: none;
}
br, hr{
	display: none;
}



/* ------- LAYOUT STYLE ------- */
#top{
	display: block;
}
#container{
	margin: -1px 10px 10px;
	border: 1px solid #c4c4c4;
	background: #fff;
	margin-bottom: 20px;
}
#header{
	border-bottom: 1px solid #c4c4c4;
	padding: 10px;
}


#header_logo img{
	width: 150px;
	height: inherit;
}



/* Header Features */
#header_features{
	background: #c7d5e5;
	border: 5px solid #c7d5e5;
	border-bottom: 1px solid #c4c4c4;
	overflow: hidden !important;
	width: inherit !important;
}
#header_features .items li{
	height: 120px !important;
}
#header_features .feature{
	background: #fff;
	display: block;
	border: 1px solid #7a8fa4;
	padding: 10px;
	overflow: hidden;
	height: 90px;
}
.header_feature_wrapper{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header_feature_wrapper img{
	max-width: 100px;
	height: inherit;
}
.feature_category{
	font-size: .85em;
	margin-bottom: .3em;
}
.feature_title{
	font-size: 1.2em;
	font-weight: bold;
	color: #111;
}

#top_left > ul{
	overflow: hidden;
	margin: 10px 10px 0;
}
#top_left > ul > li{
	float: left;
	font-size: .85em;
	position: relative;
}
#top_left > ul > li#top_active_tab{
	font-weight: bold;
	color: #414141;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/tab_left.png) no-repeat left top;
}
#top_left > ul > li#top_active_tab > div{
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/tab_right.png) no-repeat right top;
}
#top_left > ul > li a{
	color: #555;
	display: block;
	padding: 5px 10px;
}
#tcnetwork_more_link{
	display: block;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/more_arrow.png) no-repeat right;
	padding-right: 15px !important;
}
#tcnetwork_more_content{
	position: absolute;
	left: 0;
	top: 2em;
	z-index: 500;
}



#announcement{
	display: block;
	padding: 10px 10px 10px 25px;
	background: #fffee9 url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/announcement_flame.png) no-repeat left;
	color: #353535;
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
}


/* Search */
#searchform, #cse-search-box{
	text-align: center;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
#searchform #s, #cse-search-box input[type="text"]{
	width: 96%;
	border: 1px solid #aaa;
	line-height: 1.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background: #f9f9f9;
}
#searchsubmit, #cse-search-box input[type="submit"]{
	border: none;
	cursor: pointer;
	height: 25px;
	width: 30px;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/btn_search.png) no-repeat;
	position: absolute;
	top: 12px;
	right: 20px;
	text-indent: -9999px;
}


/* Content */
.excerpt{
	border-bottom: 1px solid #c4c4c4;
}
.excerpt_header, .post_header{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 10px;	
	padding-right: 30px;
}
.excerpt_header{
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/arrow_next_page.png) no-repeat right;
}
.excerpt_header a, .post_header a{
	color: #000;
}
.excerpt_subheader, .post_subheader{
	padding: 10px;
	border-bottom: 1px solid #c4c4c4;
}
.excerpt_subheader_left, .post_subheader{
	display: block;
	clear: both;
	overflow: hidden;
	color: #888;
}
.excerpt_subheader_left a, .post_subheader a{
	color: #444;
}
.excerpt_subheader_right{
	display: block;
	margin-bottom: 5px;
	clear: both;
	overflow: hidden;
}
.excerpt_subheader_right ul li{
	float: left;
	margin-right: 15px;
}
.excerpt_subheader_right ul li a{
	color: #333;
}

.entry{
	padding: 10px;
	line-height: 1.5em;
	overflow: hidden;
}
.entry img{
	max-width: 95%;
	height: inherit;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.entry p{
	margin-bottom: .6em;
}
.entry blockquote{
	padding-left: 20px;
	border-left: 5px solid #f1f1f1;
	color: #5d5d5d;
}
.excerpt_entry_footer{
	padding: 10px;
	text-align: right;
}
.post_footer{
	padding: 10px;
	overflow: hidden;
}
.post_footer li{
	float: left;
	margin-right: 15px;
}

/* Entry Navigation */
.navigation, .neighbor_posts{
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}
.neighbor_posts{
	border-top: 1px solid #c4c4c4;
	margin: 10px 0;
}
.navigation .alignright, .neighbor_posts_next{
	float: right;
}
.navigation .alignleft, .neighbor_posts_previous{
	float: left;
}
.navigation a, .neighbor_posts a{
	display: block;
	color: #222;
	font-weight: bold;
}
.navigation .alignright a, .neighbor_posts_next a{
	padding: 10px 30px 10px 10px;
	border-left: 1px solid #c4c4c4;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/arrow_next_page.png) no-repeat right;
}
.navigation .alignleft a, .neighbor_posts_previous a{
	padding: 10px 10px 10px 30px;
	border-right: 1px solid #c4c4c4;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/arrow_prev_page.png) no-repeat left;
}


/* Comments */
#comments_area h2, #addcomment h2, #trackbacks_area h2{
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #c4c4c4;
}
#comments_area{
	border-bottom: 1px solid #c4c4c4;
}
.commentlist li{
	/*border-bottom: 1px solid #c4c4c4;*/
}
.commentlist .comment_header{
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #c4c4c4;
	padding: 10px;
	margin-top: -1px;
	font-style: italic;
}
.commentlist .comment_header a{
	color: #222;
	font-weight: bold;
}
#addcomment{
	border-bottom: 1px solid #c4c4c4;
}
.comment_body{
	padding: 10px 10px 30px;
	border-bottom: 1px solid #c4c4c4;
	position: relative;
	line-height: 1.4em;
}
.comment-reply-link{
	position: absolute;
	display: block;
	padding: 5px 10px;
	right: -1px;
	bottom: -1px;
	border: 1px solid #c4c4c4;
	color: #222;
	font-size: .85em;
	font-weight: bold;
}
#commentform{
	padding: 10px;
}
#addcomment_user_fields div{
	width: 100%;
	margin-bottom: 10px;
}
#addcomment_user_fields div span{
	display: block;
}
#addcomment_user_fields div label{
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}
#addcomment_user_fields div input{
	width: 95%;
	line-height: 1.4em;
}
#addcomment_right h2{
	border-top: 1px solid #c4c4c4;
}
textarea#comment{
	margin: 15px 0;
	width: 95%;
	height: 100px;
}
#trackback_url, #short_url{
	padding: 10px;
	overflow: hidden;
	font-weight: bold;
}
#trackback_url input[type="text"], #short_url input[type="text"]{
	display: block;
	width: 95%;
	margin-top: .5em;
	line-height: 1.5em;
}
.children{
	margin-left: 30px;
	border-left: 1px solid #c4c4c4;
}

#trackbacks_area{
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
}
#trackbacks_area .trackbacks{
	
}
#trackbacks_area .trackbacks li{
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #c4c4c4;
	margin-top: -1px;
	padding-right: 30px;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/arrow_next_page.png) no-repeat right;
}
#trackbacks_area .trackbacks .url{
	color: #222;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#trackbacks_area .trackbacks .trackback_time{
	color: #666;
}





/* Footer */
#header_nav #header_left{
	border-top: 1px solid #c4c4c4;
}
#header_left li a, #header_left > a{
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #c4c4c4;
	background: url(http://moovweb-gage.s3.amazonaws.com/techcrunch/images/arrow_next_page.png) no-repeat right;
}
#header_right{
	padding: 10px;
	overflow: hidden;
}
#header_right li{
	display: inline;
}
#header_right li#header_subscribe_label{
	float: left;
	margin-right: 10px;
}

#footer, .moovweb_footer{
	text-align: center;
	color: #666;
}
#footer a, .moovweb_footer a{
	color: #333;
}
.moovweb_footer{
	font-size: .85em;
	margin-bottom: 30px;
}











