/*
Gary Hollands - solriche - 2008 - PHP template
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", sans-serif;/*mac,windoze,linux*/
	color: rgb(0,0,0);
	background: url("../images/paper.png") repeat;
	background-color: rgb(255,255,255);
	line-height: 1.5;
}
#container {
	position: relative;
	width: 60em;
	margin: 0 auto 0 auto;
}
#masterbox{
	margin: 0 auto 0 auto;
}
/*----------------top----------------*/
#topband{
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 80px;
	background-color: rgb(230,230,230);
	border-bottom: 1px solid rgb(93,181,35);
}
#top{
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	height: 80px;
	overflow: hidden;
	z-index: 20;
}
#logo, #logo  img, #header, #header img{
	float: left;
}
#logo{
	margin: 12px 0 0 16px;
}
#header{
	margin: 14px 0 0 10px;
}
#header h1{
	position: relative; top: 0.25em; left: 0;
	font-size: 340%;
	color: rgb(84,168,255);
}
#header .title_hide{
	display: none;
}
/*----------------content----------------*/
#content{
	clear: both;
}
#content .right_content{
	float: left;
	width: 46%;
	margin: 1em 0 0 0;
	padding: 0 0 0 2%;
}
#content p{
	font-size: 85%;
	padding: 0.25em 0 0.25em 0;
	color: rgb(54,54,54);
}
#content .image_left{
	float: left;
	margin: 0.45em 0.9em 0 0;
}
#content .image_right{
	float: right;
	margin: 0.45em 0 0 0.9em;
}
/*----------------Menu----------------*/
#menu{
	position: absolute; top: 3em; left: 47em;
	z-index: 30;
}
#menu  ul{
	list-style-type: none;
	padding: 0 0 0 1px;
}
#menu li{
	float: left;
	font-size: 95%;
}
#menu li a{
	float: left;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}
#menu li a:hover{
	color: rgb(93,181,35);
}
#menu .selected{
	border-bottom: 1px dotted rgb(150,150,150);
}
#menu .li_border{
	border-left: 1px solid rgb(50,50,50);
	padding: 0 0 4px 0;
}
/*----------------Edit area----------------*/
#edit_area {
	float: left;
	width: 50%;
	margin: 1em 0 0 0;
	padding: 0 0 0 1%;
}
#edit_area .page_title h2{
	font-size: 160%;
}
#edit_area ul{
	list-style-type: circle;
	margin: 0 0 1em 2em;
}
#edit_area ul li{
	font-size: 90%;
}
#edit_area .blue_bullets{
	list-style: circle inside url("../images/bullet_grey.png");
	margin: 0.5em 0 0.5em 0.5em;
}
/*----------------Banner----------------*/
#banner{
	float: left;
	width: 446px;
	margin: 0.75em 0 0 0;
	overflow: hidden;
}
#banner .portfolio_eg a img {
	border: 1px solid rgb(180,180,180);
}
#banner .portfolio_eg a:hover img {
	border: 1px solid rgb(0,153,153);
}
#banner .portfolio_eg .break{
	clear: both;
	display: block;
	font-size: 90%;
	margin: 0.25em 0 0 0;
}
#banner h3 a{
	float: left;
	text-decoration: none;
}
/*----------------Side area----------------*/
#side_section{
	float: left;
	width: 100%;
	margin: 0.5em 0 0 0;
}
#side_section .list_boxes{
	float: left;
	margin: 0 2em 0 0;
}
#side_section .list_boxes ul{
	width: 100%;
	list-style: circle inside url("../images/green_tick.png");
	margin: 0 0 0 0.25em;
}
#side_section ul li{
	font-size: 90%;
}
#side_section h3{
	margin: 0 0 0 0.25em;
}
/*----------------footer----------------*/
#footer{
	float: left;
	clear: both;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
	border-top: 1px solid rgb(192,192,192);
}
#footer .wc3{
	margin: 0.25em 0.5em 0 0;
}
#footer .wc3 img{
	float: right;
}
/*----------------misc----------------*/
.hide{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	color: rgb(59,84,133);
}
h1{font-size: 130%;}
h2{font-size: 110%;}
h3{font-size: 95%;}
h4{font-size: 90%;}
h5{font-size: 90%;}
h6{font-size: 85%;}
a:focus{
	outline:none
}
a:link{
	color: rgb(57,92,97);
	text-decoration: underline;
}
a:visited{
	color: rgb(102,51,51);
	text-decoration: underline;
}
a:hover{
	color: rgb(0,153,153);
	text-decoration: none;
}
abbr{
	border-bottom : 1px dotted rgb(0,0,0);
	cursor : help;
}
img{
	border: 0;
}
