/*
Theme Name: UQ Soccer Club
Author: Brock Kenzler
*/

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #569bbe;
	line-height: 1;
	background-image: url(images/global/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
:focus {
	outline: 0;
}
#container {
	width: 990px;
	margin: 0 auto 60px auto;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav {
	width: 552px;
	height: 32px;
	float: right;
	margin-top: 92px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	margin-left: 20px;
}
#nav ul li li {
	margin-left: 0;
}
#content {
	width: 550px;
	margin: 20px 0 0 45px;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
}
h1.matches {
	margin: 0 0 20px 30px;
}
h1.latest-photos {
	margin: 0 0 20px 30px;
}
#content h1 {
	margin-bottom: 20px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 20px;
}
#content ul, #content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	margin: 0 0 20px 30px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1c333e;
	line-height: 21px;
	margin-bottom: 20px;
}
#content h2.lower {
	text-transform: none;
}
#content h2 a:link, #content h2 a:visited, #content h2 a:active {
	color: #1c333e;
	text-decoration: none;
}
#content h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#content a:link, #content a:visited, #content a:active {
	color: #1c333e;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
small {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}
.content-hr {
	width: 544px;
	height: 1px;
	background-image: url(images/global/content-hr.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.content-hr hr {
	display: none;
}
#sidebar {
	width: 320px;
	float: right;
	margin: 20px 15px 0 0;
	display: inline;
}
.box {
	width: 320px;
	margin-bottom: 30px;
}
.box-top {
	width: 320px;
	height: 11px;
	background-image: url(images/boxes/box-top.gif);
	background-repeat: no-repeat;
}
.box-middle {
	width: 260px;
	background-image: url(images/boxes/box-middle.gif);
	background-repeat: repeat-y;
	padding: 20px 30px;
	background-color: #162730;
	background-position: center;
}
.box-middle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box-middle p {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.box-middle ul {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 30px;
}
.box-middle ul li {
	line-height: 21px;
}
.box-middle a {
	color: #fff;
	text-decoration: none;
}
.box-middle a:hover {
	color: #569bbe;
	text-decoration: underline;
}
.box-bottom-button {
	width: 290px;
	height: 105px;
	background-image: url(images/boxes/box-bottom-button.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
}
.box-bottom-no-button {
	width: 320px;
	height: 80px;
	background-image: url(images/boxes/box-bottom-no-button.gif);
	background-repeat: repeat-y;
}
.box-blue-text {
	color: #569bbe;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 21px;
}
.box-space {
	height: 20px;
}
a.photo-thumb {
	border: 3px solid #569bbe;
	float: left;
	margin: 0 5px 5px 0;
}
a.photo-thumb:hover {
	border: 3px solid #fff;
}
#footer-container {
	width: 100%;
	background-image: url(images/global/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}
.footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footer .left {
	margin-left: 30px;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	float: left;
	display: inline;
}
.footer .left a {
	color: #fff;
	text-decoration: none;
}
.footer .left a:hover {
	color: #162730;
	text-decoration: underline;
}
.footer .right {
	width: 500px;
	float: right;
	text-align: right;
}
.footer .right img {
	margin-left: 15px;
}
#comment, #author, #email {
	border: none;
}
#comments {
	font-style: italic;
}
ol.commentlist {
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
ol.commentlist p {
	margin-top: 20px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 20px;
	width: 550px;
}
table td {
	padding: 10px 0;
	border-bottom: 1px solid #74adca;
}
table td p {
	margin: 0;
}
.social {
	float: left;
	width: 100%;
}
.social-margin {
	margin-bottom: 15px;
}
.social p {
	margin-top: 8px;
}
.social-icon {
	float: left;
	margin-right: 15px;
}