/*

	Theme Name: CMS Theme

	Theme URI: http://pixopoint.com/simplecms/

    Description: CMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin

      	Version: 1.5



	Author: Richard Wheatley





	Author URI: http://www.redmule.co.uk/
	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php















































*/





















/* Body reset */















body {















	margin:0;















	padding:0;















       	font-size: 80%;



	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

     background-color: #CC9900;



	}



/* Header styling */





#wrapper {



	width:780px;

  	background:#fff;

      margin: 20px auto;



	}







#header {
   width: 780px;
  /*	overflow:auto;    */

  	padding: 1em 0 0 0;

  	margin:0 auto;
    height: 90px;

  	}







 #header img{



   float: left;



   padding: 0;



   margin: 0;



 }











h1 {


       font-size: 1.5em;

  	margin:10px 0px 10px 0px;

  	padding:0;



  	}



h1 a {

  	color:#CC6600;

      text-decoration:none;

  	}





#description {

  	clear:left;

  	float:left;

  	color:#cc6600;

      font-size: .9em;

      font-weight: bold;

      margin: 0;

      padding: 0;

  	}







  #subhead{

      float: right;

      width: 640px;

      margin: 0;

    }























 .small, .post-edit-link {

     font-size: .8em;



 }





/* Menu Top styling */



#menu {


    width: 780px;
	background-color:#FF9900;

  	/ *overflow:auto; */
    font-weight: bold;
     font-size: 90%;

	}

    /*

#menu ul {

     font-weight: bold;

  	margin:0 auto;

  	list-style:none ;

  	}



#menu li {

	padding:0.5em 1em 0.5em 0em;

	list-style:none   ;

	color:#fff;

	float:left;

	}

    */

#menu li a {
    font-weight: bold;
	color:#fff;

	}

/*Menu Footer */



#footmenu {



	background:transparent;

    font-size: .8em;

    overflow:auto;



	}



#footmenu ul {



  	margin:0 auto;

  	list-style:none ;

  	}



#footmenu li {

	padding:0.1em 0.5em;

	list-style:none   ;

	color:#CC3300;

	float:left;

	}



#footmenu li a {

	color:#CC3300;

	}



/* Content styling */



#content {

	width:760px;

	margin: 0 auto;

	}



#content h2, #content h1{

color: #CC6600  ;

font-size: 1.1em;

}



#main{

  float: left;

  width: 470px;

  padding-bottom:60px;



}















#main a {

   color: #CC6633;

 }































#main ul li{















  list-style: disc;































































}















































































#sidebar{















  float: right;















  width:230px;















  margin: 10px 0px 20px 10px;







   font-size: 90%;



padding-bottom: 60px;



}







#sidebar p{



padding: 3px 0px 3px 0px;



margin: 0px;







}







#sidebar a{



  color: #cc6600;







}







.sidebox{



  border-bottom: solid 1px #999999            ;



  padding:5px;







}











 .daye{







   font-size: 80%;



   color: #cc6600;



 }















/* Footer styling */















#footer {



   padding: 10px 0px;



	width:100%;















	overflow:auto;















    	background:transparent;








 text-align: center;






















   	}















#footmenu {











      border-top: 2px solid #cc9900;



	padding:1em;































	margin:0 auto;















	color:#CC3300;















       font-size:80%;















	}















#footer p a {















	color:#CC0000;















	}











.spacer{



height: 20px;



}



#topnav{
  background-color: #FF9933;
  width: 100%;
  height: 25px;
}


#topnav, #topnav ul { list-style: none;  }
#topnav, #topnav * { padding: 0; margin: 0 ; }

/* Head links */
#topnav li.headlink { width:10em; float: left; margin-left: -1px;  background-color: #ff9933; text-align: center; color: #fff; }
#topnav li.headlink a { display: block; padding: 5px 4px; text-decoration: none; color: #fff; }

.current-page a{ background-color: #cc6600;  }




#topnav li.headlink a:hover{background-color: #cc6600;}
#topnav li.headlink:hover , #topnav li.headlink.sfHover { background-color: #cc6600; }

	/* Child lists and links */
#topnav li.headlink ul { min-width: 12em; display: none;  text-align: left;  position: absolute; background-color: #333; }
#topnav li.headlink:hover ul, #topnav li.headlink.sfHover ul  { display: block;  position: absolute; background-color: #cc6600;  }
#topnav li.headlink ul li a { padding: 7px; height: 12px; }
#topnav li.headlink ul li a:hover, #topnav li.headlink ul li .sfHover { background-color: #ff9933; }


.attrib{

  font-size: 75%;
  color: #CC3300   ;
}


.attrib a{
  color: #CC3300;
}

html {
overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}





