/*  
Theme Name: Azumah Theme 2
Theme URI: http://www.azumahresources.com.au/
Description: Default Azumah Theme 2
*/

/* HTML tags  ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ */

* {margin:0; padding:0;}

html, body {
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color: #ece3db;  font-size: 1em;  color: #333333;
    height:100%; font-size: 11px;
    }
	
.MsoNormal, #ContentPane_generic table {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;  color: #333333; font-size: 11px; line-height: 135%;
}


/* top navigation area -------- */
/* ---------------------------- */
#navbar {
    background: #dfa829 url(/images/nav_bg.jpg) no-repeat;
    width: 937px; text-align: left;
    float: left; clear: left; font-weight: bold; color: #000000;
    }
	
*html #navbar {
    background: #dfa829 url(/images/nav_bg.jpg) no-repeat;
    width: 926px; text-align: left;
    float: left; clear: left; font-weight: bold; color: #000000; height:20px;
    }
	
#nav {
    margin: 0 0 0 10px; padding: 2px 0 0 0;
    float: left; 
    }
    
          ul#header_TextMenuUL { margin: 0 0 0 -6px; font-size: 11px; }
          ul#header_TextMenuUL li { display: inline;  line-height: 3.2em; text-transform: uppercase; }
          ul#header_TextMenuUL a { color: #000000; text-decoration: none; border-right: 2px solid #000000; padding: 0 1.1em 0 1.1em;}
          ul#header_TextMenuUL .left a { border: none; }
          ul#header_TextMenuUL a:hover { text-decoration: underline; }
          ul#header_TextMenuUL a.active { text-decoration: underline; }

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

ul#header_TextMenuUL {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 24px;
  padding-bottom:10px;
}

*html ul#header_TextMenuUL {
  padding-bottom:0px;
}

ul#header_TextMenuUL li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#header_TextMenuUL ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  padding-top:11px;
}

ul#header_TextMenuUL ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#header_TextMenuUL ul li {
  width: 190px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/

}

/* Root Menu */
ul#header_TextMenuUL a {
  
  border-bottom:none;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #000;
  text-decoration: none;
  height: auto !important;
  display:inline;
  height: 1%; /*For IE*/
}


/* Root Menu Hover Persistence */
ul#header_TextMenuUL a:hover,
ul#header_TextMenuUL li:hover a, 
ul#header_TextMenuUL li.iehover a{
  background: none;
  color: #000;
}


/* 2nd Menu */
ul#header_TextMenuUL li:hover li a,
ul#header_TextMenuUL li.iehover li a {
  float: none;
  background: #eee;
  color: #000;
  font:  11px/22px Tahoma, Verdana, Arial, Helvetica, sans-serif;
border:1px solid #CCC;
display:block;
font-weight:bold;
}


/* 2nd Menu Hover Persistence */
ul#header_TextMenuUL li:hover li a:hover,
ul#header_TextMenuUL li:hover li:hover a,
ul#header_TextMenuUL li.iehover li a:hover,
ul#header_TextMenuUL li.iehover li.iehover a  {
  background: #DFA829;
  color: #000;
  font-weight:bold;
}

/* 3rd Menu */
ul#header_TextMenuUL li:hover li:hover li a,
ul#header_TextMenuUL li.iehover li.iehover li a {
  background: #EEE;
  color: #000;
}

/* 3rd Menu Hover Persistence */
ul#header_TextMenuUL li:hover li:hover li a:hover,
ul#header_TextMenuUL li:hover li:hover li:hover a,
ul#header_TextMenuUL li.iehover li.iehover li a:hover,
ul#header_TextMenuUL li.iehover li.iehover li.iehover a {
  background: #993333;
  color: #FFF;
}

/* 4th Menu */
ul#header_TextMenuUL li:hover li:hover li:hover li a,
ul#header_TextMenuUL li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #000;
}

/* 4th Menu Hover */
ul#header_TextMenuUL li:hover li:hover li:hover li a:hover,
ul#header_TextMenuUL li.iehover li.iehover li.iehover li a:hover {
  background: #993333;
  color: #FFF;
}

ul#header_TextMenuUL ul ul,
ul#header_TextMenuUL ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#header_TextMenuUL li:hover ul ul,
ul#header_TextMenuUL li:hover ul ul ul,
ul#header_TextMenuUL li.iehover ul ul,
ul#header_TextMenuUL li.iehover ul ul ul {
  display: none;
}

ul#header_TextMenuUL li:hover ul,
ul#header_TextMenuUL ul li:hover ul,
ul#header_TextMenuUL ul ul li:hover ul,
ul#header_TextMenuUL li.iehover ul,
ul#header_TextMenuUL ul li.iehover ul,
ul#header_TextMenuUL ul ul li.iehover ul {
  display: block;
}


img {
    border: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
    line-height: 135%;
}
h1, h2, h3, h4, h5, h6, ul, li {
    text-align: left;
}

h1 {
   font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-size: 20px;
   margin: 0 0 2em -2px; color: #e1b02c; letter-spacing: 0.01em; text-transform: capitalize; text-transform: uppercase;
   }

   h1.underline { padding-bottom: 0.85em; border-width: 0 0 4px 0; border-style: solid; border-color: #333333; }
   .h1_underline2 { padding-bottom: 0.85em; border-width: 0 0 4px 0; border-style: solid; border-color: #333333; 
      font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-size: 20px;
   margin: 0 0 13px 0px; color: #e1b02c; letter-spacing: 0.01em; text-transform:uppercase; 
   }
    *html .h1_underline2 {font-size: 18px; 
   }
   #content_left h1 { margin-left: 0; width:100%; }
   #home_rightbox h1 { color: #ffffff; margin-left: 0; }
   #home_rightbox h1.underline { border-color: #998879; }


h2, h2.MsoNormal {
    font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold;
    color: #9e734b; padding: 0 0.3em 0.3em 0; font-variant: normal;
    }

h3 {
    font-size: 13px; font-weight: bold; padding: 0 0.2em 0 0.2em;
    color: #9e734b; font-variant: normal;
    }

p {
    font-size: 11px; margin-bottom: 1.35em; padding: 0.3em 0 0.6em 0;
    }


/* Layout  ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ */

/* positioning container ------ */
/* ---------------------------- */
#container {
    width: 959px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 25px
    }

/* backing area --------------- */
/* ---------------------------- */
#page_bg {
    margin: 0 auto 20px auto; float: left;
    width: 937px;
    background-color: #ffffff; border-width: 0px 2px 2px 2px; border-style: solid; border-color: #9e734b;
    padding: 0 9px 0.9em 9px;
    text-align: center;
    }

/* top navigation area -------- */
/* ---------------------------- */
#header {
    background: url(/images/azumah_logo.gif) no-repeat;
    width: 937px; height: 139px; float: left;
    }

/* Flash banner area ---------- */
/* ---------------------------- */
#flashtop {
    width: 937px; height: 186px;
    margin: 1px 0;
    float: left; clear: left;
    }
	
	#flashtop  #brown_box {
	background: #9e734b url(/images/brown_box.gif) no-repeat;
	width: 250px; height: 186px;
	float: left;
	vertical-align: bottom;
	}
	
	#flashtop #flash_box {
	background: #fff;
	width: 687px; height: 186px;
	float: left;
	background: url(/images/flashtop_temporary.jpg) no-repeat;
	}

	#flash_box h3 {
	display:none;
	visibility:hidden;
	}



/* content area --------------- */
/* ---------------------------- */

#content_3columns {
    width: 937px;
    border-width: 2px 0px 1px 0px; border-style: solid; border-color: #cccccc;
    background: url(/images/brown_left.gif) repeat-y;
	background-position:right;
    float: left; clear: left; padding: 28px 0 3em 0;
    }
	
*html #content_3columns {
    width: 937px;
    border-width: 2px 0px 1px 0px; border-style: solid; border-color: #cccccc;
    background: url(/images/brown_left.gif) repeat-y;
	background-position:right;
    float: left; clear: left; padding: 28px 0 3em 0;
    }
	
#content_2columns {
    width: 937px;
    border-width: 2px 0px 1px 0px; border-style: solid; border-color: #cccccc;
	background-position:right;
    float: left; clear: left; padding: 28px 0 3em 0;
    }
	

    /* left content */
    /* ------------ */

    #content_left {
    width: 250px;
    float: left; display: inline;
    padding: 0 0 0 0;
	float:left; 
	text-align:left;
    }

        /* left navigation system */
        #side_nav { width: 190px; float: left; font-size: 11px; margin: 0; padding: 0 0 42px 20px; }
        .side_TextMenuUL ul { list-style-type: none; margin: 0;  }
        .side_TextMenuUL li { list-style-type: none; margin: 0; padding: 0;  border-width: 0 0 1px 0; border-style: solid; border-color: #d1bca9; line-height: 2.7em; }
        .side_TextMenuUL a { display: block; width: 188px; color: #85613f; text-decoration: none; padding: 0 0 0 0.1em;}
        .side_TextMenuUL li:hover { border-color: #85613f; }
		
        /* left projects map (narrower) */
        #news #projects_map { width: 150px; >width: 145px; height: 155px;padding-top:8px;padding-left:0px;>padding-left:15px; background: #ffffff; border-width: 4px; border-style: solid; border-color: #b49e89; margin: 25px 0 20px 40px;  }
		
	
		/* news area */
        #news { float: left; padding: 0 0px 0 20px; list-style-type:none; width:235px; }
        *html #news { float: left; padding: 0 0 0 10px; list-style-type:none; width:225px;}
		#news li { list-style-type:none; }
        #news a { color: #333333; text-decoration: underline; }
        #news a:hover { color: #333333; text-decoration: none; }
		
		
		#ctr445_Search_optSearchType_0 {
		margin-top: 5px;
		margin-right:5px;
		}

		#ctr445_Search_optSearchType_1 {
		margin-top: 5px;
		margin-left:15px;
		margin-right:5px;
		}

    /* main area of content */
    /* -------------------- */

    #content_main {
    float: left;
    width: 647px;
    padding: 0 14px 0 26px;
    }
	*html #content_main {
    float: left;
    width: 648px;
    padding: 0 0 0 26px;
    }

        /* content area on home page */
        #ContentPane_3columns  { width: 372px; text-align: left; float: left; padding: 0 25px 0 0; }
        #ContentPane_2columns { width: 630px; text-align: left; float: left; padding: 0 25px 0 0; }
		#ContentPane_generic { width: 607px; text-align: left; line-height: 135%; }
		
		#ContentPane_generic table td { }
		#ContentPane_generic ul { padding: 0 0 10px 30px; }
		#ContentPane_generic li { padding: 0 0 10px 0;}
		
        #home_rightbox { width: 245px!important; padding: 0 0 2em 5px; float: left; background: #b49e89 url(/images/front_rightbox_bottom.gif) bottom center no-repeat; margin-left:0px; text-align: left;}
     
            #form_signup { float: left; padding-left: 15px; text-align:left; font-size:9.5px; width:208px;}
            *html #form_signup { float: left; padding-left: 15px; text-align:left; font-size:9.5px; width:220px;}
            #form_signup form { margin-left: 0px; }
            #form_signup input.textfield { width: 150px; height: 1.8em; margin: 0 5px 0 0; font-size: 12px; border-width: 1px; border-style: solid; border-color: #765545; }
            #form_signup input.email { width: 150px; height: 1.8em; margin: 0 5px 0 0; font-size: 12px; border-width: 1px; border-style: solid; border-color: #765545; }
            #form_signup label {font-size:12px;font-weight:bold; color:#9E734B;font-family:arial;}
            #form_signup input.submit {float:right;}
			
			
			#form_signup img {
			visibility:hidden;
			display:none;
			}
	
			.SubHead {
			margin-left:0px;
			
			}
			
			.NormalTextBox {
			

			}
			
			#ContentPane_generic ul.key li { padding: 0 0 5px 0; font-size: 12px; font-size:1em; color: #000;}
			
		#ctr429_ManageUsers_pnlTabs {
		display:none!important;
		}

#ctr429_ManageUsers_User_plPassword_label, #ctr429_ManageUsers_User_plConfirm_label { padding-left:5px; }			
			
			
        /* content area on project page */
        #project_textarea { width: 305px; float: left; padding: 0 6px 0 0; padding-left:10px; }
        #project_rightbox { width: 319px; float: left; }
		#thumbnail_holder { width: 317px; float: left; padding: 4px 0 0 5px;}
		*html #thumbnail_holder {padding-top:0px; }
		#project_textarea li {
		list-style-image: url(/images/bullet.gif)!important;
		list-style-position: outside;
		>margin-left:20px;
		}
		

/* footer --------------------- */
/* ---------------------------- */

#footer {
    float: left;
    width: 937px;
    }


      /* footer navigation area */
      #footer_nav { text-align: left; color: #ccb040; font-weight: bold; margin: 0 auto 0 auto; width: 937px; float: left; padding: 5px 0 0 0; width:937px; }
          .footer_TextMenuUL { text-align: center; font-size: 11px; margin: 0 0 7px 0; }
          .footer_TextMenuUL ul {  margin-bottom: 1.1em; line-height: 1.4em;  }
          .footer_TextMenuUL li { display: inline; text-transform: uppercase; }
          .footer_TextMenuUL li a { color: #ccb040; text-decoration: none; padding: 0 1.1em 0 1.1em; }
          .footer_TextMenuUL li .left a { border: none; }
          .footer_TextMenuUL a:hover { text-decoration: underline; }
          #copyright { color: #333333; font-weight: normal;}
          #copyright p { text-align: center; }
		  #copyright a { color: #333333; text-decoration: none; }
          #copyright a:hover { border: 0; text-decoration: underline; }
		  
		  
 #footer_nav { text-align:left ; color: #ccb040; font-weight: bold; margin: 0 auto 0 auto; width: 937px;  padding: 0; }
          #footer_nav { text-align: center; font-size: 11px; margin: 0 0 7px 0; }
          #footer_nav ul {  margin-bottom: 1.1em; line-height: 1.4em; text-align: center;  }
          #footer_nav li { display: inline; text-transform: uppercase; }
          #footer_nav li a { color: #ccb040; text-decoration: none; padding: 0 1.1em 0 1.1em; }
          #footer_nav li .left a { border: none; }
          #footer_nav a:hover { text-decoration: underline; }



#action_settings {
height:100px; margin-top:-25px;

}

#ContentPane li {
	list-style-image: url(/images/bullet.gif)!important;
	list-style-position: outside;
	margin-left:10px;
}

#ContentPane_3columns ul, #ContentPane_2columns ul {
	margin-bottom: 1em;
}

#ContentPane_3columns ul li, #ContentPane_2columns ul li, #ContentPane ul li {
/*	list-style-image: url(/images/bullet.gif)!important;
	list-style-position: outside; 
	margin: 0 0 1em 10px;*/
	list-style: none;
	padding: 0em 0 0.2em 15px;
	margin: 3px 0 0.5em 0;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#project_rightbox img {
border: 1px solid #9e734b; 
padding: 1px;
}

*html #project_rightbox img {
border-bottom: 4px solid #9e734b; 
}

.footer_cover {
margin-left: -218px;
>margin-left: -170px;
float:left;
width:20px;
height: 20px;
background: #fff;
margin-top:-5px;
}

hr {
background-color:#9E734B;
border-bottom:1px solid #9E734B;
margin-top:5px;
margin-bottom:5px;
}

#content_left embed   {
margin-left:10px;
}

#content_main a { color: #333333; text-decoration: underline; }
#content_main a:hover { color: #333333; text-decoration: none; }


.bullet {
background: #fff url(/images/bullet.gif) no-repeat;
background-position: 0px 4px;
}

ul .side_TextMenuUL a {
text-decoration:none!important;
color:#9E734B!important;
}

.ngg-singlepic {
display:none;
}

#subpages-title {
display:none;
}

#home_rightbox .textwidget {
color:#fff;
font-family:arial;
font-size:13px;
list-style-position: inside;
margin:5px;
}

#home_rightbox .textwidget h2 {
color:#eee;
font-family:arial;
font-size:14px;
}

#home_rightbox .textwidget li {
padding-bottom:10px;
margin-left:10px;
list-style-position: outside;
font-size:13px;
}

#home_rightbox .textwidget p {
padding-bottom:5px;
margin-bottom:0px;
font-size:13px;
}

#home_rightbox .textwidget a{
color:#ECE3DB;
}

#home_rightbox .textwidget strong{
color:#ECE3DB;
font-size:13px;
text-decoration:underline;
}



#news .textwidget {
color:#000;
font-family:arial;
font-size:12px;
list-style-position: inside;
margin:5px;
}

#news .textwidget h2 {
color:#F0BD2C;
font-family:arial;
font-size:14px;
}

#news .textwidget li {
padding-bottom:10px;
margin-left:10px;
list-style-type:disc;
list-style-position: outside;
}

#news .textwidget p {
padding-bottom:5px;
margin-bottom:0px;
}

#news .textwidget a{
color:#000;
}

#news .textwidget strong{
color:#000;
font-size:13px;
text-decoration:underline;
}


