/*
Theme Name: Cotswolder
Theme URI: http://www.cotswolder.com/
Description: Cotswolder theme based on default WordPress theme - Slow Europe colors, custom header, fixed width, two columns, widgets
Date: April 2008
Author: Pauline Kenny
Author URI: http://www.cohenkenny.com/
THIS IS THE PRINT STYLE SHEET
*/


/* ----------------------------------------------------------- */
/* BASICS */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
	}

p, li, table, td {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: black;
	line-height: 1.5;
}

/* LINKS */

a:link,
a:visited,
a:hover {
	color: black;
	text-decoration: none;
	border-bottom: none; 
}

img {
	border: none;
	}	
	
/* HEADINGS basic settings - changed by section */
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
}

h1 { 
	font-size: 140%;
	margin: 0;
	}

h2 { 
	font-size: 120%;
	color: black;
	margin: 0;
	padding-bottom: 5px;
	}

h3 {
	font-size: 100%;
	color: black;
	padding: 0;
	margin: 0;
	}

/* ----------------------------------------------------------- */
/* PAGE ELEMENTS */

/* PAGE called WRAPPER in Slow Europe site */
#page {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background-color: white; 
	}

/* PAGE setup */
#content {
	display: block;
	font-size: 100%;
	}
	
/* POST blog entry */
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
 
/* Post Title */
.post h2,
.post h3 { 
	font-size: 120%;
	color: black;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	}

.post h2 a:link, 
.post h3 a:link, 
.post h2 a:visited,
.post h3 a:visited {
	color: black;
    text-decoration: none;
	border-bottom: none; 
	}

.post h2 a:hover,
.post h3 a:hover {
	color: black;
    text-decoration: none; 
	border-bottom: none; 
}

h2.pagetitle { /* used on single entry page */
	border-bottom: none;
	}
	
/* ENTRY */
/* spacing before and after */
.entry {
	margin: 15px 0;
	}

.entry h3 {
	font-size: 100%;
	color: black;
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 150%;
	border: none;
	}

.entry hr {
	display: block;
	color: black;
	width: 100%;
	height: 1px; 
	margin: 5px 0 10px 0;
	padding: 0;
	background-color: black;
	border: none;
 }

/* At bottom of single entry pages */
.alt { 
	margin: 10px;
	padding: 10px;
	background-color: white;
	}

/* POSTMETADATA At bottom of post - does not display */
p.postmetadata {
	display: none;
}

/* COMMENTS do not display */	
#comments { display: none; }
h3#respond { display: none; }
#commentform { display: none; }
h3#comments { display: none; }
ol.commentlist { display: none; }

/* NAVIGATION used on single entry pages to show previous and next - set to be on separate lines */
/* in IE the navigation links do not underline when hovered - works in FF */

.navigation {
	display: none;
	}

/* SIDEBAR */
#sidebar {
	display: none;
	}

/* FOOTER */
#footer {
	display: none;
	}

/* OTHER styles used */
small {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: black;
	line-height: 150%;
	margin: 0 0 13px 0;
	}
	
/* CUSTOM for date line under entry heading (previously was small )*/
.dateline {
	color: black;
	margin: 5px 0 13px 0;
	}

/* ----------------------------------------------------------- */
/* HR used to clear on page */
hr  { 
	display: none;
	 }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* ----------------------------------------------------------- */
/* POST ELEMENTS in post (blog entry) */

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

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

.clear {
	clear: both;
}

/* ----------------------------------------------------------- */
/* LISTS */

/* Lists for posts */
ul {
	text-align: left;
	text-indent: 0;
	margin: 0 0 12px 20px;
	padding: 0 0 0 20px;
	line-height: 150%;
}

li {
	margin: 0 0 6px 0;
	text-indent: 0;
	text-align: left;
	line-height: 150%;
}

ol {
	text-align: left;
	text-indent: 0;
	margin: 0 0 12px 20px;
	padding: 0 0 0 20px;
	line-height: 150%;
	list-style-type: decimal;
	}

ol li {
	margin: 0 0 6px 0;
	text-indent: 0;
	text-align: left;
	line-height: 150%;
	}

/* ------------------------------------------------ */
/* SIDEBAR ELEMENTS not displayed */

	
/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

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

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

.center {
	text-align: center;
	}

/* ------------------------------------------------ */
/* IMAGES */

img {
	display: none;
	}

 /* ------------------------------------------------------- */
 /* CUSTOM styles for header */
div#cotsheader {
	width: 100%;
	height: auto;
	background-image: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border-bottom: none;
}
div#cotsheader h1 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: black;
	padding: 0 0 5px 0;
	margin: 0;
	border: none;
}
div#cotsheader h2 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	color: black;
	padding: 5px 0 20px 0;
	margin: 0;
	border: none;
}
div#cotsheader a {
	color: black;
	text-decoration: none;
}
div#cotsheader p {
	display: none;
}
/* -----------------------------------------------------
   Site Navigation - tabs across the top */
ul#sitenav {
	display: none;
	}

/* -----------------------------------------------------
   Section Tab Description - line of text under tabs */
div#sectiondesc {
	display: none;
}