body {
	text-align: center;
	font-size: 10px;
	font-family: Courier New;
	padding-bottom: 20px;
}

a img {
	border: 0;
	outline: 0;
}

.section {
	padding-bottom:6px;
}
#header{
}

#top_ad{
}

.flashhref {
	display: block;
}

.headline, .naked_link {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}
	.naked_link {
		display: block;
		padding: 1em 0;
		text-align: left;
		width:290px;
		color: black;
	}
	#main .headline {
		border-bottom: groove 2px;
	}
	#main .group .headline {
		border-bottom: none;
	}
	#main .group {
		border-bottom: groove 2px;
	}
.table {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px groove;
}
.headline span {
	display: block;
}
.headline span a {
	color: #000;
}
#main .col .blogger {
	line-height: 1.25em;
	padding: 0;
}
.ad {
	border: 1px solid #333;
	display: inline-block;
	_display: block;
	_width: 0px;
	*border: 0;
	*display: block;
}
.ad object {
	display: block;
}
p.advertise_here {
	font-size: 9.5px;
}
	p.advertise_here a {
		color: #222;
		text-decoration: none;
	}
	p.advertise_here a:hover {
		text-decoration: underline;
	}
#top_ad .ad {
	margin: 0 auto;
}
#top_ad .add {
	display: none;
}

#top_headlines {
	text-align: left;
	margin-bottom: 35px;
}
	#top_headlines .headline {
		text-align: left;
	}

#main_headline {
	font-size: 3.5em;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
}
#main {
	width: 100%;
	text-align: left;
	margin-top: 30px;
}
#col3{
	border:none;
	}

#gadgets {
	margin-bottom:24px;
}


.col {
	width: 31.5%;
	padding: 0px 5px 150px;
	float: left;
	border-right: 1px solid #ccc;
	
}
	.col .headline {
		line-height: 1.2em;
		padding: 8px 0;
		text-align: left;
	}
	.col .group {
		padding: .5em 0;
	}

/* Images */

#header_images {
	text-align: center;
	min-height: 0px;
}
#header_images .headline {
	display: inline;
	_text-align: center;
	_display: inline;
	_overflow: hidden;	
}
#header_images .headline span {
	display: none;
}
#header_images .headline img {
	height: 230px;
	_display: inline;
	_float: none;
	*float: none;
}

#main_headline img {
	_width: 340px;
	width: 340px;
}
#top_headlines .headline img {
	max-width: 210px;
	_width: 210px;
}
#main .headline img {
	max-width: 200px;
	_width: 200px;
	padding-bottom: 8px;
}


body .section div.red span {
	color: red !important;
}
body .section div.red span a {
	color: red !important;
}

body .section div.italics span {
	font-style: italic !important;
}
body .section div.italics span a {
	font-style: italic !important;
}

body #main_headline.section div.siren {
	background: url(../images/siren.gif) top center no-repeat;
	padding-top: 125px;
}

/* Dashboard things */

#admin_trigger {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}
#admin_save {
	position: fixed;
	top: 3px;
	left: 3px;
	display: block;
	background: #222;
	color: #fff;
	padding: 3px;
	text-decoration: none;
	font-family: arial;
	font-size: 1.4em;
}
#admin_visit {
	position: fixed;
	top: 3px;
	left: 42px;
	display: block;
	background: #222;
	color: #fff;
	padding: 3px;
	text-decoration: none;
	font-family: arial;
	font-size: 1.4em;
}
#admin_status {
	position: fixed;
	top: 10%;
	left: -9999px;
	display: block;
	color: #fff;
	background: #333;
	padding: 10px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 6em;
	width: 100%;
}

#frm_login {
	position: absolute;
	left: -9999px;
	top: 0px;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	border: 1px solid #333;
}
	#frm_login .close {
		position: absolute;
		right: 3px;
		top: 3px;
	}
#frm_login.selected {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	background: #fff;
}

/*
#pr {
	background: #ffc;
	border: 2px solid #cc9;
	margin: 10px 0;
}
#pr a {
}
*/

/*Selected article */
div:target {
	background: #fec;
}

.robotic { display: none; }

/* CMS */
option.hidden {
	display: none;
	
}
#pr {
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#pr a {
	color: #333;
}
#pr a.selected {
	color: #333;
}

.adspot_link{
	font-family: Courier New;
	color: #222222;
    text-decoration: none;
	font-size:9.5px;
	padding-top:6px;
}

.adspot_link:hover{
	font-family: Courier New;
	color: #222222;
    text-decoration: underline;
	font-size:9.5px;
	padding-top:6px;
}


#top_headlines {
  position:relative;
  padding-right:350px;
}
#mailchimp_container {
  width:300px;
  position:absolute;
  top:0;
  right:50px;
}

@media (max-width: 600px) {
  #top_headlines {
    padding-right: 0px;
  }

  #mailchimp_container {
    position: relative;
    width: 350px;
    right: 0px;
  }
}
