.sticky { 
	background: #f7f7f7; 
	padding: 0 10px 10px; 
	} 
.sticky h2 { 
	padding-top: 10px; 
	} 
 
.commentlist li, #commentform input, #commentform textarea { 
	} 
.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; 
	} 
 
.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 { 
	} 
 
.commentmetadata { 
	font-weight: normal; 
	} 
 
#sidebar { 
	} 
 
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, h2 a:hover, h3 a:hover { 
	color: #06c; 
	text-decoration: none; 
	} 
 
a:hover { 
	color: #147; 
	text-decoration: underline; 
	} 
/* End Typography & Colors */ 
 
 
 
/* Begin Structure */ 
 
 
 
/*	Begin Headers */ 
h1 { 
	padding-top: 70px; 
	margin: 0; 
	} 
 
h2 { 
	margin: 30px 0 0; 
	} 
 
h2.pagetitle { 
	margin-top: 30px; 
	text-align: center; 
} 
 
#sidebar h2 { 
	margin: 5px 0 0; 
	padding: 0; 
	} 
 
h3 { 
	padding: 0; 
	margin: 30px 0 0; 
	} 
 
h3.comments { 
	padding: 0; 
	margin: 40px auto 20px ; 
	} 
/* End Headers */ 
 
 
 
/* 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. */ 
 
html>body .entry ul { 
	margin-left: 0px; 
	padding: 0 0 0 30px; 
	list-style: none; 
	padding-left: 10px; 
	text-indent: -10px; 
	} 
 
html>body .entry li { 
	margin: 7px 0 8px 10px; 
	} 
 
.entry ul li:before, #sidebar ul ul li:before { 
	content: "\00BB \0020"; 
	} 
 
.entry ol { 
	padding: 0 0 0 35px; 
	margin: 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 { 
	list-style-type: none; 
	list-style-image: none; 
	margin-bottom: 15px; 
	} 
 
#sidebar ul p, #sidebar ul select { 
	margin: 5px 0 8px; 
	} 
 
#sidebar ul ul, #sidebar ul ol { 
	margin: 5px 0 0 10px; 
	} 
 
#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; 
	} 
/* 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; 
	text-align: justify; 
	} 
 
.commentlist li { 
	margin: 15px 0 10px; 
	padding: 5px 5px 10px 10px; 
	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 
{ 
	padding: 20px 0 10px 0; 
	margin-left: 545px; 
	width: 190px; 
	} 
 
#sidebar form { 
	margin: 0; 
	} 
/* End Sidebar */ 
 
 
 
/* 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; 
	} 
 
.navigation { 
	display: block; 
	text-align: center; 
	margin: 10px 0;
        clear: both; 
	} 
/* 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 */ 
 
 
h1, h1 a, h2, h2 a {color: #326803; font-size: 18px; font-weight; normal; margin: 0; padding: 0 0 8px;} 
h3, h3 a {color: #326803; font-size: 15px; font-weight; normal; margin: 0; padding: 0 0 8px;} 

body { 
	background: #d4d4d4; color: #696969;  
	font: 12px "Arial", "Helvetica", sans-serif;  
	margin: 0 auto; padding: 0; 
} 
 
#main_bg { 
	background: transparent url("images/bg_main_line.jpg") repeat-y scroll left bottom;  
	height: 100%; 
	margin: 0 auto;  
	width: 984px; 
} 
 
#main_container { 
	background: transparent url("images/bg_main.jpg") no-repeat scroll left top;  
	display: block; 
	height: 100%; 
	padding: 0 12px;  
	width: 960px; 
} 
 
#main_container_bg { 
	background: transparent url("images/bg_bottom.jpg") repeat-x scroll 0 bottom;  
	display: block; 
	height: 100%; 
	padding: 0 15px;  
	width: 930px; 
} 
 
#header {clear: both; height: 85px; padding: 0 0 0 23px;} 
 
.logo {float: left; height: auto; padding: 16px 0; width: 115px;} 
 
.menubar {float: right; width: 765px;} 
.menubar .login {font-size: 11px; font-weight: bold; padding: 11px 33px 13px 0; text-align: right; 
	width: 730px;} 
.menubar .login a {color: #2477a0; text-decoration: none;} 
.menu_container {height: 31px;} 
 
.moduletable_topmenu {color: #333; height: 31px; margin: 0; padding: 0; width: 765px;} 
.moduletable_topmenu ul { 
	background: url("images/nav-bg2.gif") no-repeat left center; 
	float: right; list-style: none; margin: 0; padding: 0; border: 0; text-align: left; 
} 
 
.moduletable_topmenu li { 
	background: url("images/menu-divider.gif") no-repeat right center; 
	float: left; margin: 0 !important; padding: 0; overflow: hidden; 
} 
.moduletable_topmenu li a { 
	border-left: 1px solid #4c5f79; border-right: 1px solid #303c4d; color: #fff; 
	display: block; font-weight: bold; font-size: 11px; padding: 8px 20px; text-decoration: none; 
	text-transform: uppercase; 
} 
.moduletable_topmenu li.first a { 
	border-left: 0; 
} 
li.demo a, 
li.demo a:hover { 
	background: url("images/last-nav-bg.gif") no-repeat right center !important; border: 0; padding-right: 31px; padding-left: 31px; 
	} 
 
#home_content { 
	background: transparent url("images/left_section_bg.jpg") no-repeat scroll right top; 
	float: left; margin: 12px 11px; padding: 30px 28px 0 22px; width: 584px; 
	color: #767474; font-size: 14px; font-weight: normal; margin: 0; 
} 
#home_content h2 a {text-decoration: none; color: #326803;} 
 
.rightPane {float: right; padding: 12px 0 18px 10px; width: 285px;} 
.rightPane .panel h3, h2.widgettitle 
 {height: 27px; line-height: 27px; padding-bottom: 3px; 
	background: transparent url("images/blue-band.jpg") no-repeat scroll left top; color: #fff !important; display: block; font-size: 12px; font-weight: bold; padding: 0 0 0 15px; text-decoration: none;} 
 
#footer { clear: both; border-top: 3px solid #909090; height: 73px; margin: 0 5px 0 10px; padding: 10px 0 0;} 
#footer a {color: #535353; text-decoration: none;} 
#footer .copyright {color: #afafaf; float: left; font-size: 10px; padding-left: 22px; width: 30%;} 
.footer_menu {float: right; font-size: 11px; text-align: left; width: 455px; font-size: 10px;} 
.footer_menu h4 {text-transform: uppercase; margin-bottom: 3px;} 
.footer_menu div {float: left; display: block; width: 110px; border: 0; margin: 0; padding: 0;} 
.footer_menu div ul {list-style: none; padding-left: 0; padding-top: 0; margin: 0;} 
.footer_menu div ul li {line-height: 12px;} 
 
.post {padding-bottom: 15px; margin-bottom: 5px; clear: both;} 
.post h2 {font-size: 140%;} 
 
#banner {background: url("images/banner/inside_banner.jpg") no-repeat left top; height: 90px; margin: 0; padding: 0;} 
h1 span {display: none;} 
#content h2 {clear: both;} 
 
div.last { 
	background: transparent url("images/bg_bottom_footer.jpg") no-repeat;  
	height: 22px; margin: 0 auto; width: 984px; padding: 0; 
} 
li+h3, li+h2 {list-style-type: none;} 
li.widget {list-style-type: none;} 
 
li object {margin: 10px 20px;}

ul.connectwith{
list-style-type:none;
margin:0px;
padding:0px 0px 0px 10px;
}

ul.connectwith li{
margin:0px;
padding:14px 0px 15px 40px;
}

ul.connectwith li a{
font-size:12px !Important;
color:#767474 !Important;
text-decoration:none;
background-image:none !Important;
}

ul.connectwith li a:hover{
color:#767474;
text-decoration:underline;
}

ul.connectwith li.connectwithsubscriberss{
background-image:url(http://www.right90.com/sites/all/themes/right90/images/rss-icon.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul.connectwith li.connectwithtwitter{
background-image:url(http://www.right90.com/sites/all/themes/right90/images/twitter-icon.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul.connectwith li.connectwithblog{
background-image:url(http://www.right90.com/sites/all/themes/right90/images/blog_icon.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul.connectwith li.connectwithyoutube{
background-image:url(http://www.right90.com/sites/all/themes/right90/images/youtube_icon.gif);
background-repeat:no-repeat;
background-position:left center;
}

ul.connectwith li.connectwithlinkedin{
background-image:url(http://www.right90.com/sites/all/themes/right90/images/linkedin_icon.gif);
background-repeat:no-repeat;
background-position:left center;
}