/* watford.css - single style sheet for all of watfordquakers.org.uk */

body {
	color: #000000;
	background: #66ffff;
	font-family: Arial, Sans;
}

code {
	font-family: monospace;
	color: #008099;
	display: inline;
}

video.normal {
	videoWidth: 270px;
	videoHeight: 480px;
}


/* ID assigned styles */

#diary {
	border-width: 0px;
	width: 100%;
	height: 500px;
}

#youtube {
	width: 425px;
	height: 344px;
}

#map {
	float: right;
	width: 400px;
	height: 450px;
}
 

/* Div Classes */

div.sidebar {
	position: absolute;
	right: 0.1em;
	text-align: left;
	width: 24%;
	margin-top: 2em;
}

div.main {
	position: absolute;
	left: 1em;
	text-align: left;
	width: 75%;
	margin-top: 2em;
}

div.bottom {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	margin-top: 2em;
}

div.center {
	text-align: center;
}


/* Heading classes */

h1.center {
	text-align: center;
}

h2.center {
	text-align: center;
}

h3.center {
	text-align: center;
}

h4.center {
	text-align: center;
}

h5.center {
	text-align: center;
}

h6.center {
	text-align: center;
}

/* Text Classes */

p.center {
	text-align: center;
}

p.italic {
	font-style: italic; 
}

p.copyright {
	font-size: 0.6em;
	text-align: center;
}

p.right {
	text-align: right;
}


/* List classes */

ul {
	list-style-type: none;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}


/* Image classes */

img.valid {
	border: 0px;
	width: 88px;
	height: 31px;
}

img.logo {
	width: 23%;
	position: absolute;
	right: 5px;
	top: 5px
}

img.banner {
	border: 0px;
	width: 72%;
}

img.bookingsright {
	width: 333px;
	height: 250px;
	float: right;
}

img.bookingsleft {
	width: 333px;
	height: 250px;
	float: left;
}

img.openbiblio {
	border: 0px;
	width: 125px;
	height: 44px;
}

img.sharingport {
	border: 0px;
	width: 236px;
	height: 315px;
}

img.sharingland {
	border: 0px;
	width: 315px;
	height: 236px;
}


/* Table Classes */

table.nav {
	width: 100%;
	border-width: 1px;
	border-style: outset;
	background-color: #d3d3d3;
}

td.nav {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
}

table.biblioview {
	position: relative;
	left: 30%;
	right: 30%;
	border-width: 1px;
	border-style: outset;
	background-color: #d3d3d3;
}

td.biblioview {
	text-align: center;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
}

th.biblioview {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
}

/* Link style control */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}


/* OpenBiblio only code */

div.adminnav {
	position: absolute;
	left: 1em;
	width: 11em;
	margin-top: 2em;
}

div.adminmain {
	position: absolute;
	left: 12em;
	margin-top: 3em;
}


/* Wordpress only code */

blockquote {
	width: 70%;
	color: #666666;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 38px;
	padding-right: 20px;
}

.post {
	width: 74%;
	display: block;
	text-align: left;
	overflow: hidden;
	margin-top: 2em;
}

.posttitle {
	font-size: 1.5em;
	font-weight: normal;
}

.entry p {
	line-height: 1.4em;
}

.entry p a {
	color: #0099ff;
	text-decoration: underline;
}

.postmetadata {
	color: #666666;
}

.postmetadata a {
	color: #0099ff;
	text-decoration: none;
}

.postbottom {
	background: #fcfcfc;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	text-align: left;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 90%;
	color: #666666;
	width: 90%;
}

.alt {
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	margin: 0px;
	padding: 10px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 3em;
	width:74%;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.attachment {
	text-align: center;
	margin: 10px;
}

.commentlist li,#commentform input,#commentform textarea {
	font-size: 0.9em;
}

.commentlist li {
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	list-style: none;
}

.commentlist li .avatar {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	padding: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	background: #ffffff;
}

.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;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#commentform p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.commentmetadata {
	font-weight: normal;
	margin: 0px;
	display: block;
}

.date {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	line-height: 16px;
	display: inline;
	text-align: left;
	height: 16px;
	width: 73%;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
}

#commentform #submit {
	margin: 0px;
	float: left;
}

.commentlist {
	padding: 0px;
	text-align: left;
	width: 90%;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#commentsarea a {
	color: #0099ff;
	text-decoration: none;
}

#commentsarea a:hover {
	color: #0099ff;
	text-decoration: none;
}


/* Code for Add to Any plug */

.addtoany_share_save_container {
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.addtoany_list {
	display: inline;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
}

ul.addtoany_list li {
	background: none !important;
	border: 0px;
	display: inline !important;
	line-height: 32px;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
}

ul.addtoany_list li:before {
	content: "";
}

ul.addtoany_list li a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 9px;
	padding-left: 9px;
}

ul.addtoany_list img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

a.addtoany_share_save img {
	border: 0px;
	width: auto;
	height: auto;
} 
