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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
 
body {
	line-height: 1;
	text-align: left; }
 
ol,ul { list-style: none; }
 
blockquote,q { quotes: none; }
 
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none; }
 
:focus { outline: 0; }
 
ins { text-decoration: none; }
 
del { text-decoration: line-through; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
body { font: 62.5% Georgia, Geneva, "Times New Roman", times; }
 
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; }
 
/* IE6 */
* html .clearfix { zoom: 1; }
 
/* IE7 */
*:first-child+html .clearfix { zoom: 1; }
 
.left { float: left; }
 
.right { float: right; }
 
.wrapper {
	background: #fff;
	border: 1px solid #bfbfbf;
	margin: 20px auto;
	position: relative;
	width: 1000px; }
 
#container { padding: 0 0 45px; }
 
/*** Ads ***/
#top-banner-ad {
	float: right;
	padding: 22px 10px 12px 0;
	text-align: right; }
 
.ad-box {
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	padding: 20px 0;
	text-align: center; }
 
.grid .ad-box { border-top: 1px solid #d9d9d9; }
 
.sidebar-ad {
	margin-bottom: 15px !important;
	text-align: center; }
 
/*** Header ***/
.header-inner { clear: both; }
 
#logo {
	float: left;
	height: 90px;
	padding: 22px 0 12px 10px; /*width: 290px;/**/ }
 
	#logo img {
		max-height: 128px;
		max-width: 290px;
		padding: 20px 0 19px; }
 
.site-description {
	width: 290px;
	height: 111px;
	padding: 35px 30px 0;
	float: left;
	overflow: hidden; }
 
	.site-description .textwidget {
		font-size: 11px;
		color: #656363;
		line-height: 1.3; }
 
.menu {
	width: 100px;
	padding-right: 30px;
	float: right; }
 
	.menu ul { margin-top: 35px; }
 
	.menu li {
		font-size: 11px;
		text-transform: uppercase;
		margin: 6px 0; }
 
	.menu a {
		color: #000;
		text-decoration: none; }
 
		.menu a:hover { text-decoration: underline; }
 
.network-menu {
	height: 21px;
	position: absolute;
	right: 10px;
	top: 0; }
 
	.network-menu ul { float: right; }
 
		.network-menu ul li {
			float: left;
			margin-left: 15px;
			font: 11px Georgia, Geneva, "Times New Roman", times;
                        line-height: 21px; }
 
	         .network-menu ul li a {
                           padding: 0px 1px 0px 5px;
                           border-left: 1px solid #E10020;
                           color: #006699;
                           text-decoration: underline;
                           font-weight: bold;
                           font-family: Helvetica, Arial, sans-serif;}

 
.sidebar .search { width: 300px; }
 
	.sidebar .search fieldset {
		background: #fff; /*background: #dadada;/**/
		border: 1px solid #27292a;
		height: 31px;
		width: 300px; }
 
	.sidebar .search input {
		width: 262px;
		border: none;
		background: none;
		padding: 8px;
		color: #27292a; /*color: #fff;/**/
		font: 11px Georgia, Geneva, "Times New Roman", times;
		text-transform: uppercase;
		vertical-align: middle; }
 
	.sidebar .search button {
		width: 16px;
		height: 16px;
		background:url("http://cdn.medgadget.com/wp-content/uploads/2013/03/sprites.png") no-repeat -37px 0;
		cursor: pointer;
		border: none;
		vertical-align: middle; }
 
/*** Navigation ***/
.nav {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	height: 24px;
	margin: 0 0 10px;
	overflow: hidden;
	width: 1000px; }
 
	.nav span { color: #555 !important; }
 
.dd {
	float: left;
	height: 24px;
	overflow: hidden;
	width: 645px; }
 
.nav span,
.dd li,
.subscribe li {
	float: left;
	display: block;
	border-left: 1px solid #d9d9d9;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase; }
 
/*
.dd li:first-child {
	border-left: none;
}
/**/
.dd li a,
.nav span {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 14px;
	white-space: nowrap; /*margin: 0 14px;/**/ }
 
.nav span {
	border: none;
	font-weight: bolder; }
 
.dd li a:hover {
	background: #006699;
	color: #fff;
	text-decoration: none; }
 
.dd li ul {
	position: absolute;
	padding: 8px 0 10px;
	visibility: hidden;
	background: #000;
	z-index: 100; }
 
	.dd li ul li {
		float: none;
		border: none;
		font-size: 11px;
		text-align: left;
		margin: 5px 0;
		padding: 0 8px; }
 
		.dd li ul li a {
			color: #fff;
			display: inline;
			margin: 0 !important;
			white-space: normal;
			padding-top: 0; }
 
.dd li.dd_hover { background: #000; }
 
a.dd_hover:hover { text-decoration: none !important; }
 
.submenu a:hover { text-decoration: underline; }
 
.dd li.parent a {
	margin: 0 8px;
	padding-right: 12px;
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/dd.png") 100% 24px no-repeat; }
 
	.dd li.parent a.dd_hover {
		color: #fff;
		background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/dd_hover.png") 100% 24px no-repeat;
		margin: 0 8px;
		padding-right: 12px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px; }
 
.subscribe {
	float: right;
	padding-right: 10px;
	width: 200px; }
 
	.subscribe li {
		border: none;
		float: right;
		margin: 4px 0 0 5px; }
 
/*** Slideshow ***/
.slideshow {
	background: url('http://cdn.medgadget.com/wp-content/uploads/2013/03/carousel-bg-1.png') 0 0 repeat-x;
	height: 250px;
	margin-left: 2px;
	overflow: hidden;
	position: relative;
	width: 638px; }
 
#slideshow { width: 638px; }
 
.slide {
	background: transparent !important;
	padding: 30px 14px;
	width: 610px; }
 
	.slide img {
		display: block;
		float: left;
		height: auto !important;
		position: relative;
		right: 18px;
		top: -18px; }
 
	.slide .post:hover a.thumb { display: none; }
 
	.slide .post {
		background-color: #fff;
		cursor: pointer;
		float: left;
		height: 154px;
		margin: 0;
		padding: 18px;
		position: relative;
		overflow: hidden;
		width: 154px; }
 
	.slide .middle { margin: 0 19px; }
 
	.slide .post-category { display: none; }
 
	.slide .post-content { display: none; }
 
	.slide .post a { color: #000; }
 
	.slide .post h2 { margin-bottom: 5px; }
 
	.slide .post h2,
.slide .post h2 a {
		color: #006699;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none; }
 
	.slide .post h2 a:hover { text-decoration: none; }
 
	.slide .post .post-meta {
		font-size: 11px;
		font-style: italic;
		color: #656363;
		margin-bottom: 20px; }
 
		.slide .post .post-meta span,
.slide .post .post-meta a {
			color: #000;
			text-decoration: none;
			font-family: Helvetica, Arial, sans-serif;
			font-style: normal; }
 
		.slide .post .post-meta a:hover { text-decoration: underline; }
 
	.slide .post .post-author { text-transform: uppercase; }
 
	.slide .post-content p { margin-bottom: 15px; }
 
#larr,
#rarr {
	display: block;
	width: 32px;
	height: 53px;
	position: absolute;
	top: 106px !important;
	opacity: 0.2;
	z-index: 99 !important; }
 
#larr {
	background:#000 url("http://cdn.medgadget.com/wp-content/uploads/2013/03/sprites.png") no-repeat -34px -30px;
	left: 0 !important; }
 
#rarr {
	background:#000 url("http://cdn.medgadget.com/wp-content/uploads/2013/03/sprites.png") no-repeat -0px -30px;
	right: 0 !important; }
 
#larr:hover,
#rarr:hover { opacity: 1; }
 
/*** Content ***/
#content {
	width: 640px;
	float: left; }
 
.content-title {
	color: #000;
	font-size: 18px;
	padding: 30px 0 15px 30px;
        text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
	position: relative; }
 
.single .content-title { padding: 5px 0 0 30px; }
 
.content-title h1 {
	font-size: 28px;
	font-weight: bolder; }
 
	.content-title h1 a { font-size: 28px; }
 
.content-title a {
	color: #000;
	text-decoration: none; }
 
.content-title a {
	font-size: 11px;
	text-transform: uppercase; /*color: #d9d9d9;/**/ /*margin-bottom: 11px;/**/ }
 
	.content-title a:hover { text-decoration: underline; }
 
.content-title span { color: #d9d9d9; }
 
	.content-title span a {
		color: #d9d9d9;
		text-decoration: none; }
 
		.content-title span a:hover {
			color: #000;
			text-decoration: none; }
 
.categories {
	float: left;
	width: 480px; }
 
.syndicate-links,
.syndicate-links-home {
	float: right;
	position: relative; }
 
.syndicate-links { margin: 28px 85px 0 0; }
 
#mode {
	background:url("http://cdn.medgadget.com/wp-content/uploads/2013/03/sprites.png") no-repeat 0 0;
	display: block;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 37px; }
 
.flip { background-position: 0 -14px !important; }
 
.list .post {
	padding: 30px 0 0 30px;
	border-bottom: 1px solid #d9d9d9; }
 
	.list .post .thumb img {
		float: left;	 	
		margin: 12px 40px 25px 0px;
		max-width: 290px; /*max-height: 290px;/**/ }
 
.thumb .generated {
	height: 290px;
	width: 290px; }
 
.slide .generated {
	height: 190px;
	width: 190px; }
 
.list .post a { color: #000; }
 
	.list .post a.read-more { color: #006699; }
 
#loop .post .post-content a {
	color: #006699;
	font-weight: bold;
	text-decoration: none; }
 
.list div.full a.thumb { display: none !important; }
 
.list .post .post-category {
	font-size: 11px;
	color: #d9d9d9;
	text-transform: uppercase;
	margin-bottom: 11px; }
 
	.list .post .post-category a { text-decoration: none; }
 
		.list .post .post-category a:hover { text-decoration: underline; }
 
.list .post h2 { margin-bottom: 8px; }
 
.list .post h2,
.list .post h2 a {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none; }
 
.list .post h2 a:hover {
	color: #006699;
	text-decoration: underline; }
 
.list .post .post-meta {
	font-size: 11px;
	font-style: italic;
	color: #aaa9a9;
	margin-bottom: 10px; }
 
	.list .post .post-meta span,
.list .post .post-meta a {
		color: #000;
		text-decoration: none;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal; }
 
	.list .post .post-meta a:hover { text-decoration: underline; }
 
.post-author { text-transform: uppercase; }
 
.addthis_toolbox {
	float: right;
	height: 25px;
	width: 270px; }
 
a.addthis_button_facebook_like iframe {
	height: 25px !important;
	width: 60px !important; }
 
.grid .post-meta .syndicate-links-home { display: none; }
 
.list .link { padding-top: 0; }
 
	.list .link h2 { margin-top: 8px; }
 
.link .post-category,
.link .post-meta,
.link .post-content { display: none; }
 
.grid { padding: 12px 0 0 12px; }
 
	.grid .post {
		width: 154px;
		height: 154px;
		background-color: #f5f5f5;
		padding: 18px;
		float: left;
		margin: 19px 0 20px 19px;
		position: relative;
		overflow: hidden;
		cursor: pointer; }
 
		.grid .post .post-category,
.grid .post .post-content,
.grid .post .post-meta em { display: none; }
 
		.grid .post h2,
.grid .post .post-meta { display: block; }
 
		.grid .post .thumb {
			width: 190px;
			height: 190px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1; }
 
			.grid .post .thumb img { width: 190px; /*height: 190px;/**/ }
 
		.grid .post h2,
.grid .post h2 a {
			color: #000;
			font-size: 16px;
			font-weight: normal;
			text-decoration: none; }
 
		.grid .post h2 { margin-bottom: 5px; }
 
		.grid .post a { text-decoration: none; }
 
			.grid .post a:hover { text-decoration: underline; }
 
		.grid .post .post-meta {
			font-size: 10px;
			font-style: italic;
			color: #656363; }
 
			.grid .post .post-meta span,
.grid .post .post-meta a {
				color: #000;
				font-family: Helvetica, Arial, sans-serif;
				font-style: normal; }
 
			.grid .post .post-meta .post-author { text-transform: uppercase; }
 
		.grid .post .comments_popup_link {
			position: absolute;
			bottom: 18px;
			right: 18px; }
 
		.grid .post .post-edit-link {
			position: absolute;
			bottom: 18px;
			left: 18px; }
 
	.grid .post-ad { display: none; }
 
.rollover {
	opacity: 0;
	background: #ffea97;
	width: 154px;
	height: 154px;
	padding: 18px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer; }
 
.rollover-title { margin-bottom: 5px; }
 
.rollover-title,
.rollover-title a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none; }
 
.rollover-title a:hover { text-decoration: underline; }
 
.rollover-content {
	color: #272727;
	font: 12px/1.5 Helvetica, Arial, sans-serif; }
 
.rollover-meta {
	font-size: 10px;
	font-style: italic;
	color: #656363; }
 
	.rollover-meta span,
.rollover-meta a {
		color: #000;
		text-decoration: none;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal; }
 
.rollover-author { text-transform: uppercase; }
 
.rollover-meta a:hover { text-decoration: underline; }
 
.pagination {
	padding: 20px 0 0 30px;
	color: #aaa9a9;
	font-size: 12px;
	clear: both;
	position: relative; }
 
	.pagination a {
		color: #000;
		text-decoration: none; }
 
		.pagination a:hover { text-decoration: underline; }
 
	.pagination .nextpostslink {
		position: absolute;
		right: 0;
		top: 17px;
		line-height: 21px;
		text-transform: uppercase;
		background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/nextpostslink.png") 100% 0 no-repeat;
		padding-right: 36px; }
 
	.pagination .previouspostslink {
		position: absolute;
		left: 30px;
		top: 17px;
		line-height: 21px;
		text-transform: uppercase;
		background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/previouspostslink.png") 0 0 no-repeat;
		padding-left: 36px; }
 
#pagination { padding: 20px 0 0 30px; }
 
	#pagination .nextpostslink {
		color: #000;
		text-decoration: none;
		display: block;
		padding: 9px 0;
		text-align: center;
		font-size: 14px; }
 
		#pagination .nextpostslink:hover {
			background-color: #FFEA97;
			text-decoration: none;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px; }
 
	#pagination .loading {
		background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/loading.gif") 240px 9px no-repeat;
		color: #555; }
 
		#pagination .loading:hover {
			background-color: transparent !important;
			cursor: default; }
 
.entry { margin-bottom: 50px; }
 
	.entry .post {
		border-bottom: 1px solid #d9d9d9;
		padding-bottom: 15px; }
 
	.entry .post-meta {
		padding: 15px 0 15px 30px;
		border-bottom: 1px solid #d9d9d9;
		font-size: 11px;
		font-style: italic;
		color: #aaa9a9;
		position: relative; }
 
		.entry .post-meta h1 {
			color: #333;
			font-size: 30px;
			font-weight: normal;
			font-style: normal;
			margin-bottom: 5px; }
 
		.entry .post-meta span,
.entry .post-meta a {
			color: #000;
			text-decoration: none;
			font-family: Helvetica, Arial, sans-serif;
			font-style: normal; }
 
		.entry .post-meta a:hover { text-decoration: underline; }
 
	.entry .post-comms {
		position: absolute;
		right: 0; }
 
	.entry .post-content { padding: 15px 0 0 30px; }
 
		.entry .post-content a {
			color: #006699; /*color: #000;/**/
			font-weight: bold;
			text-decoration: none; }
 
			.entry .post-content a:hover { text-decoration: underline; }
 
	.entry .post-footer {
		padding-left: 30px;
		font-size: 12px;
		margin-bottom: 15px; }
 
		.entry .post-footer a {
			color: #000;
			text-decoration: none; }
 
			.entry .post-footer a:hover { text-decoration: underline; }
 
.page .post-category { display: none; }
 
.f,
.t,
.di,
.su {
	width: 16px;
	height: 15px;
	position: absolute;
	bottom: 15px; }
 
.syndicate-links-home .f,
.syndicate-links-home .t,
.syndicate-links-home .di,
.syndicate-links-home .su { bottom: -15px; }
 
.f {
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/social.png") 0 0 no-repeat;
	right: 63px; }
 
.t {
	right: 42px;
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/social.png") -16px 0 no-repeat; }
 
.di {
	right: 21px;
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/social.png") -32px 0 no-repeat; }
 
.su {
	right: 0;
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/social.png") -48px 0 no-repeat; }
 
.f:hover { background-position: 0 -15px; }
 
.t:hover { background-position: -16px -15px; }
 
.di:hover { background-position: -32px -15px; }
 
.su:hover { background-position: -48px -15px; }
 
.post-content { margin: 15px 0 30px; }
 
	.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
		color: #000;
		font-weight: normal;
		font-family: Georgia, Geneva, "Times New Roman", times;
		margin: 15px 0; }
 
	.post-content h1 {
		font-size: 30px;
		line-height: 35px; }
 
	.post-content h2 { font-size: 26px; }
 
	.post-content h3 { font-size: 22px; }
 
	.post-content h4 { font-size: 20px; }
 
	.post-content h5 { font-size: 18px; }
 
.post-content,
#twitter-widget-list {
	color: #111;
	font: 14px Helvetica, Arial, sans-serif;
        line-height: 150%; }
 
.post-content p { margin: 10px 0; }
 
.post-content ol {
	list-style: decimal;
	padding-left: 35px;
	margin: 15px 0; }
 
.post-content ul {
	list-style: disc;
	padding-left: 35px;
	margin: 15px 0; }
 
.post-content li {
	color: #272727;
	font: 13px/1.5 Helvetica, Arial, sans-serif;
	margin: 3px 0; }
 
.post-content blockquote { padding: 15px 0 10px 65px; /*background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/bq.png") 20px 0 no-repeat;/**/ }
 
	.post-content blockquote p { /*color: #8c8888;
	font: italic 16px Georgia, Geneva, "Times New Roman", times;/**/ }
 
.post-content .search {
	float: none;
	margin-top: 15px;
	width: auto; }
 
	.post-content .search fieldset {
		width: 610px;
		height: 35px; }
 
	.post-content .search input {
		width: 570px;
		font-size: 16px; }
 
.post-navigation {
	margin-top: -50px;
	padding: 15px 0 0 30px;
	position: relative;
	width: 610px; }
 
	.post-navigation a {
		display: block;
		color: #000;
		font: 11px Helvetica, Arial, sans-serif;
		text-decoration: none;
		line-height: 1.5; }
 
		.post-navigation a:hover { text-decoration: none; }
 
		.post-navigation a em {
			display: block;
			color: #aaa9a9;
			font: italic 11px Georgia, Geneva, "Times New Roman", times; }
 
		.post-navigation a:hover span { text-decoration: underline; }
 
.post-prev {
	width: 250px;
	min-height: 40px;
	padding-left: 30px;
	float: left;
	text-align: left;
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/post_prev.png") 0 50% no-repeat; }
 
.post-next {
	width: 250px;
	min-height: 40px;
	padding-right: 30px;
	float: right;
	text-align: right;
	background: url("http://cdn.medgadget.com/wp-content/uploads/2013/03/post_next.png") 100% 50% no-repeat; }
 
.line {
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	position: absolute;
	top: 0;
	right: 305px; }
 
/*** Images ***/
.post-content img {
	margin: 0 0 15px;
	height: auto;
	max-width: 610px; }
 
.post-content h6 {
	position: relative;
	left: -30px; }
 
.post-content .attachment img { max-width: 610px; }
 
.post-content .alignnone,
.post-content img.alignnone {
	clear: both;
	display: block;
	margin-bottom: 15px; }
 
.post-content .alignleft,
.post-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px; }
 
.post-content .alignright,
.post-content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px; }
 
.post-content .aligncenter,
.post-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
.post-content img.alignleft,
.post-content img.alignright,
.post-content img.aligncenter { margin-bottom: 15px; }
 
.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em; }
 
.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em; }
 
.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; /* optional rounded corners for browsers that support it */
	-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; }
 
.post-content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center; }
 
	.post-content .wp-caption img { margin: 5px 5px 0; }
 
	.post-content .wp-caption p.wp-caption-text {
		color: #888;
		font-size: 12px;
		margin: 5px; }
 
.post-content .wp-smiley { margin: 0; }
 
.post-content .gallery { margin: 0 auto 18px; }
 
	.post-content .gallery .gallery-item {
		float: left;
		margin-top: 0;
		text-align: center;
		width: 190px; }
 
		.post-content .gallery .gallery-item img {
			max-width: 190px;
			border: none !important;
			margin-bottom: 0; }
 
	.post-content .gallery .gallery-caption {
		color: #888;
		font-size: 12px;
		margin: 0 0 12px; }
 
	.post-content .gallery dl { margin: 0; }
 
	.post-content .gallery br+br { display: none; }
 
.post-content .attachment img,
.post-content img {
	display: block;
	margin: 5px auto; }
 
.post-content img.bside {
	padding: 8px;
	border: 1px solid #BFD9E5;
	background-color: white;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px; }
 
.post-content img.side {
	padding: 8px;
	border: 0;
	background-color: white;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px; }
 
.post-content img.cntr {
	margin: 0px auto 0px 43px;
	border: 0; }
 
.post-content img.bcntr {
	padding: 8px;
	border: 1px solid #BFD9E5;
	background-color: white;
	margin: 0px auto 0px 43px; }
 
/*** Comments ***/
#comments h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 15px 0 10px 30px;
	border-bottom: 1px solid #d9d9d9; }
 
#comments a { color: #000; }
 
#comments { margin-bottom: 30px; }
 
.comment {
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #d9d9d9; }
 
	.comment td { vertical-align: top; }
 
.comment-meta {
	position: relative;
	min-height: 70px;
	font-size: 11px;
	margin-right: 30px;
	width: 100px; }
 
.avatar {
	display: block;
	margin-right: 10px; }
 
.comment-author {
	color: #aaa9a9;
	margin-bottom: 5px; }
 
	.comment-author span {
		color: #000;
		margin-bottom: 5px; }
 
	.comment-author a,
.comment-author span {
		text-decoration: none;
		text-transform: uppercase;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal; }
 
	.comment-author a:hover { text-decoration: underline; }
 
.comment-author,
.comment-date { /*white-space: nowrap;/**/ }
 
.comment-reply-link {
	position: absolute;
	bottom: 1px;
	text-decoration: none; }
 
	.comment-reply-link:hover { text-decoration: underline; }
 
.comment-text p {
	color: #4b4b4b;
	;
	font: 12px Helvetica, Arial, sans-serif;
	margin-bottom: 15px; }
 
.children { margin-left: 80px; }
 
	.children .children { margin-left: 50px; }
 
	.children .comment { padding-left: 0; }
 
#comments { margin-top: 20px; }
 
#respond p,
.nopassword {
	margin: 10px 0;
	font: 11px Helvetica, Arial, sans-serif; }
 
.nopassword { padding-left: 30px; }
 
#respond p a { text-decoration: none; }
 
	#respond p a:hover { text-decoration: underline; }
 
#commentform { padding: 20px 0 0 30px; }
 
	#commentform table {
		width: 100%;
		margin-bottom: 15px; }
 
	#commentform td {
		vertical-align: top;
		width: 33.33%; }
 
		#commentform td p {
			font: bold 11px Helvetica, Arial, sans-serif;
			color: #333;
			margin-bottom: 5px; }
 
			#commentform td p span {
				color: #aaa9a9;
				font: italic 11px Georgia, Geneva, "Times New Roman", times; }
 
.commform-textarea {
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-bottom: 10px; }
 
#comment {
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	border: none;
	border-color: #fff;
	overflow: auto; }
 
.commform-author div {
	margin-right: 15px;
	border: 1px solid #d9d9d9;
	padding: 5px; }
 
.commform-email div {
	border: 1px solid #d9d9d9;
	padding: 5px; }
 
.commform-url p { margin-left: 15px !important; }
 
.commform-url div {
	margin-left: 15px;
	border: 1px solid #d9d9d9;
	padding: 5px; }
 
#author,
#email,
#url {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333; }
 
#submit {
	float: left;
	border: none;
	background: #ccc;
	color: #fff;
	font: bold 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
 
	#submit:hover { background: #000; }
 
p#cancel-comment-reply {
	float: right;
	line-height: 28px;
	margin: 0; }
 
/*** Sidebar ***/
.sidebar {
	width: 300px;
	padding: 0 20px 0 0;
	float: right; }
 
.widget { margin-bottom: 35px; }
 
.widget-small { width: 130px; }
 
.widget h3,
.widget-small h3 {
	color: #1f2122;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9; }
 
.widget a,
.widget-small a {
	color: #006699;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px; }
 
.widget a:hover,
.widget-small a:hover { text-decoration: none; }
 
.widget p,
.textwidget {
	color: #272727;
	font: 12px/1.3 Helvetica, Arial, sans-serif; }
 
.widget p a,
.textwidget a { text-decoration: underline; }
 
.widget p a:hover,
.textwidget a:hover { text-decoration: none; }
 
.widget li,
.widget-small li {
	font-size: 12px;
	color: #272727;
	margin-bottom: 3px; }
 
#author-widget {
        border: 1px solid #bfbfbf;
	background: #f3f6f9;
	padding: 10px; }
 
	#author-widget img {
		display: block;
		margin-bottom: 5px;
                margin-right: 7px;
                float: left; }
 
	#author-widget p {
		color: #272727;
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 8px; }
       
        #author-widget a {
	        color: #006699;
	        font-weight: bold;
	        text-decoration: none; }
 
 
.rpthumb {
	display: block;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #d9d9d9; }
 
	.rpthumb img {
		width: 50px;
		width: 50px;
		margin-right: 15px;
		float: left; }
 
.rpthumb-title {
	display: block;
	font: 12px Georgia, Geneva, "Times New Roman", times;
	margin-bottom: 6px; }
 
.rpthumb-date {
	display: block;
	font-size: 11px;
	color: #aaa9a9; }
 
.rpthumb:hover { text-decoration: none !important; }
 
	.rpthumb:hover .rpthumb-title { text-decoration: underline; }
 
.widget_tag_cloud a { margin: 0 2px; }
 
.widget_calendar table { width: 100%; }
 
.widget_calendar caption {
	font-size: 13px;
	padding-bottom: 10px;
	text-align: left; }
 
.widget_calendar th,
.widget_calendar td {
	padding: 5px 0;
	font-size: 13px; }
 
.widget_calendar tbody a { text-decoration: underline; }
 
	.widget_calendar tbody a:hover { text-decoration: none }
 
/* most popular widget */
.most-popular {
	overflow: visible;
	margin-bottom: 10px !important; /* height: 400px; /**/ }
 
.widget-body #most-popular-controls { border-bottom: 1px solid #cad2da; }
 
	.widget-body #most-popular-controls li {
		float: left;
		margin-left: 4px;
		position: relative;
		top: 4px; }
 
		.widget-body #most-popular-controls li a {
			display: block;
			margin-bottom: 0;
			padding: 7px 8px;
			text-align: center;
			text-decoration: none; }
 
		.widget-body #most-popular-controls li.first { margin-left: 6px; }
 
		.widget-body #most-popular-controls li.selected {
			background: white;
			border-left: 1px #cad2da solid;
			border-right: 1px #cad2da solid;
			border-top: 1px #cad2da solid;
			border-bottom: none;
			margin-bottom: 3px; }
 
.widget-body .panel-list li {
	display: block;
	padding: 8px 0 7px 10px;
	width: 290px; }
 
	.widget-body .panel-list li.panel-list-first { font-size: 1.7em; }
 
	.widget-body .panel-list li span {
		color: #c75615;
		display: block;
		float: left;
		padding: 0px 0 0px 10px;
		width: 20px; }
 
	.widget-body .panel-list li h5 {
		float: left;
		width: 260px; }
 
		.widget-body .panel-list li h5 a {
			color: #006699;
			font-weight: normal;
			text-decoration: none; }
 
			.widget-body .panel-list li h5 a:hover { color: #c75615; }
 
.sponsors .widget-body { text-align: center; }
 
	.sponsors .widget-body img { margin-bottom: 20px; }
 
p.advertisement {
	color: grey;
	font-size: 10px;
	margin: 0 0 9px; }
 
/*** Footer ***/
#footer {
	border-top: 1px solid #d9d9d9;
	min-height: 60px;
	padding: 10px 30px 30px;
	width: 940px; }
 
	#footer p {
		  font-size: 15px;
                  color: #272929;
                  line-height: 22px; }
 
	#footer a {
		color: #000;
		text-decoration: underline; }
 
		#footer a:hover { text-decoration: underline; }
 
p#copyright {
	float: left;
	color: #333; }
 
	p#copyright span { color: #737373; }
 
#credits {
	display: none;
	text-align: center; }
 
.footer-inner {
	margin: 0 auto;
	width: 872px; }
 
	.footer-inner h4 {
		color: #ed1c24;
		font-size: 16px;
		padding: 0 0 5px;
		text-align: center;
		text-transform: uppercase; }
 
	.footer-inner p {
		font-size: 12px;
		color: #000;
		line-height: 15px;
		text-align: center; }
 
	.footer-inner h5 {
		margin: 15px auto 8px;
		text-align: center; }
 
#menu-bottom-page-navigation {
	margin: 10px 0 0;
	text-align: center; /*padding: 0 0 15px 10px;/**/ }
 
	#menu-bottom-page-navigation li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		text-transform: lowercase; }
 
	#menu-bottom-page-navigation a:link,
#menu-bottom-page-navigation a:visited {
		float: center;
		font-size: 15px;
		line-height: 19px;
		font-weight: bold;
		margin: 0 15px 4px 15px;
		padding-bottom: 2px;
		text-decoration: none;
		color: #006699; }
 
	#menu-bottom-page-navigation a.active:link,
#menu-bottom-page-navigation a.active:visited,
#menu-bottom-page-navigation a:hover {
		padding-bottom: 2px;
		background: #fff;
		color: #006699; }
 
ul.brand li {
	float: left;
	margin-right: 40px;
	font-size: 0; }
 
/* Styles for WP-PageNavi plugin - http://wordpress.org/extend/plugins/wp-pagenavi/ */
.wp-pagenavi {
	color: #006699;
	float: left;
	margin: 10px auto 0;
	padding: 5px 0;
	text-align: center;
	width: 640px; }
 
	.wp-pagenavi a, .wp-pagenavi span {
		border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
		font-size: 15px; color: #006699; text-decoration: none;
		margin: 2px;
		padding: 5px; margin-right: 10px;
		text-decoration: none; }
 
	.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #03719c;
	color: #fff;
	border: 1px solid #AFAFAF;
	}
        
        .wp-pagenavi span.current { font-weight: bold; }

 
/* WP-Email styles */
img.WP-EmailIcon {
	position: absolute;
	right: 84px;
	bottom: 14px; }
 
/* WP-Print styles */
img.WP-PrintIcon {
	position: absolute;
	right: 106px;
	bottom: 14px; }
 
/* lightbox styles */
#lightbox-image { padding: 30px; }
 
#ZoomCaption {
	background: url(http://cdn.medgadget.com/wp-content/uploads/2013/03/zoom-caption-fill.png) repeat-x 0 0 !important;
	line-height: 26px;
	vertical-align: top !important; }
 
ul.category-rss {
	list-style: none;
	list-style-image: url(http://cdn.medgadget.com/wp-content/uploads/2013/03/category-rss-arrow.gif); }
 
	ul.category-rss li a {
		background: url(http://cdn.medgadget.com/wp-content/uploads/2013/03/category-rss-icon.gif) no-repeat center right;
		padding-right: 30px; }
 
.widget_categories,
.sidebar .search { margin-bottom: 15px; }
 
.widget_categories h3 { display: none; }
 
.widget_categories select {
	border: 1px solid #27292a;
	font-family: Georgia, Geneva, "Times New Roman", times;
	font-size: 11px;
	width: 300px; }
 
.medgadget-twitter-widget {
	background: url(http://cdn.medgadget.com/wp-content/uploads/2013/03/twitter-widget.png) no-repeat top right;
	margin-bottom: 10px;
	padding-top: 10px; }
 
	.medgadget-twitter-widget h3 { margin-bottom: 10px; }
 
	.medgadget-twitter-widget ul li { margin-bottom: 12px; }
 
		.medgadget-twitter-widget ul li a {
			color: #006699;
			white-space: nowrap; }
 
		.medgadget-twitter-widget ul li span.time-meta a { font-size: 11px; }
 
		.medgadget-twitter-widget ul li span.entry-meta {
			display: block;
			margin-top: 5px; }


div#sidebar-ad-15 div.widget-body h3.widget-title {display:none;}

.most_viewed_bars .popular_posts_bars_comment_count_hold{ display: none !important; }

