/* @override http://bi.ilemoned.com/wp-content/themes/default/style.css */

/*
Theme Name: BloggerInsight
Theme URI: http://www.ilemoned.com/wpthemes-bloggerinsight
Description: Premium theme for BloggerInsight
Version: 0.4
Author: LEMONed
Author URI: http://www.ilemoned.com/
*/



body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg/bg.jpg) repeat-x 0 0;
	color: #444;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	font-weight: normal;
	text-align: left;
    font-size:12px;
	}

p,ul,ol {

	}

a:link,
a:visited {
	color: #690;
	text-decoration: none;
	outline: none;
	}
a:hover,
a:active {
	color: #690;
	text-decoration: underline;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', Georgia;
	}

.clear {
	clear: both;
	}

.alert {
	font-weight: bold;
	color: red;
	}

.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
.aligncenter {
	margin: 0 auto;
	text-align: center;
	}


#wrapper {
	width: 920px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 160%;
	}


/****************************
*	HEADER
****************************/

#header {
	width: 920px;
	height: 140px;
	overflow: hidden;
	background: url(/images/bg/navbar.gif) no-repeat 0 100%;
	position: relative;
	}

	#header a.logo {
		position: absolute;
		top: 18px;
		left: 0;
		width: 260px;
		height: 70px;
		outline: none;
		background: url(/images/logo.jpg) no-repeat 0 0;
		text-indent: -1000px;
		}

	/*	login	*/
	#header #login-panel {
		width: 265px;	/* 265px */
		height: 75px;
		padding: 20px 0 0;/* 265px */
		position: absolute;
		bottom: 8px;
		right: 0;
		background: url(/images/bg/login.jpg) no-repeat 0 0;
		font-size: 11px;
		font-weight: bold;
		}

	.member_content{
		padding-top:20px;
		padding-left:60px;
	}

		#login-panel .login-row {
			float: right;
			width: 190px;
			height: 24px;
			margin: 0;
			clear: both;
			/*background: #ccc;*/
			line-height: 20px;
			}

		.login-row .login-row-left {
			float: left;
			width: 60px;
			text-align: right;
			color: #666;
			}
		.login-row .login-row-right {
			float: right;
			width: 152px;
			font-size: 10px;
			}
		.login-row .login-row-right input {
			width: 140px;
			border: 1px solid #ccc;
			background: #fff;
			}
		.login-row .login-row-right input.login-btn {
			width: 48px;
			font-size: 10px;
			font-weight: bold;
			color: #fff;
			background: #81bc12 url(/images/bg/login_btn.gif) repeat-x 0 0;
			border: 1px solid #6c0;
			margin: 2px 5px 0 0;
			padding: 0;
			padding: 1px 0 2px !important;
			text-align: center;
			outline: none;
			cursor: pointer;
/*needs hack
			}
			input.login-btn:default {
			padding: 0 0 4px 0 !important;*/
			}


#header ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		}

	/*	languages */
	ul#languages {
		top: 12px;
		right: 5px;
		}
	ul#languages li {
		float: left;
		margin: 0 0 0 8px;
		padding: 0 0 0 18px;
		color: #666;
		}
	ul#languages li a {
		padding: 0;
		}
	ul#languages li.lang-cn {
		background: url(/images/icons/icon_cn.gif) no-repeat left center;
		}
	ul#languages li.lang-en {
		background: url(/images/icons/icon_en.gif) no-repeat left center;
		}
	ul#languages li.lang-jp {
		background: url(/images/icons/icon_jp.gif) no-repeat left center;
		}
	ul#languages li.lang-kr {
		background: url(/images/icons/icon_kr.gif) no-repeat left center;
		}

	/*	nav menu	*/
	ul#navmenu {
		bottom: 6px;
		left: 100px;
		}
	ul#navmenu li {
		float: left;
		height: 32px;
		margin: 0 12px 0 0;
		line-height: 32px;
		padding: 0 0 0 15px;
		background: url(/images/bg/tab_normal_left.gif) no-repeat 0 0;
		}
	ul#navmenu li a {
		float: left;
		padding: 0 15px 0 0;
		background: url(/images/bg/tab_normal_right.gif) no-repeat 100% 0;
		font-family: 'Trebuchet MS';
		font-weight: bold;
		font-size: 16px;
		color: #a1cd4a;
		}

	ul#navmenu li.current a,
	ul#navmenu li.current a:hover {
		background: url(/images/bg/tab_right.gif) no-repeat 100% 0;
		color: #fff;
		}
	ul#navmenu li.current {
		background: url(/images/bg/tab_left.gif) no-repeat 0 0;
		}
	ul#navmenu li a:hover {
		color: #80ba0d;
		text-decoration: none;
		}



.lang-temp {
	position: absolute;
	top: 20px;
	right: 285px;
	}








/****************************
*	SPLASH
*****************************/

#splash {
	width: 920px;
	height: 150px;
	background: #a9d128 url(images/splash.jpg) no-repeat 0 0;
	position: relative;
	}

	#splash a.splash-smi {
		width: 404px;
		height: 104px;
		position: absolute;
		top: 15px;
		left: 150px;
		background: url(images/splash-smi.png) no-repeat 0 0;
		outline: none;
		}
	#splash a.splash-smi:hover {
		background: url(images/splash-smi.png) no-repeat 0 -104px;
		}

	#splash .splash-column-text {
		margin-top: 13px;
		font-weight: bold;
		color: #736547;
		}
	#splash #splash-research {
		position: absolute;
		top: 20px;
		left: 568px;
		width: 164px;
		height: 108px;
		background: url(images/splash-research.png) no-repeat 0 0;
		}
	#splash #splash-bloggers {
		position: absolute;
		top: 20px;
		left: 746px;
		width: 154px;
		height: 108px;
		background: url(images/splash-bloggers.png) no-repeat 0 0;
		}
	#splash .splash-column {
		text-align: center;
		}
	#splash #splash-research .splash-column-content {
		position: relative;
		width: 100%;
		height: 108px;
		border: 1px solid transparent;
		}

	#splash .splash-column-content a {
		position: absolute;
		width: 100px;
		height: 45px;
		background: url(images/splash-btn.png) no-repeat 0 0;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 45px;
		color: #774f17;
		}
	#splash .splash-column-content a:hover {
		background-position: 0 -45px;
		text-decoration: none;
		color: #642514;
		}
	#splash #splash-research .splash-column-content a {
		bottom: 0;
		left: 30px;
		}
	#splash #splash-bloggers .splash-column-content a {
		bottom: 0;
		left: 25px;
		}



#splash a {
	}



#main {
	width: 920px;
	height: 100%;
	float: left;
	overflow: hidden;
	}


/****************************
*	CONTENT-LEFT
*****************************/

#content {
	float: left;
	width: 640px;
	margin-top: 20px;
	padding: 0;
	}

.whatis {
	width: 64px;
	padding: 0 25px;
	}

	h2.post-title {
		color: #960;
		background: url(images/blog-post-title.png) repeat-x 0 100%;
		margin: 0;
		padding: 0 20px 6px;
		font-size: 20px;
		line-height: 24px;
		}


h2 {
	color: #960;
	margin: 0;
	padding: 0 20px 6px;
	font-size: 20px;
	line-height: 24px;
	background: url(/images/bg/title.png) repeat-x 0 100%;
}

.whatis-row {
	width: 590px;
	float: left;
	display: block;
	clear: both;
	padding: 13px 25px;
	}
.whatis-row p {
	margin: 0;
	text-align: justify;
	font-weight: bold;

	color: #666;
	}
.whatis-row p span {
	font-size: larger;
	font-weight: bold;
	font-style: normal;
	color: #666;
	}
.whatis-row-left {
	float: left;
	width: 140px;
	height: 100%;
	}
.whatis-row-right {
	float: right;
	width: 430px;
	height: 100%;
	}
.whatis-row-left-alt {
	float: left;
	width: 410px;
	height: 100%;
	}
.whatis-row-right-alt {
	float: right;
	width: 160px;
	height: 100%;
	}
#access-experts {
	background: url(images/whatis-access-experts.jpg) no-repeat 30px 65%;
	}
#case-creation {
	background: url(images/whatis-case-creation.jpg) no-repeat 460px 65%;
	}
#smart-decisions {
	background: url(images/whatis-smart-decisions.jpg) no-repeat 30px 75%;
	}

.whatis-row h3 {
	margin: 0;
	padding: 0 0 15px 12px;
	font-size: 16px;
	color: #9c6210;
	}
.whatis-row-right h3 {
	background: url(images/whatis-row-bg-top.gif) no-repeat 0 100%;
	}
.whatis-row-right p {
	background: #eee url(images/whatis-row-bg-btm.gif) no-repeat 0 100%;
	padding: 2px 14px 12px;
	}
.whatis-row-left-alt h3 {
	background: url(images/whatis-row-bg-top-alt.gif) no-repeat 0 100%;
	}
.whatis-row-left-alt p {
	background: #eee url(images/whatis-row-bg-btm-alt.gif) no-repeat 0 100%;
	padding: 2px 14px 12px;
	}


/****************************
*	CONTENT-RIGHT
*****************************/
#content-right {
	float: right;
	width: 250px;
	margin-top: 20px;
	line-height: 140%;
	}

#content-right h3 {
		clear: both;
		margin: 0;
		padding: 0 10px;
		width: 250px;
		height: 30px;
		line-height: 30px;
		background: url(/images/blog-post-title.png) repeat-x 0 100%;
		color: #960;
		font-size: 16px;
		}
		
	h3#white_papers {
		background: url(/images/bg/title-white_papers.jpg) no-repeat 0 0;
		}
	h3#instant_intel {
		background: url(/images/bg/title-instant_intel.jpg) no-repeat 0 0;
		}
	h3#blog_latest {
		background: url(images/title-blog_latest.jpg) no-repeat 0 0;
		}

.content-right-items {
clear: both;
float: left;
width: 220px; /*250px*/
margin: 0 0 20px 0;
padding: 0 15px 10px;
background: #f4f4f4 url(/images/content-right-items.gif) no-repeat 0 100%;
}

.content-right-items ul {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
}
.content-right-items ul li {
	width: 220px;
	color: #45586c;
	}
.content-right-items ul li a {
	display: block;
	background: url(/images/separator.gif) repeat-x 0 100%;
	padding: 10px 0 12px;
	color: #45586c;
	}
.content-right-items ul li a strong {
	background: url(/images/indicator.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
	}
.content-right-items ul li a:hover strong {
	text-decoration: underline;
	color: #000;
	}
.content-right-items ul li a:hover {
	text-decoration: none;
	color: #000;
	}


#sidebar .whitepapers {
	height: 125px;
	background: #f4f4f4 url(/images/content-right-items.gif) no-repeat 0 100%;
	position: relative;
	}
#sidebar .whitepapers .whitepapers-sep {
	width: 2px;
	height: 88px;
	position: absolute;
	top: 14px;
	left: 124px;
	background: url(images/whitepapers-sep.gif) repeat-y 50% 140px;
	}
#sidebar .whitepapers a {
	width: 88px;
	background: url(/images/icons/samples.png) no-repeat 0 0;
	padding-top: 95px;
	text-align: center;
	font-weight: bold;
	color: #999;
	}
#sidebar .whitepapers a:hover {
	background-position: -88px 0;
	text-decoration: none;
	color: #777;
	}
#sidebar .whitepapers a.sample1 {
	position: absolute;
	left: 18px;
	top: 14px;
	}
#sidebar .whitepapers a.sample2 {
	position: absolute;
	left: 144px;
	top: 14px;
	}




/****************************
*	TESTIMONIALS
*****************************/

#testimonials {
	clear: both;
	float: left;
	width: 920px;
	height: 124px;
	margin: 20px 0;
	padding: 18px 0;
	background: #8f9597 url(images/testimonials.jpg) no-repeat 0 0;
	}

#testimonials-companies {
	float: left;
	width: 280px;
	margin: 0 0 0 30px;
	}
	#testimonials-companies img {
		border: none;
		}
	#testimonials-companies a {
		float: left;
		margin: 0 10px 12px 0;
		border: 4px solid #626b70;
		}
	#testimonials-companies a.selected,
	#testimonials-companies a:hover {
		border-color: #cae45b;
		}
#testimonials-single {
	float: left;
	width: 560px;
	padding: 0 0 0 40px;
	}
	#testimonials-single .text {
		margin: 5px 0;
		line-height: 160%;
		}
	#testimonials-single .words {
		width: 100%;
		font-size: 13px;
		font-style: italic;
		font-weight: bold;
		color: #fff;
		}
	#testimonials-single .sign {
		width: 100%;
		float: right;
		text-align: right;
		font-style: normal;
		font-weight: bold;
		color: #cae45b;
		}

/****************************
*	FOOTER
*****************************/

#footer {
	text-align:center;
	clear: both;
	float: left;
	width: 900px;
	margin: 10px;
	padding:0 10px 20px;
	color: #666;
	}

#footer a {
	color: #666;
	}



hr {
	height: 1px;
	color: #fff;
	}

.hotlink {
width:920px;height:500px;background:url(loading.gif) no-repeat 50% 50%;
}

table{
	width:100%;
}

/* --- form --- */

#form { margin-left:20px;padding:0px;}
#form textarea{ width:400px;height:200px;}

#longform textarea{height:300px;width:500px;}
#longform input[type="text"]{width:400px;}

textarea{
	width:300px;
   	height:100px;
}

input[type="password"]{
	width:200px;
}

input[type="text"]{
	width:200px;
}

input[type='submit']{
	background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
	font-size:12px;
	margin:10px;
	width:80px;
	padding:5px;
	text-align:center;
}

.hover_btn{
  cursor:pointer; /* important for any clickable/pressable element */
  border-color:#9cf !important;
}


FIELDSET { border: 1px solid #ccc; padding: 1em; margin: 0; }
LEGEND { color: #ccc; font-size: 100%; }
INPUT, TEXTAREA { font-family: Arial, verdana; font-size: 100%;  border: 1px solid #999; }
LABEL { display: block; margin-top: 5px; }

.search{ margin:5px 10px 5px 40px;}
.search input{
	margin:8px;
}


.news{
	width:550px;margin-left:40px;
}

.news h3.name-pos{
	border-bottom:1px solid #DEDFD3;
}

.news h3.name-pos a{
	color:#A68038;
}

.odd{
	background:#F4F4F4;
	padding:5px 10px;
}

#sidebar {
	width: 250px;
	float: right;
	overflow: hidden;
	}

#sidebar h2{
	text-indent:10px;
	font-size: 16px;
}

a.button {
	display: inline-block;
	height: 22px;
	border: 1px solid;
	border-color: #8b2 #460 #460 #8b2;
	padding: 1px 8px;
	line-height: 24px;
	background: #7a2;
	color: #fff;
	}
	
a.big-button {
	display: inline-block;
	height: 48px;
	border: 1px solid;
	border-color: #8b2 #460 #460 #8b2;
	padding: 1px 8px;
	line-height: 48px;
	background: #7a2;
	font-size: 28px;
	color: #fff;
	}
	
.ui-corner-bottom a.button:hover {
	text-decoration: none;
	background: #690;
	}

.cases-content {
	clear: both;
	float: left;
	width: 640px;
	margin: 0 0 25px 0;
	}


.cases-tabs ul {
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 640px;
	border-bottom: 3px solid #ccc;
	}
.cases-tabs ul li {
	float: left;
	width: 33%;
	text-align: center;
	}
.cases-tabs ul li a {
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.cases-tabs ul li a:hover {
	background: #ccc;
	color: #fff;
	}
.cases-tabs ul li a.selected {
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: none;
	background: #fafafa;
	}
.cases-tabs ul li a.selected:hover {
	color: #690;
	}


.cases-content table.cases-list {
	width: 640px;
	margin: 10px 0;
	border: none;
	}
.cases-content tr {
	background: #f4f4f4;
	border-bottom: 1px dashed #ccc;
	}
.cases-content tr.cases-list-head,
.cases-content tr.cases-list-head:hover {
	background: none;
	}
.cases-content tr.alt {
	background: #f4f4f4;
	}
.cases-content tr:hover {
	background: #eee;
	}
.cases-content th.case-title,
.cases-content td.case-title {
	width: 400px;
	padding: 3px 15px;
	}
.cases-content th.case-point,
.cases-content td.case-point {
	width: 90px;
	text-align: center;
	padding: 2px 0;
	}
.cases-content th.case-time,
.cases-content td.case-time {
	width: 120px;
	text-align: center;
	padding: 2px 0;
	}
ol.case-qna {}
ol.case-qna li {
	margin: 0 0 20px 0;
	}

.case-question {
	margin: 10px 0;
	font-size: 13px;
	}
.case-answer {
	border: 2px dashed #ccc;
	background: #eee;
	padding: 10px 15px;
	}
.case-answer span {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
	}
.case-answer-title {
	background: #ddd;
	padding: 3px 15px;
	}
.case-answer-meta {
	float: right;
	color: #999;
	}
.case-answer-unanswered {
	color: #999;
	}

.case-answer-edit textarea {
	margin: 0;
	width: 560px;
	height: 200px;
	}


.case-options {
}


ul.case-comments {
	width: 600px;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	}
ul.case-comments li {
	width: 600px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	}
ul.case-comments li.case-cmt-disabled {
	border-bottom: none;
	}
ul.case-comments .case-cmt-meta {
	color: #999;
	}
ul.case-comments .case-cmt-meta span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}



.case-invite {
	padding: 20px;
	width: 600px;
	}
.case-invite textarea.emails {
	width: 98%;
	height: 100px;
	}
.case-invite textarea.message {
	width: 98%;
	height: 150px;
	}
.case-invite input {
	margin-right: 10px;
	}

ul.case-comments {
	width: 600px;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	}
ul.case-comments li {
	width: 600px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	}
ul.case-comments li.case-cmt-disabled {
	border-bottom: none;
	}
ul.case-comments .case-cmt-meta {
	color: #999;
	}
ul.case-comments .case-cmt-meta span {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	}