@charset "iso-8859-1";
/* 
	main site Style, www.60w.co.uk
	Hacked by Dennis Martin with the barest of grasps of what he was doing from...
	Theme Name: Essentially Bare
	URI: http://kparlin.com
	Description: Two-column minimalist theme.
	Author: Kara Parlin
	Author URI: http://kparlin.com/	
*/
/*---------------------------- Main -------------------------------*/
html, body {
	margin: 20px auto;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	background-color: #FFFFFF;
	color: #333333;
	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #000000;
	text-decoration: none;
	}	
	/*  8cc63e */ 
a:visited {
	color: #99cc66;
	text-decoration: none;
	}
a:hover {
	color: #333333;
	text-decoration: dotted;
	}		
a img {
	border: none;
	}		
/*---------------------------- Images Structure -------------------------------*/

.entry img {					/*A nice hover efect when your post-images are linking somewhere (does not work in IE)*/
	border: 1px solid #000000;
	padding: 6px;
	max-width: 98%;
	border: none;
	}
.entry a img {	
	border: 1px solid #000000;
	padding: 6px;
	max-width: 98%;
	}
.entry a img:hover {	/*-- does not work in IE --*/
	border: 1px inset #000000;
	background-color: #EFEDED;
	}	
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h2, h3 {	
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
.ncol h2{	
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0px solid #DFDF89;
	border-top: 0px solid #DFDF89;
	font-size: 14pt;
	}
.archived h2{	
	font-size: 11px;
	}
.lnks h2{	
	border-bottom: 1px solid #DFDF89;
	font-size: 12px;
	width: 80%;
	}			
.narchives h3{	
	/*margin: 25px 0px 10px 0px;*/
	}
.wcol h2{	
	font-size: 12px;
	font-weight: normal;
	color: #333333; 
	margin-bottom: 20px;
	font-family:  'Arial Black', Arial, Agenda, Gillsans, Helvetica, Garamond, Georgia, serif;
	}	
.sidebar h2{	
    padding-top: 2px;
	text-align: right;
       color: #02aca2;
    font-family: Garamond, Georgia, serif;
	font-size: 18px;
}	

.date {	
	font-size: 18px;
    color: #cccccc;
    font-family: Garamond, Georgia, serif;
    font-weight: bold;
    padding-left: 8px;
}

h2, h3, h2 a, h2 a:visited{
	color: #333333; /* #02aca2 */
}
h2 a:hover {
	color: #333333;
}		
h3{	
	font-size: 11px;
	}	
blockquote {
	background-color: #FCF1D6;
	border-left : 2px solid #FFAC30;
	border-top : 2px solid #FFAC30;
	padding: 10px 20px;
	}
blockquote:hover { /*-- does not work in IE --*/
	background: #FFFFFF;
	}
code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}	
.totty{
 	color:#9d9cbe;
	/*font-size: 0.9em;*/
}
.matters{
 	color:#8dc53c;
	/*font-size: 0.9em;*/

}
.green{
	color:99cc33;
}
/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.newsletter{

	padding-left:5px;
	padding-right:28px;
}
/*---------------------------- Content -------------------------------*/
#content{
	/*margin: 0px auto; */
	padding-top:20px;
	padding-left:80px;
	width: 955px; /* width: 825px; */
	font-size: 11px;
	text-align: left;
	}
	
/*---------------------------- subscribe popup--------------------------*/
#subscribe{
	font-size: 0.9em;
	padding: 20px;
	height:188px

}



/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 0px 0px;
	padding-left: 0px;
	padding-bottom: 70px;
	display: block;
	width: 900px;
	height:60px;
	background-color: #FFFFFF;
	cursor: pointer;
	}	
	/*
h1 {
        padding-left: 185px;
	padding-bottom: 15px;
	font-size: 40px;
	text-align: left;
	color: #CCCCCC;
        font-family: Garamond, Times, "Times New Roman", serif;
	}
	*/
h1 a:hover {
	color: #CCCCCC;
	}
h1 a, h1 a:visited{
	color: #CCCCCC;
	}				
/*---------------------------- Page -------------------------------*/
.page {
	width: 825px;
	margin: 1px 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	float: left;
	}
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	width: 490px;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #666666;
	float:right;
	}	
.gallerycol{
	width: 528px;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #666666;
	float:right;
	}	
	
/*---------------------------- Wide Column no border ------------------------*/
.wcol-noline {
	width: 490px;
	padding: 0px 0px 0px 0px;
	/*border-left: 1px solid #000000;*/
	float:left;
	}	
/*---------------------------- Flash Wide Column --------------------------*/
.wcol-flash {
	width: 455px;
	padding: 0px 0px 0px 0px;
	float:right;
	}	
	
/*---------------------------- Wide Column -------------------------------*/
.wcol-vote {
	width: 490px;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #666666;
	float:left;
	}	
/*---------------------------- flash push vote         -----------------------------*/

.vote-flash {
	width: 317px; /* 196px */
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */
	padding: 0px 0px 0px 15px;
	
	float:right;
	}	

/*---------------------------- vote         -----------------------------*/

.vote {
	width: 265px; /* 196px  +130*/ 
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */
	padding: 0px 0px 0px 15px;
	float:right;
	}	
	
.vote-left {
	width: 180px; /* 196px  +130*/ 
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */
	padding: 0px 0px 0px 15px;
	padding-left: 24px;
	float:left;
	}	
.campaign_images{
	padding:4px;
	background-color: #f8f8f8;
}
.campaign-pics {
	width: 200px; /* 196px  +130*/ 
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */
	padding: 0px 0px 0px 15px;
	float:right;
	}	
.campaign_images{
	padding:4px;
	background-color: #f8f8f8;
}
.vote-gallery {
	width: 227px; /* 196px  +130*/ 
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */
	padding: 0px 0px 0px 15px;
	float:right;
	}	
.redtext{
	color:ff0000;
}
	
/*
	div.row span.left {
  float: left;
  text-align: left;
  width: 60%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 40%;
  }
*/
div.rowcol span.left {
  float: left;
  text-align: left;
  width : 182px !important; 
  width: 200px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  background-color : #f8f8f8;
  }

div.rowcol span.right {
  float: right;
  text-align: right;
  width : 182px !important; 
  width: 200px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  background-color : #f8f8f8;
 
  }

div.rowthumb span.left {
  float: left;
  text-align: left;
  width : 120px !important; /* for firefox */
  width: 120px;
  height: 120px;
  font-size : 8px ;
  
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
  }
  
div.rowthumb span.right {
  float: right;
  text-align: left;
  width : 184px !important; /* for firefox */
  width: 200px;
  height: 120px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;

 }
	
	
	
/*---------------------------- vote float left      -----------------------------*/

.vote-right {
	width: 185px; /* 245px */
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */

	padding-left: 25px;
	float:left;
	}	
.vote-buttons{
	padding-top: 8px;
}

/*----------------------------  Gallery    -----------------------------*/

.rowthumb {
	width : 490px !important; /* for firefox */
	width : 528px; /* was 490 */
 

	float : left;
} 

.thumb {
	/*width: 160px;  196px */
	height: 120px; /* 196px */
	/*padding: 35px 00px 10px 35px; !important; /* for firefox */
	padding: 8px 8px 8px 8px;
	float: left;
	}	

/*---------------------------- Post Structure -------------------------------*/
.post {
	width : 390px !important; /* for firefox */
	width : 390px; 
	margin: 0px 0px 0px 10px;
	text-align: left;	
	/*font-size: 13px;*/
	font-size: 1.4em;
	}
.archived {
	padding: 20px 0px 0px 15px;
	}	
.postmetadata {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	color: #999999;
	text-align: left;
	line-height: 17px;
	/*font-size: 11px;*/
	}
	.wcol .postmetadata {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}
.entry {
	font-size: 14px;
    color: #333333;
	font-family: Arial, Verdana, Geneva, sans-serif;
	line-height: 1.4em;
    padding-bottom: 20px
	}
.entry a {  
	font-weight: bold;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: bullet;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #DFDF89;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	}
.capsbold{
	font-size:0.8em; 
	font-weight: bold;
	color: #02aca2;
	text-transform: uppercase;
}

A.capsbold:visited{
	font-weight: bold;
	color: #02aca2;
	text-decoration: none;
	text-transform: uppercase;
}  
A.capsbold:hover{
	font-weight: bold;
	color: #666666; /* #8cc63e */
	text-decoration: none;
	text-transform: uppercase;
} 
		
a img {
	border: none;
	}		
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 155px;
	float:left;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	padding-left:4px;
	padding-top: 1px;
	font-size: 12px;
	text-align: left;
	}
.sidebar h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: right;
	font-size: 14px;
	border: none;
	}	
.sidebar ul {
	margin: 0px 10px 25px 5px;
	padding: 0px;
	line-height: 17px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar  ul li ul {	
	margin: 10px 0px 20px 10px;
	list-style-type: none;
	list-style-image: none;
	}	
.sidebar  ul li ul li {	
	color: #7F7F07;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar  ul li ul li a{	
	font-weight: normal;
	/*font-size: 12px;*/
	font-family: Arial, Verdana, Geneva, sans-serif;
        color: #333333;
	text-align: right;
	}	
.sidebar   a:active{	
	font-weight: normal;
    color: #8cc63e; /* 38cc63e */
	padding-left:4px;
	text-align: left;
	text-decoration: underline;
	}	
.sidebar	a:visited {
	color: #333333 ; /* 8cc63e was: #99cc66*/
	text-decoration: none;
	}
	

.sidebar  ul li ul li a:hover {	
        color: #02aca2; /* 99cc66 */
	}		
	
.current {
	color: #8cc63e;
	padding-left:6px;
	background-image: url(../images/current-dot.gif);
	/*background-repeat: repeat-x; */
	background-repeat: no-repeat;
	/*text-decoration: underline;*/
}
.subcurrent {
	color: #8cc63e;
	padding-left:12px;
	background-image: url(../images/subcurrent-dot.gif);
	/*background-repeat: repeat-x; */
	background-repeat: no-repeat;
	/*text-decoration: underline;*/
}

/*---------------------------- Search box for error-404 pages -------------------------------*/
.scol {
	width: 520px;
	padding: 15px 0px 450px 15px;
	border-left: 1px solid #666666;
	float:right;
	}	

.searchbox{
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	display: block;
	width: 500px;
	height: 50px;
	background: #EFEDED;
	border:1px solid #DFDF89;
	}
.searchbox #searchform {
	background: #FFFFFF;
	margin: 14px auto;
	width: 400px;
	padding-top: 15px;
	border: 1px solid #DFDF89;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #DFDF89;
	cursor: pointer;
}
.searchbox #searchform #searchsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #7F7F07;
	}
/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}
.comli{
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 95%;
}
.comauth{
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}
.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
}
.preview {
	text-align: left;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	}
.preview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.preview ul li {
	list-style: none;
	text-align: left;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	
/*---------------------------- Backend Form -------------------------------*/
.fieldname{
padding-top: 8px;
padding-tbottom: 8px;
}


/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #333333;
	border-right: 3px solid #333333;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 500px;
	padding: 2px;
	border: 1px solid #333333;
	border-right: 3px solid #333333;
}
#commentform #submit {
	width: 200px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #333333;
	border-right: 3px solid #333333;
	font-weight: bold;
	cursor: pointer;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}
/*---------------------------- Footer -------------------------------*/
.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	font-size: 0.8em;
	margin: 0px 0px;
        padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 194px;
	width: 778px;
	height: 80px;
	background: url('images/footer.jpg') no-repeat bottom center;
	border:0px solid #DFDF89;
	clear:both;
	}	
.footnote {
	margin: 12px auto;
	text-align: center;
	}
.footnote a {	
	font-weight: bold;
	}	
/*---------------------------- narchives Template -------------------------------*/
.narchives {
	margin-top: 20px;
	}
.narchives a {
	font-weight: bold;
	}	
.narchives input {
	cursor: pointer;
	}	
/*---------------------------- Links Template -------------------------------*/	
.lnks {
	font-size: 10px;
	padding: 0px 0px 0px 8px;
	}
.lnks a {
	font-weight: bold;
	}	
.lnks ul li {	
	margin: 0px 0px 0px 4px;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	}
.lnks li {
	list-style-type: none;
	list-style-image: none;	
	}
