/* @override 
	http://localhost:8888/nicedevice_2010_v3/assets/2010/css/2010.css
	http://nicedevice.com.au/assets/2010/css/2010.css
*/

body, html{
	height: 100%;
}

body{
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	line-height: 19px;
	font-size: 11px;
	color: #666;
	background-color: #CCFFCC;
	
	height: 100%;
}
* html body{
	background-color: #E1E0DC;
	
	height: 100%;
}

body#projects_detail {
	/*background-color: #F2F2FF;*/
	background-color: #ffe8ea;
}

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

a:link, a:visited {
	color: #5d76ac;
	text-decoration: none;

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

p { margin: 10px 0;}
img { border:0; }
.clearfix { clear: both; }



/* -------------------------------  STRUCTURE */


#frame{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

.frame_out{	margin-left: 174px; }
.frame_in {	margin-left: 0px; }
.sidebar_out{	visibility: hidden; }
.sidebar_in {	visibility: visible; }


/*#header_image{
	position: fixed;
	z-index: 45;
	width: 713px;
	height: 182px;
	background: url(../image/header_line.png) no-repeat;
}*/

#header{
	position: fixed;
	z-index: 4;
	height: 182px;

	width: 100%;
	background: #E8E7E4 url(../image/header_line.png) no-repeat;
	
	  filter: alpha(opacity=70); /* MSIE/PC */
  	-moz-opacity: 0.7; /* Mozilla 1.6 and older */
 	 opacity: 0.7;
}




#projects_detail #header{
	background-color: #D8E4D4;
}

#header #logo{
	margin-top: 90px;
	margin-left: 270px;	
	z-index: 1;
}




#nav_main {
	position: fixed;
	z-index: 5;
	left: 0px;
	top: 130px;
	height: 30px;
	
	margin-left: 40px;
}

* html #nav_main { 
	position: absolute;
}



/*#content{
	z-index: 2;
	
	width: 90%;
	min-width: 720px;
	
	padding-right: 30px;
	background-color: #E1E0DC;

}*/

#sidebar {
	position: fixed;
	width: 154px;
	top: 182px;
	z-index: 1;
	height: 100%;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 18px;
	background-color: #fff;
	visibility: hidden;
	opacity:0;
	
	  filter: alpha(opacity=0); /* MSIE/PC */
  	-moz-opacity: 0; /* Mozilla 1.6 and older */
 	 opacity: 0;
	
}


/* -------------------------------  HEADINGS */


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


h1,h2{
	font-size: 14px;
	color: #000;
}





#logo h1, #logo h2 {
	font-size: 11px;
	color: #3560ac;
	text-transform: uppercase;
	height: 4px;
}
#logo h2{

}
#projects h2{
	margin-bottom: 25px;
	margin-left: 23px;
}

#projects_detail h2{
	font-size: 11px;
	margin-top: 10px;
	font-family: Arial;
	color: #444;
}

#projects h3{
	margin-top: 5px;
}

#projects h3 a{
	color: #333;
}

#projects h3 a:hover{
	color: #3560ac;
	/*background-color: #3560ac;*/
	text-decoration: underline;
}

#projects h4{
	font-family: Arial;
	font-size: 10px;
	color: #aaa;
}

/* -------------------------------  DIVIDERS */


.divider{
	border-top: 1px solid #ccc;
	height: 5px;
}

.divider_half{
	border-top: 1px solid #ccc;
	width: 400px;
	height: 5px;
}

.divider_dotted{
	border-top: 1px dotted #ccc;
	height: 5px;
}

/* -------------------------------  GENERAL */



.input_descr{
	/*background-color: #ccc;*/
	color: #666;
	padding: 2px;
	/*font-family: Arial;*/
}

.input_large, .input_med,.input_med2,.input_small{
	height: 18px;
	padding: 2px;
	margin: 2px 0;
	border: 0px;
	background-color: #ebebeb;
	color: #666;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
}
.input_large { width: 350px;}
.input_med { width: 200px; }
.input_med2 { width: 300px; }
.input_small{ width: 100px;}

.input_title{ color: #777; }

textarea{
	width: 350px;
	border: 1px #ccc solid;
	font-family: "Courier New", Courier, monospace;
	line-height: 17px;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}

select{
	color: #666;
}

.grey{
	color: #666;
}

.grey_sm{
	font-size: 11px;
	color: #666;
}

.actions{
	background-color: #ddf4eb;
	margin-bottom: 6px;
	margin-top: 2px;
	font-size: 11px;

}


a:link.sort_handle, a:visited.sort_handle {
	background-color: #ccc;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.icons{
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	background-color: #fff;
}

.sort_handle2{
	height: 10px;
	background-color: #e4e6e6;
}


/* ------------------------------- ABOUT PAGE */



#about_container{
	
	color: #333;
	
	width: 90%;
	min-width:720px;
	
	
	
	padding-left: 90px;
	padding-top: 220px;
	padding-bottom: 30px;
	
	background-color: #E1E0DC;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */	
	
}
* html #about_container{
	padding-top: 20px;
}


#about_left{
	width: 500px;
	float: left;
}

#about_right{
	width: 300px;
	margin-left:550px;
	/*line-height: 20px;*/

}


#about_image_container{
	/*margin-bottom: 20px;*/
}

#about_container h2{
	margin-top: 20px;
	font-size: 12px;
	/*text-decoration: underline;*/
}

#about_container p{
	font-family: Arial;
}


#about_col1{
	float: left;
	width: 250px;
	
}

#about_col2{
	margin-left: 300px;
	width: 180px;
	
}

#about_container ul{
	margin-top: 10px;
}



/* -------------------------------  PROJECT INDEX */


#projects #index_container{
	
	background-color: #E1E0DC;	
		
	padding-left: 30px;
	 padding-right: 30px;
	padding-top: 200px;
	
	z-index: 2;
	
	width: 90%;
	min-width:720px;
	
	
	
	
	
	/*height:auto !important;
	height:700px;
	min-height:700px;
	height:100%;*/


	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	
	
}

* html #projects #index_container{
	padding-top: 20px;
}

#projects .index_project{
	
	float: left;
	width: 200px;
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 17px;

}

#projects .image_container{
	width: 200px;
	height: 100px;
	border: 1px solid #ccc;
	overflow: visible;	
}

* html #projects .image_container {
	overflow: hidden;
}
#projects .image_container .overhang{
	
	margin-left: -25px;
	margin-top:  -25px;
	position:relative;
}




/* -------------------------------  PROJECT DETAIL */



#projects_detail #detail_container{
	
	z-index: 2;
	
	width: 960px;
	
	padding-right: 30px;
	background-color: #E1E0DC;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	
}

* html #projects_detail #detail_container{
	/*background: none;*/
}


#projects_detail #col1{
	width: 600px;
	/*float: left;*/
	padding-top: 182px;
}

* html #projects_detail #col1{
	padding-top: 0px;
}

#projects_detail #col2{
	position: fixed;
	top: 220px;
	left: 660px;
	width: 300px;
	/*margin-left: 60px;
	
	float: left;
	padding-top: 220px;*/
}

* html #projects_detail #col2{
	position: absolute;
}


#projects_detail #next_project_arrow{
	position: fixed;
	top: 182px;
	left: 966px;
	width: 10px;
	color: #fff;
	font-size: 19px;
	background-color: #fff;
	padding: 5px 7px;
	 filter: alpha(opacity=50); /* MSIE/PC */
 	 -moz-opacity: 0.5; /* Mozilla 1.6 and older */
  	opacity: 0.5;
	
}

* html #projects_detail #next_project_arrow{
	position: absolute;
}

#projects_detail #next_project{
	/*display: none;*/
	font-size: 11px;
	
}

#projects_detail #next_project_arrow a{
	color: #000;
}

#projects_detail #next_project_arrow a:hover{
	color: #888;
}


#projects_detail p.detail_header {
	margin-top: 0px;
	font-family: Arial;
	color: #444;
}

#projects_detail  a:link,#projects_detail a:visited{
	color: #888;
}
#projects_detail a:hover{
	color: #000;
}


#projects_detail a.project_link{
	color: #b1b1b1;
}


#projects_detail .divider{
	margin-top: 10px;
}	

#projects_detail .description{
	margin-top: 10px;
	font-family: Arial;
	color: #444;
}



/* -------------------------------  MAIN NAV */



#nav_main a{
	color: #000;
	/*font-weight: bold;*/
	text-transform: uppercase;
}
#nav_main a:hover{
	color: #52A9BD;
}

#nav_main a.selected{
	text-decoration: underline;
}



#nav_main #open_sidebar{
	display: inline;
	color: #fff;
	background-color: #000;
	font-size: 12px;
	margin-right: 25px;
	padding: 5px 7px;

	
}

#nav_main #open_sidebar a {
	color: #fff;
}
#nav_main #open_sidebar a:hover {
	color: #666;
}





#nav_main h4 { 
	padding: 0px 0px 0 0; 
	margin: 0;
	
}

#nav_main ul{
	margin: 0;
	padding: 0;
	
}
#nav_main li{
	list-style: none;
	float: left;
	padding-right:10px;
	color: #ccc;
}


/* -------------------------------  PAGE SUB NAV */

#subnav{
	padding-top: 30px;
	padding-bottom: 20px;
}
#subnav ul{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
#subnav li {
	list-style: none;
}

#subnav a.selected{
	/*background-color:#DAF6FD;*/
	color: #333;
	display: block;
}

/* -------------------------------  SIDE NAV */




ul#nav_side{
	margin: 0;
	padding: 10px 0 0 0;
}
#nav_side li{
	list-style: none;
	padding-right:10px;
	padding-bottom: 2px;
}

#nav_side a:link, #nav_side a:visited{
	display: block;
	color: #666;
}
#nav_side a:hover{ background-color: #cbf3fd;}
#nav_side a.selected{ color: #000;}





