/*
Theme Name: Twenty Ten/Press
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
	
		
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
	
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,											
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,				
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img, object, embed {
max-width: 100%;
}
img {
	height: auto;
}
@font-face {
	font-family: ClanOT; src: url('http://www.inmobi.com/wp-content/themes/ClanOT-Book.otf');
}
@font-face {
	font-family: ClanOT; font-weight: bold; src: url('http://www.inmobi.com/wp-content/themes/ClanOT-Medium.otf');
}
/* =Layout
-------------------------------------------------------------- */
		
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
		
.one-column .content {
	margin: 0 auto;
	width: 640px;
}
	
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
		
.single-attachment .content {
	margin: 0 auto;
	width: 900px;
}
		
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Arial, Helvetica, sans-serif
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
	
/* =Structure
-------------------------------------------------------------- */
	
/* The main theme structure */
.main-container {
	padding-left: 20px;
	padding-right: 20px;
}
#masthead, #container, #footer-main{
	width: 100%;
	max-width: 960px;
	min-width: 701px;
	margin: 0 auto;
}
#container, #footer-main{
	overflow:hidden;
}
.container-bg{
	background:#ffffff;
	box-shadow: 0px 5px 10px #363636;
	-moz-box-shadow: 0px 5px 10px #363636; /* Firefox 3.6 and earlier */
    -webkit-box-shadow: 0px 5px 10px #363636;
	margin-top:20px !important;
	position:relative;
}
#wrapper {
	width:100%;
	background:#231f20 url(images/wrapper-bg.jpg) center top no-repeat;
	background-size:100%;
	-moz-background-size:100%;
}
#footer{
	width:100%;
	background:#231f20;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;

}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
	
/* =Global Elements
-------------------------------------------------------------- */
		
/* Main global 'theme' and typographic styles */
body {
	background: #231f20;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#333333
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin: 0;
}
/* Text elements */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color:#515762;
	line-height:1.2em;
	clear:none
}
h2{
	font-size:25px;
	color:#d71921;
	font-weight:500;
	margin-bottom:15px;
}
h3{
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
	line-height:1.3em
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
	clear:none
}
h6{
	font-size:12px;
	clear:none
}
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding:6px 2px 7px;
}
a {
	text-decoration:none;
	color: #2383d8;
}
a:active,
a:hover {
	text-decoration:underline
}
		
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/*Defining html5 tags*/
header,nav,article,aside,footer,hgroup{
	display:block
}
		
/* =Header
-------------------------------------------------------------- */
	
#header {
			
}
.header-main{
	background:#ffffff;
	box-shadow: 0px 5px 10px #898686;
	-moz-box-shadow: 0px 5px 10px #898686; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 5px 10px #898686;
	height:127px;
}
#logo-cont{
	float:left;
	margin:75px 0px 0px 27px;
}
#header-cont{
	float:right;
	margin:25px 0px 0px 0px;
	text-align:left;
	width:76%;
	position:relative;
}
.header-text{
	font-family:ClanOT, Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	line-height:12px;
	float:left;
}
.right-nav{
	float:right;
	text-align:right;
}
#main-nav{
	float:left;
	margin:21px 0px 0px 0px;
}
#main-nav ul{
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	list-style-type:none;
}
#main-nav ul li{
	padding:0px;
	margin:0px 15px 0px 0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#6d6f71;
	text-transform:uppercase;
}
#main-nav ul li:last-child{
	margin:0px;
}
#main-nav ul li a{
	padding:4px 12px 27px 12px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
}
#main-nav ul li a:hover{
	padding:4px 12px 27px 12px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
	background:#cce2f3;
	text-decoration:none;
}
#main-nav ul li#active a{
	padding:4px 12px 27px 12px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	background:#00a6dd;
	text-decoration:none;
}
#main-nav ul li#active a:hover{
	padding:4px 12px 27px 12px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	background:#00a6dd;
	text-decoration:none;
}
.subnav-div{
	position:absolute; left:0; top:102px; z-index:10;
	background:#ffffff;
	box-shadow: 0px 2px 2px #363636;
	-moz-box-shadow: 0px 2px 2px #363636; /* Firefox 3.6 and earlier */
    -webkit-box-shadow: 0px 2px 2px #363636;
	display:none;
}
.sub-blk2{
	left:103px;
}
.sub-blk3{
	left:222px;
}
.sub-blk4{
	left:324px;
}
#main-nav ul li ul{
	padding:0px;
	margin:0px;
	display:block;
	float:none;
	list-style-type:none;
}
#main-nav ul li ul li{
	padding:0px;
	margin:0px;
	display:block;
	float:none;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#6d6f71;
	text-transform:none;
	line-height:26px;
}
#main-nav ul li ul li:hover{
	background:#cce2f3;
}
#main-nav ul li ul li a, #main-nav ul li#active ul li a{
	padding:0px 10px;
	margin:0px;
	display:block;
	float:none;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-transform:none;
	text-decoration:none;
	background:none;
	width:150px;
}
#main-nav ul li ul li a:hover, #main-nav ul li#active ul li a:hover{
	padding:0px 10px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-transform:none;
	background:#cce2f3;
	text-decoration:none;
	width:150px;
}
.nav-selected{
	background:#cce2f3;
}
#access-right input[type="text"]{
	width:100%;
	height:18px;
	background:#ffffff;
	color:#000;
	padding:2px 6px;
	font-family:ClanOT, Arial;
	font-size:12px;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	margin:0;
	border:1px solid #a6a6a6;
}
#access-right input[type="text"]:focus{
	background:#ffffff;
	box-shadow: inset 2px 2px 2px #d5d5d5;
	border:1px solid #000000;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	outline: none;
}
#access-right input[type="submit"]{
	cursor:pointer;
	width:20px;
	height:30px;
	background:transparent;
	border:none;
	padding:0;
}

#site-links-blk{
	position:absolute; 
	right:0; 
	top:27px;
	background:#e9e9ea;
        box-shadow: 0px 2px 2px #363636;
	-moz-box-shadow: 0px 2px 2px #363636; /* Firefox 3.6 and earlier */
        -webkit-box-shadow: 0px 2px 2px #363636;
	z-index:20;
	display:none;
}
#site-links-blk ul{
	margin:0px;
	padding:5px 0px 5px 0px;
	list-style-type:none;
}
#site-links-blk ul li{
	margin:0px;
	padding:4px 25px 4px 35px;
	list-style-type:none;
	display:block;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#040707;
	line-height:16px;
}
#site-links-blk ul li a, #site-links-blk ul li a:hover{
	color:#040707;
	text-decoration:none;
}
.china-map{
	background:url(images/china-map.jpg) 10px 7px no-repeat;
}
#site-links-blk ul li.china-map:hover{
	background:#cce2f3 url(images/china-map.jpg) 10px 7px no-repeat;
}
.japan-map{
	background:url(images/japan-map.jpg) 10px 7px no-repeat;
}
#site-links-blk ul li.japan-map:hover{
	background:#cce2f3 url(images/japan-map.jpg) 10px 7px no-repeat;
}
.korea-map{
	background:url(images/korea-map.jpg) 10px 7px no-repeat;
}
#site-links-blk ul li.korea-map:hover{
	background:#cce2f3 url(images/korea-map.jpg) 10px 7px no-repeat;
}
		
/* =Menu
-------------------------------------------------------------- */
#access-right{
	float:right;
	margin:19px 0px 0px 0px;
	width:23%;
	padding-top:3px;
}
		
/* =Content
-------------------------------------------------------------- */
		
#main {
	clear: both;


	position:relative;
}
#dynamic-info{
	position:absolute; 
	right:0px; 
	top:0px;
	font-family:ClanOT, Arial;
	background:#000000 url(images/dynamic-bg.jpg) left bottom no-repeat; 
	padding:5px 5px 1px 30px; 
	font-size:11px; 
	color:#ffffff;
	text-transform:uppercase;
}
#dynamic-info .blue{
	color:#97d2e4
}
#dynamic-info .home-map{
	cursor:pointer;
}
.pos-relative > img{
	margin:0 !important;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer
}
.close{
	width:25px;
	height:25px;
	position:absolute;
	top:2px;
	right:10px;
	z-index:4;
	display:block;
	cursor:pointer;
	background:#fff;
	opacity:0;
	filter: alpha(opacity=0);
}
.ntw-detail{
	position:absolute;
	width:474px;
	height:313px;
	top:-30px;
	right:-11px;
	z-index:3;
}
.ntw-detail img{
	position:absolute;
	top:0px;
	right:0px;
	z-index:3;
	width:474px;
	height:313px;
}
.pos-relative{
	position:relative;
	z-index:1;
}
#main-sidebar{
	float:left;
	width:25%;
	margin-bottom:20px;
}
.more,.more-blk{
	font-size:12px;
	padding-right:10px;
	background:url(images/more_arrow.png) no-repeat right 6px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.more-blk{
	display:block;
	float:left;
	background-position:right 6px;
}
.content p ,.content ul,
.content ol,
.content dd,
.content pre{
	margin-bottom: 24px;
}
.content li{
	margin:5px 0 10px	
}
.col3-blk-infoW-bg p{
	font-style:italic;
	margin:8px 0
}
.blkR-cont dd{
	margin-bottom:30px
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-bottom: 0;
}
.content pre,
.content kbd,
.content tt,
.content var {
	font-size: 15px;
	line-height: 21px;
}
.content code {
	font-size: 13px;
}
.content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.content tr th,
.content thead th {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
.content tr td {
	border: 1px solid #dedede;
	padding: 10px;
}
.content tr.odd td {
	background: #f2f7fc;
}
.margin-t{
	margin-top:20px !important;
}
.margin-b{
	margin-bottom:20px !important;
}
.download-steps{
	padding-top:20px
}
.download-steps dt{
	font-size:18px;
	font-weight:500;
	margin:30px 0 20px
}
.linear-info{
	float:left;
	margin-top:30px;
	padding:30px 0 0 250px;
	border-top:1px solid #e7e7e7
}
.innerpage-entry-cont{
	padding-bottom:30px !important;
	padding-top:20px !important
}
.valign-m {
	vertical-align:middle;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #999;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.content .entry-title {
	font-family:ClanOT, Arial;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	font-weight:bold;
	color:#333333;
	text-transform:none;
}
.content .entry-title a{
	color:#333333;
	text-decoration:none;
}
.content .entry-title a:hover{
	color:#2383d8;
	text-decoration:none;
}
.entry-content .more{
	display:none;
}
.entry-content a{
	color:#333333;
	text-decoration:none;
}
.entry-content a:hover{
	color:#333333;
	text-decoration:none;
}
	
.entry-meta {
	color: #757576;
	font-size: 12px;
}
.entry-meta-pos{
	padding-top:10px;
	float:left;
	width:45%;
}
.share-btn-right{
	float:right; width:45%; text-align:right; padding-top:10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	line-height:1.45em
}
.content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #999;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #999;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #d71921;
}
.content .video-player {
	padding: 0;
}
h3 img{
	margin-right:10px !important;
	margin-bottom: 5px !important
}
.bot-pos {
	bottom:20px;
	left:308px;
	position:absolute;
}
.pad-t{
	padding-top:15px;
}
.w300{
	float:right;
	width:340px
}
.display-blk{
	display:block	
}
.posted-by{
	color:#999;	
}
.posted-by strong{
	color:#666	
}
.blog-cont{
	float:left;
	padding-left:80px;
	margin-bottom:20px
}
.blog-cont > img{
	margin:0 0 0 -80px !important
}
.blog-cont h5{
	clear:none;
	margin-bottom:10px;
	line-height:1.3em
}
.cont-with-img{
	float:left;
	padding:10px 0 10px 150px;
}
.cont-with-img > img{
	margin-left:-150px !important;
}
.liner-cont{
	float:left;
	padding:1em 0 1em 200px;
}
.liner-cont .left-align-logo, .left-align-logo{
	margin:3em 0 0 -200px;
	float:left;
}
.page-cont{
	min-height:400px;
	padding-top:46px;
	float:right;
	width:67%;
	margin-right:40px;
}
.page-cont h1{
	font-family:ClanOT, Arial;
	font-size:45px;
	font-weight:bold;
	color:#27ace3;
	padding:0px;
	margin:0px 0px 30px 0px;
	text-transform:uppercase;
}
.page-cont h2 {
    color: #231F20;
    font-family: ClanOT,Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-title{
	text-indent:-10000px;
}
.date-pos{
	float:left; 
	margin-right:30px; 
	text-align:left;
	font-family:ClanOT, Arial;
	font-size:14px;
	font-weight:bold;
}
.cont-pos{
	float:left; width:85%;
}

/* =Asides
-------------------------------------------------------------- */
.home .content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home .content .category-asides .entry-content {
	padding-top: 0;
}
.entry-content h2{
	font-weight:700;
	color:#333;
	line-height:30px
}
.entry-content #container-top h2{
	width:450px
}
#search-page h2{
	color:#666666;
}
#search-page .post-content{
	padding-bottom:20px;
}
#search-page .navigation{
	padding-bottom:20px;
}
#search-page .navigation a{
	color:#D71921;
	text-decoration:none;
}
#search-page .navigation a:hover{
	color:#D71921;
	text-decoration:underline;
}
#search-page .navigation .previous-entries{
	float:left;
	width:200px;
}
#search-page .navigation .next-entries{
	float:right;
	width:200px;
	text-align:right;
}
		
/* =Gallery listing
-------------------------------------------------------------- */
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home .content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
/*.content img {
	margin: 0;
	max-width: 640px;
}
.content .attachment img {
	max-width: 900px;
}*/
.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}
.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content img.alignleft,
.content img.alignright,
.content img.aligncenter {
	margin-bottom: 12px;
}
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.content .wp-caption img {
	margin: 5px 5px 0;
}
.content .wp-caption p.wp-caption-text {
	color: #999;
	font-size: 12px;
	margin: 5px;
}
.content .wp-smiley {
	margin: 0;
}
.content .gallery {
	margin: 0 auto 18px;
}
.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.content .gallery img {
	border: 2px solid #cfcfcf;
}
.content .gallery .gallery-caption {
	color: #999;
	font-size: 12px;
	margin: 0 0 12px;
}
.content .gallery dl {
	margin: 0;
}
.content .gallery img {
	border: 10px solid #f1f1f1;
}
.content .gallery br+br {
	display: none;
}
.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.alignright.size-full{
	margin:-40px 0 30px 60px !important;	
}
h3 img{
/*	margin-top:0 !important	
*/}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #999;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #999;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #999;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #999;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
	clear:both;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #999;
	font-size:11px;
	margin-left:5px;
	font-style:italic
}
#respond label {
	color: #999;
	font-size: 12px;
	display:block;
	float:left;
	margin-left:20px;
}
#respond input {
	margin: 0 0 9px;
	width: 200px;
	float:left;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
		
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color:#999;
	font-size:18px;
	font-weight:bold;
	padding:0 0 7px 40px;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border:none;
	margin:12px 0px 12px 15px !important;
	padding:0;
}
#primary {
	background:#e7e8e8 url(images/sidebar-btm1.jpg) right bottom no-repeat;
	padding:32px 0px 10px 0px;
	margin-bottom:20px;
}
#secondary {
	padding:0px 0px;
	margin-bottom:20px;
}
#secondary .widget-blk-top{
	margin-top:0px !important;
	padding:10px 20px 20px 20px !important;
}
#secondary .widget-blk{
	background:#f3f2f4 url(images/sidebar-bg.jpg) right bottom no-repeat;
	padding:20px;
	margin-top:20px;
}
#secondary .widget-blk-btm{
	padding-top:20px;
}
.recent-post-bg{
	background:url(images/recent-post-icon.jpg) left top no-repeat;
}
.archives-bg{
	background:url(images/archieve-icon.jpg) left top no-repeat;
}
.tag-bg{
	background:url(images/tag-cloud-icon.jpg) left top no-repeat;
}
#secondary h2{
	font-family:ClanOT, Arial;
	font-size:16px;
	font-weight:bold;
	color:#231F20;
	padding:5px 0px 20px 40px;
	margin-bottom:0px !important;
	line-height:18px;
	text-transform:uppercase;
}
#secondary #recent-posts li{
	font-size:12px;
	font-weight:normal;
	color:#595959;
	padding-bottom:10px;
	line-height:14px;
	background:url(images/bullet1.jpg) left 3px no-repeat;
	padding-left:18px;
}
#secondary #recent-posts li a{
	font-size:12px;
	font-weight:normal;
	color:#595959;
}
#secondary #recent-posts li a:hover{
	color:#2383d8;
}
#secondary #archives-list li{
	list-style-image:none;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}
#secondary #archives-list li.archive-year{
	clear:both;
	padding:5px 0px 15px 0px;
	font-size:14px;
	font-family:ClanOT, Arial;
}
#secondary #archives-list li.archive-mon{
	display:block;
	float:left;
	margin-right:5px;
	padding-bottom:5px;
	margin-bottom:7px;
}
#secondary #archives-list li a{
	background:#9a9ca0;
	padding:5px;
	color:#ffffff;
	text-transform:uppercase;
}
#secondary #archives-list li.archive-mon a:hover{
	background:#2383d8;
	text-decoration:none;
}
#secondary #archives-list li.archive-year a{
	background:transparent;
	color:#2383d8;
}
#rss-bg {
	background:#F3F2F4;
	padding:30px 0px 10px 0px;
}
#rss-bg input[type="text"]{
	width:74%;
	height:18px;
	background:#ffffff;
	color:#939494;
	padding:2px 5px;
	font-size:12px;
	border:none;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	margin:0px 0px 0px 23px;
	border:1px solid #878586;
}
.press-rss-submit{
	background:url(images/press-rss-btn.jpg) left top no-repeat;
	width:79%;
	height:21px;
	border:0px;
	cursor:pointer;
	margin-left:23px;
}
.news-rss-submit{
	background:url(images/news-rss-btn.jpg) left top no-repeat;
	width:79%;
	height:21px;
	border:0px;
	cursor:pointer;
	margin-left:23px;
}
.rss-submit{
	background:url(images/rss-btn.jpg) left top no-repeat;
	width:79%;
	height:21px;
	border:0px;
	cursor:pointer;
	margin-left:23px;
}
#rss input[type="submit"] {
	color: transparent !important;
}
.sidebar-ul li{
	font-family:ClanOT, Arial;
	font-weight:bold;
	font-size:14px;
	display:block;
	line-height:20px;
	margin-bottom:5px;
	text-transform:uppercase;
}
.sidebar-ul li ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	display:block;
	line-height:15px;
	margin-bottom:5px;
	text-transform:none;
}
.sidebar-ul li a{
	color:#000000 !important;
	text-decoration:none;
	margin-left:15px;
}
.sidebar-ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	margin-left:15px;
}
.sidebar-ul li ul li a, .sidebar-ul li.current_page_item ul li a{
	color:#595959 !important;
	text-decoration:none;
}
.sidebar-ul li ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}
.sidebar-ul > li.current_page_item, .sidebar-ul > li.current_page_item:hover{
	background:url(images/sidebar-hover-bg.jpg) left top no-repeat;
}
.sidebar-ul > li:hover{
	background:url(images/sidebar-hover-bg2.jpg) left top no-repeat;
}
.sidebar-ul > li.current_page_item a{
	color:#fff !important;
}
 .sidebar-ul > li:hover > a{
	 color:#000;
 }
.sidebar-ul > li > ul >li.current_page_item a, .sidebar-ul > li > ul >li:hover > a{
	color:#00a6dd !important;
}
#main #primary.widget-area ul {
	margin-left:0;
}
/*#main .widget-area li {
	list-style-image:url("images/icon_arrow.gif");
}*/
.widget_recent_entries h3 {
	background:url("images/icon_recent_post.gif") no-repeat 0 0 ;

}
.widget_tag_cloud h3 {
	background:url("images/icon_category.gif") no-repeat 0 0 ;
}
.widget_archive h3 {
	background:url("images/icon_archive.gif") no-repeat 0 0;
}
.widget-area a:link, .widget-area a:visited {
	color:#666;
}
.widget-area a:active, .widget-area a:hover {
	color:#2383d8;
	text-decoration:none;
}

/* Footer widget areas */
#footer-widget-area {
}
.hentry.post{
	margin-bottom:30px	
}

/***********network map***************/
#pop-bg-map{
	width:100%;
	height:100%;
	background:#333;
	opacity:.5;
	filter: alpha(opacity=50);
	position:fixed;
	z-index:11;
	top:0;
	left:0
}
#pop-cont-map{
	width:600px;
	height:394px;
	position:fixed;
	top:70px;
	left:50%;
	margin-left:-300px;
	background:#fff;
	z-index:200;
}
.close-pop-map{
	position:absolute;
	right:-2px;
	top:2px;
	width:15px;
	height:15px;
	z-index:101;
	cursor:pointer;
	background:url(images/close.png) no-repeat;
}
/***********network map******************/

/* =Footer
-------------------------------------------------------------- */
#footer-nav{
	overflow:hidden;
	margin:10px 0px 20px 0px;
	width:100%;
	font-family:ClanOT, Arial;
	font-size:10px; 
	font-weight:normal; 
	color:#ffffff;
}
#footer-nav a{
	color:#ffffff;
}
#footer-nav a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.footer-left-nav{
	float:left; 
}
.footer-right-nav{
	float:right; 
	text-align:right;
}
.footer-right-nav img{
	padding-left:8px;
}
.footer-pad{
	padding:5px 0px 0px 0px;
}
#footer-cont{
	background:#f2f2f3;
	overflow:hidden;
	margin-top:20px !important;
	width:100%;
}
.foot-blk {
	float: left;
	font-size: 11px;
	margin: 20px;
	padding: 0px;
	position: relative;
	width: 19%;
}
.foot-blk h5{
	font-family:ClanOT, Arial;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
}
.foot-blk h5 a{
	color:#333333;
	text-decoration:none;
}
.foot-blk h5 a:hover{
	color:#333333;
	text-decoration:none;
}	
.foot-blk p{
	padding-bottom:10px;
	line-height:12px;
	margin-bottom:0px;
}
.foot-blk p a{
	color:#444444;
}
.foot-blk p a:hover{
	color:#2383d8;
	text-decoration:none;
}
.foot-blk ul{
	margin:0px;
}
.foot-blk ul li{
	list-style-type:none;
	padding-bottom:5px;
	font-family:ClanOT, Arial;
	color:#333333;
	font-weight:bold;
}

/* about inmobi */
#about-inmobi{
	margin:0 auto;
	width:800px;
}
/* about inmobi */
		
/*miscellaneous*/
.clear{
	clear:both	
}
.float-l{
	float:left !important;	
}
.margin-n{
	margin:0!important
}
.margin-s-n{
	margin-right:0!important;
	margin-left:0!important
}
.red{
	color:#d71921;
}
.cta-big{
	height:64px;
	padding-right:57px;
	background:url(images/Action_Button_right.png) no-repeat right center;
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:700;
	float:left;
	margin:20px 0 0 -10px
}
.cta-big span{
	height:64px;
	padding-left:27px;
	background:url(images/Action_Button_left.png) no-repeat left center;
	display:block;
	line-height:45px;
}
.cta, .ctaS{
	height:32px;
	padding-right:11px;
	background:url(images/button_body_right.png) no-repeat right center;
	display:block;
	color:#fff !important;
	font-size:18px;
	float:left;
}
.cta span, .ctaS span{
	height:32px;
	padding-left:10px;
	background:url(images/button_body_left.png) no-repeat left center;
	display:block;
	line-height:27px;
}
.cta:hover,.ctaS:hover, .cta-big:hover{
	color:#fff;
	text-decoration:none
}
.ctaS{
	font-size:13px;
	font-weight:700
}
.cta-download{
	background-image:url(images/button_body_downarrow.png);
	padding-right:25px
}
.page-ban .cta-big{
	position:absolute;
	right:0;
	top:20px
}
.list-style-n{
	list-style:none !important	
}
.events-list{
	padding-bottom:2em;
}
.events-list p > strong{
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 100px;
	margin-left:-110px
}
.events-list p{
	padding-left:110px;
}
.events-list h2{
	color:#666;
	margin:0 0 .5em;
	font-size:21px;
	font-weight:500;
	line-height:1.2em;
}
.medium, .ipad{
	display:none;
}
.web-hide{
	display:none !important;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
/*pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
*/

/* =Print Style
-------------------------------------------------------------- */
@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title,
#site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access,
#banner img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area {
	display: none !important;
}
.content,
.one-column .content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,
#site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}
		
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 900px) {
body {
}
#header-cont{
	float:right;
	margin:25px 0px 0px 0px;
	text-align:left;
	width:72%;
	position:relative;
}
#logo-cont{
	float:left;
	margin:25px 0px 0px 27px;
}
.medium{
	font-family:ClanOT, Arial;
	float:none !important;
	display:block;
	margin-top:5px;
}
#main-nav ul li{
	padding:0px;
	margin:0px 6px 0px 0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#6d6f71;
	text-transform:uppercase;
}
#main-nav ul li:last-child{
	margin:0px;
}
#main-nav ul li a{
	padding:4px 6px 27px 6px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
}
#main-nav ul li a:hover{
	padding:4px 6px 27px 6px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
	background:#cce2f3;
	text-decoration:none;
}
#main-nav ul li#active a{
	padding:4px 6px 27px 6px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	background:#00a6dd;
	text-decoration:none;
}
#main-nav ul li#active a:hover{
	padding:4px 6px 27px 6px;
	margin:0px;
	display:block;
	float:left;
	font-family:ClanOT, Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	background:#00a6dd;
	text-decoration:none;
}
.subnav-div{
	display:none !important;
}
.page-cont{
	min-height:400px;
	padding-top:76px;
	float:right;
	margin-right:40px;
}
.cont-pos{
	float:left; width:80%;
}
#secondary #archives-list li.archive-year{
	clear:both;
	padding-bottom:5px;
	font-size:14px;
	font-family:ClanOT, Arial;
	background:url(images/bullet1.jpg) left 8px no-repeat;
	padding-left:18px;
}
#secondary #archives-list li.archive-mon{ 
	display:none; 
}
.foot-blk {
	float: left;
	font-size: 11px;
	margin:20px 20px 10px 20px;
	padding: 0px;
	position: relative;
	width: 27%;
}
.foot-blk-medium ul{
	clear:both;
	margin:0px 20px 20px 20px;
	padding-bottom:20px;
}
.foot-blk-medium ul li{
	list-style-type:none;
	padding-bottom:5px;
	font-family:ClanOT, Arial;
	color:#333333;
	font-weight:bold;
	float:left;
	margin-right:25px;
}
.foot-blk-medium ul li:last-child{
	margin-right:0px;
}
.large{
	display:none;
}
.ipad{
	display:block;
}
}
		
@media screen and (-webkit-min-device-pixel-ratio:0) {
#access ul li.current_page_item > a span{
	padding:1px 9px 3px 0	
}
.network-breakup img{
	right:-1px;	
}
.search-cont li{
	line-height:1em
}
.cta span, .ctaS span{
	line-height:28px	
}
}


/* IE 8 */
@media \0screen {
#global-menu, .page-cont{
margin-right:-3px;
}
#site-links-blk{
right:-3px;
}
.right-nav{
	width:45%;
}
#main-nav{
	margin:22px 0px 0px 0px;
}
.subnav-div{
	left:-3px;
}
.sub-blk2{
	left:104px;
}
.sub-blk3{
	left:224px;
}
.sub-blk4{
	left:330px;
}
.footer-right-nav{
	width:14.5%;
}
#dynamic-info{
	width:20%;
}
#rss input[type="submit"] {
	font-size:0;
}
.header-main, .container-bg, .subnav-div {
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.Shadow(Color=#c8c4c4, Strength=3, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#c8c4c4, Strength=3, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#c8c4c4, Strength=3, Direction=270);
}
}
