/* GENERAL STYLES */
body {
	font:100% Arial, Verdana, Helvetica, sans-serif;
	background:#fff;
	color:#333;

	
}
img.f-left { padding:10px; float:left;}
img.f-right { padding:10px; float:right;}

p {
	color:#333;
	font-size:75%;
}

h2 {
	color:#6CB01D;
	font:113% Arial, Verdana, Helvetica, sans-serif;

}

/*list style*/

ol {
	overflow:visible;
	list-style:none;
	margin-left:0px;
	margin-top:0px

}

ol li {
	background:url(../images/circle.gif) no-repeat 0 3px ;
	padding:0 0 3px 16px;
	font-size:75%;
	
	
}


ol li ol li{
	background:url(../images/dash.gif) no-repeat 0 3px ;
	padding:3px 0 3px 16px;
	font-size:100%;
	
}

ol a {
	color:#333;
	text-decoration:underline;
}

ol a:hover {background:#6CB01D;
			color:#ffffff;
			text-decoration:none;}



/*logo*/
h1 a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:272px;
	height:38px;
	background:url(../images/logo.jpg) no-repeat;
	margin:0 0 0 0px;
}
h2 a {color:#6CB01D;
padding:0px;}

/*hide menu*/
ul.menu {
	height:0;
	display:none
}

/*hide left column*/
.left-col {
	height:0px;
	display:none
}
.left-col .border-box,
.about-box {
	display:none
}

	
	
/*center column*/
.center-col {
	width:100%}
.center-col-full {
	width:100%}

/*hide right column*/
.right-col {
	display:none;
	height:0;
}

/*show bits of footer*/
.footer {
	width:100%;
	border-top:1px solid #CCC;
	color:#7F7F7F;

	padding:18px 0 20px;
}
.footer p a {
	display:none;
}
.footer p a:hover {

}
/*date's post*/
.post-date {
	font:63%/63% Arial, Verdana, Helvetica, sans-serif;

}
/*hide comment box*/
.comment-box {
	display:none;
	height:0;}

/*hide story nav*/

.story {
	height:0;
	display:none;
}


/* EDITOR PROPERTIES */
