/*
Theme name: EASST
Theme URI: http://easst.net
Description: Print stylesheet for EASST
Author: E Bugler
Author URI: www.nomadit.co.uk
Version: 0.1-wp.com
*/

/* =Reset default browser CSS. Based on work by Eli Bugler
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	min-width: 1025px;
	
	}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Clear Setting
-------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
}
.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Global Elements Setting
-------------------------------------------------------------- */

body {
	background: #3a2820;
	color: #444;
	font-family: "Tahoma", "Verdana", "Arial", Sans-Serif;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}
a img {
	border: 0;
}
a {
	color: #cd4517;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Gill Sans", "Trebuchet MS", "Calibri", sans-serif;
	font-weight: normal;
	line-height: 1.2;
}
cite,
em,
i {
	font-style: italic;
}
input,
textarea,
select,
button,
label {
	color: #444;
	font-family: "Tahoma", "Verdana", "Arial", Sans-Serif;
	font-size: 12px;
}
ins {
	background: none repeat scroll 0 0 #ffffcc;
	text-decoration: none;
}
pre {
	background: none repeat scroll 0 0 #f7f7f7;
	color: #222222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
dt {
	font-weight: bold;
}
big {
	font-size: 131.25%;
}
code {
	font-family: "Monaco","Consolas","Andale Mono","DejaVu Sans Mono",monospace;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.cl,
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	text-indent: -4000px;
}
p img {
	max-width: 100%;
	padding: 0;
}
.archives hr {
	margin: 6px 0;
}


/* =WordPress Classes
-------------------------------------------------------------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 5px 0 5px 15px;
}
img.alignleft {
	display: inline;
	margin: 5px 15px 5px 0;
}
.wp-caption {
	border: solid 1px #eee;
	margin: 6px;
	padding: 4px;
	text-align: center;
}
.wp-caption.aligncenter {
	margin: 6px auto;
}
.wp-caption p {
	margin-bottom: 0 !important;
	padding: 0 5px;
}
.post .entry .wp-caption a img {
	border: 0;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	
	
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0;
	position: relative;
}
#header .description {
	color: #c1ab7d;
	font-size: 13px;
	line-height: 1;
	padding-top: 5px;
	text-transform: uppercase;
}
#header .description a {
	color: #9d6510;
	text-decoration: none;
}
#site-title {
	color: #d69959;
	font-family: "Tahoma", "Verdana", "Arial", Sans-Serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
#site-title a {
	color: #d69959;
	text-decoration: none;
}
h1 a span {
	color: #ffd7a5;
}
h1 a:hover {
	text-decoration: none;
}
#logo {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	margin: 0 0 0 20px;
	
}

#search {
    
  position: absolute;
  top: 5px;
  right: 5px;
}

#header-img {
	clear: both;
	padding: 20px 0 0;
}



/* =Navigation
-------------------------------------------------------------- */

#nav {
	display: inline;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	margin: 60px 0 0 30px;
	text-transform: lowercase;
	font-family: "Gill Sans", "Trebuchet MS", "Calibri", sans-serif;
	
}
#nav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0 5px 5px 0;
}
#nav ul li a {
	color: #5B5B5F;
	float: left;
	padding: 0 8px 0 6px;
	position: relative;
	text-decoration: none;
	z-index: 10;
	border-right: 1px solid #CDCCCC;
}
#nav ul .selected,
#nav ul .current_page_parent,
#nav ul .current_page_item,
#nav ul .current_page_ancestor,
#nav ul .current-menu-parent,
#nav ul .current-menu-item,
#nav ul .current-menu-ancestor {
	border-bottom: 2px solid #39A89F;
}
#nav > ul > li > a {
	line-height: 30px;
	white-space: nowrap;
}
#nav > ul > li:hover,
#nav > ul > li:hover a,
#nav > ul > li > a:hover {
	color: #000;
	border-bottom: 1px solid #39A89F;
	
}
#nav > ul > li:hover a {
	
	color: #000;
}

#nav ul ul {
	
	display: none;
	float: left;
	position: absolute;
	top: 27px;
	width: 150px;
	z-index: 99999;
}
#nav ul .sub-menu li,
#nav ul .children li {
	
	margin: 0;

	/* added by darren 20-02-2012 */
	background-color: rgba(255, 255, 255, 0.9);
	/* end of additions */
}
#nav ul .sub-menu li a,
#nav ul .children li a {
	color: #9b9b9b;
	font-weight: normal;
	padding: 7px 0 7px 10px;
	text-transform: none;
}
#nav ul .sub-menu li a:hover,
#nav ul .children li a:hover {
	color: #222;
}
#nav ul ul li {
	min-width: 140px;
}
#nav ul ul a {
	width: 140px;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul li.last {
	border-bottom: 0 !important;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #7e6a4f;
	font-size: 11px;
	padding: 15px 0 30px;
	text-align: center;
}
#footer a {
	color: #9d6510;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.rss {
	background: url(images/ico-rss-2.png) no-repeat 0 center;
	display: inline;
	padding-left: 14px;
}
#footer p.rss a {
	color: #7e6a4f;
}


/* =Main
-------------------------------------------------------------- */

#main {
	background: repeat-y 0 0;
	position: relative;
/*	width: 97%; */

	/* added by darren, 20/02/2012 */
	width: 100%;
	/* end of additions */
}

#main-top {
	background: no-repeat 0 0;
}

#main-bot {
	background: no-repeat 0 bottom;
	height: 100%;
	min-height: 150px;
/*	padding: 50px 20px 70px 60px; */

	/* added by darren, 20/02/2012 */
	padding: 50px 0px 70px 60px;
	/* end of additions */
}

/* RSS */
#rss-link {
	display: block;
	font-size: 0;
	height: 55px;
	line-height: 0;
	text-indent: -4000px;
	width: 50px;
}
#rss-link {
	position: absolute;
	right: -12px;
	top: -12px;
}


/* =Content Area
-------------------------------------------------------------- */

#content {
	display: inline;
	float: left;
	width: 95%;
	margin-top: -20px;
}

#content p.top {

margin-top: 10px;
}

#content hr {
border: 0;
background-color: #ccc;
height: 1px;
}

#content .current_issue h1, #content .previous_issue h1, #content .archived_issue h1, #content .easst_review_issue_container h1 {
padding: 0 0 5px 0;
margin: 0 0 0 0;
}


#content .current_issue h1 a, #content .previous_issue h1 a, #content .easst_review_issue_container h1 a {
font-family: "Gill Sans", "Trebuchet MS", "Calibri", sans-serif;
font-size: 18px;
font-weight: normal;
}

#content .current_issue h1 img.review_cover, #content .previous_issue h1 img.review_cover, #content .review_cover, #content .archived_issue h1 img.review_cover {
float: left;
padding: 5px 10px 0 4px;
}

#content img.review_cover_portrait {
float: left;
padding: 0 53px 0 0;
border: 1px solid #ccc;
margin: 0 10px 0 4px;
}


#content ul.article_list {
padding: 0;
margin: 0;

}

#content ul.article_list li, #content ul.article_short_list li {

list-style: none;
line-height: 1.6em;
color: #4E4D4D;
}

#content ul.article_short_list li {
float: left;

}


#content .article_author, #content p.issue summary {
color: #4E4D4D;
}

#content .current_issue{

border-top: #ccc solid 1px;
border-bottom: #ccc solid 1px;
margin: 4px 0 20px 0;
padding: 10px 0 7px 0;

}

#content .previous_issue h1 a {
font-size: 0.8em;
font-weight: bold;
}

#content .archived_issue h1 {
font-size: 1.1em;
font-weight: bold;

}

/* article pages */

#content .easst_review_article_container .article_subtitle {
padding: 0 0 10px 0;
font-weight: bold;
}

#content .easst_review_article_container .article_author {
font-weight: bold;
padding: 0 0 10px 0;

}


/* Default size for headers */
#content h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 18px;
}
#content h2 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 18px;
}
#content h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}
#content h4 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}
#content h5 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
#content h6 {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 18px;
}
#content .entry-title {
	font-size: 27px;
	margin: 0 0 5px 0;
}
.page-title {
	margin: 0 0 10px 0;
}
.pagetitle {
	font-size: 20px;
}
.sticky h2 {
	text-decoration: underline;
}

/* Reasonable margins for lists */
#content ul {
	margin: 0 0 22px 20px;
}
#content ul ul {
	margin: 0 0 0 20px;
}
#content ol {
	margin: 0 0 22px 25px;
}
#content ol ol {
	margin: 0 0 0 25px;
}
#content ul li {
	list-style: disc;
}
#content ul ul li {
	list-style: circle;
}
#content ul ul ul li {
	list-style: square;
}
#content ol li {
	list-style: decimal;
}
#content .links-list ul {
	margin-bottom: 20px;
}
#content .links-list li.linkcat {
	list-style: none;
}
#content .links-list .linkcat h2 {
	margin-bottom: 10px;
}
#content blockquote {
	font-style: italic;
	padding: 0 3em;
}
#content table {
	margin: 0 0 22px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content .post-title {
	font-size: 22px;
	margin-bottom: 12px;
	color: #B7B7B6;
}

#content dd {
	margin: 0 0 22px 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
#content code {
	font-size: 10px;
}
.archive-meta {
	margin: 0 0 18px 0;
}
.entry-meta {
	margin: 0 0 15px 0;
}
.entry-attachment .post-navigation {
	background: none;
	padding: 10px 0 0 0;
}
.attachment .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .nav-next a:after {
	content: '\00a0\2192';
}


/* =Post Area
-------------------------------------------------------------- */

/* Big images in rich text editor should not break page layout */
.post .entry {
	overflow: hidden;
}
.post,
div.attachment,
.post-navigation {
	background: url(images/post-bg.gif) no-repeat 0 bottom;
	height: 100%;
	margin-bottom: 10px;
	padding-bottom: 30px;
	position: relative;
}
.post-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.post-title a {
	color: #000;
	text-decoration: none;
}
.post-title a:hover {
	text-decoration: none;
}
.post .date {
	height: 80px;
	left: -123px;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 75px;
}
.post .date .bg {
	background: no-repeat 0 0;
	height: 62px;
	padding: 18px 0 0 5px;
	width: 70px;
}
.post .date span {
	color: #f4b995;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.post .date span.day {
	font-size: 26px;
}
.post.sticky .date {
	display: none;
}
.post .entry img {
	
	max-width: 621px;
	
}
.post .entry sup,
.post .entry sub {
	font-size: 0.8em;
}
.post .entry img.alignleft,
.post .entry img.alignright,
.post .entry img.aligncenter {
	margin-bottom: 12px;
}
.post .entry img.wp-smiley {
	background: #fff;
	border: 0;
	padding: 0px;
}
.post .entry p {
	line-height: 20px;
	margin-bottom: 20px;
}
.post .meta {
	background: url(images/meta-top.gif) no-repeat 0 0;
	padding-top: 13px;
}
.post .meta {
	color: #444;
	font-family: "Tahoma", "Verdana", "Arial", Sans-Serif;
	font-size: 10px;
}
.post .meta p {
	line-height: 15px;
	padding: 5px 0;
}
.post .meta .bg {
	background: #fafafa url(images/meta-bg.gif) repeat-x 0 bottom;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	height: 100%;
	padding: 0 10px;
}
.post .meta .bot {
	background: url(images/meta-bot.gif) no-repeat 0 0;
	font-size: 0;
	height: 4px;
	line-height: 0;
	text-indent: -4000px;
}
.post .meta .comments-num {
	color: #682815;
	display: inline;
	float: right;
	font-size: 11px;
	font-weight: bold;
}
.post .meta .comments-num {
	background: url(images/meta-comments-num.gif) no-repeat 0 3px;
	margin-left: 10px;
	padding: 5px 0 5px 30px;
}
p.tags {
	padding: 10px;
	font-size: 10px;
}
#entry-author-info {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ccc;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -90px 0 0;
	padding: 5px;
}
#content #entry-author-info-heading {
	font-size: 18px;
	margin: 0;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 90px;
}
.list-page #searchform {
	margin-top: 20px;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	 z-index: 255;	
      position: absolute;
      right: 0em;	
	margin-top: -80px;
	width: 250px;
	background-color: #fff; 
	border-radius: 0.5em 0em 0em 0.5em; 
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	background-color:rgba(255,255,255,0.5);

}
.widget {
	color: #000;
}
.metaplace {
	padding: 9px;
}
.metaplace p {
	color: #fff;
}
.widget_calendar {
	width: 204px;
}
#sidebar a {
	color: #D04927;
}
#sidebar h4 {
	background: no-repeat 0 0;
	color: #2e2019;
	font-size: 20px;
	line-height: 52px;
	
}
#sidebar h4 a {
	color: #000;
}

#sidebar ul li {
	list-style-type: none;
}



#sidebar ul.mailbox_feed_list {
 padding: 0;
 margin: 0;

}

#sidebar ul.mailbox_feed_list li {
 padding: 2px 0 2px 0;
 margin: 0;
}

#sidebar ul.mailbox_feed_list li a {
font-weight: normal;

}

#sidebar ul li select {
	margin: 10px 0 10px 10px;
	padding: 2px;
	
}
#sidebar ul ul {
	padding: 0 10px 10px 3px;
}
#sidebar ul ul li {
	background: no-repeat 0 9px;
	margin: 0px 6px;
	padding: 4px 0 4px 15px;
}
#sidebar ul ul li:first-child {
	border-top: none;
}
#sidebar ul ul li:last-child {
	border-bottom: none;
}
#sidebar ul ul li ul {
	border: 0;
	padding-bottom: 0;
}
#sidebar ul ul li li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}
#sidebar ul .widget > div {
	padding: 0 10px 10px 9px;
}

/* styling the static content for various sidebars */

#sidebar p {
line-height: 1.5em;
color: #444;
margin: 20px 10px 20px 10px;

}

#sidebar .icon {
padding: 0 2px 0 0;
margin: 4px 0 0 0;

}


#calendar_wrap {
	color: #f7f7f7;
	font-size: 12px;
	padding: 0 0 10px !important;
	text-align: center;
	width: 203px;
}
#calendar_wrap .nav {
	color: #c4a158;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto;
	position: relative;
	width: 130px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar tbody tr td a {
	border: dashed 1px #c4a158;
	color: #c4a158;
	display: block;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 16px;
}
#wp-calendar tbody tr td {
	border-right: solid 1px #423028;
	padding: 2px 0;
}
#wp-calendar tbody tr th {
	border-left: 0;
	border: solid 1px #423028;
	color: #b5573a;
	font-weight: normal;
	padding: 2px 0;
}
#wp-calendar tbody tr .last {
	border-right: none !important;
}
#wp-calendar tbody tr.last td {
	border-bottom: solid 1px #423028;
}
#sidebar #searchform {
	margin: 5px 0 15px 5px;
}
#sidebar #searchform label {
	color: #c4a158;
	display: none;
	font-weight: bold;
}
#sidebar #searchform .field-place {
	background: no-repeat 0 0;
	height: 23px;
	padding: 2px;
	width: 190px;
}
#sidebar #searchform .field-place .field {
	background: none;
	border: 0;
	color: #c4a158;
	display: inline;
	float: left;
	padding: 4px 5px 3px;
	width: 155px;
}
#sidebar #searchform .field-place .button {
	display: inline;
	float: right;
	height: 23px;
	width: 23px;
}
#sidebar #searchform .field-place .button {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.widgettitle label {
	color: #fff;
	font-family: "Gill Sans", "Trebuchet MS", "Calibri", sans-serif;
	font-size: 20px;
	line-height: 52px;
}
.widget_blog_subscription form {
	padding: 0 5px 5px 9px;
}
.widget_blog_subscription form p {
	margin: 0 0 5px 0;
}
#sidebar ul .menu-sidebar-menu-container {
	padding: 0;
}
.widget_gravatar {
	padding: 0 0 5px 0;
}
.widget_gravatar p {
	padding: 5px 5px 5px 9px;
}
#sidebar ul .widget_author_grid ul {
	padding: 5px 10px 10px 9px;
}
#sidebar ul .widget_author_grid ul li {
	background-image: none;
	border: 0;
}
.widget_flickr table {
	margin: 10px auto;
}
.widget_flickr img {
	height: auto;
	margin: 0 5px;
	max-width: 170px;
	width: auto;
}
#flickr_badge_uber_wrapper {
	background-color: #fff;
}
#flickr_badge_wrapper {
	border: 0 !important;
}
.widget_box {
	padding: 10px 5px;
}
.widget_box embed {
	margin: 0 auto;
}
.widget_vodpod {
	padding: 10px 5px;
}
.widget_vodpod div {
	margin: 0 auto;
	width: auto;
}
.recentcommentsavatar {
	margin: 10px 0 10px 9px;
}
#sidebar label,
#sidebar button {
	color: #fff;
}
.widget_rss_links p {
	padding: 5px 0 0 10px;
}


/* =Comments Area
-------------------------------------------------------------- */

#respond h3,
#comments-title {
	font-size: 19px;
}
#comments-title {
	margin: 0 0 20px 0;
}
#content .commentlist {
	margin: 0;
}
#respond div.left {
	display: inline;
	float: left;
	width: 290px;
}
#respond div.right {
	display: inline;
	float: right;
	width: 334px;
}
#respond label {
	color: #ac2e13;
	font-size: 12px;
	margin: 5px 0 3px;
}
#commentform {
	padding: 0 0 20px 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 290px;
}
.comment-form-comment {
	float: right;
	margin: -146px 0 0 0;
	width: 334px;
}
.logged-in .comment-form-comment,
.comment .comment-form-comment {
	float: none;
	margin: 0;
}
.comment-form-comment label {
	display: none;
}
.form-allowed-tags {
	clear: both;
	font-size: 11px;
}
.logged-in .form-allowed-tags {
	width: 334px;
}
.form-submit {
	margin-bottom: 1em;
}
.logged-in .form-submit {
	width: 334px;
}
#respond #submit {
	background: no-repeat 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
	width: 119px;
}
#content .comment {
	font-size: 12px;
	list-style-type: none;
}
.comment .comment-body {
	background: url(images/post-bg.gif) no-repeat 0 bottom;
	height: 100%;
	margin-bottom: 15px;
	min-height: 90px;
	padding-bottom: 10px;
	padding-left: 80px;
	position: relative;
}
.comment .avatar {
	left: 0;
	position: absolute;
	top: 0;
}
.comment .author {
	font-weight: bold;
	line-height: 1;
}
.comment .author a {
	color: #dd5324;
}
.comment .comment-meta {
	color: #b49969;
	font-size: 10px;
	margin-bottom: 3px;
}
.comment .comment-content p {
	margin-bottom: 15px;
}
.trackback .comment-body,
.pingback .comment-body {
	height: auto;
	min-height: 0;
	padding: 0 0 20px;
}
#respond input[type="text"] {
	background: url(images/field.gif) no-repeat 0 0;
	border: none;
	height: 15px;
	margin: 0;
	overflow: hidden;
	padding: 8px 5px 7px;
	width: 280px;
}
#comment {
	background: url(images/textarea.gif) no-repeat 0 0;
	border: none;
	height: 125px;
	overflow: auto;
	padding: 8px 5px 7px;
	width: 324px;
}
.commentsnavigation {
	margin: 6px auto;
}
.reply {
	float: right;
}
.commentlist ul.children {
	margin-left: 25px;
}
.userloggedbtn {
	float: left !important;
	margin-left: 218px;
}
.nopassword,
.page .nocomments {
	display: none;
}
.bypostauthor .author {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}


/* =Post and page navigation
-------------------------------------------------------------- */

.page-navigation {
	margin: 10px 0;
	word-spacing: 0.5em;
}
.page-navigation a {
	background-color: #e2e2e2;
	padding: 5px 8px;
}
.post-navigation {
	display: block;
	margin: 0 0 10px 0;
	padding-bottom: 20px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 49%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 49%;
}


/* =For IE7 specific
-------------------------------------------------------------- */

#ie7 .clear-fix {
	height: 1%;
}
#ie7 img {
	-ms-interpolation-mode: bicubic;
}
#ie7 .children #respond #commentform {
	display: inline-block;
	position: relative;
}
#ie7 .widget_flickr img {
	margin: 0;
}
#ie7 #nav ul li:hover {
	background-color: #fff;
}

#ie7 #nav > ul > li:hover,
#ie7 #nav > ul > li:hover a,
#ie7 #nav > ul > li > a:hover {
	display: block;
}

#ie7 #nav ul ul {
	top: 30px;
	left: 0;
}

/* =WP.com specific styles
-------------------------------------------------------------- */
.sharing {
	clear: both;
}


/* =Mailbox reader styles (eurograd)
-------------------------------------------------------------- */

/* the header box is translucent white with a rounded grey border */
.mailbox_message_container .headers {
	border: 1px solid #ccc;
	padding: 0.2em;
	margin-bottom: 1.5em;
	border-radius: 0.5em;
	background: white; /* Old browsers */
	background: rgba(255, 255, 255, 0.5); /* Old browsers */
}

/* each header line has small gap to next and has a light grey bottom border
   separating it from the next */
.mailbox_message_container p.header {
	margin: 0.25em;
	border-bottom: 1px solid #eee;
}

/* the final header line has no bottom border */
.mailbox_message_container p.header:last-child {
	border-bottom: none;
	margin-bottom: 0em;
}

/* header names are fixed-width to the left of the header value */
.mailbox_message_container .header_name {
	width: 5em;
	float: left;
}

/* header values are boldened */
.mailbox_message_container .header_value,
.mailbox_message_container .date_line .date {
	display: inline;
	font-weight: bold;

	/* the .date class is also defined elsewhere (for post and comment dates)
	   with absolute positioning, which needs to be overridden here */
	position: static;
}

/* styling the news item in #content */

.news, p.resources {
background-color: #F6F6F4;
padding: 4px;
margin: 0 0 20px 0;
}

.news p {
margin: 2px 0 2px 0;
padding: 0 20px 0 20px;
}



.news h3 {
margin: 2px 0 0 0;
}

.news img.news_img {
float: right;
padding: 0 0 0 10px;
margin: -30px 0 0 0;

}

/* styling the grey table */

#content table.grey {
width: 100%;
padding-top: 10px;
}

#content table.grey td {
padding: 5px 30px 5px 20px;
border: none;
background-color: #F6F6F4;
}

#content table.grey td.top {
padding: 20px 30px 5px 30px;

}

#content table.grey td.border_right {
border-right: 1px #ccc solid;
width: 33%;

}




#content table.grey td.image {
font-size: 9px;
color: #999999;
border-right: 1px #ccc solid;
text-align: center;
}

#content table.grey td.image_noborder {
font-size: 9px;
color: #999999;
border-right: none;
text-align: center;

}

/* styling the heading class */

#content .heading {
font-family: "Gill Sans", "Trebuchet MS", "Calibri", sans-serif;
font-size: 14px;
color: #999;
}



/* styling the council page */

#content ul.council_entry li{
list-style:none;
}

#content img.council {
float: left;
padding: 0 10px 0 0;
margin: 0;
}

#content img.council_top {
float: left;
padding: 0 10px 0 0;
margin: 20px 0 0 0;
}

/* styling the conference page */

.current_conf {
padding: 4px 4px 10px 4px;
margin: 0 0 20px 0;
border-top: #ccc solid 1px;
border-bottom: #ccc solid 1px;
}

#content .previous_conf {
margin: 10px 0 0 0;
padding: 4px;
border-bottom: #ccc solid 1px;

}

#content img.previous_conf_img {
float: left;
border: 1px solid #ccc;
margin: 0 20px 20px 0;
}

#content .previous_conf h1 {
line-height: 20px;
font-size: 1.3em;

}

#content p.council_para {
color: #4E4D4D;
margin: 0 0 40px 0;


}

/* image positioning */

#content img.left {
float: left;
padding: 0 10px 0 0;
margin: 4px 0 0 0;

}

#content img.right {
float: right;
padding: 0 0 0 10px;
margin: 0;
margin: 4px 0 0 0;
}

#content .picture { 
padding: 3px;
font-size: 9px;
color: #999999;}

#content .picture img { 
vertical-align:middle; 
margin-bottom: 3px; }

#content .right {
margin: 0.5em 0pt 0.5em 0.8em;
float:right; }
 
#content .left { 
margin: 0.5em 0.8em 0.5em 0; 
float:left; } 

/* get rid of screen reader text for search form in header */

#searchform label {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

#nav, #search, #sidebar {
display:none;	
}
