/* 
	Theme Name: Ecliptic-Gridlock
	Theme URI: http://eclipticcreations.com/gridlock/
	Description: A grid-based, XHTML-compliant, webzine-style WordPress theme.
	Version: 1.4b1 Rev. 1
	Author: Eston Bond (Revision: Charles Jones)
	Author URI: http://hyalineskies.com/

	Adapted version of the theme that ran hyalineskies 6 (September 2005 - August 2006).
        Currently (July '07) runs pos51.org.

	Thanks to:
		Mike Davidson, Shaun Inman, Khoi Vinh, Cameron Moll, John Gruber, and Jeffrey Zeldman.
		I look up to all of you. You guys are my inspiration. (eston, september 2005)
*/

        body { 
                background-image: url(images/gridlock-bg.jpg); 
                background-repeat: repeat-y; 
                background-color: #999; 
                /* #fafafa; */
	        padding: 0; 
                margin: 0; 
                font-family: 
                Helvetica, Arial, sans-serif; 
                background-position: center 0; 
                text-decoration: none; 
                display: block; 
                overflow: visible; 
                }

/* Block-Level Elements */
        #wrap { 
              height: auto; 
              width: 775px; 
              margin: 0 auto; 
              }

        #footer { background-color: #000; clear: both; height: 100%; width: 775px; font-size: 12px; font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-Serif; color: #ddd; margin: 0 auto; border-top: thick solid #999999; }
        
        #ie_warn { 
                /* position: absolute; */
                left: 0px;
                top: 0px;
                width: 100%;
                height: 30px;
                vertical-align: middle;
                background-color: #DCF5AC;
                color: #000;
                border-top: 0px solid #000;
                border-bottom: 1px solid #000;
                border-right: 0px solid #000;
                border-left: 0px solid #000;
                z-index: 2000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10px; 
                font-weight: bold;
                line-height: 30px;
                padding: 0 0 0 5px;
                margin: -1px 0 5px 0;
                overflow: auto;
        }

        #ie_warn a:link, #ie_warn a:visited, #ie_warn a:hover, #ie_warn a:active {
                color: #cc5500;
                text-decoration: underline;
        }

        span.warning {
               color: #FF0000;
        }

	#copyright {
		position: absolute;
		left: 774px;
		top: 86px;
		padding: 0;
		margin: 0;
		background-color: transparent;
		overflow: hidden;
		z-index: 200;
		display: block;
	}

	#masthead {
		background-color: #fff;
                background-image: url(images/masthead_bg.gif);
                background-repeat: repeat-x;
		color: #000000;
		margin: 0;
		padding: 0 0 0 0;
		width: 770px;
		height: 135px;
	}
	
	#upper {
		background-color: #000;
		
                background-repeat: repeat-x;
                width: 770px;
		height: 30px;
		padding: 0 0 0 5px; margin: 0;
		border-top: 2px solid #ccc;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
		float: left;
	}
	
	.nav {
               	
                background-color: #000;
		height: 30px; 
		width: 88px;
		padding: 0 0px 0 0;
		margin: 0;
		border: none;
		font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: bold;
		line-height: 30px;
		font-size: 14px;
		text-align: left;

		float: left;
	}
	
	.nav_right {
               	
                background-repeat: repeat-x;
		height: 30px; 
		width: 30px;
		padding: 4px 0 0 0;
		margin: 0;
		font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: bold;
		line-height: 30px;
		font-size: 14px;
		text-align: right;
		color: #000;
		float: right;
	}
	
	.nav_right a:link, .nav_right a:visited, 
	.nav_right a:active, .nav_right a:hover {
		border: none; display: block;
	}
	
	.nav_right img#feedicon {
		width: 22px; height: 22px;
		display: block;
	}


        #headliner {
	background-color: #000;
        background-image: url(#);
        background-repeat: no-repeat;
        background-position: 100% 0;
	width: 100%;
        padding 0 0 10px 0;
	color: #e4e4e4;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
	}

	#feature_content { 
                width: 760px; 
                float: left; 
                margin: 10px 3px 0; 
                padding: 5px; }

        #main_content { 
                width: 532px; 
                float: left; 
                margin: 10px 3px 0; 
                padding: 5px; }

        #aboutAuthor { 
                width: auto; 
                padding: 10px 2px 10px 5px;
                background-color: #000; 
                font-size: 12px; 
                text-align: left; 
                color: #eee; 
                line-height: 14px; 
                margin: 0 0 10px; 
                }

	blockquote { 
                background: #ddd no-repeat; 
                color: #fff; 
                text-decoration: none; 
                position: static; 
                margin-left: 35px; 
                padding: 0 5px; 
                border-style: solid; 
                border-width: 0; }

	.trench {
                width: 210px; 
                margin: 0 0 10px 0;
                padding: 0;
        }
	
	#sidebar { width: 220px; margin: 10px 0; padding: 0 0 10px; text-align: left; float: right; }
	
	#minibar {
		width: 99px;
		margin: 10px 0 10px 10px;		
		padding: 0 0 0 10px;
		border-left: 1px solid #ccc;
		float: left;
		text-align: left;
	}
	
	.substory_frame {
		padding: 0;
		margin: 0;
		display: block;
                overflow: auto;
	}
	
	.substory {
		/* width: 250px; */
		display: block;
		padding: 5px; margin: 0;
                overflow: hidden;
	}

        .penaltybox { 
                width: 515px; 
                float: left; 
                margin: 0px 0px 0 0;
                padding: 0px; }

        .dozer { height: 350px; background-color: #000; width: 258px; float: left; margin: 0; float: left; padding-top: 0; padding-right: 0; padding-bottom: 0; display: block; }
        #third { width: 259px; padding: 0; }	

	#left {
		width: 254px;
		border-right: 1px dotted #ccc;
		padding: 0 8px 0 0;
		float: left;
                display: block;
	}
	
	#right {
		width: 255px;
		padding: 0 0 0 10px;
                margin: 0 0 0 3px;
		float: left;
                display: block;
	}

	.excerpt {
		padding: 0; margin: 0 0 20px 0;
	}
	
	.comment_box {
		width: auto;
		margin: 0;
		padding: 10px;
		border-top: 1px dotted #666;
		border-bottom: 1px solid #00;
		background-color: #eee;
	}
	
	.comment_box_reg {
		width: auto;
		margin: 0;
		padding: 10px;
		background-color: #fff;
		border-top: 1px dotted #ccc;
		border-bottom: 1px solid #cc5500;
	}


/* Theme Page Stuff */

        .download_graphics {
               margin: 0; padding: 0;
               display: inline;
               text-decoration: none;
        }

        .download_graphics a:link, 
        .download_graphics a:hover, 
        .download_graphics a:visited, 
        .download_graphics a:active {
               border: none;
               text-decoration: none;
        }      
        

/* Images */
	#logo {
		border: 0; margin: 0;
		width: 774px;
		height: 135px;
		display: block;
	}


/* Typography */
	h1.hidden {
		display: none;
	}
	
        .nav a:link, .nav a:visited {
                text-decoration: none;
				border: none;
                color: #fff; 
				font-weight: normal;
				font-size: 16px;
        }

		.nav a:hover, .nav a:active {
			border: none;
			color: #cc5500;
		}

        #footer a:link, #footer a:visited {
                text-decoration: none;
				border: none;
                color: #ffffff; 
				font-weight: normal;
				font-size: 11px;
        }

		#footer a:hover, #footer a:active {
			border: none;
			color: #dddddd;
		}

	#feature_content p a:link {
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
	}

	
	#feature_content p a:hover {
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}
	
	#feature_content p a:visited, #feature_content p a:active {
		text-decoration: none;
		color: #666;
		border-bottom: 1px dotted #cc5500;
	}

	#main_content p a:link {
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
	}

	
	#main_content p a:hover {
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}
	
	#main_content p a:visited, #main_content p a:active {
		text-decoration: none;
		color: #666;
		border-bottom: 1px dotted #cc5500;
	}
	
	#headline {
		font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: normal;
		font-size: 24px;
		color: #666;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: left;
        display: block;
	}

        #headline a:link {
               font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: normal;
		font-size: 24px;
		color: #666;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: right;
                text-decoration: none;
                border: 0;
        }

        #headline a:visited {
               font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: normal;
		font-size: 24px;
		color: #333;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: right;
                text-decoration: none;
                border: 0;
        }

        #headline a:hover, #headline a:active {
                font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: normal;
		font-size: 24px;
		color: #cc5500;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: right;
                text-decoration: none;
                border: 0;
        }

      
	
	h3.subhead {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #cc5500;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 1px solid #ccc;
		width: 530px;
	}

        .substory_head a:link {
               font-family: Helvetica, Arial, sans-serif;;
		font-weight: normal;
		font-size: 18px;
		color: #666;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: right;
        text-decoration: none;
		border: none;
        }

        .substory_head a:visited {
               font-family: Helvetica, Arial, sans-serif;;
		font-weight: normal;
		font-size: 18px;
		color: #333;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: right;
        text-decoration: none;
        border: none;
    	}

        .substory_head a:hover, .substory_head a:active {
                font-family: Helvetica, Arial, sans-serif;;
		font-weight: normal;
		font-size: 18px;
		color: #cc5500;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: right;
        text-decoration: none;
		border: none;
        }

	
	h3.substory_subhead, #linkblog h3.substory_subhead {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 13px;
		color: #cc5500;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 1px solid #ccc;
		width: auto;
	}
	
	h3.substory_head {
		font-family: Helvetica, Arial, sans-serif;;
		font-weight: normal;
		font-size: 18px;
		color: #333;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: left;
                 }
	
        h3.list_title {
		font-family: Helvetica, Arial, sans-serif;;
		font-weight: normal;
		font-size: 18px;
		font-color: #ddd;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: left;
	}
	
	#sidebar ul li h2, .substory ul li h2{
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #333 !important;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 1px solid #ccc;
		width: auto;
	}
	
	#sidebar ul, .substory ul {
		padding: 0;
		margin: 0 0 15px 0;
	}
	
	#sidebar ul li, .substory ul li{
		font-family: Helvetica, Arial, sans-serif;
		list-style-type: none;
		font-size: 12px;
		line-height: 15px;
		color: #101010;
	}
	
	ul.children {
		margin-top: 5px;
		line-height: 15px;
	}
	
	#sidebar ul li ul li, .substory ul li ul li {
		padding-left: 5px;
	}
	
	#sidebar ul li a:link, #sidebar ul li a:visited {
		font-family: inherit;
		font-size: inherit;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
	}

        .substory ul li a:link, .substory ul li a:visited {
		font-family: inherit;
		font-size: inherit;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
	}
	
	#sidebar ul li a:hover, #sidebar ul li a:active {
		font-family: inherit;
		font-size: inherit;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}

	.substory ul li a:hover, .substory ul li a:active {
		font-family: inherit;
		font-size: inherit;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}
	
	#feature_content p {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 13px;
		margin: 0 0 2em;
		padding: 0;
		line-height: 16px;
                color: #101010;
	}

	#main_content p {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 13px;
		margin: 0 0 2em;
		padding: 0;
		line-height: 16px;
                color: #101010;
	}
	
	h4.comment {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 13px;
		font-style: italic;
		padding: 0 0 9px;
		line-height: 16px;
		width: 530px;
		text-align: right;
		border-bottom: 2px solid #333;
                color: #101010;
	}
	
	h4.comment a:link, a:visited {
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
		text-decoration: none;
	}
	
	h4.comment a:active, a:hover {
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
		text-decoration: none;
	}
	
	
	h4.substory_comment {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		font-style: italic;
		padding: 0 5px 9px 0;
		line-height: 16px;
		width: auto;
		text-align: right;
        color: #101010;
	}
	
	h4.substory_comment a:link, h4.substory_comment a:visited, h4.linkblog_caption a:link, h4.linkblog_caption a:visited {
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
	}	
	
	h4.substory_comment a:active, h4.substory_comment a:hover, h4.linkblog_caption a:active, h4.linkblog_caption a:hover {
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}

        h4.linkblog_caption {
                font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		padding: 0; margin: 2px 0;
		line-height: 16px;
		width: auto;
		text-align: right;
        }
	
	#left p, #right p {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		margin: 0 0 1em;
		padding: 0;
		line-height: 16px; 
        color: #101010;
	}
	
	h3.comment_title {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #333;
		border-top: 1px solid #333;
		background-color: #ccc;
		margin: 0; padding: 3px 0 3px 0;
		width: auto;
	}
	
		h3.comment_title a:link {
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 14px;
			color: #333;
			text-decoration: underline;
		}
		
		h3.comment_title a:visited {
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-size: 14px;
			color: #333;
			text-decoration: none;
		}
	
	h3.comment_title_reg {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		text-indent: 10px;
		border-top: 1px solid #cc5500;
		background-color: #fff;
		margin: 0; padding: 0;
	}

#aboutAuthor a:link { 
                color: #eee; 
                text-decoration: none;
                border-bottom: 1px dotted #eee;
}

#aboutAuthor a:hover {
                color: #cc5500;
                text-decoration: none;
                border-bottom: 1px dotted #cc5500;
}

#aboutAuthor a:visited {
                color: #eee;
                text-decoration: none;
                border-bottom: 1px solid #eee;
} 

#aboutAuthor a:active {
                color: #cc5500;
                text-decoration: none;
                border-bottom: 1px solid #cc5500;
}

p.trench_intro { padding: 0 0 10px; margin: 0; font-size: 12px; 
                 line-height: 14px; }

       a.no_border {
                border: 0;
       }


	.dozer ul li {
		font-family: Helvetica, Arial, sans-serif;
		list-style-type: none;
		font-size: 10px;
		line-height: 12px;
		color: #101010;
	}
	
	.dozer ul li ul li {
		padding-left: 5px;
	}
	
	.dozer ul li a:link, #sidebar ul li a:visited {
		font-family: inherit;
		font-size: inherit;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #cc5500;
	}
	
	.dozer ul li a:hover, #sidebar ul li a:active {
		font-family: inherit;
		font-size: inherit;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}

	#widgettitle {
		font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		font-weight: normal;
		font-size: 14px;
		color: #fff !important;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 1px solid #ddd;
		width: auto;
        }
  
        .author {
                font-size: 12px; 
                font-color: #555; 
                text-align: right;
                }
		
/* Form Stuff */

#author, #email, #url, #s {
		background-color: #eee;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #666;
		border: 1px solid #000;
		padding: 2px;
	}

#author:focus, #email:focus, #url:focus, #s:focus {
		background-color: #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		border: 1px solid #000;
		color: #000;
		padding: 2px;
	}
	
#comment {
		background-color: #eee;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #666;
		border: solid 1px #000;
		padding: 2px;
		width: 490px;
}

#comment:focus {
		background-color: #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		border: 1px solid #000;
		color: #000;
		padding: 2px;
		width: 528px;
}

#submit, #searchsubmit {
		background-color: #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		border: 2px solid #000;
		color: #000;
		padding: 2px;
}

#submit:focus, #submit:hover, #searchsubmit:focus, #searchsubmit:hover {
		background-color: #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		border: 2px solid #cc5500;
		color: #000;
		padding: 2px;
}

	
/* Images */

	a img, img a, #feature_content p img a:link, 
        #feature_content p img a:active, 
        #feature_content p img a:visited, 
        #feature_content p img a:hover {
		border: none; margin: 0;
                text-decoration: none;
	}

	a img, img a, #main_content p img a:link, 
        #main_content p img a:active, 
        #main_content p img a:visited, 
        #main_content p img a:hover {
		border: none; margin: 0;
                text-decoration: none;
	}
	
	img.left {
		float: left;
		padding: 5px 5px 5px 0;
	}
	
	img.right {
		float: right;
		padding: 5px 0 5px 5px;
	}

        .entry_graphic {
                display: block;
                margin: 1em 0 1em 0; padding: 0;
                border-top: 4px solid #000;
                border-bottom: 4px solid #000;
        }

      

        .download_graphic,
        .download_graphic a:link, .download_graphic a:hover, 
        .download_graphic a:visited, .download_graphic a:active, 
        img.download_graphic {
                display: inline;
                margin: 10px 5px 10px 0; padding: 2px 0 2px 0;
                border-top: 2px solid #000;
                border-bottom: 2px solid #000;
                width: 210px;
                text-decoration: none;
        }

        img a:link, img a:hover, img a:visited, img a:active {
                border: 0px;
        }
	
	/* TextAmerica Styles */
	
	.TAImageBox, .TAImageDiv {
		padding: 0; margin: 0; border: 0;
	}
	
	a.TAImageLink {
		border: 0; text-decoration: none;
	}
	
	.TAImage {
		border: 1px solid #000;
	}

/* About Page Stuff */

        #about_sidebar {
                width: 210px;
                margin: 0 10px 10px 0;
                padding: 10px 5px;
                border-top: 3px solid #ccc;
                border-bottom: 3px solid #ccc;
                background-color: #000;   
                color: #eee;     
                font-size: 11px;        
                float: left;
        }

       #about_sidebar img.portrait, #about_sidebar p img.portrait {
                text-align: center; margin: 0; padding: 0;
       }

       #about_sidebar p {
                font-size: 11px;
                text-align: left;
                color: #eee;
                line-height: 14px;
       }

       * #about_sidebar a:link, * #about_sidebar p a:link { 
                color: #eee; 
                text-decoration: none;
                border-bottom: 1px dotted #eee;
                font-size: 11px;
       }

       * #about_sidebar a:hover, * #about_sidebar p a:hover {
                color: #cc5500;
                text-decoration: none;
                border-bottom: 1px dotted #cc5500;
                font-size: 11px;
       }

       * #about_sidebar a:visited, * #about_sidebar p a:visited {
                color: #eee;
                text-decoration: none;
                border-bottom: 1px solid #eee;
                font-size: 11px;
       } 

        * #about_sidebar a:active, * #about_sidebar p a:active {
                color: #cc5500;
                text-decoration: none;
                border-bottom: 1px solid #cc5500;
                font-size: 11px;
       }

       #about_sidebar .tiny_head {
                color: #eee !important;
                font-weight: normal;
                font-size: 11px;
       }

       * .lastfm, * a.lastfm, * .lastfm a {
               text-align: center;
               border: 0 !important; margin: 10px 0;
       }

/* Linkblog */

    /* Linkblog */
    .delicious-posts {
	width: auto;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
            
}

	h2.delicious_banner {
		display: none;
	}
	
	.delicious-posts ul {
		list-style-type: none;
		margin: 0; padding: 0;
		width: auto; display: block;
	}

    .delicious-post {
			display: block;
            width: auto;
            padding: 5px 0 4px 0;
            border-bottom: 1px dotted #ccc;
            background-color: transparent;
            list-style-type: none;
			font: 11px/13px Helvetica, Arial, sans-serif;
    }


	.delicious-tag {
		display: none;
	}

    .delicious-link_seplink {
            display: block;
            width: auto;
     }

	p.delicious-extended {
		font: 11px/13px Helvetica, Arial, sans-serif !important;
		text-decoration: none;
		margin: 5px 0 10px 0 !important;
		display: block;
	}

	a.delicious-link:link, a.delicious-link:visited {
		font: 11px/13px Helvetica, Arial, sans-serif;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px dotted #c5500;
	}
	
	a.delicious-link:hover, a.delicious-link:active {
		font: 11px/13px Helvetica, Arial, sans-serif;
		text-decoration: none;
		color: #cc5500;
		border-bottom: 1px solid #cc5500;
	}
	
	img.tinyfeed { margin-bottom: -3px; width: 12px; height: 12px; } 
	
	img.tinyfeed a:link, img.tinyfeed a:active,
	img.tinyfeed a:hover, img.tinyfeed a:visited,
	a:link img.tinyfeed, a:hover img.tinyfeed, 
	a:visited img.tinyfeed, a:active img.tinyfeed,
	a.linkblog_rss_link:link, a.linkblog_rss_link:visited,
	a.linkblog_rss_link:active, a.linkblog_rss_link:hover {
		border: none !important; text-decoration: none;
	}

	
/* sIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter 
spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR 
text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run 
into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #headline {
	font-size: 30px;
	text-align: left;
}

.sIFR-hasFlash .nav {
	text-indent: 2px;
}

.sIFR-hasFlash h3.substory_head {
	font-size: 18px;
}

.sIFR-hasFlash #sidebar ul li h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #cc5500;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
}

.sIFR-hasFlash h3.subhead {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #cc5500;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #ccc;
		width: auto;
}

.sIFR-hasFlash #linkblog h3.substory_subhead {
               font-size: 12px;
}
#footer h2 { color: white; font-family: "Century Gothic", "Lucida Sans", verdana, sans-serif; }
