@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img01.gif);
	background-repeat: repeat-y;
}

h1, h2, h3 {
	font-weight: normal;
}

h2 {
	font-size: 2em;
	color: #0548A5;
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #9E0000;
}

a:hover {
	text-decoration: none;
	color: #0033CC;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	padding: 25px 0 0 0;
	background-image: url(../img03.gif);
	background-repeat: no-repeat;
}

.boxed .title {
	padding-left: 15px;
	background: #A91313;
	border-left: 1px solid #CB7575;
	border-right: 1px solid #CB7575;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}

.boxed .content {
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	background-color: #E9F3FC;
	background-image: url(images/img04.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/* Post */

.post {
	padding: 2em 0 0 0;
}

.post .title {
}

.post .date {
	margin: -1.4em 0 1em 0;
	text-align: right;
	font-size: 1em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding: 1em;
	border-left: 1px solid #9E0000;
	font-size: 0.8em;
	background-color: #B2E1F8;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 1em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	line-height: 180%;
}

/* Breadcrumb */

#breadcrumb {
	width: 715px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	color: #FFFFFF;
	background-color: #40ACC7;
	background-image: url(../img01.gif);
	background-repeat: no-repeat;
}

/* Logo */

#logo {
	text-align: center;
	background-image: url(../img02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#logo h1 {
	text-transform: lowercase;
	font-size: 2.6em;
	font-weight: bold;
	font-style: italic;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	float: none;
	border-top-style: none;
	border-right-style: none;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
	margin: 0 220px 0 260px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 0px;
}

#sidebar h3 {
	color: #FFFFFF;
}

#sidebar a {
	color: #0548A5;
	text-decoration: overline;
	font-style: oblique;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
}

#inputsubmit1 {
	font-size: x-small;
}

/* Content > Sidebar > Menu */

#menu {

}

#menu ul {
	margin: 0;
	list-style: none;
	background-color: #E9F3FC;
}

#menu li {
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#menu a {
	display: block;
	text-decoration: none;
	text-transform: none;
	color: #02A3DD;
	background-color: #E9F3FC;
	background-image: url(../img05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}

#menu a:hover, #menu .active a {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#updates h3 {
	font-size: small;
	color: #00A7EB;
}

#updates p {
	font-size: x-small;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 20px;
}

/* Support */

#support {
	width: 150px;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 60px 0 0 10px;
	background-image: url(../img08.gif);
	background-repeat: no-repeat;
}

#support h2 {
	font-size: 1.4em;
}

#support h3 {
	font-size: 1em;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
<marquee width="100%" behavior="scroll" scrollamount="5" direction="left" bgcolor="">
<a href="" target="_blank"><img src="../images/marquee/Guild-Logo-Purple.jpg" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/MurdochUniversity.gif" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/ECU Guild Logo_red.jpg" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/edmund_rice_centre.gif" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/engineers-without-borders-ewb-logo-bg.jpg" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/fairtrade_logo.gif" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/amnesty_candle.gif" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/msf_logo_300x300.jpg" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/oxfam.gif" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/unicef.jpg" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/unicef_ulo_logo.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/clear.png" border="0" /></a>
<a href="" target="_blank"><img src="../images/marquee/UN-LOGO.gif" border="0" /></a>
</marquee>

}

