/*

CSS Document serving DavidClaxton.co.uk

Copyright 2008-2009 David J. Claxton.  All rights reserved

Created: 		10/05/2008
Last Updated:	11/09/2009

*/

/* HTML Tags */
body {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	text-align: center;
}

iframe {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: justify;
}

label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: justify;
}

img {
	border: none;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: left;
}

blockquote {
	background-color: #ecf3f5;
	border: 1px dashed #444444;
	padding: 2px;
}

dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: justify;
	font-weight: bold;
	padding-bottom: 2px;
}

dd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: justify;
	padding-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color:#444444;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color:#444444;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color:#444444;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #444444;
}
a:hover {
	text-decoration: underline;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}

/* Page Elements (by id) */

#container {
	width: 700px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#container td {
	vertical-align: top;
}

#main-content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#rightpane-content {
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#rightpane-badges {
	text-align: right;
	vertical-align: bottom;
	height: 100%;
}

#copyright-footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: right;
	padding: 5px;
	background-color: #ecf3f5;
	color:#444444;
}

#main-nav-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#main-nav-list li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#444444;
	font-weight: bold;
	font-size: 75%;
	padding: 8px;
	border-bottom: solid 1px #CCCCCC;
	width: 184px;
}
#main-nav-list li:hover {
	background-color: #ecf3f5;
}
#main-nav-list a {
	text-decoration: none;
	color: #444444;
}
#main-nav-list  a:hover {
	text-decoration: underline;
}

#sub-nav-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sub-nav-list li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	padding: 8px;
	border-right: solid 1px #CCCCCC;
	display: inline;
}
#sub-nav-list li:hover {
	background-color: #ecf3f5;
}
#sub-nav-list a {
	text-decoration: none;
	color: #444444;
}
#sub-nav-list  a:hover {
	text-decoration: underline;
}

#articles-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#articles-list li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#444444;
	font-weight: bold;
	font-size: 75%;
	padding: 8px;
	border-bottom: solid 1px #CCCCCC;
}
#articles-list li:hover {
	background-color: #ecf3f5;
}
#articles-list a {
	text-decoration: none;
	color: #444444;
}
#articles-list  a:hover {
	text-decoration: underline;
}

#warning {
	background-color: #FF0066;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: justify;
	padding: 3px;
	margin-bottom: 3px;
}

#warning a {
	text-decoration: underline;
	color: #FFFFFF;
}

#articles-div {
	border-bottom:  solid 1px #CCCCCC;
	border-left:  solid 1px #CCCCCC;
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
	margin-left: 8px;
}

#twitter_update_list {
	list-style: none;
	padding-left: 0px;
}

#twitter_update_list li {
		padding-bottom: 10px;
}

/* Classes */
.v-spacer {
	background-color: #CCCCCC;
	width: 1px;
}

.h-spacer {
	background-color: #CCCCCC;
	height: 1px;
}

.selected {
	background-color: #ecf3f5;
}

.form-field {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
}

.table-bold-right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	font-weight: bold;
}

.emailformerror {
	background-color: #FF0066;
}

.gallery {
	background-color: #ecf3f5;
	border: 1px dashed #444444;
	padding: 2px;
	margin-bottom: 10px;
	min-height: 18px;
}

.showhide {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: justify;
}

.gallerytitle {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color:#444444;
	font-weight: bold;
}

.gallerytable {
	width: 100%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: center;
	font-weight: bold;
}

.warning {
	background-color: #FF0066;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: justify;
	padding: 3px;
	margin-bottom: 3px;
}

.warning a {
	text-decoration: underline;
	color: #FFFFFF;
}

.alert {
	background-color: #52a2e7;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: justify;
	padding: 3px;
	margin-bottom: 3px;
}

.alert a {
	text-decoration: underline;
	color: #FFFFFF;
}

.download-table-alternate {
	background-color: #ecf3f5;
}
.download-table-rightalign {
	text-align: right;
}

.blog_categories {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.blog_categories li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#444444;
	font-weight: bold;
	font-size: 75%;
	padding: 4px;
	border: solid 1px #CCCCCC;
	/*width: 184px;*/
	background-color: #ecf3f5;
	float: left;
	margin-right: 4px;
}





/* CMS */
.LNEnews_author {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #666666;
	text-align: justify;
}

.LNEnews_email {	
	font-family: courier;
	font-size: 70%;
	color: #666666;
	text-align: justify;
}

.rss{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	text-align: justify;
	font-style: italic; 
}

.rss img {
	vertical-align: middle;
}


#LNE_admininput {
	width: 500px;
	margin: 0 auto;
}

#LNE_admininput h2 {
	margin-bottom: 14px;
}

#LNE_admininput a, #LNE_admininput img {
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#LNE_admininput table.settings {
	width: 500px;
	margin: 0 auto;
	padding-left: 0;
}

#LNE_admininput table.settings td {
	width: 50px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: center;
	font-weight: bold;
	border: solid white 15px;
}

#LNE_admininput input, #LNE_admininput textarea {
	width: 200px;
}

#LNE_admininput fieldset {
	background: #e0e0e0;
	color: #000;
	padding: 10px;
	border: 0;
}