/*
Theme Name: iMedia Blog

Author: Janson Luan, Andy Cheng, Isadora Marlow-Morgan

Description: iMedia Blog

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/



	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font: normal 13px/18px arial;
	background: #fff;
	color: #333;
	/* text-align: center; */
	}

#page {
	background-color: white;
	text-align: left;
	}

.hidden { display:none; }
	
/*	
#header {
	background:none;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
	
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}	
	
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}	
*/

#content {
	font:normal 13px/18px arial; color:#333; clear:both;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	margin-bottom:0px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
/* border: 1px solid #ddd; */
}

.even, .alt {

/*	border-left: 1px solid #ddd;   */
}

#footer {
	background: #e7e7e7;
	border: none;
	}

.small {
	font-family: arial, verdana, Sans-Serif;
	font-size: 11px;
	margin:-9px 0 9px;
	}
	
.lowercase { text-transform:lowercase; }

h1, h2, h3 {
	font-family: georgia,serif;
	}

h1 {  }

h2 {
	font: 400 30px/36px georgia,serif; color:#006699;
	}

h2.pagetitle {

	}

/* #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
*/

h3 {
	font:400 23px georgia,serif
	}
	
h4 { color: #313131; font: 600 1.23em/1.09em "Times New Roman", Times, serif; padding: 9px 0 0; margin: 0 0 9px; text-transform: uppercase; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}
	
.lowercase { text-transform:lowercase; }
	
p { padding:0px; margin:0 0 18px 0; }

hr.show { background:url(/images/hr.png); border:none; color:#d2dcaa; clear:both; display:block; height:1px; width:100%;  }

.strong { font-weight:bold; }
.uppercase { text-transform:uppercase; }

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	display:none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a{
	color: #006699;
	text-decoration: none;
	outline:none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	}



.narrowcolumn {
	float: left;
	width: 600px;
	margin-right:40px;
	overflow:hidden;
	padding-bottom:36px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	/* background:url(images/hr_dot.gif) repeat-x bottom;
	margin: 0 0 18px 0;
	*/
	border-bottom: 1px dotted #ccc;
	padding:18px 0 27px;
	overflow: hidden;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background:#fff;
	border:1px solid #d8d7d7;
	padding: 22px 0 22px 22px;
	margin: 0 auto 32px;
	clear: both;
	overflow:hidden;
	height:1%;
	}

#footer p { margin: 0;  padding: 20px 0; text-align: center; }
	
#footer ul { color:#666; float:left; font: normal 11px verdana; letter-spacing:-1px; list-style:none outside none; margin: 0 54px 0 0; padding:0; position:relative; }
#footer li, #footer ul.last { margin:0; }
#footer li { background:none; font-weight:bold; line-height:18px; list-style:none outside none; padding: 2px 0; }
#footer li a { color:#30627c; font-weight:normal; text-decoration:none; }


/* End Structure */



/*	Begin Headers */
h2 {
	margin: 0 0 18px 0;
	padding:0;
	}

h2.pagetitle {
	color:#F37021;
}

#sidebar h2 { border-bottom:1px solid #ddd; color:#6a6a6a; font:bold 20px/30px times; margin: 0 0 9px; padding: 0; }

h3 {
	padding: 0;
	margin: 30px 0 18px;
	}
	
.entry h3 { font-size:22px;  margin:0; }
.entry h3 a { color:#00406f;  }
	
h3.comments {
	font-size:18px;
	padding: 0;
	margin: 18px auto 18px ;
	}
	
h3#comments {
	font:normal 24px georgia;
	padding: 0;
	margin: 18px auto 18px ;
	}
/* End Headers */


/* MAIN INTRO */

.mid-promo { background:url(/images/bg-intro.png) no-repeat bottom; margin-bottom:30px; padding-bottom:18px; position:relative; }
.mid-promo .latest-post { width:105px; height:30px; position:absolute; top:12px; left:-13px; }
.mid-promo-top { background:url(/images/bg-intro.png) no-repeat top; height:50px; display:block; width:100%; }
.main-intro { float:left; padding-left:20px; width: 600px; position: relative; }
.main-intro .post { background:none; padding: 0; width:580px; display:inline-block; }
.main-intro  .postmetadata { margin-bottom:0; }
.intro-author { width:400px; float:left; margin-bottom:0; padding-bottom:0; }
.mid-promo .promo { clear:both; padding-left:5px; }
.mid-promo .author { background:url(/images/bg-author.png) no-repeat top; float:left; margin-bottom:18px; padding:18px 0 0 0; position:relative; width:300px; }
.mid-promo .author-bottom { background:url(/images/bg-author.png) no-repeat bottom; height:18px; display:block; }
.mid-promo .author-info { font-size:11px; padding:0 10px 0 30px; }
.author-info .posts { font:normal 10px verdana; color:#666666; text-transform:uppercase; }
.author-info .all-post { background:url(/images/btn_more.gif) no-repeat 0 3px; font-weight:bold; line-height:18px; margin:0; padding:0 0 0 16px; }

.mid-promo #author-photo-pc{ width: 120px; height:120px; float:left; }

.mid-promo #author-photo-pc  img { border:1px solid #ccc; height:100px; width:100px; }
.mid-promo .author ul { margin:0; padding:0 0 0 15px; }
.mid-promo .author ul li { color:#666666; font-size:11px;  }

.ad-tech-logo { background:url(/images/logo-ad-tech.png) #fff no-repeat 0 -7px; color:#f37021; float:left; font:bold 24px verdana; height:36px; line-height:36px; margin:10px 0; padding:0 0 0 103px; width:600px; }
.ad-tech-logo a { color:#f37021; }

.ad-tech-blog-exit-rc {text-align:right; width: 300px; font: normal 16px verdana; line-height:36px; padding-top:3px; margin-bottom:15px; *margin-bottom:12px; }
.ad-tech-blog-exit-rc a { color: #006699; }

#event-promo-pc { text-align:center; margin:0 0 18px 0; }

/*------------------------------------------
	Return to ad:tech link on top right corner
------------------------------------------*/	
.ad-tech-blog-exit {float: right; width: 190px; font: normal 16px verdana; line-height:36px; margin:10px 0; padding-top:3px; }
.ad-tech-blog-exit a { color: #006699; }




/* 	END INTRO  */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0 0 18px 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	/* background:#f4f6eb url(images/bg-sidebar.png) right repeat-y; */
	padding:18px 5px 0;
	/* border-top:1px solid #dfe5c1; */
	list-style-type: none;
	list-style-image: none;
	/* margin-bottom: 18px; */
	}

#sidebar ul li ul li { background:none; padding:none; border:none; }
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	overflow:hidden;
	}

#sidebar ul ul ul, #sidebar ul ol {
	/ * margin: 0 0 0 10px; */
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar .widget_categories ul, #sidebar .widget_text ul  { margin:0px; }
#sidebar .widget_categories ul li, #sidebar .widget_text ul li { width:145px; display:inline; float:left; list-style:none; }

.300ad { background:red; }


#sidebar li#text-4 { border:none; background:none; padding:0; }
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0; margin:0;
	}

.commentlist li {
	background:url("images/hr_dot.gif") repeat-x scroll center bottom transparent;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/********** Begin Sidebar ************/
#sidebar
{
	float:left;
	padding: 0 0 18px 0;
	width: 300px;
	/* overflow:hidden; */
	position:relative;
	}

#sidebar.single { padding-top:30px; *padding-top:44px; }

#sidebar form { margin: 0; }


	
#sidebar .ad300 { }

#sidebar ul li.ad300banner { background:none; border:none; padding:0; }
#sidebar ul li.ad300banner h2 { color:#969696; font:normal 10px/18px verdana; margin:0; text-align:center;  }

#sidebar .ad600 { }
#sidebar ul li.ad600banner { background:none; border:none; padding:0; }
#sidebar ul li.ad600banner h2 { color:#969696; font:normal 10px/18px verdana; margin:0; text-align:center;  }

#sidebar .box { border:5px solid #e5e5e5; padding:15px; width:260px; }
	#sidebar div.box:hover { background:#DFF8FE; }
#sidebar .box-arrow-left { left:-9px; position:absolute; top: 100px; }
#sidebar #author-photo-pc { float:left; height:120px; width:120px; }
#sidebar #author-photo-pc img {height: 100px; width: 100px; }
#sidebar .author-bottom { /* background:url(/images/bg-author2.png) no-repeat bottom; */ height:10px; display:block; }
#sidebar .author-info { font-size:11px; }
#sidebar .posts { font:normal 10px verdana; color:#666666; text-transform:uppercase; }
#sidebar h2.posts { color:#313131; font:bold 16px times; }
#sidebar .all-post { background:url(/images/btn_more.gif) no-repeat 0 3px; font-weight:bold; line-height:18px; margin:0; padding:0 0 0 16px; }
#sidebar .author-info ul  { margin:0; padding:0 0 0 15px; }
#sidebar .author-info ul li { background:none; border:none; color:#666666; display: list-item; list-style-type: disc; margin:0; padding:0; }

#sidebar li.recentcomments { font-style:italic; }
#sidebar li.widget_recent_comments p { font-size:10px; text-align:right; }

#sidebar li.mostpopular h2 { display:none; }
#sidebar li.mostpopular div.tabbed_nav_label_module { border-bottom:1px solid #ddd; color:#6a6a6a; font:bold 20px/30px times;	margin: 0 0 9px; padding: 0; }


#sidebar li.industryjobs div.leader, #sidebar li.latestarticles div.leader { margin-bottom:0; }
#sidebar li.industryjobs h2.widgettitle, #sidebar li.latestarticles h2.widgettitle { display:none; }
#sidebar li.industryjobs h4, #sidebar li.latestarticles h4 { border-bottom:1px solid #ddd; color:#6a6a6a; font:bold 20px/30px times;	margin: 0 0 9px; padding: 0; }
#sidebar li.industryjobs div.leader h4  a.rss, #sidebar li.latestarticles div.leader h4  a.rss { border:none; margin:0;  }
#sidebar li.industryjobs div.leader h4  a img, #sidebar li.latestarticles div.leader h4  a img{ margin:0; float:none;  }

#sidebar li.topbloggers ul li { display:block; }

#sidebar li.topbloggers { width:100%; }
#sidebar li.topbloggers h2 { display:none; }
#sidebar li.topbloggers h4 { border-bottom:1px solid #ddd; color:#6a6a6a; font:bold 20px/30px times;	margin: 0 0 9px; padding: 0; }


/* End Sidebar */

/* Tabbed Nav */
.tabbed_nav, .tabbed_nav_content { margin: 0; padding: 0; }

.tabbed_nav { background: url(http://www.imediaconnection.com/images/global/hr_solid_dark.gif) repeat-x 0 100%; font-size: 13px; height: 31px; margin: 0; padding: 0; font: normal 13px/18px Arial, sans-serif; }


#sidebar ul.tabbed_nav li a:hover { text-decoration:underline; }
#sidebar ul.tabbed_nav li { background: transparent url(http://www.imediaconnection.com/images/global/btn_tabbed_nav.gif) repeat-x 0 0; list-style: none; float: left; margin: 0; border: 1px solid #ccc; border-width: 1px 1px 0 0; }

.tabbed_nav li a { display:block; padding:3px 6px 9px 6px; height: 14px; text-align: center; color: #006699; text-decoration: none; }
.tabbed_nav li.first { border: 1px solid #ccc; border-width: 1px 1px 0 1px;}

#sidebar ul.tabbed_nav li.current { background: transparent url(http://www.imediaconnection.com/images/global/btn_tabbed_nav.gif) repeat-x 0 -26px; border: 1px solid #666;}
.tabbed_nav li.current a { display:block; text-decoration: none; color: #FFF; }

.tabbed_nav_content { border: 1px solid #ccc; border-width: 0 1px 1px; padding: 18px 12px 0; margin: -1px 0; clear: both; position: relative; font: normal 13px/18px Arial, sans-serif; background-color: #fff; }				

.tabbed_nav_content h3 { font: normal 18px Arial, sans-serif; border: none; }
.tabbed_nav_content h4 { font: normal 14px/18px Arial, sans-serif; margin: 0 0 9px; }
.tabbed_nav_content ul, .tabbed_nav_content ol { margin: 0; padding: 0 0 0 26px; }
.tabbed_nav_content li { margin: 0 0 5px; line-height: 15px; }
.tabbed_nav_content a { color: #006699; text-decoration: none; }
.tabbed_nav_content a:hover { color: #006699; text-decoration: underline; }
.tabbed_nav_content .rss-l { margin: 9px 0 18px;}
.tabbed_nav_content .snippet .rss-l { margin: 9px 0 0; }
.tabbed_nav_label_module { border-top: 2px solid #fff; color: #313131; font: bold 16px times; margin-bottom:9px; /* background-image: url(../images/Global/bg_module_right.gif); background-repeat: repeat-x; */ }

#sidebar #mostarticles ol, #sidebar #mostblogs ol { list-style-type:decimal; margin:0; padding:0 0 0 25px; }
#sidebar #mostarticles ol li, #sidebar #mostblogs ol li{ display:list-item;  }

.rss-l { background: transparent url(http://www.imediaconnection.com/images/global/icon_rss_sm.gif) no-repeat 0 4px; }
.rss-l a { padding: 0 0 0 16px; font: bold 11px/18px verdana, sans-serif; }

.rss {color: #666666; color:#666; border: 1px solid #ccc; border-width: 0 0 1px; 
	font: bold 1.385em/2em arial, sans-serif; margin: 0; text-transform: uppercase;}
.rss a {color: #666666;}
.module-right {width: 95%; padding: 7px 3px 7px 12px; margin-bottom: 10px; border-top: 2px solid #fff; background-image: url(/images/Global/bg_module_right.gif); background-repeat: repeat-x;}
.module-right-mostpopular  {width: 100%; padding: 7px 0px 7px 0px; margin-bottom: 10px; border-top: 2px solid #fff; background-image: url(/images/Global/bg_module_right.gif); background-repeat: repeat-x;}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none; outline:0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*  TOOLBAR */
ul.tool-bar { clear:both; font:normal 10px verdana; margin:0; padding:0; text-transform:uppercase; }
ul.tool-bar li { display:inline; list-style:none; margin:0 14px 0 0; padding-left:14px; }
li.tool-comment { background:url(/images/icon_tools_comment.gif) no-repeat 0 2px; font-weight:bold; }
li.tool-print { background:url(/images/icon_tools_print.gif) no-repeat 0 1px; }
li.tool-share { background:url(/images/icon_share.gif) no-repeat 0 1px; }

/*  BANNER  */
.ad_primary_728x90 { margin:8px auto 8px auto; width:728px;}

/*  COMMENT  */
#post-categories { font-weight:bold; margin:0 0 18px 0; }

/*  RELEVANT POST  */
.relevant-posts { color:#f37021; font-weight:bold; text-transform:uppercase; }
.relevant-posts ul { margin:0px; padding:0 0 18px; }
.relevant-posts ul li { color:#777; font-size:10px; font-weight:normal; list-style:none; text-transform:none; }
.relevant-posts ul li a { font-size:12px; }

/*  Tags  */
.post-tags { margin-bottom:18px; }

/*  WIGETS  */
.flickrpress-container { margin-left:-30px; }

/*------------------------------------------
	HEADER 
  ------------------------------------------*/ 
#header { border: 1px solid #d8d7d7; border-width: 1px;
	height: 70px; padding: 18px 12px; position: relative; width: 914px; }
#header img { float: left; margin: 6px 0 0; }
#header_simple { border: 1px solid #ccc; border-width: 0 0 1px; 
	margin: 0 0 36px; padding: 20px 0 18px; position: relative;	width: 940px; }
#header_simple img { float: left; }
#header fieldset { border:none; margin:0; padding:0; line-height: 18px; _width:450px; }

h1.pc { margin:0; padding:0; text-align:left; width:300px; }
h1.pc a { background:url(http://blogs.imediaconnection.com/images/global/logo_imediaconnection.gif) no-repeat; color:black; display:block; height:70px; margin:0; outline:none; padding:0;text-align:left; text-indent:-9000px; width:217px; }

/*------------------------------------------
	PRIMARY NAVIGATION 
  ------------------------------------------*/ 
#nav { background: transparent url(http://assets.imediaconnection.com/images/global/bg_nav.gif) repeat-x 0 0;
	border: 1px solid #d8d7d7; border-width: 0 1px;	height: 28px; margin:0 0 18px 0; padding:0; width:938px; }
#nav li { background: transparent none; border: 1px solid #d8d7d7; border-width: 0 1px 0 0; list-style: none;
	float: left; height: 28px; margin: 0; padding: 0; }

#nav li a:link, #nav li a:visited {  color: #000; display: block; font: bold 12px Arial, sans-serif; 
	padding: 7px 8px 7px; text-decoration: none; }
#nav li a:hover { text-decoration:  underline; }

#nav li.current { background: #fff none; }
#nav li a:link.current, #nav li a:visited.current { background: #fff none; color: #b51812; }
#nav li a:hover.current { text-decoration: none; }
#nav a:link.china, #nav a:visited.china { background: transparent url(http://assets.imediaconnection.com/images/global/icon_china_grey.gif) no-repeat 50px 9px;
	padding: 7px 35px 7px 8px; }
	
#nav li ul { background:#fff; border:1px solid #D8D7D7; border-top:none; left:-900em; margin:-1px 0 0 -1px; padding:0; position: absolute; }
#nav li ul li { border:none; display:block; float:none; height:28px; _width:86px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto;}
#nav li ul li a:hover { color:#B51812; text-decoration:none; }


/*------------------------------------------
	GLOBAL SEARCH
  ------------------------------------------*/
#global_search { bottom: 22px; height:28px; position: absolute; right: 0; clear: both; }
#global_search label { display: none; }
#global_search .search { background: transparent url(http://assets.imediaconnection.com/images/global/icon_search.gif) no-repeat scroll 2px 3px;	border: 1px solid #759EC6; color: #999; padding: 4px 4px 4px 24px; margin: 2px 8px 0 0; width: 300px; }

.global_submit { height: 1%; margin:0; padding:0;}
.global_submit:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.global_submit li { margin: 0; }

.submit { height: 1%;  }
.submit li, .global_submit li { background: transparent none; float: left; list-style: none; margin: 0 12px 0 0; }
.submit:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

li.btn_left-strong{ background: url(http://assets.imediaconnection.com/images/global/btn_std-left.gif) no-repeat scroll 0 1px transparent; border:none; height:26px; margin:0 12px 0 0; padding:0; width:auto; }
input.btn_right-strong, .btn_right-strong  { background:url(http://assets.imediaconnection.com/images/global/btn_std-right.gif) no-repeat scroll 100% 1px transparent; border:none; clear:left; color:#000; cursor:pointer; font: bold 12px arial; height:26px; margin:0 0 0 3px; padding:0 4px 0 0; width:auto; }


.submit_form li { list-style: none; }

#universal_links { float:right; margin:0 0 18px; text-align:right; }

.breadcrumbs { color:#999; font:normal 10px verdana; display:block; }
.breadcrumbs a { color:#999; }
.breadcrumbs a:hover { color:#006699; }

.copyright, .ad_sponsor { text-align: center; color: #666; }

.tabbed_nav h4 { font: normal 13px/18px Arial,sans-serif; margin: 0; } /*  MOST POPULAR TABS  */
.tabbed_nav h5 { font: normal 13px/15px Arial,sans-serif; margin: 0; } /*  MOST POPULAR LINKS  */



/*------------------------------------------
	CONTAINERS	
  ------------------------------------------*/

.leader, .featured, .section { position: relative; margin: 0 0 18px; }
.leader:after, .section:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.leader .details { overflow: hidden; }
.leader .details:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.leader ul { margin: 0; }

.leader ul.more { margin: 0 0 5px; }
.leader ul.more li { padding: 9px 0; }

.leader img, .featured img, .snippet img  { float: left; margin: 0 10px 8px 0; }
.leader .rss img { margin: 0; }

.imc-readmore { padding-right:30px; text-align:center; }
	.imc-readmore a  { background:#006699; border-radius:5px; color:#fff; font-weight:bold; padding:5px 20px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; }
	
/*---------------------------------------------------
    SOCIAL MEDIA MODULE
----------------------------------------------------*/
#sidebar li.widget_text { margin-top:20px; }

.socialmedia-module { }
    .socialmedia-module .socialbox { background:url(http://assets.imediaconnection.com/images/pc/icon-soialmedia.png) no-repeat 0 -100px; display:block; height:120px; margin-bottom:20px; padding:8px 10px; width:280px; }
    .socialmedia-module label { color:#333333; display:block; font:normal 12px/12px arial; margin:0 0 5px 0; padding:0; }
    .socialmedia-module input { background:#ffffff; border:1px solid #b0b0b0; color:#646464; height:28px; font:normal 15px/28px arial; margin:0; padding:0 3px 0 3px; width:174px; }
        .socialmedia-module input:focus, .socialmedia-module input:hover { background:url(bg-social-medial-input.png) repeat-x; border:1px solid #6891b8; }
        .socialmedia-module input.button { border:none; height:30px; margin:0; padding:0; vertical-align:bottom; width:92px; }
     .socialmedia-module .social-icons { margin-top:10px; text-align:center; }
         .socialmedia-module .social-icons a { display:inline-block; height:32px; margin-right:5px; text-indent:-9999px; width:32px; }
            .socialmedia-module .social-icons a#twitter { background:url(http://assets.imediaconnection.com/images/pc/icon-soialmedia.png) -5px -5px; }
                .socialmedia-module .social-icons a#twitter:hover { background-position:-5px -50px; }
            .socialmedia-module .social-icons a#rss { background:url(http://assets.imediaconnection.com/images/pc/icon-soialmedia.png) -50px -5px; }
                .socialmedia-module .social-icons a#rss:hover { background-position:-50px -50px; }
            .socialmedia-module .social-icons a#youtube { background:url(http://assets.imediaconnection.com/images/pc/icon-soialmedia.png) -90px -5px; }
                .socialmedia-module .social-icons a#youtube:hover { background-position:-90px -50px; }
            .socialmedia-module .social-icons a#itune { background:url(http://assets.imediaconnection.com/images/pc/icon-soialmedia.png) -130px -5px; }
                .socialmedia-module .social-icons a#itune:hover { background-position:-130px -50px; }
            .socialmedia-module .social-icons a#android { background:url(http://assets.imediaconnection.com/images/pc/icon-soialmedia.png) -170px -5px; }
                .socialmedia-module .social-icons a#android:hover { background-position:-170px -50px; }
        .socialmedia-module .likeus { margin-top:5px; text-align:center; }
		