/**************
 *
 *
 *   SWINBURNE MAGAZINE STYLES
 *   Author: Chris Tan (crtan@swin.edu.au)
 *      
 *   Last Updated: 
 *   9 June 2009
 *
 *
 ***************/       


    #main {
               background: #74ab9e url(resources/bg_main.gif) no-repeat 986px 0px;
               /*margin-top:34px;*/      
        }   
        
    #logo       {
                  background:transparent url(http://wwwt.swinburne.edu.au/images/banners/swinburne_logo.gif) no-repeat scroll left top;
                  height:91px;
                  left:94px;
                  position:absolute;
                  text-indent:-999px;
                  top:0px;
                  width:179px;
                  z-index:50;
                }
     
    #banner     {
                   width: 730px;   
		   height: 145px;	 
                
                }           

    .small      {
                  height:145px;
                }

  
    #banner_left  { float:left;
                    width:184px;
                    margin:0;
                  }
                
    #banner_right { margin-left:184px;
                    padding:0px;                    
                   /* width:500px;*/
            
              
                  }
    
    #content		{	float: right;
					        width: 731px;
				          margin-right: 255px;
					}
	
	
	#right			{
					
					float: left;
					width: 255px;
				/*	margin-left: -968px;*/
					background: #3A73B9 url() no-repeat bottom left;
					}		
	
	#content_wrapper {
          position: relative;
          width: 987px;
          
           }
                  
  #wrapper1    {
                padding-right:255px; /* The width of the rail */
                position: relative;
		overflow: hidden; 
                background: #FFFFFF;
                }
  
  *html #wrapper1{	height:1%; /* So IE plays nice */}
  
  #content{	width:100%;	
            border-right:255px solid #FFFFFF; /* The width and color of the rail */	
            margin-right:-255px; /* Hat tip to Ryan Brill */	
            float:left;
            background: #FFFFFF;
            }
  
  #right{	background-color: #FFFFFF;	
          width:255px;	
          float:right;	
          margin-right:-255px;	
          display:inline; /* So IE plays nice */
        }
      
     
      
   #bodywrapper    {
                padding-left:184px; /* The width of the rail */
                position: relative;
					       overflow: hidden; 
                }
  
  *html #bodywrapper{	height:1%; /* So IE plays nice */}
  
  #body     {
            width: 100%;	
            _width: 731px; /*so IE plays */
            border-left:184px solid #EFEFEF; /* The width and color of the rail */	
            margin-left:-184px; /* Hat tip to Ryan Brill */	
            float:right;
            background: #FFFFFF;
        
            }
  
  #nav_left{	background: #EFEFEF;	
          width:184px;	
          float:left;	
          margin-left:-184px;	
          display:inline; /* So IE plays nice */
        }   
  
  .verticalalign {
                  bottom:0px;
                  left: 0px;
                  position:absolute;
                  }
  /***
   * DUE to the IE box model - bodypadder has been introduced.
   ****/     
   
   #bodypadder  {
                padding: 15px;
                }
                
  #issuecode  {
                border-bottom: 1px solid #90bcb1;
                text-align: right;
                color:  #74ab9e;
                padding-right: 10px;
                font-size: 14px;
                margin-bottom: 10px;
                padding-bottom: 3px;
                }
  
  #body h2      {
                font-size: 22px;
                color:  #74ab9e; 
                font-weight: normal;
                }


/**
 *  LEFT NAV
 ***/ 

	#magazinenav {
		margin-top: 12px;
		}		

    #magazinenav, #submagazinenav {
                    padding:0;
                    font-size: 12px;  
                    margin-bottom: 100px;
                    margin-left: 0;
                  }
      
      #magazinenav li, #submagazinenav li {
                      list-style-type: none;
                      margin: 0;
                      display:inline;                               
                      }
      
      #magazinenav li a, #submagazinenav li a {
                        display: block;
                        padding:4px 8px 6px 26px;
                        /*line-height: 1.3em;*/
                        border-bottom: 1px solid #ECE6D8;   
                        color: #61380C;
                        background: url(/images/icons/arrow-leftnav.gif) no-repeat scroll 17px 9px;
			text-decoration: none;
                        }
      
      #magazinenav li a:hover, #submagazinenav li a:hover  {
                              background:#FEFBF5 url(/images/icons/arrow-leftnav.gif) no-repeat scroll 17px 9px;           
                              }
     

