/*
Theme Name: PMJ1
Theme URI: http://www.clutton.org.uk
Description: Test theme for Clutton Blog
Author: Philip Jones
Author URI: http://www.clutton.org.uk
Template: sandbox
Version: 1.6
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../basic2col/style.css");

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

/* reset browser stylings */
html, body, address, blockquote, div, dl, form, 
h1, h2, h3, h4, h5, h6, ol, p, pre, table, 
ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
     margin: 0px;
     padding: 0px; }
ul  { list-style: none; }
/* end of reset */



body
{
	font: 10pt Verdana, arial, serif;
	text-align: center;
	background: #181617;
}

p
{
	padding: 0 0 5px 0;
}

a
{
	/*color: #000000;*/
}
.home a
{
	color: #000000;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

h2.entry-title a
{
	text-decoration: none;
	color: #000000;
}

.pageid-407 h2.entry-title   /*page title on splash page*/
{
	display: none;
}

div#wrapper 
{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background: #ffffff url(fullwidth_bg.jpg) repeat-y;
	position: relative;
	top: 0px;
	left: 0px;
}

div#container 
{
	float:right;
	margin:0 0 0 -250px;
	width:100%;
	background: url(cliffs.jpg) bottom right no-repeat;
	min-height: 600px;
}

div#header
{
	background: #181617 url(header.jpg) no-repeat;
	height: 175px;
}

h1#blog-title
{
	display: none;
}

div#blog-description
{
	display: none;
}

div#menu_home
{
	position:absolute;
	top: 81px; 
	left:320px;
}

div#access
{
	position: absolute;
	top: 83px;
	left: 300px;
}

div.skip-link
{
	display: none;
}

div#menu ul,div#menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a, div#menu_home a
{
	display:block;
	margin-right:1em;
	padding:0.2em 0.5em;
	text-decoration:none;
	color: #000000;
	font-size: 10.5pt;
}

div#menu ul ul ul a {
	font-style:italic;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
}

div#menu ul li:hover ul {
	left:auto;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

div#nav-above
{
	display: none;
}

div#content 
{
	margin:0 0 0 320px;
	width: 620px;
	padding-bottom: 175px;
}

div#primary
{
	background: #ffffff url(left_top.jpg) top right no-repeat;
	width:250px;	
	min-height: 495px;
	text-align: center;
	float:left;	
}

div#secondary 
{
	clear:left;
}

div#footer 
{
	clear:both;
	width:100%;
	background: #181617;
	padding: 10px 0 10px 50px;
	font-size: 9pt;
}

#footer a, #bk_footer
{
	color: #bbbbbb;
}

div.entry-meta
{
	/*display: none;*/
}

div.entry-date
{
	display: none;
}

h3.widgettitle
{
	font: 15pt georgia, times new roman, times, serif;
	text-transform: uppercase;
	color: #ffffff;
	margin: 20px 55px 5px 55px;	
}
/*  added last two to this */
li#meta.widget a, li#meta.widget, div.textwidget a, 
{
	text-decoration: none;
	color: #ffffff;
	font-size: 10.5pt;
	margin-bottom: 9px;
}

div.execphpwidget a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 10.5pt;
	margin-bottom: 9px;
}


form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 
{
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

#comments-list h3
{
	margin-top: 12px;
	margin-bottom: 4px;
}

#comments-list ol
{
	list-style-type: none;
}
#comments-list li
{
	margin-bottom: 12px;
}
.comment-author
{
	font-style: italic;
	font-weight: bold;
}
.comment-meta
{
	display: none;
}

.entry-meta
{
	margin-bottom: 8px;
}