/*  
Theme Name: Architects League
Theme URI: http://www.johnsadventures.com/
Description: The theme for the Leeds Architects League web site
Version: 1.0
Author: John Conners
Author URI: http://www.johnsadventures.com/
*/

/* reset default styles to start on a level playing field */

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* main page layout */

body {
	background-color: #000;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote
{
	margin-left: 30px;
}

#page {
	background: #fff url(images/body.jpg) repeat-y;
	width: 760px;
	margin: 25px auto;
	text-align: left;
	position: relative;
}

* html #page {
	zoom: 1;
}

#loginout {
	float: right;
	position: absolute;
	top: -18px;
	right: 10px;
}

#loginout a,
#loginout a:hover,
#loginout {
	color: #fff;
	font-size: 0.9em;
}

#header, #header5, #header8 {
	background: url(images/header.jpg?2) top center;
	display: block;
}

#header5 {
	background: url(images/header5.jpg) top center;
}

#header8 {
	background: url(images/header8.jpg) top center;
}

#header, #header a, #header5, #header5 a, #header8, #header8 a {
	width: 760px;
	height: 140px;
	display: block;
}

#main {
	margin-top: -33px;
	padding: 10px 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#footer {
	position: relative;
	background: url(images/footer.jpg) no-repeat bottom;
	padding: 10px 15px;
	text-align: right;
	font-size: 0.8em;
	clear: both;
}

* html #footer {
	zoom: 1;
}

#footer,
#footer a,
#footer a:hover,
#footer a:visited {
	color: #6a6a6a;
}

.navigation {
	padding-top: 15px;
	clear: both;
	text-align: right;
}

.split span {
	float: left;
}

#content {
	width: 500px;
	float: left;
	padding-bottom: 15px;
	padding-right: 10px;
	text-align: justify;
}

#content table {
	text-align: left;
}

#fixtures td,
#fixtures th {
	font-size: 1em;
	border: solid 1px #cdcdcd;
	padding: 6px;
}

#fixtures th,
.clean th,
#results th {
	background-color: #b4b4b4;
}

#fixtures td.alt {
	background-color: #eee;
}

table#fixtures,
table#results{
	border-collapse: collapse;
	margin-top: 15px;
}

table.clean {
	border-collapse: collapse;
	margin-left: 20px;
}

.clean td, 
.clean th,
#results td, 
#results th {
	font-size: 1em;
	border: 1px solid #cdcdcd;
	padding: 4px;
}

#results td, 
#results th {
	font-size: 0.85em;
}

tr.promoted td {
	background-color: #99ffaa;
}

tr.relegated td {
	background-color: #ff7777;
}

#sidebar {
	margin-top: 10px;
	width: 200px;
	float: right;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul,
#sidebar ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

/* navigation bar */

#navlinks { 
	position: relative;
	top: -33px;
	text-transform: uppercase; 
	font-size: 15px;
}

#navlinks ul {
	margin: 0; 
	padding: 5px 10px 5px 10px; 
	list-style: none; 
}

#navlinks li { 
	display:inline; 
}

#navlinks a {
	color: #fff; 
	padding: 5px; 
	text-decoration: none;
}

#navlinks a:hover {
	color: #f00;
	padding: 5px;
}

#navlinks .selected a {
	color: #000;
	padding: 4px;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#navlinks .selected a:hover {
	color: #000;
	padding: 4px;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

/* page layout */

.post h2 {
	margin-bottom: 5px;
	border-bottom: solid 1px #999;
	font-size: 1.2em;
}

.post h2,
.post h2 a,
.post h2 a:hover {
	color: #000;
	text-decoration: none;
}

.postmetadata {
	text-align: right;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.postmetadata.alt {
	text-align: left;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */
