/*----------------------------------------------------------------------------- 
Macquarie Visions Screen Stylesheet 

version:   1.0 
date:      9th May 2010
author:    Bodog Olah
email:     bodog@mypetbrain.com
website:   http://www.mypetbrain.com
-----------------------------------------------------------------------------*/

* { /* zero everything */
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000;
	background-image: url(http://c1568942.cdn.cloudfiles.rackspacecloud.com/layout/bg-smoke.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	color: #ccc;
	text-align: center;
}

a {
	color: #99ccff;
}

a:hover {
	color: aqua;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 20px;
}

h1 {
	font-size: 2.2em;
	color: #99ffff;
	clear: both;
}

h2 {
	color: #ffcc66;
	font-size: 2em;
	clear: both;
}

h3 {
	color: #99ff99;
	font-size: 1.8em;
	clear: both;
}

h4 {
	color: #cc66cc;
	font-size: 1.6em;
	clear: both;
}

h5 {
	color: #9999cc;
	font-size: 1.4em;
	clear: both;
}

p {
	font-size: 1.2em;
}

strong {
	color: #fff;
}

ul {
	padding: 0 0 20px 0;
}

ol {
	padding: 0 0 20px 40px;
}

ol li {
	padding: 5px 0;
}

blockquote {
	border-color: #2c5889;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 20px 40px;
	padding: 20px 20px 0px 20px;
	background: #1e3c5c;
}

blockquote p {
	margin: 0;
	padding-bottom: 20px;
}

dd.gallery-item {
	font-weight: bold;
	margin-top: 10px;
}

.clear { /* clear */
	clear: both;
}

.left { /* float left */
	float: left;
}

.right { /* float right */
	float: right;
}

.aright {
	margin-left: auto;
}

#wrap { /* wrapper */
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#header { /* header */
	min-height: 180px;
	margin-bottom: 10px;
}

#headerlogo {
	background-position: -20px -97px;
	height: 190px;
	width: 295px;
}

#navmainwrap { /* nav main wrapper */
	height: 30px;
	border-bottom: 1px solid #333;
}

ul.nav {
	list-style-type: none;
}

#navmain li {
	float: left;
	display: inline;
}

#navmain a {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding: 4px 1.5em;
	margin: 0;
	display: block;
}

#navmain a:hover {
	color: #000;
	background: #99ccff;
}

#navsub li {
	float: left;
	display: inline;
}

#navsub a {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	white-space: nowrap;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding: 4px 1em;
	margin: 0;
	display: block;
}

#navsub a:hover {
	color: #99ccff;
	text-decoration: none;
}

#navsocialwrap {
	padding-right: 10px;
	position: relative;
	bottom: -103px;
	right: -325px;
}

#dateinfo {
	width: 230px;
	height: 45px;
	background-position: -315px -97px;
	position: relative;
	bottom: -50px;
	right: -455px;
}

#navsocial li {
	float: left;
	padding-left: 10px;
}

#facebookbtn {
	background-position: 0px 0px;
}

#twitterbtn {
	background-position: -32px 0px;
}

#foursquarebtn {
	background-position: -265px 0px;
}

#flickrbtn {
	background-position: -265px -32px;
}

#tumblrbtn {
	background-position: -64px 0px;
}

#rssbtn {
	background-position: -96px 0px;
}

#contentwrap {
	background-image: url(http://c1568942.cdn.cloudfiles.rackspacecloud.com/layout/bg-smoke-grey.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	width: 610px;
	padding: 0 20px 0 0;
}

#content ul {
	padding-left: 40px;
}

#content li {
	font-size: 1.2em;
}

.spacer {
	height: 20px;
}

#sidebarwrap {
	margin-left: 650px;
}

#sidebar {
	float: right;
	width: 340px;
	background: #222;
}

#sidebartop {
	width: 340px;
	height: 20px;
	background-position: -350px -130px;
}

.sidebarblock {
	margin: 0 20px;
}

#footer {
	border-top: 1px solid #333;
	padding: 20px 0;
}

#content ul.logolist {
	list-style-type: none;
	padding-left: 0;
}

.logolist li {
	float: left;
	padding: 0 20px 0 0;
}

#col1 {
	float: left;
	width: 400px;
	padding-top: 14px;
}

#col2 { 
	float: left;
	width: 17%;
}

#col3 {
	float: right;
	width: 400px;
	margin-top: 14px;
}

#col3 li {
	display: block;
}

#banner-vivid {
	width: 300px;
	height: 250px;
}

.opacity65 {
	filter:alpha(opacity=65);
	opacity: 0.65;
	zoom: 1;
}

.bline-1px {
	border: solid 1px;
}

.bcol333 {
	border-color: #333;
}

.transwrap { /* transparency container */
	position: relative;
	overflow: hidden;
}

.translayer { /* transparency fix */
	height: 1000px;                       
	width: 1000px;                       
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.translayer-content { /* transparency fix content */
	position: relative;
}

.sprite {
	overflow: hidden;
	text-decoration: none;
}

.sprite span {
	top: 2000px;
	position: relative;
}

.colorsprite {
	background-image: url(http://www.macquarievisions.com.au/wp-content/themes/carrington-jam-1.3/img/layout/colour-sprites.png);
	background-repeat: no-repeat;
}

.bwsprite {
	background-image: url(http://c1568942.cdn.cloudfiles.rackspacecloud.com/layout/bw-sprites.png);
	background-repeat: no-repeat;
}

.socialbtn {
	height: 32px;
	width: 32px;
	display: block;
}

.colorway {
	width: 600px;
	height: 5px;
	background-position: 0px -92px;
}

.bg0 {
	background-color: #000;
}

.contentblock {
	margin-bottom: 20px;
}

.sponsorblock {
	margin-bottom: 40px;
}

#nswgovt-sm {
	width: 60px;
	height: 60px;
	background-position: 0 -90px;
}

#eventsnsw-sm {
	width: 46px;
	height: 60px;
	background-position: -60px -90px;
}

#eventsnsw-lg {
	width: 60px;
	height: 80px;
	background-position: -320px -210px;
}

#cityofsydney-sm {
	width: 180px;
	height: 40px;
	margin-top: 20px;
}

#mv-sm {
	width: 160px;
	height: 74px;
	background-position: -315px 0;
}

#ecanvas-sm {
	width: 244px;
	height: 60px;
	background-position: -106px -90px;
}

.logolist div.right {
	margin-left: 134px;
}

#nswgovt-lg {
	width: 140px;
	height: 140px;
	background-position: -180px -150px;
}

#downer-sm {
	width: 210px;
	height: 35px;
	background-position: -180px 0;
	margin-top: 15px;
}

#energyaus-sm {
	margin: 30px 20px 0 0;
	width: 170px;
	height: 70px;
	background-position: -380px -220px;
}

#nswpubworks-sm {
	margin: 40px 20px 0 0;
	width: 202px;
	height: 60px;
	background-position: -570px -220px;
}

#statelib-sm {
	margin: 10px 0 0 0;
	width: 120px;
	height: 90px;
	background-position: 0 -300px;
}

#smh-sm {
	width: 275px;
	height: 55px;
	background-position: -320px -150px;
}

#logo-twitter {
	display: block;
	width: 120px;
	height: 32px;
	background-position: -145px 0;
	margin: 0 0 0 auto;
}

#logo-vivid {
	width: 180px;
	height: 50px;
	background-position: 0 -40px;
	margin: 0 0 0 auto;
}

#logo-twitterbird {
	display: block;
	width: 17px;
	height: 32px;
	background-position: -128px 0;
	float: left;
}

.alignleft {
	float:left;
	margin-right:2em;
	margin-bottom:2em;
}

.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

.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: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}

.size-thumbnail {
	border: #fff solid 3px;
}

.size-full {
	border: #fff solid 3px;
}

a.widgettitle {
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

.widget_twitter ul {
	list-style-type: none;
}

.widget_twitter li {
	padding: 10px 0;
	border-top: 1px dashed #666;
}

.widget {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #333;
}

.whiteborder {
	border: 3px solid #fff;
}
