/*
```````````````````````````````````````````````````````
```` There's not much to see here, either. It's all ```
```` pretty standard stuff with nothing relying on ````
```` CSS3 for layout or anything. `````````````````````
```````````````````````````````````````````````````````
```````````````````````````````````````````````````````
*/
@font-face {
	font-family: 'LeagueGothic';
	src: url('http://project107.net/blog/wp-content/themes/blaskan/fonts/wp-themefonts/league_gothic-webfont.eot'); /* IE9 Compat Modes */
	src: url('http://project107.net/blog/wp-content/themes/blaskan/fonts/league_gothic-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
	     url('http://project107.net/blog/wp-content/themes/blaskan/fonts/league_gothic-webfont.woff') format('woff'), /* Modern Browsers */
	     url('http://project107.net/blog/wp-content/themes/blaskan/fonts/league_gothic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('http://project107.net/blog/wp-content/themes/blaskan/fonts/league_gothic-webfont.svg#webfont3nLbXkSC') format('svg'); /* Legacy iOS */
}
body {
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper {
	width: 60%;
	margin: 15px auto 0 auto;
}
#logo {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'LeagueGothic', 'Arial Narrow', Impact, sans-serif;
	width: 64%;
	margin-top: 10%;
	font-size: 50pt;
	font-weight: bold;
	line-height: 60%;
	padding: 10px 0 15px 0;
	text-shadow: 0px 0px 1px #FFF;
}
.logo_features {
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 38pt;
	letter-spacing: -4px;
	line-height: 60%;
	text-shadow: 1px 1px #000;
}
#content {
	margin-top: 4px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.txt_input {
	background-color: #0FF;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	border: none;
}
.lrg {
	font-size: 50pt;
	letter-spacing: -4px;
	font-weight: bold;
	line-height: 60%;
}
.error {
	width: 50%;
	margin: 0 auto;
	background-color: #00F;
	color: #FFF;
}
.yellow {
	background-color: #FF0;
}
.clear {
	clear: both;
}
#foot {
	font-size: .8em;
	padding: 15px 5px;
}
/*
``````````````````````````````````````````````````
``````````````````````````````````````````````````
```` things that may appear on other pages ```````
``````````````````````````````````````````````````
``````````````````````````````````````````````````
*/

#contactFormFS {
	width: 60%;
	margin: 0 auto;
	padding: 1em;
	border: 3px solid #F0F;
	line-height: 1.8em;
}
#contactFormFS legend {
	background-color: #F0F;
	padding: 2px;
}
.info-box {
	background-color: #e7e7e7;
	border: 1px solid #CCC;
	padding: 0px 10px;
}
#sts {
	text-align: center;
}
.green {
	background-color: #0F0;
	padding: 2px 4px;
}
#center-content {
	width: 100%;
}
#recent-post a, a:link, a:active, a:visited {
	color: #777;
	text-decoration: none;
}
.#recent-post a:hover {
 background-color: #bbb;
}
#recent-post {
	width: 75%;
	height: 3em;
	padding: 10px;
	float: left;
	clear: left;
	font-size: 10pt;
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #eee;
	border-color:#ddd;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-radius: 6px 0px 0px 6px;/*background-color: #eef9ff;
	border: 1px solid #ddf2ff;*/
}
#recent-post .title {
	color: #777;
	font-weight: bold;
}
#recent-post .date {
	color: #999;
	font-size: 8pt;
}
.permalink{
	font-size: 8pt;
	color: #666;
}
#cod4-link {
	padding: 10px 10px 10px 30px;
	width: 25%;
	height: 3em;
	margin-left: 75%;
	font-size: 10pt;
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #d5d5d5;
	border-color:#ddd;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px 6px 6px 0px;
}
/* cod4/gaming page stuff */
#right_col {
	float: right;
	width: 48%;
}
#left_col {
	float: left;
	width: 48%;
}
/*
```````````````````````````````````````
```````` for the slideshow ````````````
```````````````````````````````````````
*/
#slideshow {
	width: 500px;
	height: 360px;
	margin: -15px auto;
	text-align: center;
}
a img {
	border: none;
}
#ss_nav {
	text-align: center;
	display: inline;
	float: right;
}
.ss_nav_off {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #EAEAEA;
	margin: 5px;
	cursor: pointer;
	border: 1px solid #CCC;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}
.ss_nav_on {
	width: 12px;
	height: 12px;
	background-color: #F0F;
	margin: 5px;
	border: 1px inset #F0F;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}
