/* 
Description: Bespoke WordPress Theme developed exclusively for Plain Text
Version: 1.0
Author: Dewar Green Limited
Author URI: http://www.dewargreen.com/
Theme Name: plain-text
Description: A Child Theme of Thematic.
Template: thematic
*/

body {
	background:#EEE;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: 28px;
}
#wrapper {
	background: #FFF;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	z-index: 2000;
}

#header #branding {
	padding-bottom: 28px;
}
#content {
	width: 600px;
	z-index: 1;
}
#blog-description {
	display: none;
}

.entry-content h1 {
	font-size: 2em;
	color: #F00;
	padding-bottom: 1em;
	padding-top: 0.1em;
	z-index: 10;
}
.entry-content h2 {
	font-size: 1.5em;
	color: #000;
	padding-bottom: 1em;
}

.entry-content h3 {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 0.4em;
}

.entry-content {
	line-height: 1.3em;
}

.entry-content table {
	font-family:verdana;
	font-size:.8em;
  	border:1px solid;
	border-color:#eee #ddd #ddd #eee;
	margin:8px;
}
.entry-content table tr {
	vertical-align:top;
}
.entry-content table th {
	background-color:#eee;
	font-weight:bold;
	text-align:left;
}
.entry-content table tr th {
	font-weight:normal;
	background-color:#f0f0ff;
}
.entry-content tr th a {
	text-decoration: none;
	border-bottom: 1px dotted #00F;
}
.entry-content tr th a:hover {
	border-bottom: 1px solid #00F;
}

.entry-content table td, .entry-content table th {
  	border:1px solid;
	border-color:#d3d3d3 #bbb #bbb #d3d3d3;
	padding:5px;
	margin:1px;
}
#content .entry-content blockquote {
	background: #F3F3F3;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ddd;
	padding: 15px 15px 0px;
	margin-bottom: 15px;
}
#special_blog_header h1 {
	font-size: 2em;
	color: #F00;
	padding-left: 28px;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
}

.entry-content #pt_latest {
	background: #eee;
	padding: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #ddd;
	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
.entry-content #pt_latest h2 {
	color: #F00;
	font-size: 130%;
}
#pt_latest .lcp_catlist li p {
	font-size: 90%;
	padding-left: 10px;
	margin-bottom: 6px;
}
#content ul.lcp_catlist li {
	padding-bottom: 6px;
}


#content .lcp_catlist li a {
	text-decoration: none;
	border-bottom: 1px dotted #00C;
}
#search #searchform {
	text-align: right;
}

#search #searchform input{
	color: #999;
	border: 1px solid #CCC;
	width: 298px;
}
#search .widgettitle label {
	display: none;
}
#searchform div #searchsubmit {
	display: none;
}



.entry-meta {
	padding-bottom: 15px;
	font-size: 90%;
}
h1.entry-title {
	font-size: 1.7em;
	padding-bottom: 8px;
	padding-top: 5px;
	line-height: 1;
}


#content ul.lcp_catlist {
	list-style: none;
	/*text-transform: capitalize !important;*/
}
#content .category-plain-text-gazette {
	font-family: "Courier New", Courier, monospace;
}
#search .widgettitle {
	display: none;
}



.main-aside  {
	font-size: 90%;
	color: #333;
}


.widgettitle {
	color: #666;
	font-weight: bold;
	padding-bottom: 7px;
}
.blogroll li , .widget_thematic_rsslinks li, .widget_archive li{
	padding-bottom: 7px;
}
.blogroll li a , .widget_thematic_rsslinks li a, .widget_archive li a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #00F;
	font-weight: bold;
}
.blogroll li a:hover , .widget_thematic_rsslinks li a:hover, .widget_archive li a:hover{
	color: #00F;
	text-decoration: none;
	border-bottom: 1px solid #00F;
}

#blog-title a {
	background:url(images/plain_text_logo.gif) no-repeat center top;
	display:block;
	text-indent:-9000px;
	width: 260px;
	height: 52px;
}

/* =Menu
-------------------------------------------------------------- */
.menu {display:inline-block;}

.skip-link {
    display:none;
}
#access {
    /*border-bottom:1px solid #ccc;*/
    height:32px;
    /*font-size:13px;*/
    overflow:visible;
    z-index:100;
}
#access .menu {
	width: 966px;
	margin-left: 28px;
	z-index: 1500;
	position: relative;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	background: #FFF url(images/whiteBg.gif);
}
.sf-menu ul li {
	width:			100%;
	padding-bottom: 8px;
}
/* fixes IE7 'sticky bug' */
.sf-menu li:hover {
	visibility:		inherit;
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0.8em;
	top:			0.5em;
	background: #FFF url(images/whiteBg.gif);
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    /*border-right:1px solid #ccc;*/
	float:left;
}
.sf-menu a {
	/*border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	/*padding:9px 13px 9px 13px;*/
	padding:0px;
	text-decoration:none;
	color: #000;
	margin-right: 13px;
	margin-left: 13px;
	border-bottom: 1px dotted #00F;
}

.sf-menu ul a {
	/* narrow the a elemnent in drop down*/
	/*margin-right: 0px;
	margin-left: 0px;*/
	padding-right: 0px;
	display: inline;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #F00;   /* border-bottom-color:#fff;*/
	border-bottom: 1px solid #F00;
}

.sf-menu .current_page_item ul a,
.sf-menu .current_page_ancestor ul a,
.sf-menu .current_page_parent ul a {
	color: #000;   /* border-bottom-color:#fff;*/
	border-bottom: 1px dotted #00F;
}
.sf-menu li.current_page_item    {
	background: url(images/red_dot.gif) no-repeat left center;
	padding-left: 5px;
}

.sf-menu li.current_page_ancestor li.current_page_item { /* second level current item marker */
	background: url(images/red_dot.gif) no-repeat left 5px;
}

.sf-menu li.current_page_ancestor .current_page_item a { /* second level current link style */
	color: #F00;
	border-bottom: 1px solid #F00;
}

.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
/*.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:     #fafafa;
	outline:		0;
	color: #00F;
	border-bottom: 1px solid #00F;    
	border-bottom-color:#ccc;
}*/

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color: #00F;
	border-bottom: 1px solid #00F;    
	/*border-bottom-color:#ccc;*/
}
.sf-menu ul {
	border: 1px solid #ccc;
	padding: 10px;
	background: #FFF url(images/whiteBg.gif);
	z-index: 1000;
}
.sf-menu ul a {
	padding-right: 0px;
	padding-left: 0px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a:hover {
	color: #00F;
}


/* end thematic menu css here */


/* start menu test changes here */
/*#access {
	padding-bottom: 20px;
}

#access .menu {
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	width: 800px;
}
#access .menu ul {
	margin: 0px;
	padding: 0px 0px 0px 28px;
}

#access .menu ul ul {
	margin: 0px;
	padding: 0px 0px 0px 20px !important;
}

.menu ul li {
	list-style: none;
	margin: 0px;
	background: url(none);
	padding-left: 15px;
}
.menu ul li.current_page_item, .menu ul li.current_page_parent{
	background: url(images/red_dot.gif) no-repeat left 9px;
}
.menu .current_page_parent ul li.current_page_item {
	background: url(images/red_dot.gif) no-repeat left 5px;
}


.menu ul li.current_page_parent li {
	padding-right: 15px;
}

.menu a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #00F;
}
.menu .current_page_item a , .menu .current_page_parent a{
	color: #F00;
	border-bottom: 1px solid #F00;
}
.menu a:hover {
	color: #00F;
	text-decoration: none;
	border-bottom: 1px solid #00F;
}
.menu .sf-menu ul {
	display: none;
}

.menu .sf-menu .current_page_item ul , .menu .sf-menu .current_page_parent ul{
	display: inline;
}
.menu .sf-menu .current_page_item ul li , .menu .sf-menu .current_page_parent ul li{
	display: inline;
}

.menu .sf-menu .current_page_item ul .page_item ul {
	display: none;
}*/

#footer {
	padding-bottom: 28px;
}
#siteinfo a , .edit-link a, .entry-utility a{
	color: #666;
	text-decoration: none;
	font-size: 90%;
}
#compInfo {
	font-size: 80%;
	color: #666;
}


/*Special CSS to keep sub-menu open and red for A-Z section posts*/
/*.s-category-a-to-z-business-writing .menu .sf-menu .page_item.page-item-43 ul {
	display: inline;
}
.s-category-a-to-z-business-writing .menu .sf-menu .page_item.page-item-43 ul li {
	display: inline;
	padding-right: 15px;
}
.s-category-a-to-z-business-writing .menu .sf-menu ul li.page_item.page-item-49 {
	display: inline;
	background: url(images/red_dot.gif) no-repeat left 5px;
	padding-left: 15px;
}
.s-category-a-to-z-business-writing .menu .sf-menu ul .page_item.page-item-49 a{
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}*/

/*Special CSS to keep sub-menu open and red for Gazette section posts*/

/*.s-category-plain-text-gazette .menu .sf-menu ul li.page_item.page-item-46 {
	display: inline;
	background: url(images/red_dot.gif) no-repeat left 5px;
	padding-left: 15px;
}
.s-category-plain-text-gazette .menu .sf-menu ul .page_item.page-item-46 a{
	color: #F00;
	text-decoration: none;
	border-bottom: 1px solid #F00;
}*/

/* end special CSS */

/*

.menu ul.sf-menu li ul li ul{
	display: none;
}
.menu ul.sf-menu li ul li ul li ul {
	display: none;
}
.menu .sf-menu .current_page_item ul .page_item ul li {
	display: none;
}
*/
