/*
Theme Name: RRSG 
Theme URI: http://wwww.rrsg.org.uk
Author: Andy Primrose
modified date 1/3/2010 
New Layout 
rrsgall-2.css 
------------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #C2C9D1 url(imgs/bgpage.gif) repeat-x ;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#page {
	width: 1000px;
	text-align: left;
	background-image: url(imgs/bgmain-1200.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }

#content {
	float: left;
	text-align: left;
	padding: 0;
	width:100%;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

/*    new columns layout   */
#col1 {
    float:left;
    width:200px;
     margin-top:20px;
    margin-left: 10px;
    margin-right: 10px;
  
   }
   

#col2 {
     float:left;
    width:560px;
    margin-top:20px;
	}

#col3 {
    float:right;
    width:200px;
    margin-top:20px;
   	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
 }


/* Header
------------------------------------------------------------------------- */

#header {
/*	changed height from 200px to 150px A.P. 23/09 */
	height:180px;
	width: 1200px;
         margin-bottom: 20px;      
}

#header h1 {
	margin: 0;
	color: #41A3FA;
	text-shadow: #81A75B 2px 2px 2px;
	background: url(top_h1.gif) ;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
        z-index:2;
}

#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #42A4FB;
}
#header h1 a:hover {
    color: #61DC19;
    text-shadow: #fff 0 0 4px;
}



/*   sidebar
------------------------------------------------------------------------- */

#sidebar {
	line-height: 1.4em;
	color: #999;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 525px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color:aqua;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
  z-index:2;}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar h3 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #4169E1;
	font-size: 140%;
	border: none;
	background-color: #35c63c;
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	background-image: url(imgs/sidebar-h3-bg.gif);
	}
#sidebar h3 a:hover {
	color: #0033CC;
	font-weight: bold;
	
	}
	#sidebar h3 a:link, h3 a:visited {
	font-size: 140%;
	text-decoration: none;
	border-bottom: none;
	color: #696969;
	font-weight: bold;
	}

#sidebar h4 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #6495ED;
	font-size: 100%;
	border: none;
	background-color: #879CEB;
	background-image: url(imgs/sidebar-h4-bg.gif);
	}
	#sidebar h4 a:hover {
	color: #32CD32;
	font-size: 100%;
	}
	#sidebar h4 a:link  {
	color: #6495ED;
	font-size: 100%;
	}
	#sidebar h4 a:visited {
	color: #fff;
	font-size: 100%;
	background: #879CEB;
	}

#sidebar img {
	vertical-align: middle;
	}

/* Footer
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	font-size: 85%;
	color: #ddd;
	background-image: url(imgs/footer-1200.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
         z-index:2;
}

#footer p {
	padding: 20px 320px 20px 95px;
	background-image: url(imgs/bottom_sash.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a {
	border-bottom: none;
	color: #FFFFFF;
}

/* ------------------- MENU ---------------------- */
/*  left hand side menu .                 
/*  projects menu on right hand side   */

#leftmenu {
width:120px;
height:50px;       /* changed from 150px to auto to 50px23/09 A.P  */
position:relative; 
padding-bottom: 40px;
margin-left: 0;
font-family: arial, sans-serif;
font-size:14px;
font-weight:bold;
color: white;
 margin-bottom:10px;
}

#leftmenu ul li a, #projmenu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff;         /* hopefully this is the text colour   */ 
width:120px; 
height:20px; 
text-align:center; 
border-left: 5px inset #3366FF;
border-top :5px outset #3366FF; 
border-bottom: 5px outset white;
border-right: 5px inset #3366FF;
background:#710069; 
line-height:19px; 
font-size:14px;
z-index:10;
}

#leftmenu ul {
padding:0; 
margin:0;
list-style-type: none;
}

#leftmenu ul li {
float:left; 
margin-right:1px; 
position:relative;
}

#leftmenu ul li ul {display: none;}

/* specific to non IE browsers */
#leftmenu ul li:hover a {color:#fff; background:#36f;}
/* correcting projects menu A.P 12/10/09 left:119px to 120px */
#leftmenu ul li:hover ul {display:block; position:absolute; top:0px; left:125px; width:110px;}
/* changed the above from left: 130px    */
#leftmenu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#leftmenu ul li:hover ul li:hover a.hide {width:150px; background:#6ac; color:#000;}
#leftmenu ul li:hover ul li ul {display: none;}
#leftmenu ul li:hover ul li a {display:block; background:#6a3; color:#000; width:150px;}
#leftmenu ul li:hover ul li a:hover {background:#6fc; color:#000;}
#leftmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:125px; top:0; color:#000;}
/* changed 21/10/09 from width:150px */
#leftmenu ul li:hover ul li:hover ul li a {display:block; width:120px; background:#6a3; color:#000;}
#leftmenu ul li:hover ul li:hover ul li a:hover {background:#6a3; color:#fff;}

/* -------------------------------- right hand menu  --------------------------- */
#rightmenu {
width:120px;
height:50px;       /* changed from 150px to auto to 50px23/09 A.P  */
position:relative; 
padding-bottom: 40px;
margin-left: 0;
font-family: arial, sans-serif;
font-size:14px;
font-weight:bold;
color: white;
 margin-bottom:10px;
}

#rightmenu ul li a, #projmenu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff;         /* hopefully this is the text colour   */ 
width:120px; 
height:20px; 
text-align:center; 
border-left: 5px inset #3366FF;
border-top :5px outset #3366FF;
border-bottom: 5px outset white;
border-right: 5px inset #3366FF;
background:#710069; 
line-height:19px; 
font-size:14px;
z-index:10;
}

#rightmenu ul {
padding:0; 
margin:0;
list-style-type: none;
}

#rightmenu ul li {
float:left; 
margin-right:1px; 
position:relative;
}

#rightmenu ul li ul {display: none;}

/* specific to non IE browsers */
#rightmenu ul li:hover a {color:#fff; background:#36f;}
/* correcting projects menu A.P 12/10/09 left:119px to 120px */
#rightmenu ul li:hover ul {display:block; position:absolute; top:0px; right:180px; width:110px;}
#rightmenu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#rightmenu ul li:hover ul li:hover a.hide {width:150px; background:#6ac; color:#000;}
#rightmenu ul li:hover ul li ul {display: none;}
#rightmenu ul li:hover ul li a {display:block; background:#6a3; color:#000; width:150px;}
#rightmenu ul li:hover ul li a:hover {background:#6fc; color:#000;}
#rightmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:125px; top:0; color:#000;}
/* changed 21/10/09 from width:150px */
#rightmenu ul li:hover ul li:hover ul li a {display:block; width:125px; background:#6a3; color:#000;}
#rightmenu ul li:hover ul li:hover ul li a:hover {background:#6a3; color:#fff;}



#donate {
   width: 90%;
   margin-top:10px;
    z-index:10;
}



/* ---[ title box ]-------------------------------- */

#title {
	clear: left;
	padding: 25px 310px 25px 25px;
	background: #101010 ;
	}

#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-weight: normal;
	color: #56d819;
	/*color: #EB9F3D;*/
	}
#title h1 span {
	color: #666;
	}
#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #888;
	}
#title a {
	border-bottom-color: #333;
	}
#title a:visited {
	color: #40659B;
	}
#title a:hover {
	color: #036;
	}

/* RRSG Site CSS ------------------------ */
/* Office Hours */
#offhours {
width: 90%;
padding: auto;
border:3px solid blue;
margin-bottom:20px;
}

#offhours h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
        margin-bottom:10px;
	}

#UserLogin {
text-align: right;
width:90%;
margin: auto;
  z-index:2;
}

/* floating bars try 99 for z-Index */
#wayfinder { /* wayfindermenu bar the only fixed element on the page */
/* position:absolute;
top: 150px; 
left: 25%;  */
float:right;
left-margin: auto;
right-margin: auto;
width:768px; 
height:auto;
z-index:10;
}

#searchbar {
width: auto;
background-color: white;
height:auto;
border-top: 5px silver outset;
border-right: 5px silver inset;
border-bottom: 5px silver inset;
margin-bottom: 20px; 
z-index:5;
}
/* moved search bar to avoid dropdown menus A.p 26-9  */
