/*
Theme Name: OpenXcom
Theme URI: http://openxcom.org/
Description: The default OpenXcom theme based on the famous X-COM game.
Version: 1.0
Author: SupSuper
Author URI: http://openxcom.org
Tags: dark, black, one-column, two-columns, right-sidebar, custom-header, custom-menu, xcom
Text Domain: openxcom

Mind Control Successful

*/

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-attachment: fixed;
	color: #FFFFFF;
}

a
{
	color: #82FFEC;
	text-decoration: none;
}

img
{
	border: 0px;
}

#header
{
	text-align: center;
}

#page
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url('images/globe.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 42% 200px;
}

#primary
{
	float: left;
	width: 780px;
}

#primary a
{
	text-decoration: underline;
}

#primary article
{
	border: 9px solid #70DCCA;
	-moz-border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch; /* Old Firefox */
	-webkit-border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch; /* Safari */
	-o-border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch; /* Opera */
	border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch;
	background-color: #081E1C;
	padding: 8px;
	margin-bottom: 40px;
	opacity: 0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

#primary #comments
{
	border: 9px solid #70DCCA;
	-moz-border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch; /* Old Firefox */
	-webkit-border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch; /* Safari */
	-o-border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch; /* Opera */
	border-image: url('images/windowborder.png') 9 9 9 9 stretch stretch;
	background-color: #081E1C;
	padding: 8px;
	margin-bottom: 40px;
	opacity: 0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

#primary a.downloadbutton
{
	display: block;
	float: left;
	width: 238px;
	margin-right: 1px;
	padding: 2px;
	background: #1C8265;
	color: #82FFEC;
	border-left: 2px solid #65CFBE;
	border-top: 2px solid #65CFBE;
	border-right: 2px solid #003420;
	border-bottom: 2px solid #003420;
	text-align: center;
	text-decoration: none;
}

#primary a.downloadbutton:hover
{
	text-decoration: underline;
}

#primary a.pushed
{
	background: #1C8265;
	color: #003420;
	border-left: 2px solid #003420;
	border-top: 2px solid #003420;
	border-right: 2px solid #82FFEC;
	border-bottom: 2px solid #82FFEC;
	text-decoration: none;
}

#primary a.pushed:hover
{
	text-decoration: none;
}

#primary .comments-link
{
	display: block;
	padding: 2px;
	margin-left: auto;
	margin-right: 0px;
	background: #1C8265;
	color: #82FFEC;
	border-left: 2px solid #65CFBE;
	border-top: 2px solid #65CFBE;
	border-right: 2px solid #003420;
	border-bottom: 2px solid #003420;
	text-align: center;
	width: 150px;
}

#primary .comments-link a
{
	text-decoration: none;
}

#primary .comments-link a:hover
{
	text-decoration: underline;
}

#primary h1.entry-title
{
	font-size: 150%;
	color: #82FFEC;
	margin: 0px;
	font-weight: normal;
}

#primary h2
{
	/*color: #82FFEC;*/
	font-size: 125%;
	font-weight: bold;
}

#primary .center
{
	text-align: center;
}

#primary .entry-meta
{
	font-size: 75%;
	color: #82FFEC;
}

#primary .subtitle
{
	font-size: 75%;
	color: #82FFEC;
}

#primary .important
{
	background-color: #000000;
	border: 1px solid #FFFF00;
	padding: 5px;
	font-size: 85%;
	margin: 5px;
}

#primary .importitle
{
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}

#primary .os
{
	vertical-align: middle;
	padding-right: 5px;
}

#primary .download
{
	display: none;
}

#primary .download.default
{
	display: inline;
}

#primary .download h3
{
	margin: 0;
}

#menu
{
	float: right;
	width: 170px;
	background-color: #000000;
}

#menu .social
{
	padding: 5px;
	margin: -7px;
	background: #000000 url('images/social.png');
	text-align: center;
}

#menu .main-navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#menu .main-navigation li a
{
	display: block;
	color: #69A2CF;
	background-color: #345D8E;
	border-left: 3px solid #598ABA;
	border-top: 3px solid #598ABA;
	border-right: 3px solid #1C3465;
	border-bottom: 3px solid #1C3465;
	margin: 0px;
	margin-bottom: 2px;
	text-decoration: none;
}

#menu .main-navigation li a:hover
{
	text-decoration: underline;
}


#menu .main-navigation li.current-menu-item a
{
	color: #1C3465;
	background-color: #4571A6;
	border-left: 3px solid #284579;
	border-top: 3px solid #284579;
	border-right: 3px solid #69A2CF;
	border-bottom: 3px solid #69A2CF;
	text-decoration: none;
}

#menu .main-navigation li.current-menu-item a:hover
{
	text-decoration: none;
}

#menu .widget
{
	color: #69A2CF;
	background-color: #345D8E;
	border-left: 3px solid #598ABA;
	border-top: 3px solid #598ABA;
	border-right: 3px solid #1C3465;
	border-bottom: 3px solid #1C3465;
	margin-bottom: 2px;
	color: #82C3E7;
	padding: 4px;
}

#menu .widget-title
{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
}

#menu .pushed
{
	color: #1C3465;
	background-color: #4571A6;
	border-left: 3px solid #284579;
	border-top: 3px solid #284579;
	border-right: 3px solid #69A2CF;
	border-bottom: 3px solid #69A2CF;
}

#menu .nav
{
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#menu .timer
{
	color: #82C3E7;
	text-align: center;
}

#menu .main
{
	color: #82C3E7;
	padding: 4px;
}

#menu .stable
{
	font-size: 175%;
	font-weight: bold;
}

#menu .nightly
{
	font-weight: bold;
}

#menu a
{
	color: #82C3E7;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .widget ul
{
	list-style-type: square;
	margin: 3px;
	padding-left: 15px;
	font-size: 75%;
}

#menu .widget li
{
	padding-bottom: 2px;
}

#footer
{
	clear: both;
	text-align: center;
	font-size: 75%;
}

#footer a
{
	text-decoration: underline;
}