/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	background-color: #FFFFFF;
	padding-top: 26px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 897px;
	margin: 0 auto;
}
.landing .container {
	width: 617px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 617px;
	float: right;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 280px;
	float: left;
	padding: 26px 26px 0 26px;
}
/*---:[ links ]:---*/
a {
	color: #DD0000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111111;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #EEEEEE;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #DDDDDD;
	padding: 26px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111111;
}
#site_title a {
	color: #111111;
}
#site_title a:hover {
	color: #DD0000;
}
#site_tagline {
	font-size: 16px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 26px;
}
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 52px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 26px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 26px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 26px;
	margin-right: 26px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 26px;
	margin-left: 26px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 26px 26px 0 26px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111111;
}
.headline a:hover {
	color: #DD0000;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #111111;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #DD0000;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #111111;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 26px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url(\'images/bg-button.png\') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 52px 0;
	padding: 0 26px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #111111;
	margin: 0 -26px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 26px 13px 26px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #DD0000;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	color: #888888;
	border-top: 3px double #DDDDDD;
	padding: 13px 26px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #111111;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 897px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 617px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 617px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align=\"right\"], .left, .alignleft, img[align=\"left\"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: \'\\a\';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: \".\"; display: block; height: 0; clear: both; visibility: hidden;
	

	
	
	
}
/*---:[ custom CSS ]:---*/
/*---:[ Thesis CSS reset ]:---*/
* { margin: 0; padding: 0; word-wrap: break-word; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
img, abbr, acronym, fieldset { border: 0; }
code { line-height: 1em; }
pre { overflow: auto; clear: both; word-wrap: normal; -moz-tab-size: 4; tab-size: 4; }
sub, sup { line-height: 0.5em; }
img, .wp-caption { max-width: 100%; height: auto; }
iframe, video, embed, object { display: block; max-width: 100%; }
img { display: block; }
.left, .alignleft, img[align="left"] { display: block; float: left; }
.right, .alignright, img[align="right"] { display: block; float: right; }
.center, .aligncenter, img[align="middle"] { display: block; margin-right: auto; margin-left: auto; text-align: center; float: none; clear: both; }
.block, .alignnone { display: block; clear: both; }
.wp-smiley { display: inline; }
/*---:[ layout structure ]:---*/
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 26px; color: #111111; background-color: #FFFFFF; padding-top: 26px; }
body.landing { padding-top: 0; }
.container { width: 897px; margin: 0 auto; }
.landing .container { width: 617px; }
.columns, .columns > .content, .columns > .sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns > .content { width: 517px; float: left; border-width: 0 0 0 1px; border-style: solid; border-color: #DDDDDD; }
.columns > .sidebar { width: 180px; float: left; padding: 26px 26px 0 26px; }
/*---:[ links ]:---*/
a { color: #DD0000; text-decoration: none; }
p a { text-decoration: underline; }
p a:hover { text-decoration: none; }
/*---:[ nav menu ]:---*/
.menu { position: relative; z-index: 50; list-style: none; border-width: 0 0 1px 1px; border-style: solid; }
.menu li { position: relative; float: left; margin-bottom: -1px; }
.menu .sub-menu { position: absolute; left: -1px; display: none; list-style: none; z-index: 110; margin-top: -1px; }
.menu .sub-menu .sub-menu { top: 0; left: 10.5625em; margin: 0 0 0 -1px; }
/*.menu li:hover > .sub-menu { display: block; }*/
.menu .sub-menu li { width: 10.5625em; clear: both; }
.menu a, .menu_control { display: block; font-size: 12px; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; color: #111111; border-width: 1px 1px 1px 0; border-style: solid; background-color: #EEEEEE; padding: 0.75em 1em; }
.menu a:hover { background-color: #DDDDDD; }
.menu_control { display: none; background-color: #FFFFFF; }
.menu .sub-menu a { border-left-width: 1px; }
.menu, .menu a, .menu .sub-menu { border-color: #DDDDDD; }
.menu .current-menu-item > a { border-bottom-color: #FFFFFF; background-color: #FFFFFF; cursor: text; }
.menu .sub-menu .current-menu-item > a { border-bottom-color: #DDDDDD; }
/*---:[ header ]:---*/

.header { display: table; padding: 20px 10px 10px; width: 100%;}
.landing .header { text-align: center; }
#site_title { font-size: 42px; line-height: 1.32em; font-weight: bold; color: #111111; }
#site_title a { color: #111111; }
#site_title a:hover { color: #DD0000; }
#site_tagline { font-size: 16px; color: #888888; line-height: 1.32em; }
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 { font-size: 16px; line-height: 26px; }
.grt .headline { font-size: 26px; line-height: 39px; margin: 0; }
.grt h2 { font-size: 20px; line-height: 31px; margin-top: 0; margin-bottom: 13px; }
.grt .small, .grt .caption { font-size: 13px; line-height: 22px; }
.grt .drop_cap { font-size: 52px; line-height: 1em; margin-right: 0.15em; float: left; }
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area { margin-bottom: 26px; }
.grt ul, .grt ol, .grt .stack { margin-left: 26px; }
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p { margin-bottom: 0; }
.grt .left, .post_box .alignleft, .post_box .ad_left { margin-bottom: 26px; margin-right: 26px; }
.grt .right, .post_box .alignright, .post_box .ad { margin-bottom: 26px; margin-left: 26px; }
.grt .caption { margin-top: -13px; color: #888888; }
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left { font-size: 26px; line-height: 36px; width: 45%; margin-bottom: 13px; }
.grt blockquote.right, .grt blockquote.left { padding-left: 0; border: 0; }
/*---:[ post box styles ]:---*/
.post_box { padding: 26px 26px 0 26px; border-top: 1px dotted #DDDDDD; }
.top { border-top: 0; }
.post_box .headline, .headline a { color: #111111;font-size: 26px;line-height: 1.4em; }
.headline a:hover { color: #DD0000; }
.byline, .byline a { color: #888888; }
.byline a { border-bottom: 1px solid #DDDDDD; }
.byline a, .post_author, .post_date { text-transform: uppercase; letter-spacing: 1px; }
.byline a:hover, .num_comments { color: #111111; }
.byline .post_edit { margin-left: 13px; }
.byline .post_edit:first-child { margin-left: 0; }
.post_author_intro, .post_date_intro, .byline .post_cats_intro { font-style: italic; }
.post_box h2, .post_box h3 { color: #111111; }
.post_box h3 { font-weight: bold; }
.post_box ul { list-style-type: square; }
.post_box blockquote { color: #888888; margin-left: 13px; padding-left: 13px; border-left: 1px solid #DDDDDD; }
.post_box code { font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; }
.post_box pre { font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; background-color: #EEEEEE; padding: 13px; -webkit-tab-size: 4; -moz-tab-size: 4; tab-size: 4; }
.post_content li a { text-decoration: underline; }
.post_content li a:hover { text-decoration: none; }
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption { border: 1px solid #DDDDDD; background-color: #EEEEEE; padding: 13px; }
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb { margin-bottom: 13px; }
.wp-caption.aligncenter img { margin-right: auto; margin-left: auto; }
.wp-caption .wp-caption-text .wp-smiley { display: inline; margin-bottom: 0; }
.post_box .wp-caption p { font-size: 13px; line-height: 22px; }
.post_box .author_description { border-top: 1px dotted #DDDDDD; padding-top: 26px; }
.post_box .author_description_intro { font-weight: bold; }
.post_box .avatar { width: 61px; height: 61px; float: right; clear: both; margin-left: 13px; }
.post_box .author_description .avatar { width: 78px; height: 78px; float: left; margin-right: 13px; margin-left: 0; }
.post_box .post_cats, .post_box .post_tags { color: #888888; }
.post_box .alert, .post_box .note { padding: 13px; }
.post_box .alert { background-color: #ff9; border: 1px solid #e6e68a; }
.post_box .note { background-color: #EEEEEE; border: 1px solid #DDDDDD; }
.landing .headline_area { text-align: center; }
/*---:[ other post box styles ]:---*/
.num_comments_link { display: inline-block; color: #888888; text-decoration: none; margin-bottom: 26px; }
.num_comments_link:hover { text-decoration: underline; }
.bracket, .num_comments { font-size: 26px; }
.bracket { color: #DDDDDD; }
/*---:[ misc. content elements ]:---*/
.archive_intro { border-width: 0 0 1px 0; border-style: solid; border-color: #DDDDDD; }
.archive_intro .headline { margin-bottom: 26px; }
.prev_next { clear: both; color: #888888; border-top: 1px solid #DDDDDD; padding: 13px 26px; }
.prev_next .next_posts { float: right; }
.previous_posts, .next_posts { display: block; font-size: 13px; line-height: 22px; text-transform: capitilize; letter-spacing: 2px; }
.previous_posts a:hover, .next_posts a:hover { text-decoration: underline; }
/*---:[ comments ]:---*/
#comments { margin-top: 52px; }
.comments_intro { color: #888888; margin-bottom: 13px; padding: 0 26px; }
.comments_closed { font-size: 13px; line-height: 22px; color: #888888; margin: 0 26px 26px 26px; }
.comment_list { list-style-type: none; margin-bottom: 52px; border-top: 1px dotted #DDDDDD; }
.comment { border-bottom: 1px dotted #DDDDDD; padding: 26px; }
.children .comment { list-style-type: none; margin-top: 26px; border-left: 1px solid #DDDDDD; border-bottom: 0; padding: 0 0 0 26px; }
.children .bypostauthor { background-color: transparent; border-color: #DD0000; }
.comment .comment_head { margin-bottom: 13px; }
.children .comment_head { margin-bottom: 0; }
.comment .comment_author { font-weight: bold; }
.comment_date { font-size: 13px; margin-left: 13px; color: #888888; }
.comment_date a { color: #888888; }
.comment_footer a { font-size: 13px; line-height: 22px; color: #888888; text-transform: uppercase; letter-spacing: 1px; margin-left: 13px; }
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover { text-decoration: underline; }
.comment_footer a:first-child { margin-left: 0; }
.comment .avatar { width: 52px; height: 52px; float: right; margin-left: 13px; }
.comment_nav { font-size: 13px; line-height: 22px; text-transform: uppercase; letter-spacing: 1px; border-style: dotted; border-color: #DDDDDD; padding: 13px 26px; }
.comment_nav_top { border-width: 1px 0 0 0; }
.comment_nav_bottom { margin: -52px 0 52px 0; border-width: 0 0 1px 0; }
.next_comments { float: right; }
/*---:[ inputs ]:---*/
.input_text { font-size: inherit; line-height: 1em; font-family: inherit; font-weight: inherit; color: #111111; border: 1px solid #DDDDDD; background-color: #EEEEEE; padding: 0.35em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.input_text:focus { border-color: #EEEEEE; background-color: #FFFFFF; }
textarea.input_text { line-height: 26px; }
.input_submit { font-size: 20px; line-height: 1em; font-family: inherit; font-weight: bold; border: 3px double #DDDDDD; background: #EEEEEE url('images/bg-button.png') repeat-x; padding: 0.5em; cursor: pointer; overflow: visible; }
/*---:[ comment form ]:---*/
#commentform { margin: 52px 0; padding: 0 26px; }
.comment #commentform { margin-top: 0; padding-right: 0; padding-left: 0; }
.comment_form_title { font-size: 20px; line-height: 31px; color: #111111; margin: 0 -26px; border-bottom: 1px dotted #DDDDDD; padding: 0 26px 13px 26px; }
#commentform label { display: block; }
#commentform p { margin-bottom: 13px; }
#commentform p .required { color: #d00; }
.comment_moderated { font-weight: bold; }
#commentform .input_text { width: 50%; }
#commentform textarea.input_text { width: 100%; }
#cancel-comment-reply-link { float: right; font-size: 13px; line-height: inherit; text-transform: uppercase; letter-spacing: 1px; color: #DD0000; }
#cancel-comment-reply-link:hover { text-decoration: underline; }
.login_alert { font-weight: bold; border: 1px solid #DDDDDD; background-color: #EEEEEE; }
/*---:[ sidebar ]:---*/
.sidebar { float: left;font-size: 13px; line-height: 19px; padding: 20px 10px 10px;width: 216px;}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title { font-size: 17px; line-height: 24px; }
.sidebar .sidebar_heading, .sidebar .widget_title { font-variant: small-caps; letter-spacing: 1px; margin-bottom: 10px; }
.sidebar .input_submit { font-size: inherit; }
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone { margin-bottom: 19px; }
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left { margin-right: 19px; }
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack { margin-left: 19px; }
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p { margin-bottom: 0; }
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box { margin-bottom: 38px; }
.sidebar .thesis_email_form .input_text, .widget li {   margin-bottom: 0px; }
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text { width: 100%; }
.sidebar .query_box .post_author, .sidebar .query_box .post_date { color: #888888; }
.sidebar .post_content, .widget li ul, .widget li ol { margin-top: 10px; }
.widget ul { list-style-type: none; }
.widget li a:hover { text-decoration: underline; }
/*---:[ footer ]:---*/
.footer { font-size: 13px; line-height: 22px; text-align: right; color: #888888; border-top: 1px dashed #dddddd; padding: 13px 26px; }
.footer a { color: #888888; }
.footer a:hover { color: #111111; }
.landing .footer { text-align: center; }
/*---:[ media queries ]:---*/
@media all and (max-width: 897px) {
body {
padding-top: 0;
}
.container, .landing .container {
width: auto;
max-width: 617px;
}
.header {
border-top: 1px solid #DDDDDD;
}
.landing .header {
border-top: 0;
}
.columns > .content {
float: none;
width: 100%;
border: 0;
}
.columns > .sidebar {
float: none;
width: 100%;
border-top: 3px double #DDDDDD;
}
.menu_control {
display: block;
width: 100%;
border-width: 0;
background-color: #FFFFFF;
padding: 1em 26px;
cursor: pointer;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu {
display: none;
width: 100%;
border-width: 1px 0 0 0;
clear: both;
}
.show_menu {
display: none;
}
.menu .sub-menu {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
border-top: 1px solid #ddd;
display: block;
margin: 0;
padding-left: 0 !important;
position: static;
}
.menu li {
width: 100%;
float: none;
margin-bottom: 0;
}
.menu .sub-menu li {
width: 100%;
}
.menu a {
border-width: 1px 1px 0 0;
background-color: #FFFFFF;
padding: 1em 26px;
}
.menu .current-menu-item > a {
background-color: #EEEEEE;
}
.menu > li > a {
border-left-width: 1px;
}
.menu li:first-child > a:first-child {
border-top-width: 0;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
width: 50%;
}

/*.menu { display:none;}
.menu.show_menu { display:block;}*/
.menu  ul.sub-menu { display:none;}
/*ul.menu  li:hover > ul.sub-menu { display:block;}*/
ul.menu li.menu-item-has-children:after  { position:absolute; top:16px; right:16px; content:""; border-left: 5px solid transparent; border-right: 5px solid transparent;
border-top: 6px solid #fff;}	

}
@media all and (max-width: 617px) {
.menu a {
border-right-width: 0;
}
.menu > li > a {
border-left-width: 0;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}
@media all and (max-width: 450px) {
.menu a, .menu_control {
padding: 1em 13px;
}
.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
padding-right: 13px;
padding-left: 13px;
}
.menu .sub-menu, .children .comment {
padding-left: 13px;
}
.comments_closed, .login_alert {
margin-right: 13px;
margin-left: 13px;
}
.comment_form_title {
margin-left: -13px;
margin-right: -13px;
}
.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
float: none;
}
.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
margin-right: 0;
margin-left: 0;
}
.post_author:after {
content: 'a';
height: 0;
white-space: pre;
display: block;
}
.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
width: 100%;
}
.post_box blockquote {
margin-left: 0;
}
.comment_date {
display: none;
}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.right-hand-sidebar { float: right; padding-left: 29px; }
/*************************************

Date:- 30-4-2015
Created By:- Robin Katoch

**************************************/
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; }
body { background:#CCCCCC; padding:0px; font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size:13px; line-height:16px; }
a, h2 a:hover, #logo a:hover { text-decoration:none; color:#2361A1; }
.container { width:1005px; margin: 0 auto; padding:20px 20px 0; background:#fff; }
/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #A6A6A6; }
.menu .current a, .menu .current-cat a, .menu .current-menu-item a { border-bottom-color: #236B8E; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a { border-bottom-color: #A6A6A6; }
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #000000; background: #E6E6E6; text-transform:capitalize; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #FFFFFF; background: #236B8E; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover { color: #FFFFFF; background: #236B8E; }
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a { color: #FFFFFF; background: #236B8E; }
.columns > .sidebar { width:210px; padding:10px;     margin-top: 10px;}
.sidebar .widget_categories a { background:#ECECEC; border: 1px solid #A6A6A6; color: rgb(0, 0, 0); display: block; font-weight: bold; padding: 4px 0 5px 6px; }
.sidebar .widget_categories ul li { margin-bottom:5px; }
.sidebar a:hover,  .sidebar li.current-cat a { background: #236B8E; color:#fff; text-decoration: none; }
.sidebar .sidebar_heading, .sidebar .widget_title { font-variant:normal; }
.sidebar h3 { }
.widget_title { letter-spacing:2px; font-size:13px; color:#333333; font-weight: bold;}
.widget li a:hover { text-decoration:none; }
.content {
  /*  background: #f7f7f7 none repeat scroll 0 0;*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: right;
    padding: 0 20px;
    width: 522px;
}
.template-home .content { padding-top:30px;}
.right-hand-sidebar {padding-left: 10px; width: 227px;}
.widget_recent_entries ul { margin-top:10px; }
.right-hand-sidebar .widget_text p { margin-bottom:20px; }
.right-hand-sidebar .widget_text p img { border-bottom:3px solid #fff; }
.right-hand-sidebar .widget_text p img:hover { border-bottom:3px solid #236B8E; }
.headline a:hover { color:#236B8E; }
.widget_recent_entries { margin-top:20px; }
.grt .headline { line-height:28px; }

#subformside {
background-color: #f1f3f4;
border: 4px solid #717e8d;
padding: 20px 20px 5px;
width: 92%;
}
#subformside input[type="text"] { border: 1px solid #8D98A4; margin-bottom: 5px; background-color:#FFFFFF; padding: 6px 8px; width:100%; }
#subformside input.submit { background-color: #FF6A00; font-size: 14px; margin-left: 0; border: medium none; border-radius: 4px; color: #fff; font-size: 12px; font-weight: bold; padding: 6px 17px; width: auto; }
#subformside p { color:#444444; font-size: 11px; font-style: italic; line-height: 1.4em; margin-top: 10px; }
.post_box { padding:0px;}
#subformside label { display:none;}
.header_logo { float:left; width:40%; margin:0;}
.header_right { float:right; width:40%; margin:0;}
.header_logo img, .header_right img { width:100%;}
.header {
    border-color: #cbcbcb;
    border-style: dashed;
    border-width: 0 0 0.1em;
    display: table;
    padding: 20px 10px;
    width: 100%;
}
#searchform label, .widget_categories .widget_title  { display:none;}

#searchform input[type="text"] {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #eeeeee none repeat scroll 0 0;
border-color: #aaa -moz-use-text-color -moz-use-text-color #aaa;
border-image: none;
border-style: solid none none solid;
border-width: 1px medium medium 1px;
padding: 4px;
width: 65%;
-webkit-appearance: none;
border-radius:0;
}
#searchform input[type="submit"] {
border: 1px double #F47B10;
background: rgba(0, 0, 0, 0) url("images/submit-bg.gif") repeat scroll 0 0;
padding: 3px 5px;
font-size: 12px;
margin-top: 0;
cursor: pointer;
-webkit-appearance: none;
border-radius:0;
}
.widget_search { margin:20px 0px 0;}
.widget_search .widget_title { margin-bottom:15px;}
.menu { border:none; padding:10px 0px;}
.menu  li:first-child { border-left:1px solid #aaa;}
.menu a { padding:10px 19px !important; }
/********************** 6-may-2015 ************************/
.headline_area h1, .headline_area h2, #archive_intro h1 {font-size: 2em;line-height: 1.4em;}
.post_box, .teasers_box {
border-width: 0.1em 0 0;
padding-top: 1.2em;
}


.post_content > p {
font-size: 15px;
line-height: 1.4em;margin-bottom: 1.571em;
}

.headline_area { margin:0;}
/*#menu-top.menu { display:table;}*/
.main-res-wrap {float: left;width: 738px;}

.grt h1.headline {
color: #111111;
font-size: 24px;
}
.template-single .post_box h2, .template-single .post_box h3 { font-weight:bold;font-size: 17px;}

/********************** changes-5-june ************************/

.archive_content .teven.tupdate ul li {
    font-size: 15px;
    line-height: 28px;
}

.archive_content .teven.tupdate ul li a {
    text-decoration: underline;
}

.archive_content .teven.tupdate p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 17px;
}

.post_date {
    text-transform: capitalize;
}

#post-1124 .post_content ul {
    width: 54%;
}

#post-1124 .post_content h2 {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    padding: 5px 7px 7px;
}
/********************** Responsive Layout ************************/
@media only screen and (max-width:1020px) {
.container { width:95%;}
.columns .sidebar {
width: 34%;
}

.main-res-wrap {
float: left;
width: 75%;
}

.columns .content {
width: 66%;
}
.right-hand-sidebar { width:25%;}

}

@media only screen and (max-width:900px) {
.container, .landing .container { max-width:100%;}
.columns .sidebar, .columns .content { float:left;}
.columns .sidebar { border:none;}
.columns .content { border-left:1px solid #ddd;}

}
@media only screen and (max-width:767px) {
.columns .sidebar, .right-hand-sidebar, .columns .content  { width:100%;}
.header_logo, .header_right { float:none; width:300px; margin:0 auto 20px;}
.header_logo img, .header_right  img { width:100%;}
.columns .content , .right-hand-sidebar{ border-left:none;}
.main-res-wrap { width:100%;}

}

@media only screen and (max-width:567px) {
#subformside input[type="text"] { width:100%;} 
#subformside input.submit { margin-left:0px;}
}

@media only screen and (max-width:479px) {
.header_logo, .header_right { float:none; width:90%;}
#subformside input[type="text"] { width:100%;}

}
@media only screen and (min-width:1021px) {

.header_logo {
width: auto;
}	

.header_right {
width: auto;
}	

}


.textwidget .teven, .update:hover {

border: 1px solid #cccccc;
}
.textwidget .update, .extra-box, .extra-box-white {
line-height: 1.8;
margin: 0 0 10px;
min-height: 0;
padding: 8px 12px 15px;
}

.textwidget div.update.teven {
background: #ffffff none repeat scroll 0 0;
}



#searchform input[type="submit"]:hover{
color: #090;
}


.post_content #subformside input.submit{

margin-left: 10px;
-webkit-appearance: none;
}

.post_content #subformside input[type="text"]{
width:250px;
-webkit-appearance: none;
border-radius: 0;
}
.post_content #subformside{
border: 1px solid #c8ced3;
}


.content .previous_post {
margin-bottom: 0.55em;
}
.content .prev_next p {
font-size: 9px;
line-height: 2.2em;
}

.content .prev_next {
color: #666;
}

#adrotate .g-1 { max-width: 100%;}
.g-col.b-1.a-2  b {  }


.content .archive_title.headline
{
margin-bottom: 1.1em;
}


.teven.tupdate {
    line-height: 1.8;
    margin: 0 0 10px;
    min-height: 0;
    padding: 8px 15px 24px;
}

.content .archive_content{
border-width: 0 0 0.2em;
}

.content .teven, .update:hover {
background: #f7f7f7 none repeat scroll 0 0;
border: 1px solid #cccccc;
}



.template-category .widget_search
{
margin:20px 0px 20px;

}


.template-page .widget_search
{
margin:20px 0px 20px;

}


.template-single .widget .g-col.b-1 {
float: left;
width: 100%;
}
.template-single .widget .g-col.b-1 a {
float: left;
}

.template-single .widget .g.g-1 {
  max-width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
  width: 100%;
}
.template-single .widget .g.g-1 + .g.g-1 {
	padding-top:0;
}
.right-hand-sidebar .yarpp-related-widget ol li {
margin-bottom: 0;list-style:none;padding-bottom:10px;
}

.right-hand-sidebar .yarpp-related-widget ol {
margin-top: 8px;
}


.right-hand-sidebar .widget_title {
font-family: Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
letter-spacing: 2px;
}
.right-hand-sidebar .yarpp-related-widget ol li a:hover {
background: #236b8e none repeat scroll 0 0;
color: #fff;
}
.right-hand-sidebar .yarpp-related-widget ol li a {
font-size: 13px;
}

.sidebar .widget_title {
font-size: 12px;
margin-bottom: 0;
}

.template-single .yarpp-related h3 {
font-size: 14px !important;
}

.template-single .yarpp-related li a {
font-size: 14px;
}

.content .archive_title.headline {
margin-bottom: 1.1em;
padding-top: 1em;
}
.archive_content .teven.tupdate {margin: 23px 0 10px;}
.main-res-wrap .prev_next {padding: 13px 0;}

.main-res-wrap .content .prev_next p {
font-size: 12px;
}

.main-res-wrap .content .prev_next a {
text-decoration: none;
}
.yarpp-related, .widget_yarpp_widget  {
border: 1px solid #cccccc;
padding: 20px 18px 0;
}
.archive_content ul li {
list-style: inside square;
}
.yarpp-related > br, .widget_yarpp_widget > br {
  display: none;
}
.yarpp-related > p, .widget_yarpp_widget > p {
  margin: 0;
  padding: 0;
  font-weight: bold; 
  font-size: 16px; 
  line-height: 26px;
  font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.yarpp-related > ol, .widget_yarpp_widget > ol, >li {
  margin-bottom: -6px;
	font-weight: 500 !important;
	font-size: 14px !important;
	width: 400px;
}

.widget_yarpp_widget {
	font-size: 16px !important;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold !important;
	color: #000 !important;
}

/* Changes on 13 may 2015 */

div.rss-output {
padding: 10px 0 !important;
}

.widget_recent_entries a:hover {
background: #236b8e none repeat scroll 0 0;
color: #fff;
text-decoration: none;
}

#text-3.widget.widget_text .textwidget {
width: 92%;
}

#text-3.widget.widget_text .textwidget p a img {
width: 100%;
}

#text-4.widget.widget_text .textwidget p a img {
  width: 100%;
}

/* Changes on 14 May 2015  */

.menu .sub-menu li:first-child {
border-left: 0 none;
}
.menu .sub-menu li a {
background: transparent none repeat scroll 0 0;
color: #000;
}
.menu .sub-menu li a:hover, .menu .sub-menu .current a:hover{
background: #236b8e none repeat scroll 0 0;
color: #ffffff;
}
.socialicons {
float: left !important;
margin-right: 10px !important;
position: relative !important;
width: auto !important;
}
.menu .sub-menu {
border-color: #DDDDDD;
background: #e6e6e6;
}
body{font-size-adjust: none !important; -webkit-font-size-ajust:none !important; -moz-font-size-adjust:none !important; -webkit-text-size-adjust:none !important;}


@media(max-width:1024px){

.post_content #subformside input[type="text"] {
width: 100% !important;
}

}

@media (max-width:963px){


.post_content #subformside input.submit {
clear: both;
float: left;
margin-left: 0;
width: auto;
}
#subformside {
display: table;
width: 92%;
}

#subformside p {
float: left;
width: 100%;
}

}

@media (max-width:897px){

.menu .sub-menu {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
border-top: 1px solid #ddd;
display: block;
margin: 0;
padding-left: 0 !important;
position: static;
}

}


@media  (max-width:500px){

.post_box .headline, .headline a {
font-size: 26px !important;
line-height:27px !Important;
}
.columns .sidebar, .right-hand-sidebar, .columns .content {
width: 100%;
padding: 0 15px 0 0;
}

.post_author_intro, .post_date_intro, .byline .post_cats_intro {
font-style: italic;
width: auto;
float: left;
margin-right: 3px;
}

.post_content #subformside input[type="text"] {
width: 100%;
-webkit-appearance: none;
border-radius:0;
}
.post_content #subformside input.submit {
margin-left: 0;
-webkit-appearance: none;
}
#subformside {
margin-bottom: 30px;
width: 100%;
}
#text-3.widget.widget_text .textwidget p a img {
width: auto !important;
}
#text-4.widget.widget_text .textwidget p a img {
width: auto !important;
}

#text-3.widget.widget_text {
clear: both;
display: table;
width: auto !important;
}
body{font-size-adjust: none !important; -webkit-font-size-ajust:none !important; -moz-font-size-adjust:none !important; -webkit-text-size-adjust:none !important;}
}

@media  (min-width:320px) and (max-width:480px) and (orientation:landscape){
/*.post_box .headline, .headline a {
font-size: 12px !important;
line-height: 22px !Important;
}
.grt .small, .grt .caption {
font-size: 10px !important;
line-height: 22px;
width: 100%;
float: left;
}
.post_content > p {
font-size: 11px !important;
}*/
#text-3.widget.widget_text .textwidget p a img {
width: auto !important;
}

#text-3.widget.widget_text {
clear: both;
display: table;
width: auto !important;
}
body{font-size-adjust: none !important; -webkit-font-size-ajust:none !important; -moz-font-size-adjust:none !important; -webkit-text-size-adjust:none !important;}
}





#metaslider_5294 .caption-wrap .caption {
    text-align: center;
}



a.broken_link.remove_line_through {
    text-decoration: underline;
}




.main-res-wrap .content .prev_next a {
    text-decoration: none;
}
.previous_post  a {
    text-transform: capitalize;
}

/****18 july ******/
.widget.widget_adrotate_widgets .g-col.b-1 {
  float: left;
  font-size: 14px;
  line-height: initial;
  padding: 8px;
  width: 50%;
}

.content .previous_post {
  display: block;
}
.content .next_post {
  display: block;
}

.widget.widget_adrotate_widgets {
  border: 1px solid #cccccc;
}
.template-single #adrotate_widgets-2.widget .g .g-col.b-1 a {
    float: left;
    padding: 10px 20px;
    text-decoration: underline;
}

#adrotate_widgets-2 b {
    margin-left: 20px;
}

#adrotate_widgets-2 .g-col {
    margin-bottom: 0;
    padding: 10px 0 0;
}
#post-1124 .post_content ul li {
    display: table;
    width: 95%;
}

#post-1124 .post_content ul li .direct-img {
    float: left;
    width: 64%;
}

#post-1124 .post_content ul li p {
    float: right;
    width: 29%;
}

#post-1124 .post_content ul {
    margin: 0;
    width: 100%;
}
/***** Added on 7 July, 2015 ******/

.content .prev_next {

} 

@media  (min-width:897px) {

.guides-main-men { display:none;}

}

@media  (max-width:897px) {

.show_menu {  display:none; }

}

@media  (min-width:897px) {

.show_menu {  display:block !important; }

}
/* css for calculators */
div.calculator {
  background: #ececec none repeat scroll 0 0;
  border: 1px solid #a6a6a6;
  margin: 0 0 20px;
  padding: 20px;
  position: relative;
}
div.calculator form div.form-row {
  margin: 0 0 10px;
}
div.calculator form input[type="text"] {
  width: 45% !important;
}
div.calculator form input[type="text"], div.calculator form select {
  margin: 0;
  padding: 5px;
}
div.calculator form input, div.calculator form select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #a6a6a6;
  display: block;
}
div.calculator form input[type="radio"] {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
}
div.calculator form input.last[type="radio"] {
  margin: 0 10px 0 15px;
}
div.calculator form input[type="submit"], div.calculator form input[type="reset"] {
  background: #236b8e none repeat scroll 0 0;
  border: 1px solid #a6a6a6;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px 0;
  width: 20% !important;
}
div.calculator form div.form-row.last {
  margin: 20px 0 0;
}
div.calculator form div.form-row.result.last p {
  color: #236b8e;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0;
}
div.calculator form select {
  width: 45% !important;
}
div.calculator table {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #a6a6a6;
  border-collapse: collapse;
  font-size: 15px;
  margin-top: 17px;
}
div.calculator table tr:nth-child(1) {
  border-bottom: 1px solid #17455c;
}
div.calculator table tr {
  border-bottom: 1px solid #a6a6a6;
}
div.calculator table tr th {
  background: #236b8e none repeat scroll 0 0;
  color: #ffffff;
  padding: 5px;
}
div.calculator table tr td.band {
  color: #236b8e;
  font-weight: bold;
}
div.calculator table tr td {
  color: #236b8e;
  font-weight: normal;
  padding: 5px;
}
div.calculator table tr.result {
  background: #b8b8b8 none repeat scroll 0 0;
  border-bottom: medium none;
}
div.calculator table tr.result td {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
div.calculator form div.form-row.last {
  margin: 20px 0 0;
}
div.calculator form div.form-row.result.last p {
  color: #236b8e;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0;
}
/* end css */
.social4i {
  display: block;
  margin: 60px 0 0;
}
.post_content ul li,
.post_content ol li{
  font-size: 15px;
  line-height: 1.4em;
}
.directory-listing{background:#ececec;border:1px solid #a6a6a6;padding:14px;margin:0 0 20px 0}
.directory-listing:first-child{margin-top:20px}
.directory-listing h3{font-size:20px}
.directory-listing h3 a{text-decoration:underline}
.directory-listing h3 a:hover{text-decoration:none}
.directory-listing p:nth-child(2) {margin:0}
.directory-listing p:nth-child(2) img {background:#fff;border:1px solid #a6a6a6;float:right;margin:0 0 0 20px}
.directory-listing p:nth-child(3) {line-height:1.5;margin:0;padding:10px 0 0 0}
@media (max-width:768px){.directory-listing h3{float:none;margin:0 0 20px 0;text-align:center}
.directory-listing p:nth-child(2) img {float:none;margin:0 auto}
	.directory-listing p:nth-child(3) {text-align:center}}
#text-21 {border: 2px solid #0c6a95; padding: 10px;}
.text-21-button {width: 130px; padding: 5px; color: #ffffff; background-color: #0c6a95;}
.text-21-email {width: 184px; padding: 0px;}
.expert input[type="submit"], button {width: 150px !important; padding: 5px !important; color: #fff !important; background-color: #0c6a95 !important;}