/*
Theme Name: MyJournal Theme
Theme URI: http://www.etrecos.com/index.php/themes/
Description: A cross-browser, soft, light, clean and minimalist with blue tones, two-columns layout theme to organize your ideas and thoughts.

Version: 1.2
Author: Catarina Yamamoto
Author URI: http://www.etrecos.com/
Tags: white, blue, tan, light, fixed-width, two-columns, left-sidebar

MyJournal v1.2
http://www.etrecos.com/index.php/themes/

All CSS, xHTML, images and designs for these themes are copyright(all rights reserved)
to Catarina Yamamoto (whose website you will find at http://www.etrecos.com )
and are released and distributed under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Css Reset by meyerweb.com 
========================================================== */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* general styles 
========================================================== */
body {
	/*  font-size: 62.5%; Resets 1em to 10px */
	font-size: .7em;
	font-family: Tahoma, Arial, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(images/myjournal_body_bg.jpg) repeat-y center 0;
	color: #333;
}

body#commentspopup{
	background-color:#fff; background-image: none; text-align: left;
}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
	background:url(images/myjournal_header.jpg) no-repeat 0 0;
}

.hide{display: none;}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	/*font-size: 0.9em;*/
	font-size: 11px;
	line-height: 1.5em;
	}
	
small.queryBlog{line-height:1.2em; display:block; margin-bottom:25px;}

h1 {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 4em;
	text-align: left;
	margin: 0;
	padding:3px 0 6px 175px;
	text-align:right;
	}
	
.description{
	margin-bottom: 15px;
	font-size: 1.1em;
	font-style: italic;
	color: #7F7F7F;
	margin-left: 175px;
	text-align: right;
}

h2, .single_post h2, .specialtitle, #respond h3{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;	
	margin-bottom:2px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
 .loop_results h2 a{
	font-family: Tahoma, Arial, Verdana, Sans-Serif !important;
	font-size: 14px !important;	
}

.specialtitle{color: #982522;}

h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h1, h1 a, h1 a:visited {
	text-decoration: none;
	color: #000 !important;
	}
	
h1 a:hover{
	text-decoration: none;
	color: #982522 !important;
}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h2.pagetitle {
	color: #982522;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.

	
#respond h3{color: #982522;}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

small, .postmetadata {
	color: #7f7f7f;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
p{
	margin-bottom: 12px;
}

a{
	color: #0076a3;
	text-decoration: none;
	/* added by Mike */
	font-size: 1.2em;
}

a:hover {
	text-decoration: underline;
	}

h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

.clear {
	clear: both;
}

select {
	width: 130px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
		
/* end general styles */

/* Header 
========================================================== */
#header {
	margin: 0 0 15px;
	width: 894px;
	}
	
#commentspopup #header{width:100%; margin:0; background-position: center center !important;}

#header #menu{
	clear: both;
	background-color: #666;
	height: 20px;
	position: relative;
	font-size: 11px;
	/* font-size: 1.2em; */
}

#header #menu a {
	color:#fff;
}

#header #menu li{
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	border-left: solid 1px #999;
}

#header #menu li.first{
	background-color:#666;
	border:0;
	margin:0;
	padding:0;
	padding-bottom: 2px;
	position: absolute;
	top:4px;
	left: 4px;
}

#header #menu li.last{
	float:right;
	margin-right: 6px;
	border: 0;
}

#header #menu li.last a{
	text-indent: -10000px;
	background: url(images/myjournal_rss.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	width: 35px;
}

#header #menu li ul li{
	display: none;
}
/* end header */


/* Content Area
========================================================== */
#content {
	font-size: 1.2em;
	float: left;
	width: 702px;
	margin-left: 20px;
	}
	
.date{
	display: block;
	text-transform: uppercase;
	color: #7f7f7f;
	font-weight: bold;
	font-size:0.8em;
	padding-bottom: 3px;
}
	
.entry{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	line-height: 1.4em;
	margin:10px 0 15px;
	}

.post, .page {
	margin: 0 0 25px;
	clear: both;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:0;
	line-height: 1.2em;
}

.postmetadata span{
	text-transform: uppercase;
	font-size: 9px;
}

.lines{
	margin-top: 3px;
	padding-top: 3px;
	border-top: dashed 1px #e5e5e5;
	border-bottom: dashed 1px #e5e5e5;
	text-transform: uppercase;
	font-size: 9px;
}

.lines p{
	margin-bottom: 3px !important;
	}

.postmetadata p{
	margin-bottom: 0;
}

.postmetadata a{
	/*color: #7f7f7f;*/
	}

.post h2 {
	margin: 0;
	position:relative;
	}
	
.entry form { 
	text-align:center;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}
	
.single_post .navigation{
	margin:20px 0 0 !important;
}

.navigation {
	text-align: center;
	font-size:0.9em;
	}

.ispage_special .navigation {
	margin: 0;
	clear: both;
}
	
.navigation a{
	color: #982522;
}

.navigation .alignleft, .navigation .alignright {
	margin-bottom: 15px;
	color:#982522;
}

.home .main_post .post{
	width: 100% !important;
	border: 0 !important;
}

.home .post{
	float: left;
	width: 214px;
	clear: none;
	padding: 0 10px 0 9px;
	border-left: dotted 1px #999;
	margin-bottom: 15px;
}

.home .iconic img{
	width: 100%;
	height: auto;
}

.home .post img{
	padding:0 0 4px;
}

.home .post .entry{
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.ispage h2{
	border-bottom:1px dashed #E5E5E5;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

/* end content area */

/* Comments
========================================================== */
#commentspopup h1 a{
	padding-top: 35px;
	padding-left:100px;
	margin: 0;
	}
	
#commentspopup h1 a{display: block;}
	
#commentspopup .bodySpace{ padding:0 20px;}

.commentlist li, #commentform input, #commentform textarea,
#commentspopup .commentlist li, #commentspopup #commentform input, #commentspopup #commentform textarea {
	/*font: 0.9em Verdana, Arial, Sans-Serif;*/
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	}
	
/*
#commentspopup .commentlist li, #commentspopup #commentform input, #commentspopup #commentform textarea {
	font: 1em Verdana, Arial, Sans-Serif;
	}
	*/
	
.comment-body .comment-author{
	padding-bottom: 3px;
}

.comment-body .comment-edit-link{
	color: #982522;
}
	
#commentspopup .commentlist li{border-bottom:1px solid #DDDDDD;}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:0.9em;
	}

.commentmetadata {
	font-weight: normal;
	}
	

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 10px 0;
	}
#commentform textarea {
	width: 400px;
	padding: 2px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 8px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin-bottom: 25px;	
	color:#cccccc;
	}
	
.ispage .nocomments{display:none;}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* end comment */


/* Footer 
========================================================== */
#footer {
	width: 890px;
	clear: both;
	padding: 10px 0 10px;
	}
	
#footer p{
	color: #7f7f7f;
	clear:both;
	padding:25px 0 0;
	margin-bottom: 0;
	text-align: right;
}

#footer h2{
	color: #000;
	margin-bottom: 6px;
}
	
#commentspopup #footer{background-image:none;margin:20px 0 10px; width:100%;}

#footer a{
	color: #666;
}
	
#footer ul#footer_items{
	list-style: none;
	clear: both;
}

#footer ul#footer_items li{
	float: left;
	margin-right: 15px;
	color: #666;
	background-color: red;
}

#footer ul#footer_items li ul li{
	float: none;
	margin-right: 0;
	margin-bottom: 2px;
	height: auto;
}

#footer ul#footer_items li ul li ul li{
	padding-left: 10px;
}

/* end footer */

/* Sidebar 
========================================================== */
#sidebar{
	width: 155px;
	float: left;
	margin-top: -75px;
	background-color: #f3fbfe;
	padding: 0 10px;
	font-size: 11px;
	position: relative;
}

#sidebar h2{
	color: #333;
	margin-bottom: 4px;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: bold;
}
	
#sidebar a{
	color: #666;
}
	
#sidebar ul{
	list-style: none;
	clear: both;
}

#sidebar ul li{
	margin-right: 15px;
	color: #666;
	margin: 8px 0 12px;
	color: #000;
}

#sidebar ul li ul
{margin-top: 3px;}

#sidebar ul li ul li{
	margin-right: 0;
	margin-bottom: 4px;
	margin-top: 2px;
}

#sidebar ul li ul li ul li{
	margin-left: 15px;
	padding-left: 0;
	list-style-image:url(images/myjournal_bullet.gif);
}

#sidebar #searchBox{
	clear: both;
	float: right;
}

	
#sidebar #searchform label{
/*
	display: block;
	text-align: left;
	padding-bottom: 2px;
	font-size: 10px;
	color: #666;
*/
	display: none;
}
	
#sidebar #searchform {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	text-align: right;
	height:20px;
	}
	
/*.searchboxbody #searchform{text-align:left; margin-top: 20px;}*/

#searchform #s {
	border:1px solid #ccc;
	font-family:verdana,arial;
	font-size:10px;
	padding:3px 2px;
	width:90px;
	color: #6a6a6a;
	}

#searchsubmit {
	border:1px solid #999999;
	font-family:verdana, Arial;
	font-size:10px;
	padding:2px 1px;
	text-transform:uppercase;
	width:55px;
	color: #0076A3;
	background-color: #fff;
	}
	
#sidebar .powered{
	position: absolute;
	bottom:0;
}

/* end sidebar */


/* Calendar
========================================================== */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	text-decoration: underline;
}

#wp-calendar a {
	text-decoration: none;
	font-weight:bold;
	background-color:#982522; 
	color: #fff;
	}
	
#wp-calendar a:hover{background-color:#0076A3;}


#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	padding: 3px 0;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#wp-calendar #next a {
	text-align: right;
	color: #0076A3;
	background: none !important;
	}

#wp-calendar #prev a {
	text-align: left;
	color: #0076A3;
	background: none !important;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* end calendar */

/* Images
========================================================== */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* end images */


/* Lists
========================================================== */
/* 	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.  */
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ul {
	padding: 0 0 0 20px;
	}
.entry ul li{
	list-style-type: disc;
	}
.entry ol li{
	list-style-type: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* end lists */

/* style added by Mike */
div.editorial div {
	padding: 3px 0px 3px 0px;
}
div.editorial .boldandcenteraligntabletext{
	font-weight: bold;
	text-align: center;
	}
div.editorial .centeraligntabletext{
		text-align: center;
	}
.leftcontent {
	float: left;
	width: 75%;
	height: 180;
}
.rightcontent {
	float: left;
	width: 25%;
	height: 180;
}

#post-158 h2, #post-215 h2, #post-234 h2, #post-244 h2, #post-248 h2, #post-256 h2, #post-263 h2, #post-269 h2, #post-279 h2, #post-293 h2, #post-299 h2, #post-303 h2, #post-310 h2, #post-325 h2, #post-328 h2, #post-341 h2, #post-345 h2, #post-357 h2, #post-363 h2, #post-366 h2, #post-369 h2, #post-372 h2, #post-375 h2, #post-381 h2, #post-384 h2, #post-391 h2, #post-394 h2, #post-398 h2, #post-401 h2, #post-404 h2, #post-409 h2, #post-412 h2, #post-415 h2, #post-421 h2, #post-429, #post-429 h2, #post-442 h2, #post-445 h2, #post-452 h2, #post-456 h2, #post-459 h2, #post-462 h2, #post-465 h2, #post-473 h2, #post-479 h2, #post-484 h2, #post-487 h2, #post-490 h2, #post-493 h2, #post-498 h2, #post-502 h2, #post-506 h2, #post-509 h2, #post-516 h2, #post-520 h2, #post-524 h2, #post-527 h2, #post-530 h2, #post-534 h2, #post-537 h2, #post-543 h2, #post-550 h2, #post-555 h2, #post-574 h2, #post-588 h2, #post-596 h2, #post-603 h2, #post-608 h2, #post-616 h2, #post-623 h2, #post-630 h2, #post-638 h2, #post-646 h2, #post-654 h2, #post-660 h2, #post-667 h2, #post-674 h2, #post-681 h2, #post-690 h2, #post-696 h2, #post-701 h2, #post-708 h2, #post-714 h2, #post-723 h2, #post-727 h2, #post-730 h2, #post-733 h2, #post-737 h2, #post-740 h2, #post-746 h2, #post-749 h2, #post-752 h2, #post-758 h2, #post-761 h2, #post-764 h2, #post-767 h2, #post-770 h2, #post-775 h2, #post-778 h2, #post-781 h2, #post-785 h2, #post-790 h2, #post-794 h2, #post-800 h2, #post-805 h2, #post-808 h2, #post-816 h2, #post-819 h2, #post-822 h2, #post-826 h2, #post-829 h2, #post-833 h2, #post-836 h2, #post-841 h2, #post-844 h2, #post-847 h2, #post-850 h2, #post-853 h2, #post-857 h2, #post-860 h2, #post-864 h2, #post-867 h2, #post-870 h2, #post-877 h2, #post-881 h2, #post-888 h2, #post-891 h2, #post-895 h2, #post-899 h2, #post-904 h2, #post-914 h2, #post-917 h2, #post-921 h2, #post-925 h2, #post-929 h2, #post-932 h2, #post-935 h2, #post-938 h2, #post-941 h2, #post-944 h2, #post-947 h2, #post-952 h2, #post-958 h2, #post-962 h2, #post-967 h2, #post-972 h2, #post-975 h2, #post-979 h2, #post-985 h2, #post-989 h2, #post-993 h2, #post-996 h2, #post-1001 h2, #post-1005 h2, #post-1008 h2, #post-1014 h2, #post-1019 h2, #post-1023 h2, #post-1029 h2, #post-1034 h2, #post-1038 h2, #post-1041 h2, #post-1047 h2, #post-1052 h2, #post-1058 h2, #post-1061 h2, #post-1064 h2, #post-1067 h2, #post-1070 h2, #post-1074 h2, #post-1078 h2, #post-1084 h2, #post-1087 h2, #post-1091 h2, #post-1096 h2, #post-1099 h2, #post-1103 h2, #post-1107 h2, #post-1111 h2, #post-1115 h2, #post-1118 h2, #post-1121 h2, #post-1125 h2, #post-1129 h2, #post-1132 h2, #post-1135 h2, #post-1138 h2, #post-1141 h2, #post-1144 h2, #post-1148 h2, #post-1151 h2, #post-1154 h2, #post-1159 h2, #post-1163 h2, #post-1166 h2, #post-1169 h2, #post-1172 h2, #post-1175 h2, #post-1179 h2, #post-1186 h2, #post-1191 h2, #post-1196 h2, #post-1200 h2, #post-1203 h2, #post-1212 h2, #post-1219 h2, #post-1224 h2, #post-1227 h2, #post-1230 h2, #post-1241 h2, #post-1248 h2, #post-1251 h2, #post-1255 h2, #post-1260 h2, #post-1263 h2, #post-1266 h2, #post-1269 h2, #post-1272 h2, #post-1275 h2, #post-1279 h2, #post-1282 h2, #post-1285 h2, #post-1288 h2, #post-1291 h2, #post-1295 h2, #post-1298 h2, #post-1301 h2, #post-1304 h2, #post-1308 h2, #post-1311 h2, #post-1314 h2, #post-1317 h2, #post-1320 h2, #post-1323 h2, #post-1326 h2, #post-1329 h2, #post-1333 h2, #post-1336 h2, #post-1340 h2, #post-1344 h2, #post-1350 h2, #post-1354 h2, #post-1357 h2, #post-1360 h2, #post-1365 h2, #post-1369 h2, #post-1372 h2, #post-1376 h2, #post-1380 h2, #post-1386 h2, #post-1391 h2, #post-1398 h2, #post-1401 h2, #post-1404 h2, #post-1406 h2, #post-1416 h2, #post-1419 h2, #post-1422 h2, #post-1425 h2, #post-1428 h2, #post-1431 h2, #post-1435 h2, #post-1438 h2, #post-1443 h2, #post-1448 h2, #post-1453 h2, #post-1456 h2, #post-1462 h2, #post-1465 h2, #post-1468 h2, #post-1504 h2, #post-1507 h2, #post-1510 h2, #post-1514 h2, #post-1519 h2, #post-1523 h2, #post-1526 h2, #post-1529 h2, #post-1532 h2, #post-1536 h2, #post-1539 h2, #post-1543 h2, #post-1546 h2, #post-1549 h2, #post-1552 h2, #post-1555 h2, #post-1558 h2, #post-1561 h2, #post-1564 h2, #post-1567 h2, #post-1570 h2, #post-1573 h2, #post-1576 h2, #post-1579 h2, #post-1582 h2, #post-1586 h2, #post-1589 h2, #post-1592 h2, #post-1596 h2, #post-1601 h2, #post-1606 h2, #post-1610 h2, #post-1615 h2, #post-1618 h2, #post-1623 h2, #post-1626 h2, #post-1632 h2, #post-1634 h2, #post-1637 h2, #post-1640 h2, #post-1643 h2, #post-1649 h2, #post-1653 h2, #post-1657 h2, #post-1661 h2, #post-1666 h2, #post-1669 h2, #post-1673 h2, #post-1677 h2, #post-1681 h2, #post-1685 h2, #post-1690 h2, #post-1693 h2, #post-1696 h2, #post-1700 h2, #post-1706 h2, #post-1712 h2, #post-1716 h2, #post-1719 h2, #post-1723 h2, #post-1726 h2, #post-1730 h2, #post-1733 h2, #post-1736 h2, #post-1739 h2, #post-1769 h2, #post-1772 h2, #post-1778 h2, #post-1781 h2, #post-1792 h2, #post-1795 h2, #post-1798 h2, #post-1801 h2, #post-1808 h2, #post-1811 h2, #post-1814 h2, #post-1817 h2, #post-1828 h2, #post-1832 h2, #post-1837 h2, #post-1841 h2, #post-1845 h2, #post-1849 h2, #post-1852 h2, #post-1855 h2, #post-1859 h2, #post-1862 h2, #post-1865 h2, #post-1868 h2, #post-1871 h2, #post-1874 h2, #post-1877 h2, #post-1880 h2, #post-1883 h2, #post-1886 h2, #post-1896 h2, #post-1900 h2, #post-1903 h2, #post-1906 h2, #post-1912 h2, #post-1915 h2, #post-1919 h2, #post-1922 h2, #post-1925 h2, #post-1928 h2, #post-1932 h2, #post-1935 h2, #post-1938 h2, #post-1941 h2, #post-1944 h2, #post-1947 h2, #post-1953 h2, #post-1958 h2, #post-1962 h2, #post-1965 h2, #post-1971 h2, #post-1974 h2, #post-1980 h2, #post-1985 h2, #post-1990 h2, #post-1993 h2, #post-1998 h2, #post-2001 h2, #post-2007 h2, #post-2010 h2, #post-2013 h2, #post-2018 h2, #post-2022 h2, #post-2026 h2 , #post-2030 h2, #post-2033 h2, #post-2038 h2, #post-2045 h2, #post-2050 h2, #post-2053 h2, #post-2057 h2, #post-2062 h2, #post-2067 h2, #post-2070 h2, #post-2077 h2, #post-2082 h2, #post-2087 h2, #post-2091 h2, #post-2094 h2, #post-2097 h2, #post-2100 h2, #post-2103 h2, #post-2106 h2, #post-2113 h2, #post-2119 h2, #post-2122 h2, #post-2125 h2, #post-2130 h2, #post-2133 h2, #post-2136 h2, #post-2140 h2, #post-2143 h2, #post-2146 h2, #post-2149 h2, #post-2153 h2, #post-2158 h2, #post-2161 h2, #post-2164 h2, #post-2167 h2, #post-2173 h2, #post-2177 h2, #post-2181 h2, #post-2185 h2, #post-2188 h2, #post-2192 h2, #post-2195 h2, #post-2198 h2, #post-2201 h2, #post-2204 h2, #post-2207 h2, #post-2210 h2, #post-2213 h2, #post-2217 h2, #post-2220 h2, #post-2223 h2, #post-2243 h2 {
	padding-top: 25px;
	text-transform: capitalize;
}
.rightcontent #boldtabletext{
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	}
#journalpaper #authorname, #journalpaper #authoradd  {
	padding: 1px 0px 1px 0px;
	text-transform: capitalize;
}
#journalpaper #volume  {
	font-weight: bold;
	text-transform: capitalize;
	font-color: #0076A3;
	padding-bottom: 10px;
}
#journalpaper #title  {
	text-transform: capitalize;
	font-color: #0076A3;
	padding: 3px 0px 20px 0px;
}
#journalpaper #_title  {
	text-transform: capitalize;
	font-color: #0076A3;
	padding: 20px 0px 3px 0px;
	font-size: 10px;
}
#journalpaper #abstract {
	padding-top: 3px;
}
#journalpaper #abstractcaption {
	padding-top: 10px;
	font-weight: bold;
}
#footertext {
	font-size: 11px;
}
#footer #copyright {
	text-align: center;
	font-size: 11px;
}
#keywordsparagraph {
padding-top: 10px;
}
#keywords {
font-weight: bold;
}
#sidebar #search-2 h2.widgettitle {
text-transform: capitalize;
}
#content .loop_results h2, #content h2 {
text-transform: capitalize;
padding-top: 3px;
}
#content .loop_results #journalpaper div {
font-size: 11px;
text-transform: capitalize;
}
#content #print {
	clear: both;
	float: right;
	font-size: 8px;
	padding: 10px 0px 10px 0px;
	}
