/*
	Theme Name: Melbourne University Water Polo
	Description: Theme for Melbourne University Water Polo Site
	Author: Ben Mostafa, GreenNet 
	Author URI: www.greennet.com.au

*/



/* Main Sections */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #efefee;
	color: #333;
	margin: 0;
	padding: 0;
	}
p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.6em;
  }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
/* End Main Sections */


/* Header */
#header {
	margin: 0;
	height: 230px;
	width: 100%;
	}
#headerimg 	{
	margin: 0 auto;
	height: 230px;
	width: 1000px;
	background: url('images/headerbg6.png') no-repeat;
	}
#headerimg h1 {
	width: 200px;
	margin-left: 50px;
	display: none;
  }
#headerimg .description {
	font-size: 1.2em;
	margin-left: 50px;
	color: white;
	display: none;
	}
/* End Header */


/* Top Navigation Bar */
#topnavigation ul {
	margin: 0px auto;
	padding-left: 20px;
	width: 980px;
	height: 34px;
	list-style-type: none;
	background: #FFC90A url('images/navbg5.png') no-repeat;
  }
#topnavigation ul li {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 13px;
	height: 34px;
	background: url('images/backtab.png') no-repeat;
	/* IE hack to display an 8 bit PNG rather than the 32 bit PNG */
	_background: url('images/backtab8bit.png') no-repeat;
  }
#topnavigation ul li a {
	color: #333333;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 24px;
	padding-top: 10px;
  }
#topnavigation ul li.current_page_item, #topnavigation ul li.current-cat, #topnavigation ul li.current_page_parent, #topnavigation ul li:hover {
	background: none;
  }
#topnavigation ul li a:hover{
	text-decoration: none;
  }
/* End Top Navigation Bar */


/* Page (main section of site) */
#page {
	background: #efefee url('images/pagebg5.png') repeat-y bottom left;
	margin: 0px auto;
	width: 1000px;
	}
#content {
	font-size: 1.2em;
	background: white url('images/contentbottom.png') bottom left no-repeat;
	position: relative;
	margin-left: 45px;
	display: inline;
	margin-bottom: 10px;
	float: left;
	padding-top: 10px;
	min-height: 300px;
	}
#pagetitle {
	height: 38px;
	background: url('images/titlebg5.png') repeat-y;
	width: 1000px;
	padding-top: 9px;
}
#pagetitle h2 {
	margin: 0;
	font-size: 24px;
	margin-left: 60px;
	color: #06c;
	width: 880px;
	}
#pagetitle h2 a {
  color: #06c;
}
.post {
	width: 640px;
	margin-right: 0;
	}
/*  narrowcolumn = Static page
    postcolumn = Single post page
    archivecolumn = Post list page (i.e. list posts by category)
*/
/* narrowcolumn settings */
.narrowcolumn {
	padding-left: 20px;
	width: 660px;
	padding-bottom: 20px;
	}
.narrowcolumn .entry {
  width: 640px;
}	
/* postcolumn setings */
.postcolumn {
	padding-left: 20px;
	width: 660px;
	padding-bottom: 20px;
	}
.postcolumn .post .entry {
  width: 540px;
  position: relative;
  top: -90px;
  margin-bottom: -80px;
  z-index: 2;
}
/* archive column settings */
.archivecolumn {
	width: 680px;
	}
.archivecolumn .post {
  width: 540px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  left: 120px;
}
/* End Page */


/* Headings */
h1, h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	padding-top: 10px;
	margin: 0;
	}
h2 {
  margin-top: 10px;
  font-size: 20px;
}
h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	width: 540px;
	display: block;
	margin-right: 50px;
	padding: 0;
}
h4 {
  font-size: 14px;
}
h2 a, h2 a:hover {
	color: #333333;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
h3.archivepostlist {
  margin-left: 0px;
  margin-bottom: 10px;
}
.entry h3 {
  font-size: 14px;
}
/* End Headings */	
	

/* Post Comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
  }

.commentlist li {
	font-weight: bold;
  }
.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;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
h3#comments {
  font-size: 14px;
}
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	width: 560px;
	}

.commentlist li {
	margin: 0;
	padding: 5px 5px 10px 5px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	/*display: block;*/
	float: right;
	}
.commentmetadata a {
  color: #333;
}
.comment-author {
  width: 280px;
  display: inline;
}
ol.commentlist li.thread-even {
  background: #EFEFEF;
}
ol.commentlist li.thread-odd {
  background: #E0E0E0;
}
/* End Comments */


/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	display: block;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* Just hiding the weird icon on the calendar */
#ec3_publish {
	visibility: hidden;
}
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Footer */
#footer {
	width: 920px;
	clear: both;
	background: url('images/footerbg.png') top left no-repeat;
	margin-left: 40px;
	margin-top: 10px;
	text-align: center;
	height: 48px;
	}

#footer p {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 2px;
	}
#footer ul {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#footer ul li.cat-item-4 {
	border-right: 1px solid #333;
}
#footer ul li.page-item-109 {
	border-left: 1px solid #333;
}
/* End Footer */


/* PDF Document Links */
a.pdficon {
  display: block;
  height: 36px;
  padding-left: 40px;
  background: url('images/pdficon.gif') no-repeat;
  line-height: 36px;
}
a.pdficon:hover {
  background-color: #efefee;
  text-decoration: none;
}
/* End PDF Document Links */


/* Post Tables */
.entry table {
  border-collapse: collapse;
  border-color: #B7B7B7;
  width: 500px;
}
.entry table tr td {
  padding: 3px;
  border-color: #B7B7B7;
}
/* End Post Tables */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	margin-left: 20px;
	}
.alignleft {
	float: left;
	margin-right: 20px;
	}
/* End Images */

	
/* Errors */
.archivecolumn h3.error {
  padding-left: 20px;
}
.archivecolumn .failimage {
  margin-left: 460px;
}
/* Actually a div in which we display an image */
.failimage {
  width: 200px;
  height: 241px;
  background: url('images/fail.jpg') no-repeat;
  margin-left: 440px;
  margin-bottom: 20px;
}
h3.error {
  font-size: 16px;
  float: left;
  width: 420px;
}
/* End Errors */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
ul.lcp_catlist {
  margin-top: 0px;
  padding-left: 40px;
}
ul.lcp_catlist li {
  padding-bottom: 5px;
}
/* End Entry Lists */



/* 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#respond {
  width: 560px;
}
/* End Form Elements */


/* Begin Sidebar */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0px 0 10px 0;
	margin-left: 755px;
	width: 200px;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar ul li#eventcalendar {
	background: white url('images/sidebarbottom.png') bottom left no-repeat;
	padding-top: 12px;
	padding-bottom: 20px;
}
#sidebar ul li#eventslist {
	margin-bottom: 0px;
	background: white;
	padding-top: 10px;
	padding-left: 10px;
}
#sidebar ul li#sponsors {
	margin-bottom: 0px;
	background: white url('images/sidebartop.png') top left no-repeat;
	padding-top: 20px;
}
#sidebar ul li#sponsors div#sponsorswrapper {
	background: white url('images/sidebarbottom.png') bottom left no-repeat;
	height: 100%;
	width: 100%;
	padding-bottom: 20px;
}
#sidebar ul li#sponsors div#sponsorswrapper a {
	width: 180px;
	padding-left: 10px;
}
#sidebar ul li h3 {
	margin-top: 0;
	margin-left: 20px;
	font-size: 12px;
	margin-right: 0;
	width: 180px;
}
#sidebar ul li#eventslist h3 {
	margin-top: 0;
	margin-left: 10px;
	font-size: 12px;
}
#sidebar ul li.cat-item-1 {
	height: 54px;
	background: white url('images/announcebg.png') top left no-repeat;
}
#sidebar ul li.cat-item-9 {
	height: 54px;
	background: white url('images/funbg.png') top left no-repeat;
}
#sidebar ul li.page-item-109 {
	height: 54px;
	background: white url('images/contactbg.png') top left no-repeat;
}
#sidebar ul li.page-item-121 {
	height: 54px;
	background: white url('images/gallerybg.png') top left no-repeat;
}
#sidebar ul li.rssfeed {
	height: 54px;
	background: white url('images/rssbg.png') top left no-repeat;
}
#sidebar ul li.facebook {
	height: 54px;
	background: white url('images/facebookbg.png') top left no-repeat;
}
#sidebar ul li.twitter {
	height: 54px;
	background: white url('images/twitterbg.png') top left no-repeat;
}

#sidebar ul li.membership {
	height: 54px;
	background: white url('images/memberbg.png') top left no-repeat;
}
#sidebar ul li.merch {
	height: 54px;
	background: white url('images/merchbg.png') top left no-repeat;
}

#sidebar ul li.newsletter {
	height: 54px;
	background: white url('images/newsletterbg.png') top left no-repeat;
}

#sidebar ul li.cat-item a, #sidebar ul li.page_item a, #sidebar ul li.rssfeed a, #sidebar ul li.facebook a, #sidebar ul li.twitter a, #sidebar ul li.membership a, #sidebar ul li.merch a, #sidebar ul li.newsletter a {
	height: 33px;
	padding-top: 20px;
	padding-left: 20px;
	width: 200px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#sidebar ul li.cat-item a:hover, #sidebar ul li.page_item a:hover, #sidebar ul li.rssfeed a:hover, #sidebar ul li.facebook a:hover, #sidebar ul li.twitter a:hover, #sidebar ul li.membership a:hover, #sidebar ul li.merch a:hover, #sidebar ul li.newsletter a:hover  {
	text-decoration: none;
}
#sidebar ul li.cat-item-1 a, #sidebar ul li.membership a, #sidebar ul li.newsletter a {
	display: block;
	height: 41px;
	width: 120px;
	padding-right: 60px;
	padding-top: 13px;
}
#sidebar ul li.cat-item-9 a, #sidebar ul li.cat-item-109 a, #sidebar ul li.cat-item-121 a, #sidebar ul li.rssfeed a, #sidebar ul li.page_item a {
	display: block;
	height: 34px;
	width: 120px;
	padding-right: 30px;
	padding-top: 20px;
}
#sidebar ul li.cat-item-1 a:hover {
	background: url('images/announcebgon.png') top left no-repeat;
}
#sidebar ul li.cat-item-9 a:hover {
	background: url('images/funbgon.png') top left no-repeat;
}
#sidebar ul li.page-item-109 a:hover {
	background: url('images/contactbgon.png') top left no-repeat;
}
#sidebar ul li.page-item-121 a:hover {
	background: url('images/gallerybgon.png') top left no-repeat;
}
#sidebar ul li.rssfeed a:hover {
	background: url('images/rssbgon.png') top left no-repeat;
}
#sidebar ul li.facebook a:hover {
	background: url('images/facebookbgon.png') top left no-repeat;
}
#sidebar ul li.twitter a:hover {
	background: url('images/twitterbgon.png') top left no-repeat;
}

#sidebar ul li.membership a:hover {
	background: url('images/memberbgon.png') top left no-repeat;
}
#sidebar ul li.merch a:hover {
	background: url('images/merchbgon.png') top left no-repeat;
}
#sidebar ul li.newsletter a:hover {
	background: url('images/newsletterbgon.png') top left no-repeat;
}
/* End Sidebar */



/* Begin Datebox */

/* On an archive page */
.archivecolumn #datebox {
  height: 85px;
  width: 80px;
  background: url('images/calendarbgsmall.png');
  margin-bottom: 10px; 
  font-weight: bold;
  position: relative;
  left: 20px;
}
/* Single Post */
.postcolumn #datebox {
  height: 85px;
  width: 80px;
  background: url('images/calendarbgsmall.png');
  margin-bottom: 10px; 
  font-weight: bold;
  position: relative;
  left: 560px;
  margin-top: 10px;
}

/* Month and date same for both */
#datebox #dbmonth {
  font-size: 12px;
  color: white;
  padding-left: 18px;
  padding-top: 15px;
  font-family: "Arial Rounded", Verdana, Arial;
  
}
#datebox #dbdate {
  text-align: center;
  font-size: 35px;
}
/* End Datebox */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-top: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* MISC */
.entry p a:visited {
	color: #b85b5a;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}
.italic {
  font-style: italic;
  }
.clear {
	clear: both;
}
.highlight { color: red; }

/* UNSURE */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

div.paypal-code {
	width: 640px;
}
div.paypal-code table {
	width: 640px;
}
div.paypal-code h2 {
	text-align: center;
}
div.paypal-code select {
	width: 300px;
}

/* PHPList Forms */
div.phplistform table {
	margin: 0 auto;
}
font.required {
	display: none;
}
div.phplistform form p {
	width: 420px;
	text-align: right;
}
div.phplistform {
	padding-left: 120px;
	background: url('images/news.png') no-repeat;
    position: relative;
    width: 420px;
}
div.phplistform table {
	width: 420px;
}
div.phplistform h3 {
	margin: 5px 50px 5px 0;
}
