/*
Theme Name: Wodpress Forex Phantom
Theme URI: http://www.theforexphantom.com
Description: Wordpress themes for forex phantom  
Version: v 1.0
Author: Khepri
*/

/* Begin Structure */ 
body {


    font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #003333;
	text-decoration: none;
	background-color: #282828;
	background-image: url(images/i_midslit.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin:0;
	padding:0;
}


#header {
	background-color: #282828;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:545px;
	margin:0;
	padding:0;
}

#header img {
	max-width: 100%;
}

#navmenu {
	margin:10px auto 20px auto;
	width:900px;

}

#navmenu a {

	text-decoration:none;

	}

#navmenu a:hover {
	font-weight:bold;
	color:red;
	}

#navmenu ul {

	margin: 0px;
	padding: 0px 0px 0px 0px;

	}

	

#navmenu li{

	display: inline;
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;

	}


#content {
	width:750px;
	margin:0 auto;
	padding:0;
	text-align: left;
	background-color: #ffffff;
}

.formattedtext {
	text-align: left;
	font-size: 1.2em;
}

.formattedtext h1, .formattedtext h2, .formattedtext h3 {
	text-align: center;
}

#footer {
	background-color: #282828;
	background-image: url(images/i_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:150px;
	margin:0;
	padding:0;
}

#footer a {
	border-bottom: 1px dotted #999;
	color: #999;
}

#footer a:hover {
	border: none;
	color: #1C1C1C;
}
/* End Structure */

/* Begin Typography, Images and Colors */

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a img {
	border: none;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 3.5em;
	text-align: center;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

p {
	margin: 10px 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

.textwidget a img {
	border: none;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

/* End Typography, Images and Colors */