body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  
	color:#eee;
	line-height:1.166;	
	margin:0;
	padding:0;
	font-size:78%;
	}
	
p {
	padding: 2px 5px;
	font-family: Helvetica, Arial, sans-serif;
	}  
	
p.strong {
	font-weight:500;
}

h3 {
	background:none;
	color:#eee;
}

.cleared{
    height: 0;
    clear: both;
    visibility: hidden;


}


#content {
	font-size: 1em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	}


small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.description {
	font-size: 1.2em;
	text-align: left;
	padding:2px 30px;
	color:#eee;
	
	}
	
.return {
	margin:0;
	padding:30px 0px 0px 10px;
	color:#FFF;
	font-size:1.5em;
	font-weight:bold;
	display:inline;
	float:left;
	width:350px;
	height:100px;
	background: url(images/return.gif) 0 0 no-repeat;
	}


.entry p a:visited {
	color: #c1d72e;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#leftsidebar, #rightsidebar {
	font-size: 1em;
	}

small, #leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ccc;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

/* End Typography & Colors */



/* Begin Structure */

#page {
	height:auto;
	padding: 0;
	width: auto;
	}
	
	
#content {
	height:auto;
	padding: 0;
	width: 700px;
	margin:20px 0px 0px 20px;
	display:inline;
	float:left;
	}
	
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	display:inline;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: auto;
	display:inline;
	float:left;
	}
	
.post {
	margin: 0 0 10px;
	text-align: justify;
	display:inline;
	float:left;

	padding:10px;
	width:auto;
	}

.widecolumn .post {
	margin: 0;
	display:inline;
	float:left;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
	


/* End Structure */



/*	Begin Headers */


.description {
	text-align: cleft;
	}


h2.pagetitle {
	margin-top: 10px;
	font-size:1.4em;
	color:#eee;
	}
	
	
/*	left sidebar Headers */


	
#leftsidebar h2 {
	/*font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:5px 20px;
	background: url(../../../../images/nav.gif) 0 0 no-repeat;
	color:#eee;
	font-size:1em;
	font-weight:600;
	border-bottom:none;*/
	color: #000;
	font-size: 1.1em;
	font-weight:bold;
background-color:#c1d72e;
	padding: 5px 20px;
	text-shadow:none;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	display:inline;
	float:left;
	}
	


.post h2 a {
	color:#eee;
	text-decoration:none;
	background:none;
	}


	
.postPREV {
	color:#eee;
	font-size:1.2em;
	display:inline;
	float:left;
	width:auto;
	height:auto;
	padding:10px 20px;
	margin:5px;
	}
	
	
.postNEXT {
	color:#eee;
	font-size:1.2em;
	display:inline;
	float:left;
	width:auto;
	height:auto;
	padding:10px 20px;
	margin:5px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	display: inline;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before/*, #leftsidebar ul ul li:before, #rightsidebar ul ul li:before*/ {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#leftsidebar ul, #leftsidebar ul ol, #rightsidebar ul, #rightsidebar ul ol {
	margin: 0;
	padding: 0;
		}

#leftsidebar ul li, #rightsidebar ul li  {
	font-size:small;
/* border-bottom: 1px solid #666; */
 margin:0; 
 padding:5px 0; 
 line-height:1.5;
 list-style: none;
	}

#leftsidebar ul p, #leftsidebar ul select, #rightsidebar ul p, #rightsidebar ul select {
	margin: 5px 0 8px;

	}

#leftsidebar ul ul, #leftsidebar ul ol, #rightsidebar ul ul, #rightsidebar ul ol {
	margin: 5px auto 0 auto;
	list-style: none;
	width:180px;
	}

#leftsidebar ul ul ul, #leftsidebar ul ol, #rightsidebar ul ul ul, #rightsidebar ul ol {
	margin: 0 0 0 10px;
	list-style: none;
	}

ol li, #leftsidebar ul ol li, #rightsidebar ul ol li  {
	list-style: none;
	}

#leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li {
	/*margin: 3px 0 0;
	padding: 0;*/
	list-style: none;
	width:auto;
	margin: 4px 5px;
	/*border: 1px solid #222;
	background-color:#101010;
	padding: 5px 0;
	color: #eee;*/
	font-size: 0.9em;
	font-weight:500;
	border-bottom: 1px dotted #666;
}
	
/* list item link settings: can't use display block as there is inline text, necessitating two extra tags below to mimic rollover effect */
#leftsidebar ul ul li a, #leftsidebar ul ol li a, #rightsidebar ul ul li a, #rightsidebar ul ol li a {
	color: #fff;
}

/* hover list item: list background colour and non-link text colour
#leftsidebar ul ul li:hover, #leftsidebar ul ol li:hover, #rightsidebar ul ul li:hover, #rightsidebar ul ol li:hover {
	background-color: #f3ea00;
	color:#222;
} */

/* hover list item: link text colour 
#leftsidebar ul ul li:hover > a, #leftsidebar ul ol li:hover > a, #rightsidebar ul ul li:hover > a, #rightsidebar ul ol li:hover > a {
	color:#fff;
}*/

#leftsidebar ul ul li a:hover, #leftsidebar ul ol li a:hover, #rightsidebar ul ul li a:hover, #rightsidebar ul ol li a:hover {
	color:#c1d72e;
	text-decoration:underline;
}

	

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	/* text-align: center; */
	}

#leftsidebar #searchform #s, #rightsidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#leftsidebar #searchsubmit, #rightsidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	float:none;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin LEFT Sidebar */
#leftsidebar
{
	width:200px;
	height:auto;
	padding: 0 0 0 0;
	float:left;
	display:inline;
	text-align:center;
	}

#leftsidebar form {
	margin: 0;
	}
/* End LEFT Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #444;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation2 {
	display: inline;
	float:left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/







/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 340px;
  color: #eee;
  background: url(images/newsbk.jpg) 0 0 no-repeat;
  }
#sidebars .sidebarbox {
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #eee;
  
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #eee;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }


#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}