/*
Theme Name: A and P Website
Theme URI: http://wordpress.org/
Description: New bespoke theme adapted from the default WordPress theme to match the rest of the website
Author: 
Author URI: 
Tags: bespoke theme
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/Background5.jpg');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	color: #5E5E5E;
	font-size: small;
	}

#page {
	background-color: white;
	border: none;
	text-align: left;
	padding: 0;
	}

div#header {
margin-left: 0;
	}

#headerimg 	{
	margin: 7px 9px 0;
	width: 955px;
	}


/* from reset.css */
html, body, div, span, applet, object, iframe,

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, 

fieldset, form, label, legend {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}

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;



}

/* remember to define focus styles! */

:focus {

	outline: 0;

}


#content {
	font-size: 1.2em
}
div#content {
margin-left: 2px;
margin-right: 0;
	padding-left: 3em;
	padding-top: 0;
	margin-top: 0;
	}

div#content div {
	padding-top: 0;
	margin-top: 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #fff url('images/Footer3.jpg') no-repeat top;
	border: none;
	text-align: center;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.entry p a:visited {
	color: #06a3b6;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06a3b6;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
html {
	background-color: white;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: white;
	font-size: 0.7em;
	font-family: verdana, arial, sans-serif;
	}
body * {
	font-family: inherit;
	font-size: inherit;
}
#page {
	background-color: transparent; 
	margin-left: auto;
margin-bottom: 20px;
	margin-right: auto;
	padding: 0;
	width: 955px;
	border: none;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 955px;
	}

#headerimg {
	margin: 0;
/* 	height: 133px; */
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding-top: 10px;
	padding-bottom: 45px;
	padding-right: 20px;
	padding-left: 0;
	margin: 0;
	width: 640px; 
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
/*	width: 700px; */
	}

.post {
	margin-top: 0;
	margin-bottom: 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata, .narrowcolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment, .narrowcolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment, .narrowcolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

div.sidebar-contents {
	padding-left: 10px;
	width: auto;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 955px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#footer li {
	display: inline;
}

#footer .footer_link { border-right:solid 1px #000; padding-right:4px;}

#footer .footer_language_link {	border-left:solid 1px #000;}

#footer .footer_last{ border-right: none; }

/* End Structure */



/*	Begin Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #147;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #147;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #06a3b6;
	text-decoration: none;
}

h1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 225%;
	}

h2 {
	margin: 30px 0 0;
	font-size: 175%;
	}


h3 {
	font-size: 150%;
}

h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}


h2#apblogname {
	padding-top: 20px;
	margin-left: 15px;
	font-size: 200%;
	}
h3.description {
	margin-left: 15px;
	font-size: 120%;
	margin-bottom: 10px;
	color: #333;
	margin-top: 10px;
	padding: 0;
	}



div#headings {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 300px;
	background-color: transparent;
	}

div#headings * {
	color: white;
	margin: 0;
}

h2.pagetitle {
	margin-top: 15px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color: #147;
	font-size: 150%;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* End Headers */

hr {
	display: none;
}

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

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

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

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

.right {
	float: right;
	}

.left {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

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

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin-left: 710px;
	width: 231px;
	}

#sidebar div.sidebar-top,  #sidebar div.sidebar-bottom {
	width: 232px;
	margin: 0;
}
#sidebar div.sidebar-top {
	background: url("images/sidebar-top.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}
#sidebar div.sidebar-bottom {
	background: url("images/sidebar-bottom.jpg");
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	margin-top: 0;
}
#sidebar div.sidebar-main {
	background-color: white;
	border-left: 5px solid #5e5e7e;
	border-right: 5px solid #011547;
	width: 220px;
	margin-left: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
	}

hr {
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

