/* General styles */
    body {
	
		color:#757575;
		font-size:10px;
		/* line-height:15px; */
		
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family:"trebuchet ms",helvetica,sans-serif;
		
    }
	a {
		
    	/* color:#369; */
		border:medium none;
		color:#942D1E;
		padding-bottom:0;
		text-decoration:none;
	}
	
	pre {
	  background-color: #eee;
	  padding: 10px;
	  font-size: 14px;
	}
	
	a:hover {
		border:medium none;
		color:#000000;
		padding-bottom:0;
		text-decoration:overline;
		text-decoration:underline;
		
		/* color:#fff;
		background:#369;
		text-decoration:none; */
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		color:#333333;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		border-bottom:3px double #666666;
    }
	#header {
		padding:18px 0 18px 4px;
	}
	#header p {
	    padding:.4em 15px 0 15px;
        margin:0;
		font-style:italic;
	}
	
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		/* border-top:1px solid #666666; */
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	    /* background:#CDEAFF; */
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-12em;
        position:relative;
        right:100%;
        background:#fff;
		
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
		padding:10px 0 0;
	
	}
	.rightmenu .col1 {
		/* removed this because it looks odd on the polls page */
		/* border-right:1px dotted #CCCCCC; */
		/* border-bottom:1px dotted #333333; */
        margin:0 5em 0 13em;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:13em;
        position:relative;
        left:11em;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		/* border-top:1px solid #666666; */
    }
    #footer p {
        padding:10px;
        margin:0;
		float: right;
		font-style: italic;
		font-size:9px;
    }

/* junk to style posts */
	div.post {
		padding:15px 55px 15px 40px;
		
	}

	div.post_header A {
		text-decoration: none;
		color:#444444;
		font-family:times,Times New Roman,times-roman,georgia,serif;
		font-size:44px;
		font-weight:bold;
		letter-spacing:-2px;
		line-height:40px;
		margin:0;
		padding:0 0 6px;
	}
	
	div.post_header p {
		color:#666666;
		/* font-weight:bold; */
		font-style:italic;
		display:block;
		font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
		font-size-adjust:0.45;
		padding:0 0 15px 15px;
		margin:-3px 0 0;
		vertical-align:baseline;
		border-top:1px dotted #CCCCCC;
	}
	
	div.post_body p {
		
		line-height:1.5em;
		
	}
	
	div.comment_header {
		
		color:#666666;
		font-weight:bold;
		font-style:italic;
		display:block;
		font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
		font-size-adjust:0.45;
		padding:0 0 15px 15px;
		margin:-3px 0 0;
		vertical-align:baseline;
		
	}
	
	div#comments {
		padding:0px 75px 15px 50px;
		
	}
	
	div#comments p {
		font-size: 90%;
		
	}
	
	div#comments h2 {
		color:#444444;
		font-family:times,Times New Roman,times-roman,georgia,serif;
		font-size:21px;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:21px;
	}
	
	div#comment_form {
		padding:0px 75px 15px 50px;
		
	}
	
	div#comment_form label {
		padding:0px 0px 0px 0px;
	}
	
	div#comment_form input {
		padding:0px 0px 0px 0px;
	}
	
	
	div#comment_form .small_input {
		padding:0px 0px 0px 0px;
		margin:0px 7px 0px 0px;
	}
	
	div#comment_form .text_area {
		padding:0px 0px 0px 50px;
		
	}
	
	div.col2 p {
		font-size:90%;
	}
	
	div.image_link a {
		color: #ffffff;
		
	}
	
	#polls {
		padding:0px 0px 0px 0px;
		margin:25px 7px 0px 155px;
		width:67%;
	}
	#poll_subhead {
		font-size:80%;
		font-style:italic;
		
	}
	
	#status_open {
		color: #339900;
		
	}
	
	#status_closed {
		color: #FF3333;
		
	}
	
	div.poll_list {
		float:left;
		padding:0 10px 0 20px;
	}
	
	div.poll_list li {
		padding:0 0 5px 3px;
	}
	
	div.poll_list p {
		padding:0 0 5px 3px;
	}
	
	
	div#poll_results {
		margin:0 0 50px 50px;
		border-bottom:1px dotted #CCCCCC;
	}
	
	div.pie_chart {
		height:140px;
		
	}
	
	#poll_results p {
		
		margin:3px 0 0;
	}
	
	#polls_header {
		
		padding:17px 60px 30px;
		
	}
	
	#polls_header p {
		font-size:90%;
	}
	#polls_header h2 {
		color:#444444;
		font-family:times,Times New Roman,times-roman,georgia,serif;
		font-size:44px;
		font-weight:bold;
		letter-spacing:-2px;
		line-height:40px;
		margin:0;
		padding:0 0 0px;
		
	}
	

	#polls a {
		color:#444444;
		/* font-family:times,Times New Roman,times-roman,georgia,serif; */
		font-size:24px;
		font-weight:bold;
		letter-spacing:-2px;
		line-height:30px;
		margin:0;
		padding:0 0 6px;
		text-decoration: none;
	}
	
	#polls a:hover {
		text-decoration: underline;
	}
	
	#poll_footer {
		font-size:87%;
		text-align:right;
	}
	
	#poll_comments {
		margin:0 0 50px 50px;
		
	}
	
	#poll_comments a {
		border:medium none;
		color:#942D1E;
		padding-bottom:0;
		text-decoration:none;
		font-size:90%;
		font-weight:bold;
		letter-spacing:0px;
		line-height: ;
		margin:0;
		padding:0;
	}
	
	#poll_comments a:hover {
		border:medium none;
		color:#000000;
		padding-bottom:0;
		text-decoration:underline;
		
	}
	
	.comment_yes {
		background-color: #eeeddd;
		height:60px;
		margin:0 0 0px;
		padding:0 13px;
	}
	
	.comment_no {
		background-color: #eeeddd;
		height:60px;
		margin:0 0 0px;
		padding:0 13px;
	}
	
	#fuel_dump {
		padding:17px 60px 30px;
		
	}
	
	#scharpling_header {
		padding:0 0 10px;
		
	}
	
	#scharpling_header h2 {
		color:#444444;
		font-family:times,Times New Roman,times-roman,georgia,serif;
		font-size:44px;
		font-weight:bold;
		letter-spacing:-2px;
		line-height:24px;
		margin:18px 0 0;
		padding:0 0 0;
	}
	#scharpling_header p {
		font-size:90%;
	}
	
	#scharpling_img {
		float: left;
		margin:2px 10px 0 0;
	}

	
	#verse p {
		font-family:Georgia,serif;
		color:#444444;
		font-size:107%;
		padding:0 0 5px 11px;
	}
	
	#verse a {
		font-family:Georgia,serif;
		color:#999999;
	}
	
	#verse {
		
		
	}
	
	
	#pagination {
		padding:0 50px 0 0;
		text-align:right;
		font-size:120%;
	}
	
	/* for whatssaving journalism */
	
	#listing {
		padding: 10px 0 0 108px;
		font-size:115%;
	}
	
	#journ_nav {
		padding: 0px 0 0 46px;
		font-size:120%;
	}
	
	#journo_posts {
		padding: 0 100px 0 89px;
		
	}
	
	.journo_post {
		
		
	}
	
	