@charset "UTF-8";
/*	
	Website www.webology.net.au
	Author: Ari Rizos
	Creation Date: 16/10/2009
	Version: 0.0.1
*/

/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* STANDARD FLOAT CLASSES*/
.floatleft  { float:left; }
.floatright { float:right; }
.clearboth	{ clear:both; }

/* FORCE SCROLLBARS FOR CENTERED DESIGN*/
html 											{ overflow-y:scroll; }

/*MAIN BODY STYLE*/
body 											{	font-family:Helvetica, Arial, sans-serif;	font-size:12px;	color:#666666; }

/*STRUCTURE*/
#wrapper 									{	margin: 0 auto;	margin-top:60px;	width: 950px; border-left:#FFFFFF solid 20px; }

#navigation 							{	width: 950px; height:20px;	padding-top: 60px; margin-bottom:35px; }

#mainCopy									{ float:left; margin-left: 60px; width: 400px; }

#gallery									{ width: 465px; float:left;}

#copy											{ margin-left: 50px }	

#footer 									{	width: 950px;	margin-top:30px; border-top:solid 1px #bec0c2;	font-size:9px;	color:#333333;	padding:7px 0px 7px 0px; }

h1 { margin: 0px 0px 10px 0px; font-size:25px; color:#0083a9;  }
h2 { margin: 20px 0px 10px 0px; font-size:20px; }
h2 a { text-decoration:none }
h2 a:hover { color: #0083a9; }
h3 { margin: 20px 0px 10px 0px; font-size:16px; color:#0083a9; }
h4 { margin: 0px 0px 0px 0px; font-size:13px; color:#0083a9; }

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0083a9;
}
a:active {
	text-decoration: none;
	color: #666666;
}

	
/*NAVIGATION*/
ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#portfolio a {
	width:135px;
	height:20px;
	background-image:url(../images/btn-portfolio.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#portfolio a:hover {
	background-position:0px -21px;
}

body#portfolio-page ul#nav li#portfolio a {
	background-position:0px -21px;
}

li#about a {
	width:91px;
	height:20px;
	background-image:url(../images/btn-about.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#about a:hover {
	background-position:0px -21px;
}

body#about-page ul#nav li#about a {
	background-position:0px -21px;
}


li#contact a {
	width:118px;
	height:20px;
	background-image:url(../images/btn-contact.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contact a:hover {
	background-position:0px -21px;
}

body#contact-page ul#nav li#contact a {
	background-position:0px -21px;
}

/* PORTFOLIO */
ul#gallery-portfolio li {
	list-style-type: none;
	display: block;
	padding: 0px 10px 25px 0px;
	float: left;	
}
ul#gallery-portfolio li a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	height: 150px;
}

#slideshowContainer {
	width:465px; height:305px;
	float:left;
	border:solid 1px #bec0c2;
	
}

ul#slideshow {
	list-style:none;
	width:465px;
}

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	margin: 0px 0px 0px 0px;
	padding: 3px;
}


select { 
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}