/* #Site Wide Typography
================================================== */
/*p, ul {
	font-size:12px;
	line-height: 18px;
	margin-bottom: 10px;
}*/
p a, a {
	text-decoration:none;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.pp_hoverContainer a {
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	-moz-transition:none;
}

/* #Topbar Nav Style
================================================== */
.r a > .sf-sub-indicator {
	top: .7em;
	right: 5px;
}
.topbar .sf-menu a {
	padding: 8px 10px;
	background: none;
	font-weight: normal;
	font-size: 11px;
	color: #777 !important;
	line-height: 12px;
	text-align:center;
}
.topbar .sf-menu a.sf-with-ul {
	padding-right:20px;
}
.topbar .sf-menu li:hover ul, .topbar .sf-menu li.sfHover ul {
	top: 2.6em;
	right: 0;
	left: auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}
.no-boxshadow .topbar .sf-menu li:hover ul, .no-boxshadow .topbar .sf-menu li.sfHover ul {
	right: -.75em;
}
.topbar ul.sf-menu li li:hover ul, .topbar ul.sf-menu li li.sfHover ul {
	top: 0;
	right: 14.5em;
	left: auto;
}
.no-boxshadow .topbar ul.sf-menu li li:hover ul, .no-boxshadow .topbar ul.sf-menu li li.sfHover ul {
	right:13.5em;
}
.topbar .sf-menu li li a, 
.topbar .sf-menu li li a:visited, 
.topbar .sf-menu li.sfHover li a,
.topbar .sf-menu li a:hover, 
.topbar .sf-menu li.sfHover a  {
	background-color:#f9f9f9;
	color:#777 !important;
	font-size: 11px;
}
.topbar .sf-menu li li:hover, 
.topbar .sf-menu li li.sfHover, 
.topbar .sf-menu li li a:focus, 
.topbar .sf-menu li li a:hover, 
.topbar .sf-menu li li a:active {
	background-color:#fff;
} 
.topbar .sf-menu li ul, .topbar .sf-menu li li ul {
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.topbar a > .sf-sub-indicator {
	right: .75em;
	top: .9em;
}
.topbar .sf-menu li.sfHover li .sf-sub-indicator {
	left: .75em;
	top: 1.1em;
}
.topbar .sf-sub-indicator, .topbar .sf-menu li a:hover .sf-sub-indicator, .topbar .sf-menu li.sfHover .sf-sub-indicator, .topbar .sf-menu li.current-menu-item a .sf-sub-indicator  {
	background: url('../img/sprites.png') no-repeat;
	background-position: -369.00006103515625px -23px;
}
.topbar .sf-menu li.sfHover li .sf-sub-indicator {
	background: url('../img/sprites.png') no-repeat;
	background-position: -420.00006103515625px -25px; 
}
.topbar .sf-menu ul li li a { 
	border-bottom-style: dotted; 
	border-bottom-width: 1px; 
	border-bottom-color: #dcdcdc !important; 
	border-left:0;
	border-right: 1px dotted gainsboro;
	margin:0;
}
.topbar .sf-menu ul li li:last-child a {
	border-bottom:0;	
}

/* Mobile Navigation Container */
.mobilenavcontainer {
	width: 100%;
	position: static;
	z-index: 999999;
	display:none;
}

#mobilenav:target a {
	-moz-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-ms-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-o-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-webkit-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	transition: height .25s, line-height .25s, background .25s, visibility .25s;
}
/* Mobile Navigation */
.mobilenavigation {
	width: 420px;
	margin: auto;	
	padding-bottom: 20px;
}

ul#mobilenav, #mobilenav li {
	list-style: none;
	margin:0;
}
#mobilenav:target li li li a,
#mobilenav li li li a.display {
	padding-left:40px;	
}
#mobilenav:target li li li a,
#mobilenav li li a.display {
	padding-left: 20px;
}

ul#mobilenav ul {
	margin:0;
}

ul#mobilenav {
	Â margin: 0;
	Â position: relative;
	Â z-index: 1000;
	 width:100%;
}
#mobilenav a {
	position:relative;
	display:block;
Â  	overflow: hidden;
Â  	height: 0;
Â  	line-height: 0;
	padding: 5px 5px;
	border-bottom: 1px dotted #dcdcdc;
	text-align: left;
	height: 0;
	overflow: hidden;
	padding: 0;
	z-index: 1000;
	border-width:0;
	font-size:12px;
	color:#333;
	background: url(../img/rightarrow.png) 95% 48% no-repeat;
}
#mobilenav a:hover {
    background: #f2f2f2 url(../img/rightarrow.png) 97% 48% no-repeat;
}
#mobilenav:target a, #mobilenav a.display{
	border-bottom-width:1px;
	height:20px;
	padding:9px 5px 5px 5px;
}
#jump {	
	z-index: 1001;
	background:#333 url(../img/downarrow.png) 95% 50% no-repeat;
	width:400px;
	height: auto;
	display: block;
	padding: 10px;
	margin: auto;
	text-align: left;
	position: relative;
	font-size: 0.750em;
	color:#fff;
}
a#jump:hover {
	background:#444 url(../img/downarrow.png) 95% 50% no-repeat;
}
#mobilenav {
Â    /* the nav sits behind the menu button */
	z-index: 1000;
}
#mobilenav:target {
Â  /* unless it's showing */
Â  z-index: 1001;
}
#mobilenav:target a {
Â  /* make nav links sit up a level */
Â  position: relative;
Â  z-index: 1;
}
#back {
	position:relative;	
}
#back a {
	background:#333 url(../img/uparrow.png) 95% 45% no-repeat;
	border: 0;
	position: relative;
	left: 0;
	right: 0;
	z-index: 1001;
	margin-top: 0px;
	border-width:0;
	color:#fff;
	transition:none;
	-webkit-transition: none;
	-moz-transition:none;
	-o-transition:none;
}
#back a:hover {
	background:#444 url(../img/uparrow.png) 95% 45% no-repeat;
}
#mobilenav:target #back a, #mobilenav #back.display a {
	border-width:1px;
	height:auto;
	padding: 10px;
	margin-top: -38px;
}

/* #Mobile Nav in Top Bar
================================================== */

/* Mobile Navigation Container */
.mobilenavcontainer {
	width: 100%;
	position: static;
	z-index: 999999;
	display:none;
}

#mobilenav_top:target a {
	-moz-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-ms-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-o-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	-webkit-transition: height .25s, line-height .25s, background .25s, visibility .25s;
	transition: height .25s, line-height .25s, background .25s, visibility .25s;
}
/* Mobile Navigation */

ul#mobilenav_top, #mobilenav_top li {
	list-style: none;
	margin:0;
}
#mobilenav_top:target li li a, #mobilenav_top:target li li li a{
	padding-left:20px;	
}

ul#mobilenav_top ul {
	margin:0;
}

ul#mobilenav_top {
	margin: 0;
	position: relative;
	z-index: 1000;
	width:100%;
}
#mobilenav_top a {
	position:relative;
	display:block;
Â  	overflow: hidden;
Â  	height: 0;
Â  	line-height: 0;
	padding: 5px 5px;
	border-bottom: 1px dotted #dcdcdc;
	text-align: left;
	height: 0;
	overflow: hidden;
	padding: 0;
	z-index: 1000;
	border-width:0;
	font-size:12px;
	color:#333;
	background: url(../img/rightarrow.png) 95% 48% no-repeat;
}
#mobilenav_top a:hover {
    background: #f2f2f2 url(../img/rightarrow.png) 97% 48% no-repeat;
}
#mobilenav_top:target a, #mobilenav_top a.display {
	border-bottom-width:1px;

	height:20px;
	padding:9px 5px 5px 5px;
}
#jump_top {	
	z-index: 1001;
	background:#333 url(../img/downarrow.png) 95% 50% no-repeat;
	width:400px;
	height: auto;
	display: block;
	padding: 10px;
	margin: auto;
	text-align: left;
	position: relative;
	font-size: 12px;
	z-index:999;
	color:#fff;
}
a#jump_top:hover {
	background:#444 url(../img/downarrow.png) 95% 50% no-repeat;
}
#mobilenav_top {
Â    /* the nav sits behind the menu button */
Â    z-index: 1000;
}
#mobilenav_top:target {
Â    /* unless it&rsquo;s showing */
Â    z-index: 1001;
}
#mobilenav_top:target a {
Â  Â  /* make nav links sit up a level */
	position: relative;
	z-index: 1;
}
#back_top {
	position:relative;	
}
#back_top a {
	background:#333 url(../img/uparrow.png) 95% 45% no-repeat;
	border: 0;
	position: relative;
	left:auto;
	right: 0;
	z-index: 1001;
	margin-top: 0px;
	border-width:0;
	color:#fff;
	transition:none;
	-webkit-transition: none;
	-moz-transition:none;
	-o-transition:none;
}
#back_top a:hover {
	background:#444 url(../img/uparrow.png) 95% 45% no-repeat;
}
#mobilenav_top:target #back_top a, #mobilenav_top #back_top.display a{
	border-width:1px;
	height:auto;
	padding: 10px;
	margin-top: -38px;
}
.topbar #jump_top, .topbar #mobilenav_top:target #back_top a, .topbar #mobilenav_top #back_top.display a {
	background: #F3F3F3 url(../img/downarrow-dark.png) center no-repeat;
	margin: 0;
	text-indent: -999999px;
	width: 15px;
	height: 15px;
	text-align: left;
	color:#777;
	z-index: 1;
	float:right;
}
.topbar #jump_top:hover {
	background: #f9f9f9 url(../img/downarrow-dark.png) center no-repeat;
}
.topbar .mobilenavigation {
	padding:0;
	background: #F3F3F3;
}
.topbar #mobilenav_top:target #back_top a, .topbar #mobilenav_top #back_top.display a {
	background: #F3F3F3 url(../img/uparrow-dark.png) center no-repeat;
	position:absolute;
	top:-35px;
}
.topbar #mobilenav_top:target a {
	border-bottom-width: 1px;
	height: 20px;
	padding: 9px 15px 5px 15px;
}
#mobilenav_top:target li li li a,
#mobilenav_top li li li a.display {
	padding-left:50px;	
}
#mobilenav_top:target li li li a,
#mobilenav_top li li a.display {
	padding-left: 30px;
}
.topbar #mobilenav_top a:hover {
    background: #fff url(../img/rightarrow.png) 97% 48% no-repeat;
}
.topbar #mobilenav_top a {
	padding-left:15px;
}

/* #Media Queries
================================================== */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

/* #General Layout Changes
================================================== */

.container { 
	width: 420px;
}

/*.container.featuredcontainer {
	width:420px;
	margin: 0 0 30px 0;
	padding:0;
}
.container .featured {
	margin:0;	
}
	
.logo h1 {
	padding-top: 0.5em !important;
	padding-bottom: 0.1em !important;
}*/

.mobilenavcontainer {
	display:block;
}

.nav, .topbar .sf-menu {
	display:none;
}

.mobileclear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

.container { 
	width: 300px;
}

#isonormal {
	width:300px;
}
.mobilenavigation, ul#mobilenav {
	width: 300px;	
}
.featured.articlecontainer.isotope#isofeatured {
	width:	300px;
}
#jump {
	width:280px;
}
/*.container.featuredcontainer {
	width: 300px;
	margin: 0 0 30px 0;
	padding: 0;
}

.featured .one_col, 
.featured .two_col, 
.nonfeatured .one_col,
.maincontent {
	width: 299px;
	margin-right:0;
}

.featured .two_col {
	height:148px;
}

ul.authorinfo {
	max-width: 190px;
}*/

}


/* Added by Vishrank */
.right-nav {
	float: right;
}

.right-nav ul {
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
	padding-top: 15px;
}

.right-nav li {
	display: inline;
	margin-left: 2px;
}

.right-nav a {
	color: #FFFFFF;
	padding-right: 5px;
	font-size: 13px;
}
.right-nav a:hover {
	color:#bfbfbf;
}
#text-6 {
	margin-bottom:0 !important; 
}

#footer .footerwidget1 {
	width: 101px;
	float: left;
	margin-right: 0;
	margin: 0 10px 30px 0;
}

#footer .footerwidget2 {
	width: 301px;
	float: left;
	margin: 0 10px 30px 0;
}

#footer .footerwidget3 {
	width: 501px;
	float: left;
	margin: 0 10px 30px 0;
}

#searchbox {
	padding-top: 10px;
}

.mobilebottom  {
	display: none;
	height: 56px;
	background-color: #2d2d2d;
	float:left;
	width: 100%;
	position: fixed;
	bottom: 0;
}
#mobile_nav img {
	height: 100%;
	width: 20%;
	float: left;
}

.mobilelangselector {	
	float:right;
	padding:8px;
}
.mobilelangselector a {
	display:block;	
}
.mobilelangselector:hover {
	background-color: #F9F9F9;
}

.widget_custom {
	margin-bottom: 0;
}

.stock_quote {
	float:left;
	margin:25px 0 0 20px;
}

.custom_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.custom_menu ul li {
	display:inline;
}
.featured span.date {
	display:none;
}
.breadcrumbs {
	margin: 8px 0 0 0;	
}
.breadcrumbs a {
	list-style-type: none;
	margin-left: auto;
	margin-bottom: 0;
	display: block;
	float: left;
	padding: 5px 7px;
	margin-right: 2px;
	margin-bottom: 2px;
	display:block;
	font-size:12px !important;
	background-color: #bfbfbf;
}
.breadcrumbs a:hover {
	color: white;
	background: #333;
}
.breadcrumbs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.top_search {
	float:right;
	padding-bottom:10px;
}

.mobileshopcontainer {
	display: none;
	bottom: 56px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #464646;
}
.mobileshopbutton {
	position: absolute;
	bottom: 5px;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.mobileshopbutton img {
	float: left;
	margin: 0 0 0 15px;
	padding-bottom: 1px;
}

.mobilesearchbutton {
	display: none;
	bottom: 56px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #464646;
}
.searchbox {
	position: relative;
	top: 50%;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.searchbox input#s {
	max-width:260px;
	font-size: 15px;
}

.mobileshopclosebutton {
	float: right;
	width: 15px;
	margin: 0 30px 20px 0;
	cursor: pointer;
}
.mobilesearchclosebutton {
	float: right;
	width: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}
/* Addition ends */

@media only screen and (max-width: 479px) {
    .mobilebottom { display: block; z-index: 999999; }
}
