@CHARSET "UTF-8";

/********************************************************
			EDITOR CHOICE
*********************************************************/
#editor_choice{
	margin-bottom: 14px;
	float: right;
	width: 966px;
}
#editor_choice .heading{
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 14px;
	margin-top: 4px;	
}
#editor_choice .heading h1{
	display:block;
	margin: 0px;
	font-size: 20px;
	padding: 10px 0px 0px 12px;
	color: #848080;
}
#editor_choice .inner-content{
	background-color: #ffffff;
	border: 1px solid #cdcbcb;
	overflow: hidden;
}

#editor_choice .choice{
	overflow: hidden;
	float: left;
	text-align: center;
}
#editor_choice .choice .banner{
	border: 1px solid #e7e7e7;
	width: 228px;
	height: 314px;
}
#editor_choice .choice .banner{
}
#editor_choice .choice .banner .banner-content{
	overflow: hidden;
	margin-left: 13px;
	margin-top: 158px;
	cursor: pointer;
	width: 202px;
}
#editor_choice .choice .banner .banner-event-content{
	cursor: pointer;
}
#editor_choice .choice .banner .banner-content .top{
	background: url(../img/front/home/banner_text_bg_top.png) 0 0 no-repeat;
	height: 4px;
	width: 202px;
}
#editor_choice .choice .banner .banner-content .middle{
	background: url(../img/front/home/banner_text_bg_mid.png) 0 0 repeat-y;
	width: 202px;
	overflow: hidden;
	text-align: left;
}
#editor_choice .choice .banner .banner-content .middle .banner-text{
	margin: 8px;
}
#editor_choice .choice .banner .banner-content .bottom{
	background: url(../img/front/home/banner_text_bg_bot.png) 0 0 no-repeat;
	height: 4px;
	width: 202px;
}
#editor_choice .choice .banner .img{
	width: 220px;
	height: 310px;
	mar
}
#editor_choice .browse_apps{
	margin-left: 10px;
	margin-right: 8px;
}
#editor_choice .read_interviews{
	margin-right: 8px;
}
#editor_choice .start_ups{
	margin-right: 8px;
}
#editor_choice .choice label{
	display: block;
	color: #848080;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 600;
}
#editor_choice .choice label a{
	color: #848080;
}
/*******************************************************
		Latest Interviews
********************************************************/
#latest_interviews{
	background-color: #FFFFFF;
    border: 1px solid #CDCBCB;
    position: relative;
    width: 630px;
    float: right;
    margin-bottom: 14px;
}
#latest_interviews .heading{
	position: absolute;
	left: -11px;
	width: 630px;
	top: 14px;
}
#latest_interviews .heading abbr{
	display:block;
	float: left;
	height: 51px;
	width: 11px;
	background: url(../img/front/triangle_heading.png) 0 0 no-repeat;
}
#latest_interviews .heading h2{
	color: #000000;
	display:block;
	height: 51px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 0px 22px;
	background: url(../img/front/heading_yellow_bg.png) 0 0 repeat-x;
}
#latest_interviews .inner-content{
	margin-top: 72px;
    margin-bottom: 14px;
    overflow: hidden;
    width: 630px;
}
#latest_interviews .inner-content .interview-box{
	border: 1px solid #e3e3e3;
	width: 298px;
	overflow: hidden;
}
	
#latest_interviews .inner-content .interview-box .interview_bg{
	height: 142px;
	width: 278px;
	margin: 12px;
	text-align: right;
	overflow: hidden;
	position: relative;
}
#latest_interviews .inner-content .interview-box .interview_bg .inner-bg{
	height: 134px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 278px;
}
#latest_interviews .inner-content .interview-box .interview_bg label{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-right: 6px;
	margin-top: 10px;
	font-weight: 500;
	cursor: pointer;
	overflow: hidden;
}
#latest_interviews .inner-content .interview-box .interview_bg label span{
	display: block;
	margin-bottom: 0px;
	float: right;
	overflow: hidden;
	clear: right;
}
#latest_interviews .inner-content .interview-box .interview_bg label span.interviewer-name{
	font-size: 18px;
	font-weight: 500;
	width: 146px;
}
#latest_interviews .inner-content .interview-box .btn-view{
	margin-top: 8px;
	margin-right: 6px;
}
#latest_interviews .inner-content .odd-box{
	float: right;
	margin-right: 11px;
}
#latest_interviews .inner-content .even-box{
	float: left;
	margin-left: 10px;
}
/*******************************************************
		Latest Reviews
********************************************************/
#latest_reviews{
	background-color: #FFFFFF;
    border: 1px solid #CDCBCB;
    position: relative;
    width: 630px;
    float: right;
    margin-bottom: 14px;
}
#latest_reviews .heading{
	position: absolute;
	left: -11px;
	width: 630px;
	top: 14px;
}
#latest_reviews .heading abbr{
	display:block;
	float: left;
	height: 51px;
	width: 11px;
	background: url(../img/front/triangle_heading.png) 0 0 no-repeat;
}
#latest_reviews .heading h1{
	color: #000000;
	display:block;
	height: 51px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 0px 22px;
	background: url(../img/front/heading_yellow_bg.png) 0 0 repeat-x;
}
#latest_reviews .inner-content{
	margin-top: 72px;
    margin-bottom: 14px;
    overflow: hidden;
    width: 630px;
}
#latest_reviews .inner-content .review-box{
	border: 1px solid #cdcbcb;
	background-color: #f6f6f6;
	width: 298px;
	margin-right: 6px;
	overflow: hidden;
	padding-bottom: 12px;
}
#latest_reviews .inner-content .review-box .title{
	margin: 14px 12px 8px 12px;
}

#latest_reviews .inner-content .review-box .title a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#latest_reviews .inner-content .review-box .sub-title{
	margin: 14px 12px 12px 12px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	display: block;
}
#latest_reviews .inner-content .review-box img.review-img{
	display: block;
	margin-left: 12px;
	margin-bottom: 10px;
	width: 274px;
	border: none;
}
#latest_reviews .inner-content .review-box .description{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 12px 4px 12px;
	line-height: 20px;
	font-size: 11px;
}
#latest_reviews .inner-content .review-box .btn-more{
	margin-top: 4px;
	margin-left: 12px;
}
#latest_reviews .inner-content .odd-box{
	float: left;
	margin-left: 10px;
}
#latest_reviews .inner-content .even-box{
	float: right;
	margin-right: 11px;
}
/*******************************************************
		Coming Events
********************************************************/
#coming_events{
	background-color: #FFFFFF;
    border: 1px solid #CDCBCB;
    position: relative;
    width: 630px;
    float: right;
    margin-bottom: 14px;
}
#coming_events .heading{
	position: absolute;
	left: -11px;
	width: 630px;
	top: 14px;
}
#coming_events .heading abbr{
	display:block;
	float: left;
	height: 51px;
	width: 11px;
	background: url(../img/front/triangle_heading.png) 0 0 no-repeat;
}
#coming_events .heading h2{
	color: #000000;
	display:block;
	height: 51px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 0px 22px;
	background: url(../img/front/heading_yellow_bg.png) 0 0 repeat-x;
}
#coming_events .inner-content{
	margin-top: 72px;
    margin-bottom: 14px;
    overflow: hidden;
    width: 630px;
}
#coming_events .inner-content .event-box{
	width: 150px;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}
#coming_events .inner-content .event-box .top{
	background: url(../img/front/home/event_bg_t.png) 0 0 no-repeat;
	height: 7px;
	width: 150px;
}
#coming_events .inner-content .event-box .bottom{
	background: url(../img/front/home/event_bg_b.png) 0 0 no-repeat;
	height: 14px;
	width: 150px;
}
#coming_events .inner-content .event-box .middle{
	background: url(../img/front/home/event_bg_m.png) 0 0 repeat-y;
	width: 150px;
	overflow: hidden;
	height: 260px;
}
#coming_events .inner-content .event-box .date{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #fbdb43;
	text-align: center;
	text-transform: uppercase;
}
#coming_events .inner-content .event-box .title{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
}
#coming_events .inner-content .event-box .title a{
	color: #000000;
}
#coming_events .inner-content .event-box img.event-img{
	width: 106px;
	margin-left: 21px;
	margin-bottom: 10px;
	border: 0;
}
#coming_events .inner-content .event-box .location{
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 600px;
	text-align: center;
	width: 140px;
	margin-left: 5px;
}
#coming_events .inner-content .event-box .btn-more{
	margin-top: 4px;
	margin-left: 32px;
	margin-bottom: 4px;
}
#coming_events .inner-content .event-box .view-more-event{
	display:block;
	background: url("../img/front/buttons/btn_more.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    width: 85px;
	margin-top: 4px;
	margin-left: 32px;
	margin-bottom: 4px;
	border: medium none;
    cursor: pointer;
}
#coming_events .inner-content .event-box .view-more-event:hover{
	background-position: 0 -24px;
}
#coming_events .inner-content .first-box{
	margin-left: 8px;
}
/********************************************************
			SIDE BAR
*********************************************************/
#sidebar{
	overflow: hidden;
	float: right;
	margin-right: 16px;
	margin-top: 30px;
}