/* --------------------------------------- 

Colors: 

green = color: #66CC99;

light blue = color: #0094b0;

medium blue = color: #1b6bbd;

dark blue = color: #0e4c7d;


---------------------------------------

*Page width: 			920px;

*Number of columns:		2

---------------------------------------

*Filename:				global.css

*Description:			Global styles

*Author:				Matthew Bailey www.mattias.com.au

--------------------------------------- */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%; /* so 1em = 10px 1.2 em = 12px and so on */
 background: #c7e5ec url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/bkgnd_top.png") center top repeat-x;
 text-align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 text-align: left;
}

#header {
 width: 920px;
 float: left;
 background-color: transparent;
 height: 50px;
 margin: 10px 0px 0px 0px;
 text-align: right;
}

#masthead {
 float: left;
 width: 920px;
 height: 150px;
 background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/navigation_bkgnd.png") top center no-repeat;
}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 width: 645px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 width: 265px;
 display: inline;

}
#sub_footer { 
 width: 920px;
 margin: 0;
 }
#footer { 
 width: 920px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 padding-bottom: 100px;
}



.equal_heights {
}


/* --------------------------------------- ID divs */

#fec_logo {
position: absolute;
top: 0px;
left: 0px;
width: 285px;
height: 150px;
}

#logo_link {
display: block;
height: 150px;
width: 285px;
margin-left: 10px;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/fec_logo.gif") top left no-repeat;
}

#logo_link span{
display: none;
}

#nav_wrapper {
position: absolute;
top: 0px;
right: 7px;
width: 590px;
height: 150px;
}

#feature_box {
border: 3px solid #fff;
width:639;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/white30tile.png") repeat;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#left_col_row2 {
border: 3px solid #fff;
width:639;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/white30tile.png") repeat;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#calendar_wrapper {
text-align: center;
border: 3px solid #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/white30tile.png") repeat;
}

#row1_rightcol {
border: 3px solid #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/white30tile.png") repeat;
}

#row2_rightcol {
border: 3px solid #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/white30tile.png") repeat;
}

#middle_footer_col {
margin: 0 10px 0 10px;
}



/* --------------------------------------- Global Typography */

p {
font-size: 1.2em;
color: #000;
margin: 10px;
line-height:1.4em;
}

h1 {
font-size: 1.8em;
color: #0e4c7d;
margin: 10px;
}

h2 {
font-size: 1.6em;
margin: 10px;
color: #0e4c7d;
}

h3 {
font-size: 1.5em;
margin: 10px;
color: #0094b0;
}

h4 {
color: #0e4c7d;
font-size: 1.4em;
margin: 10px;
}

h5 {
font-size: 1.6em;
color: #0e4c7d;
margin: 10px 10px 10px 15px;
font-style: italic;
}

a {
color: #1b6bbd; 
text-decoration: underline;
}

a:hover{
color: #0e4c7d;

}

a:visited{

}

span {
color: #0e4c7d;
font-weight: bold;
}


/* --------------------------------------- Div specific Typography */

#footer p{ 
font-size: 1em;
color: #1b6bbd; 
}

#sub_footer h3{ 
 color: #fff;
 margin: 15px 10px 15px 25px;
 }


/* --------------------------------------- Reusable classes */

#full_width_content_wrap {
float: left;
width: 914px;
border: 3px solid #fff;
background: transparent url("http://www.fec.org.au/themes/site_themes/FEC/bkgnd_images/white30tile.png") repeat;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

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

.thumbnail_col {
float: left;
margin: 0 10px 0 10px;
width: 81px;
}

.content_col {
float: left;
width: 500px;
}

.content_col_extended{
float: left;
width: 750px;
}

.content_col h3{
margin-top: 0px;
}

.footer_col{
float: left;
width: 300px;
background-color: #0094b0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.entry_date{
font-weight: normal;
font-style: italic;
font-size: 75%;
}

.clear_10px {
clear: both;
height: 10px;
}

.clear_both {
clear: both;
}


/* --------------------------------------- Lists */
ul {
	color: #0e4c7d;
	font-size: 1.2em;
	padding: 0 0 5px 10px;
	list-style: square outside none;
	margin: 0 10px 0 15px;
	line-height: 1.4em;
}



li {
	margin: 10px 0 10px 0;
}

li a {
	color: #0e4c7d;
	text-decoration: underline;
}

li a:hover {
	color: #1b6bbd;
}

/* ---------------------------------------  */
.general_list {
	color: #0e4c7d;
	font-size: 1.3em;
	padding: 0 0 20px 10px;
	list-style: square outside none;
	margin: 0 10px 0 15px;
	line-height: 1.6em;
}

.general_list ul {
	
}

.general_list li {
	margin: 10px 0 10px 0;
}

.general_list li a {
	color: #0e4c7d;
	text-decoration: underline;
}

.general_list li a:hover {
	color: #1b6bbd;
}

/* ---------------------------------------  */

.footer_list {
	color: #ffffff;
	font-size: 1.2em;
	padding: 0 0 20px 0;
	list-style: square inside none;
	margin: 0 10px 0 15px;
}

.footer_list ul {
	
}

.footer_list li {
	margin: 10px 0 10px 0;
}

.footer_list li a {
	color: #fff;
	text-decoration: underline;
}

.footer_list li a:hover {
	color: #000;
}

/* ---------------------------------------  */
.general_ordered_list {
	color: #0e4c7d;
	font-size: 1.3em;
	padding: 0 0 20px 10px;
	margin: 0 15px 0 20px;
	line-height: 1.6em;
	list-style: decimal outside none;
}

.general_ordered_list ol {
	
}

.general_ordered_list li {
	margin: 10px 0 10px 0;
}

.general_ordered_list li a {
	color: #0e4c7d;
	text-decoration: underline;
}

.general_ordered_list li a:hover {
	color: #1b6bbd;
}



