/*
Theme Name: SEO Simple
Theme URI: http://www.internetwealthmaster.com/seo-simple/
Description: A simple SEO theme that puts content immediately after first body tag (width=1220px version).
Version: 1.0
Author: Dominic Foster
Author URI: http://internetwealthmaster.com/
*/

body {
	margin:  0 auto;
	padding:  0;
	width: 1220px;
background-color:  #000000;
}

#header {
	position:  absolute;
	top:  0;
	width:  100%;
	height:  80px;
	color:  #000000;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
	width: 1220px;
	border: solid 0px #efefef;
}

#header-text {
	padding: 0px 0px 0px 0px;
    text-align: center;


}

#bodywrapper {
	/* replace margin-top value with the height of your header. */
	margin-top:  0px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	width:  1220px;
	color:  #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        border: solid 0px #ff0000;
}

#contentarea {
 /* replace this value with the width of your left column */
	margin-top:  120px;
	padding-left:  10px;
	float:  left;
	/* height:  1%;  IE hack due to a bug handling float:  right. */
	width:  1020px;
	border: solid 0x #00ffff;
	
}

.post {
	padding-bottom: 10px;
}

.meta {
	font-size: 12px;
	color: #777;
}

#sidebar {
	float:  right;
	margin-top:  120px;
	width:  175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:  10px;
        border: solid 0px #ffffff;
}

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}



#footer {
	clear:  both;
	padding:  5px 5px 5px 5px;
	width:  1220px;
	text-align: center;
	border-top: solid 0px #00FFFF;
        color: #FFFFFF;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
color: #31319C;
	}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
color: #31319C;
	}

h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14x;
color: #31319C;
	}

a {
	color: #C0FFFF;
	text-decoration: underlined;
}

a:visited {
	color: #C0FFFF;
	text-decoration: underlined; 
}

a:hover { 
	color: #ffffff;
	text-decoration: none;
	background-color: ;
}
	
a img { 
	border: none; 
}

#header a:visited {
	color: #a90000;
	text-decoration: none; 
}

#header a:hover {
	color: #a90000;
	background-color: #ffffff;
}

.title {
	font-weight: bold;
	font-size: 40px;
text-align: center;

}

.tag {
	font-weight: bold;
	font-size: 25px;
	color: #777;

}

.credit {
	font-size: 10px;
}

#menu {
	position:  absolute;
	top:  80px;
	width:  1220px;
	height:  20px;
	background-color:  #31319C;
        color:  #ffffff;
	padding:  5px 2px 2px 5px;
	text-align: center;
	border: solid 1px #ffffff;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
}
#menu a {
	color: #ffffff;
	text-decoration: none; 
}

#menu a:visited {
	color: #ffffff;
	text-decoration: none; 
}

#menu a:hover {
	color: #ffff00;
	text-decoration: none;
}





