/*

	sNews 1.6 Minimal Template
	
*/

*{ margin: 0; padding: 0; }*
body { font-size: 100%; font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; background: #fff; color: #00CC66; }
a {
	color: #BF6626;
	background: inherit;
	text-decoration: none;
}
a:hover { color: #444444; background: inherit; } /* was #999999 */
h1 { color: #BF6626; background: inherit; padding: 5px 0; font-family: 'Adobe Caslon Pro', Garamond, Georgia, Times, serif; }
h2 {
	border-bottom: 1px solid #eee;
	color: #BF6626;
	width: 70%; /* was 80% for 720px wide version */
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-family: 'Adobe Caslon Pro', Garamond, Georgia, Times, serif;
	font-size: 1.1em; /* was 1em */
}
h3 {
	color: #404040;
	background: inherit;
	font-family: 'Adobe Caslon Pro', Garamond, Georgia, Times, serif;
	font-size: 1.25em; /* was 1.1em */
	border-bottom: 0px solid #eee;
	margin: 0 0 0px; /* was 0 0 2 */
}
ul {  padding: 0; margin: 0 0 6px;}
li {list-style-type: none;}
/* .sitemapbox ul li {list-style-type: none; display: inline; margin-right: 8px;} */

p {
	font-size: .8em;
	line-height: 1.7em;
	width: 70%; /* was 80% for 720px wide version */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contactbox p { /* as above but made to range left for simple version of the form */
	font-size: .8em;
	line-height: 1.7em;
	width: 70%; /* was 80% for 720px wide version */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
#logo { float: left; margin: 0 0 15px; }

#menu { clear: both; padding: 8px 10px; height: 20px; line-height: 16px; margin: 0 0 25px 0; color: #808080; }
#menu li { float: left; }
	#menu li a { margin: 0 15px 0 0; }
	#menu li a.current { background: inherit; color: #000; }
	
#subheader { clear: both; padding: 8px 10px; height: 20px; line-height: 16px; margin: 0 0 25px 0; background: #eee; color: #808080; }
	#subheader a { background: inherit; color: #BF6626; }

#breadcrumbs { float: left; margin: 5px 0 0; }

#search { float: right; }
	#search p { padding: 0; margin: 0; }

.wrap { margin: 0px auto 30px; width: 800px; }

#leftwrapper {
	width: 100%;
	float: left;
}
#leftcontact {
	font-size: .8em; /* to control the size of the contacts panel */
	line-height: 1.7em;
	width: 70%; /* was 80% for 720px wide version */
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px; /* was 2 */
	border-top-style: solid;
	border-top-color: #f4f4f4;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
}
#left {
	font-size: .75em; /* to control the size of the elements inside the 3 column panel */
	line-height: 1.6em;
	width: 70%; /* was 80% for 720px wide version */
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px; /* was 2 */
	border-top-style: solid;
	border-top-color: #f4f4f4;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 5px; /* was 20 */
}
#leftleft {
	width: 30%;
	float: left;
	padding-right: 25px;
}
#leftcentre {
	width: 30%;
	float: left;
	margin-left: 30px;
}
#leftright {
	width: 30%;
	float: right;
}

/* START -------- new items added for full width (FW), 4 panels -------- */
#leftwrapperFW {
	width: 100%;
	float: left;
	border-bottom-style: dashed;
	border-bottom-color: #E6D9E6;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#leftFW {
	font-size: .75em; /* to control the size of the elements inside the 3 column panel */
	line-height: 1.6em;
	width: 99%; /* was 80% for 720px wide version */
	border-top-width: 0px; /* was 2 */
	border-top-style: solid;
	border-top-color: #f4f4f4;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px; /* was 20 */
}
#leftleftFW {
	padding-left: 2px;
	width: 22%;
	float: left;
}
#leftcentreFW {
	width: 22%;
	float: left;
	margin-left: 35px;
}
#leftrightFW {
	width: 186px;
	float: right;
}
/* END -------- new items added for full width (FW), 4 panels -------- */

#right {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
}

#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 5px; }

#rss {
	float: right;
	text-align: right;
	vertical-align: top;
	margin-top: -30px;
}
#rss li {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
}

/* sNews */
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #FFFBC0; color: #000; }
input {
	background-color: #FAFAFA;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-image: url(images/background_images/orange-tint.gif);
}
.text{
	width: 60%;
}
.button {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #CC6600;
	font-size: 1em;
	font-weight: bold;
	margin-top: 6px;
}
.button:hover {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #CC6600;
	color: #FAFAFA;
	font-size: 1em;
	font-weight: bold;
	margin-top: 6px;
}
textarea {
	background-color: #FAFAFA;
	width: 99%;
	/*width: 60%;*/
	height: 5em;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
textarea2 {
	width: 97%;
	height: 5em;
	padding: 2px;
	font-size: 1em;
	color: #333333;
}

.comment {
	background: #FAFAFA;
	color: #808080;
	padding: 4px;
	margin: 0 auto 20px;
	border-top: 1px dashed #F3E6E6;
	width: 70%; /* was 80% for 720px wide version */
}
.comment p {padding: 0px 4px 4px;  margin: 0px 0 5px 0; }
.paginator {
	/* background-color: #FAFAFA; */
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 70%; /* was 80% for 720px wide version */
}

.commentsbox {
	padding: 0px;
	margin: 15px auto 10px;
	width: 60%;  /* was 60% for 720px wide version */
	border-top: 1px solid #E6E6E6;
	color: #666666;
	/* color: #00CC66; */
}
.commentsbox p, .contactbox p { /* for controll of the spacing and size of the form label text */
	font-size: 10px;
	/* font-weight: bold; */
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}
.commentsboxNoComment { /* for line that says that this article hasnt been commented yet */
	width: 42%;
	color: #666666;
}

/* added by me */

/*.contactbox {*/
	/*font-size: 1.2em;*/
	/*line-height: 1.7em;*/
	/*padding: 8px;*/
	/*width: 100%;*/
	/*border: 1px solid #E6E6E6;*/
	/*color: #666666;*/
	/*background-attachment: scroll;*/
	/*background-image: url(images/head/head_big_ghost3.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center bottom;*/
	/*margin-top: 15px;*/
	/*margin-right: auto;*/
	/*margin-bottom: 10px;*/
	/*margin-left: auto;*/
/*}*/

.contactbox {
	/*font-size: 1.2em;*/
	line-height: 1.7em;
	padding: 0px;
	width: 100%;
	border: 0px solid #E6E6E6;
	color: #666666;
	/*background-attachment: scroll;
	background-image: url(images/head/head_big_ghost3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
}

.date {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 15px auto 25px;
	font-size: .75em;
	color: #CCCCCC;
}
.comment p.date {
	padding: 0px 4px;
	margin: 0px 0; 
	color: #B3B3B3;
}
#rightwrapper {
	width: 100px;
	float: right;
	position: relative;
	top: -100px;
	z-index: auto;
}
#rightcolumn {
	width: 70%; /* was 80% for 720px wide version */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f4f4f4;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
}
#rssCenter {
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#rssCenter li {
	margin-right: 5px;
	text-align: center;
	display: inline;
	margin-left: 5px;
}
.sitemapbox {
	font-size: .75em;
	line-height: 1.7em;
	padding: 8px;
	margin: 15px auto 10px;
	width: 60%; /* was 80% for 720px wide version */
	border: 0px solid #E6E6E6;
	color: #666666;
}

/* to format error messages, for comments input */
ul.GMreasons {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
ul.GMreasons li {
	font-size: .8em;
	line-height: 1.7em;
	width: 70%; /* was 80% for 720px wide version */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/* end */

/* ---------------------------------------------------------------- TAG AND TAG CLOUD STYLES 30-7-09 ---------------------------------------------------------------- */
#right div.tagcloud { /* gm - formatting for page which shows all results - but does affect the small tag cloud */
	width: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
	line-height: 1.6em;
}

#leftleft ul div.tagcloud, #leftleftFW ul div.tagcloud { /* gm - formatting for the short list, in this case for the leftleft base panel - both 3 col and 4 col versions */
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.6em;
}

#tag_results { /* gm - formatting for the search page items */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
}

#tag_results p {
    line-height:1.2em;
    /*margin: 0 0 10px 0;*/
}

#tag_results a {
	color: #BF6626;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 150px;
	margin-left: auto;
}

.tag_sub {
    font-size: 0.9em;
    color: #777777;
}

.tags {
	/* these 2 lines for the tage image, at present replaced with text in the php */
	/* background: #fff url('images/tags.png') left center no-repeat; */
	/* padding: 0 0 0px 14px; */
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
    font-size: 0.9em;
    padding: 0 0 0px 0px;
}
.tags p {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.tags a {
    color: #BF6626;
    text-decoration: none;
}

.tags a:hover, #tag_results a:hover {
    color: #444444;
    text-decoration: none;
}
/* ---------------------------------------------------------------- END TAG AND TAG CLOUD STYLES 30-7-09 ---------------------------------------------------------------- */
