/*
Theme Name: Atomohost
Theme URI: http://www.themeporter.com
Version: 1.0
Description: 2 Column theme based on a template from freecsstemplates.org
Author: Theme Porter
Author URI: http://www.themeporter.com
*/


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#0088F0; margin:0 5px;}
.b2f {height:1px; background:#0088F0; margin:0 3px;}
.b3f {height:1px; background:#0088F0; margin:0 2px;}
.b4f {height:2px; background:#0088F0; margin:0 1px;}
.contentf {background: #0088F0;}
.contentf div {margin-left: 5px;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../wii-console-header.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #fff;
}

a:hover {
	/*text-decoration: none;*/
	color: #fff;
}

img {
	border: none;
}



/* Menu */
#menu {
	
	height: 40px;
	margin: 0 auto;
	background-color:#959595;
}

#menucontainer {
	width: 820px;
	}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	/*padding: 14px 18px 0 0px;*/
	font-size: 1.0em;
	/*text-transform: uppercase;*/
	text-decoration: underline;
	font-weight: bold;
	color:#fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 820px;
	height: 139px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) no-repeat;*/
}

/* Header > Logo */

#logo {
	float: left;
	padding: 30px 0 0 0;
}

#logo h1 {
	/*text-transform: uppercase;*/
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 820px;
	margin: 0 auto;
	
	/*padding: 20px 0;*/
}

/* Content > Main */

#main {
	float: left;
	width: 820px;
	
}


/* Footer */

#footer {
	clear: both;
	width: 820px;
	margin: 0 auto 2em auto;
	/*border: 1px solid #CCCCCC;*/
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	
}

#legal a {
	font-weight: bold;
	
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#main a, #main a:hover, #main a:visited
{

color: #11A6D4;
text-decoration:none;
}

#main a:hover
{
text-decoration:underline;
}

.post{margin:0 0 25px 0;}

.post .info {
padding:2px 3px 3px 8px;
border:1px solid #ccc;
background-color:#f7f7f7;
font-size:0.9em;
color:#505050;
}



