/*
	Stylesheet for UKGenScribe website
	Developed by: Andrew Rivett
	
	This document is licensed under creative commons, so feel
	free to use it for anything you want, just please let me 
	know if you got some use from it.  veggiefrog@gmail.com
*/

/* 	Taken from opening for Kubrick theme to wordpress */
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Arial, helvetica, Sans-Serif;
    background: #ffffff;
    color: #222;
    text-align: center;
	border: 0px;
	padding: 5px;
	padding-top: 0px;
	margin: 10px;
    }

#header {
	border: 0px;
	border-bottom: 1px solid #a0a0a0;
	padding: 0px 20px 10px 20px;
	margin: 0px;
    text-align: center;
}

#header h1 {
	font-size: 1.7em;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: bold;
}

#header p {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.2em;
}


#ads {
	border-bottom: 1px solid #a0a0a0;
	padding: 5px;
}

#contentheader {
	font-size: 1.2em;
	border: 0px;
	padding: 0px 20px 5px 20px;
	margin: 0px;
	border-bottom: 1px solid #a0a0a0;
}

#contentheader p {
	padding-left: 25px;
	padding-right: 25px;
}

#contentheader h1 {
	padding: 0px;
	margin: 0px;
}

#contentheader h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

#content {
	border: 0px;
	padding: 10px 20px 10px 20px;
    text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content h1 {
	font-size: 1.7em;
}

#content h2 {
	font-size: 1.4em;
	padding-bottom: 10px;
}

#content p {
	padding-left: 30px;
	padding-right: 35px;
}

#content ul {
	padding-left: 30px;
	padding-right: 30px;
	list-style-position: inside;
}

#content .center {
	text-align: center;
	padding-left: auto;
	padding-right: auto;
}

#content hr {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #a0a0a0;
}

#content table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	font-size: 1.0em;
}

#content table tr.alternate td {
	background: #f5f5f5;
}

#content table th {
	background: #e0e0e0;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #c0c0c0;
	margin: 0px;
}

#content table td {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: #ffffff;
	margin: 0px;
	border: 1px solid #c0c0c0;
	vertical-align: top;
}

#content table.vertical th {
	text-align: right;
}

#content table.columns {
	border: 0px;
	width: 100%;
}

#content table.columnsborder {
}

#content table.columns tr td {
	border: 0px;
	vertical-align: top;
	line-height: 1.5em;
}

#content table.columnsborder tr td {
	vertical-align: top;
	line-height: 1.5em;
}

#footer {
	border: 0px;
	border-top: 1px solid #a0a0a0;
	padding: 5px;
}

