/*
	Title:		HotRock
	Author:		Owen Grant
	Website:	http://www.thehotrock.org.au
*/


/* Presentation Stylesheet */ 


/*
================================
MAIN STYLES
================================
*/

body
{
    background-color:#280600;  /* dark brown from site background*/
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    color:#333333;  /* dark grey */
    height:100%;
}

a
{
    color:#ff6633;  /* orange */
    text-decoration:none;
}

a:hover
{
    color:#684d35;  /* brown from menu font hover */
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}


h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 

.topnavi {font-family: Tahoma, Verdana, Arial, Sans-Serif; color:#9e7961;}
.topnavi a{padding: 8px; font-size:13px; color:#9e7961; text-decoration:none;}
.topnavi a:hover{color:#684d35;}

#searchBox .searchBox
    {
         margin:10px 18px 10px 0px;
    }
    
#searchBox .searchBox input
        {
            background-color:#ffffff;  /* white */
            border:1px solid #684d35;  /* dark brown from menu font hover */
            width:120px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            color:#684d35;  /* dark brown from menu font hover */
            font-size:10px;
        }
        
#searchBox .searchBox input:focus
        {
            border:1px solid #9e7961;  /* light brown from menu font */
        }
        
#searchBox .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:10px;
	    color:#ffffff;
            /*color:#684d35;   dark brown from menu font hover */
            padding:0 7px 0 0;
	    background-color: transparent;
	    cursor:hand;
            /*background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;*/
        }

/*
================================
NAVI STYLES 
================================
*/

/* below styles for Simple JQuery Accordion menu - Redux http://www.i-marco.nl/weblog/jquery-accordion-menu-redux2/ */

ul.menu {
  list-style-type:none;
  margin: 0 0 0 25px;
  padding: 0;
  width: 225px;
}

ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
  font-size: 12px;
}

ul.menu li a {
  /*background: #333;*/	
  padding: 0.5em;
  color: #ffffff;
}

ul.menu li a:hover {
  /*background: #000;*/
  color: #684d35;
}

ul.menu li ul li a {
  /*background: #ccc;*/
  color: #ffffff;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  /*background: #aaa;*/
  color: #684d35;
  /*border-left: 5px #684d35 solid;*/
  /*padding-left: 25px;*/
}

/*end*/

/*below second menu list styles*/

#side-navi2 li
{
    color:#ffffff;
    font-size:12px;
    line-height:.8em;
    padding:0 7px 0 30px;
    /*background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;*/
}

    #side-navi2 li.selected a
    {
        color:#684d35;
    }

    #side-navi2 li a
    {        
        color:#ffffff;
        display:block;
        padding:5px 0;
    }

    #side-navi2 li a:hover
    {        
        color:#684d35;
        display:block;
        padding:5px 0;
    }


/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:660px;    
    font-size:13px;
    line-height:18px;
    padding-left:10px;
    /*background-color: red;*/
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }

    .content h2
    {
        font-size:28px;
        color:#ff6633;  /* orange */
        margin:10px 0 8px 0;
    }
   
    .content h3
    {
        font-size:18px;
        color:#684d35;  /* dark brown from menu font hover */
        margin:10px 0 8px 0;
    }

    .content h4
    {
        font-size:16px;
        color:#684d35;  /* dark brown from menu font hover */
        margin:10px 0 8px 0;
    }

    .content span.hours
    {
        font-size:16px;
        color:#ffcc99;  /* light orange */
        margin:10px 0 8px 0;
    }

    .content div.indent15
    {
        margin:5px 0 0 15px;
    }

    .content .breadcrumb
    {
        font-size:12px;
        color:#9e7961;  /* light brown */
        margin:5px 0 5px 15px;
    }

    .content .catImage
    {
        margin:15px 15px 15px 15px;
    }
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }

    .content li
    {
        margin:0 0 0 15px;
    }
    
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:16px;
        color:#f49ac1;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
        /*font-family:Georgia, Arial, Sans-Serif;*/
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
        font-size:22px;
        font-weight:normal;
        color:#684d35;  /* dark brown */
	line-height:2em;
	
    }
            
	h2.flashHeader strong
	{
		color:#ff6633; /* orange */
		font-size:28px;
		font-weight:normal;
	}
/* CSS if sIFR not enabled END */

.content .oneCol
{
    width:660px;
    /*background-color: blue;
    padding-left:10px;*/
}

.singleCol
{
    width:620px;
    margin-top:15px;
    margin-bottom:30px;
    /*background-color: yellow;*/

}

#picwrapper {width: 641px;}
#left { float:left; width:221px;}
#right { float:right; width:194px;}
#center { marigh-left: 221px; margin-right: 194px; background-color: #ffffff;}

#lessonmatrixwrapper {width: 641px;}
#ps-lessons {float:left; width:221px;}
#ps-resources {float:right; width:205px;}
#ps-lessonMatrix {float:left; width:640px;}

#hr-line {margin 10px 0px 10px 0px;}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:200px;
    margin-top:20px;
    margin-bottom:20px;
    /*background-color: yellow;*/

}

.twoCol .col_2
{
    width:430px;
    margin-top:5px;
    margin-bottom:10px;
    /*background-color: green;*/
}

/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:135px;
        margin:0 0 15px 10px;
	/*background-color: green;*/
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#333333;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:16px;
	line-height:1em;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;  
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#ff6633;
    }
    
    .newsList div h4 a:hover
    {
        color:#684d35;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#280600;
    border:2px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#FFFFFF;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#280600;
    border:2px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Tahoma, Verdana, Arial, Sans-Serif;
    color:#FFFFFF;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #ff6633;  /*#619ca7;*/
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #FF3333; /*#F49AC1;*/
}

    fieldset input.error:focus
    {
        border:2px solid #ff6633; /*#af4975;*/
    }

fieldset button
{
    color:#ff6633;
    
}


/*
================================
FOOTER STYLES 
================================
*/


 /*Credits*/
    #footer div.credits
    {  
	font-size:9px;
	color:#333333;
        height:50px;
    }
    
        #footer div.credits a
        {
            color:#f26432;
        }
            
        #footer div.credits a:hover
        {
            color:#684d35;
        }

	#footer div.credits img
	{ 
	    vertical-align: bottom
	} 





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
