/* --------------------------------------- 

Colors: 


---------------------------------------

*Number of columns:		

---------------------------------------

Wrapper Width:960px;

Nav Width: 240px;
Nav Margin: 30px;
Main content Width: 690px;


---------------------------------------

*Filename:				global.css

*Description:			Global styles

*Author:				Matthew Bailey www.mattias.com.au

--------------------------------------- */

body {
background: #E6E6E6 url(../images/bkgnd_images/bkgnd_head.gif) no-repeat top center;
color: #666;
font-family: Calibri, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
font-size: 62.5%; /* so 1em = 10px 1.2 em = 12px and so on */
text-align: center; /*for IE to center wrapper */
}

#header{
width: 960px;
margin: 0px auto;
text-align: left;
}

#logo{
margin-bottom: 20px;
}

#nav{
position: fixed;
top: 20px;
float: left;
width: 240px;

}

#header_intro{
width: 690px;

float: right;
margin-top:20px;

}

#tagline{

}

.page_wrap{
width: 100% !important;
/*put background images here or change colour schemes if desired*/
border-top: 1px solid #fff;
}

.page_wrap_inner{
width: 960px;
margin: 0px auto;
text-align: left;
}

.page_content{
float:right;
width: 690px;
/*background-color: lime;*/
}


.footer{
background: #E6E6E6 url(../images/bkgnd_images/bkgnd_head.gif) no-repeat top center;
height: 600px;
}

/* --------------------------------------- Slideshow */

.slideshow_wrapper{
width: 690px;
background-color: #fff; /* The Fallback*/
background-color: rgba(255,255,255,0.7);
margin-top: 10px;
padding: 20px 0;
bottom: 20px;
}
.slideshow{
margin-left: 20px;
width:650px;

}

.single_slide{
margin-left: 20px;
width:650px;
}

.web_slideshow{
margin-left: 20px;
width:650px;
height: 546px;
}
/* --------------------------------------- Nav */
ul#navigation {
	margin: 0; padding: 0;
	list-style: none;
	
}
ul#navigation li {
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#navigation a,  ul#navigation a:visited{
	display: block;
	background-position: left top;
	font-size: 1.6em;
	background-color: #fff; /* The Fallback*/
	background-color: rgba(255,255,255,0.7);
	padding: 6px 6px;
	margin-bottom: 5px;
	color: #666;
	font-style: normal;
	text-decoration: none;
}

ul#navigation a:hover {
	background-color: #5492e4; /* The Fallback*/
	background-color: rgba(84,146,228,0.7);
	color: #fff;
}
#nav_contact{
width: 220px; padding: 0 10px 10px 10px;background-color: #e0dfdf;
}
#nav_contact p{
padding-left: 0px;
}
#nav_contact h1{
padding-left: 0px;
padding-top: 5px;
}
/* --------------------------------------- Typography */

p{
padding: 10px;
font-size: 1.4em;
line-height: 120%;
}

h1{
font-size: 1.8em;
padding: 0 10px;
margin-top: 20px;
color: #5492e4;

}

.intro_txt{
font-size: 2.0em;
}

h2{
font-size: 2em;
padding: 10px 10px;
font-style: normal;
color: #666;
font-weight: normal;
line-height: 120%;
}

h3{
font-size: 1.8em;
padding: 10px 10px;
font-style: normal;
color: #666;
font-weight: normal;
line-height: 120%;
}

a, a:visited {
color: #f06c51;
font-style: italic;
}

a:hover {
text-decoration: none;
color: #666;
}

/* --------------------------------------- Reuasable classes */

.clear_both{
clear: both;
}

.top_link{
float: right;
margin: 20px;
}

/* --------------------------------------- Twitter */
.twitter_div {  width: 220px; padding: 0 10px 10px 10px; color: #999; background-color: #e0dfdf;margin-top: 10px;}
.twitter_div h1{
padding-left: 0px;padding-top: 5px;
}
.twitter_div p{font-size: 1.8em;
padding: 0;padding-top: 5px;
margin-top: 20px;
color: #5492e4;
font-weight: bold;}

.twitter_div p a, a:visited{font-size: 80%;
color: #f06c51; font-style: italic;font-weight: normal;}

.twitter_div p a:hover{text-decoration: none; color: #666;}

ul.twitt_update_list { list-style: none; padding: 0; margin: 0; }

ul.twitt_update_list li { list-style: none; font-size: 1.2em; margin: 10px 0px 0px 0px; width: 220px; padding-bottom: 5px; border-bottom: 1px dotted #ccc;}

ul.twitt_update_list li a, a:visited { font-size: 90%; color: #f06c51; font-style: italic;}

ul.twitt_update_list li a:hover {text-decoration: none; color: #666;}