/* 
This CSS file is for www.pegasusscotland.co.uk but is also included in the 
blogspot BLOG site.

The following code defines the main website...

*/   

body {
	background-color: #FFFFCC;
	background-image: url(images/PSlogo.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	text-align: center;
	font-family: "Verdana", "DejaVu Sans", Arial, "sans serif";
	font-size: 12pt;
}

ol {
	text-align: left;
	font-size: 10pt;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

li {
	padding-bottom: 12px;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 10pt;
	text-align: left;
	text-decoration: underline;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 24pt;
	font-style: italic;
	text-align: left;
}

h4 {
	font-size: 14pt;
	font-style: italic;
	color: red;
}

img {
	border: 0;
}

img.padvertical {
	padding-top: 20px;
	padding-bottom: 20px;
}

table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

table.pricelist {
	text-align: left;
	font-size: 10pt;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
}
	
div {
	position:relative;
	width: 100%;
}

div.banner {
	background-image: url(images/scotlandbanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 165px;
}

div.menu {
	text-align: center;
	font-size: 9pt;
	background-color: #CCCCCC;
}

div.main {
	text-align: center;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div.footer {
	text-align: center;
	font-size: 9pt;
	background-color: #CCCCCC;
	font-variant: small-caps;
}

/* The code below defines elements unique to the BLOG website */

h2.date-header {
	text-align: left;
	padding-top:15px;
	color: #555555;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 90%;
}

h3.post-title {
	text-decoration: underline;
	font-style: normal;
	font-size: 11pt;
	color: #000000;
}

.post {
	font-size: 11pt;
	text-align: left; 
}

.post-footer {
	color:#555555;
}

#comments {
	padding-top:30px;
	color:#000000;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight:bold;
}

#comments .comment-footer {
	font-size:1em;
	font-weight:normal;
	color:#555555;
	margin-right:10px;
	display:inline;
}

.comment-author {
	margin-top: 3%;
}

.comment-body {
	font-size:1em;
	font-weight:normal;
}

.deleted-comment {
	font-style:italic;
	color:gray;
}

.comment-link {
	margin-left:.6em;
}

.feed-links {
	clear: both;
	line-height: 2.5em;
}

#blog-pager-newer-link {
	float: left;
}

#blog-pager-older-link {
	float: right;
}

#blog-pager {
	text-align: center;
}

.clear {
	clear: both;
}

body#layout #outer-wrapper {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
}


