/*  
Theme Name: Networks In Cyberspace
Theme URI: http://www.themightymo.com
Description: NetworksInCyberspace.org website
Version: 1.0
Author: The Mighty Mo! Design Co.
Author URI: http://www.themightymo.com
*/


body {
	text-align: center;
	background-color: #fff;
}
#wrapper {
/*	display: block;*/
/*	border: 1px #000000 solid;*/
	width:100%;
	background-color:#ffffff;
	/*position:relative;*/
	background-image: url(http://www.themightymo.com/assets/images/testblog/repeating-header.png);
	background-repeat: repeat-x; 
	background-position:top;
	text-align:center;
	width:100%;
}

#header {
	/*border: 2px #00ff00 solid;*/
	font:xx-large bold;
	color:#7A0019;
	text-align:left;
}
#mainContent {
	position:relative;
	background-color:#FFFFFF;
	display: block;
	width:705px;
/*	border: 2px #00ffff solid;*/
	margin: 0px auto;
}
#footerWrapper {
	display: block;
	/*border: 1px #000000 solid;*/
	width:100%;
	margin:0px auto;
	/*position:relative;*/
}

#content {
	float:left;
	width:400px;
	color:#000000;
	padding-left:10px;
/*	border: 2px #00ff00 solid;*/
	text-align:left;
	margin:0px auto;
}
#postContent {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	background-color: #fff;
}
#sidebar {
	float:right;
	position:relative;
	/*top:20px;*/
	/*left:-40px;*/
	width:250px;
	color:#FF6633;
	font-weight:bold;
/*	border: 2px #ffff00 solid;*/
	text-align:left;
	margin:0px auto;
}

#lineBreak {
	clear: both;
}
#footer {
	/*border: 2px #0000ff solid;*/
	font-size:x-small;
	color:#FF6633;
	text-align: right;
}
a:link {
	color: #990033;
	text-decoration:underline;
}
a:visited {
	color: #990033;
	text-decoration:underline;
}
a:hover {
	color:#660033;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: underline;
}
ul {
/*
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #00CC33;
text-decoration: none;
background-color: #CCCCCC;
text-indent: 5px;
list-style-position: outside;
list-style-image: url(arrow.gif);*/
list-style-type: square;
padding: 6px;
margin: 2px;
}
.meta {
	font-size: 11px;
	padding: 0px 0;
}
.metaComment {
	font-size: 13px;
	padding: 0px 0;
}
.nextprev {
	clear: both;
	text-align: center;
}
/* .navigation, .alignright, and .alignleft are for search form */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}