/* CensorFree main page CSS sheet */
/* Developed by gafferDesigns Pty Ltd - www.gafferdesigns.com */
/* V081113 */
.featurecaption {
	font-size:10px;
	font-style:italic;
	color:#333333;
}
.featurecaption1 {
	font-size:10px;
	font-style:italic;
	color:#333333;
	margin-top: 0px;
}

body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #000000; /* was #000000 */
	width:1000px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	left: 10px;
}
a:link{
	font-color: #990000;
		text-decoration: none;
		font-weight:bold;
}
 a:hover{
	font-color: #ffffff;
		text-decoration: none;
		}
		a:visited{
	font-color: #990000;
		text-decoration: none;
		font-weight:bold;
}
.twoColFixRtHdr #container { 
	width: 980px;  /* Increased to 980 from 780 - using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 0px 20px -0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:435px; /* added */
	height:500px; /* added */
	text-decoration:none;
} 
.twoColFixRtHdr #mainContent a:hover{
 text-decoration:none; }
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[if IE 5]>
/* changed gaffer Designs */
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.twoColFixRtHdr #sidebar1 a:link {background:#ffffff;}
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	FOOTER  
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer_wrapper {
	padding: 0 ;
	border-top: #210 solid 2px; 
	border-bottom: #210 solid 2px; 
background: #CFC591;
	clear: both;
	position: relative;
	width: 100%;
	
}

.footer {
	width: 100%; 
	margin: 20px auto; 
	}


#footer_logo {
	float: right;
}

.footer_column {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;}
	

/*.footer_column ul {
		list-style: none;
			
	}
	.footer_column ul li a {
		color: #321;
	}
*/
	#column_act  { background: #CFC591 url('images/act.gif')  no-repeat 0 0; padding-left: 50px; width: 122px; }
	#column_meet { background: #CFC591 url('images/proposal.gif') no-repeat 0 0; padding-left: 73px; width: 140px; }
	#column_more { background: #CFC591 url('images/org.gif') no-repeat 0 0; padding-left: 50px; width: 146px; }
/* Home page style s */
.style2 {font-size: 80px}
.style4 {font-size: 60px}
.style5 {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.style7 {
	font-size: 12px;
	color: #515151;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight:400;
}
.style8 {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
/* drop shadow using images */
	/* from http://www.ploughdeep.com/onionskin/ */
	
	.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(http://www.censorfree.com.au/images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(http://www.censorfree.com.au/images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(http://www.censorfree.com.au/images/corner_tr.gif) right top no-repeat;

  }

  /* end */
  /* Designed by Asevo - http://asevo.com */
@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

/*
 * Main page construct:
 */

div.head_zone {
	background-color: #393939;
	padding: 0 1em;
	margin-bottom: 3px;
	}
div.nav_zone {
	background-color: #ccc;
	padding: 0 1em;
}
div.main_zone
{
	padding: 0 1em;
}
div.foot_zone
{
	background-color: #e0e0e0;
	padding: 0 1em;
}
/* deleted by Gaffer Designs 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	width: 88ex;
	margin: 0 auto;
	padding: 1px;
}
end Gaffer EDesigns amendment */

.evo_main_area /* Left column */
{
	width: 298px; /* amended by gaffer Designs from 62ex */
	float: left;
	overflow: hidden;
}

.evo_sidebar /* Right column */
{
	width: 0px; /* amedned */
	padding-top:0px;
	float: right;
	overflow: hidden;
}

p.baseline {
	font-size: 76%;
	margin: 3px;
}

/*
 * General styles:
 */
div.clear {
	clear: both;
}




/*
 * Header / bloglist on top:
 */
div.PageTop,
div.top_menu {
	margin: 3px 0;
}
div.PageTop ul,
div.top_menu ul {
	margin: 0;
	list-style-type:none;
	padding: 0;
	float: left;
}
div.PageTop li,
div.top_menu li {
	display: inline;
	padding-right: 1em;
}
div.PageTop a {
	color: #aaa;
}
div.PageTop a.selected {
	color: #fff;
	font-weight:bold;
}
div.top_menu a {
	color: #333;
}
div.top_menu a.selected {
	font-weight:bold;
}


/*
 * Title area styles:
 */
div.evo_title_area {
	margin: 1em 0;
	padding: 0;
}
div.evo_title_area h2 {
	font-size: 180%;
	margin: 2em 0 0 0;
	padding: 0;
}
div.evo_title_area div.widget_core_coll_tagline {
	letter-spacing: 4px;
	margin: 1ex 0;
}


/*
 * Styles for content
 */
table.prevnext_post {
	width: 100%;
}
table.prevnext_post td {
	font-size: 84%;
	padding: 0;
}
table.prevnext_post td a {
	color: #aaa;
}
table.prevnext_post td a:hover {
	color: #000;
	text-decoration:underline;
}
/* amended by Gaffer Designs */
/*
.evo_req_title {
	margin: 0 0 2ex 0;
	padding: 1px 0;
	border-bottom: 2px solid #aaa;
}
.evo_post
{
	clear: both;
	margin: 0 0 5ex 0;
	padding: 0;
}
.evo_post_title {
	font-size: 100%;
	color: #e00000;
	margin: 1ex 0 .5ex 0;
	border-bottom: 1px solid #aaa;
}
.evo_post_head {
	font-size: 76%;
	color: #999;
}
.evo_post_text {
	font-size: 84%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.evo_post_text p {
	margin: 1em 0;
}
.evo_post_foot
{
	color: #999;
	font-size: 76%;
	clear: both;
	margin: 1ex 0 2ex 0;
}

.evo_post_text a {
	text-decoration: underline;
}


.evo_post_head a,
.evo_post_foot a {
	color: #999;
}

*/
/* end Gaffer Designs amendment */
input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right)
 */
.evo_side_item {
	font-size: 12px;  /* amended from 84% */
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 2px solid #e0e0e0;
}

.evo_side_item ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.evo_side_item ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.evo_side_item form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/*
 * Special SideItems:
 */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {

	padding: 0;
}
.widget_core_coll_title,
.widget_core_coll_longdesc {
	border-bottom: none;
}

/* Div setting for blog on home page */
.blogset {
margin-top:-10px;
width:430px;
height:360px;
overflow:auto;
}
[if IE]>
.ieblogset {
margin-top:-10px;
width:430px;
height:330px;
overflow:auto;
}
a{
	color: #0033cc;
	text-decoration: none;
}

a:link{
	color: #900;
	 
}

a:visited{
	color: #900;
	 	text-decoration: none;
}

a:hover{
	color: #ffffff;
	background-color:#900;
	text-decoration:underline;
	overflow: auto;
	z-index: auto;
	height: auto;
	width: auto;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px; /*heading for home page items Gaffer Designs */
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #990000;
 margin: 0px;
 padding: 0px;

}

h3{
 font-family: Arial,sans-serif;
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #593F28;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 16px;
 color: #246143; /**/
 margin: 0px;
 padding: 0px;

}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CFC591; /* #CFC591 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */

 			}
/*** rss icon etc ***/
# rss {float:right;}
# rss a:link {background:#FFFFFF;}
# rss a: hover {background:#FFFFFF;}
# rss a:visited {background:#FFFFFF;}
	/***** text in main item ****/
		.bText {
font-weight:400;
	margin-top: -10px;
	margin-bottom: 0px;
	font-size:10px;
	color:#000000;
}