/* Base Styles  */
Body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}
H1 {
	font-size:36px;
	padding-left:15px;
	padding-top: 10px;
	font-style:normal;
	font-weight:normal;
}
H1 a {
	text-decoration:none; 
	background-color:#DFF1FF;
	color:#000000;
}
H1 a:hover {
	color:#0000AA;
}
H2 {
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
	margin:0px;
}
H2 a {
	text-decoration:none;
	color:#000066;
	background-color:#DFF1FF;
	font-weight:normal;
}
H2 a:hover {
	color:#0000DD;
}
H3 {
	font-weight: bold; 
	font-size: large;
	margin:0px;
	padding-top:5px;
}
H3 a {
	text-decoration:none;
	color:#000066;
	background-color:#DFF1FF;
}
H3 a:hover {
	color:#0000DD;
}
pre {
	display:block;
	margin:0 20px;
	border: dotted thin #000000;
	padding: 5px;
	overflow: auto;
}

.Message {
	width:500px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFF99;
	font-weight:bold;
	text-align:center;
	border:1px solid #FF0000;
}

.Wrapper {
	background-color:#DFF1FF;
	width:980px;
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	color:#000000;

}
.Content {
	padding:5px;
	margin: 0px auto;
	float:left;
    width:688px;
	border-right: 1px dotted #00437F;
}
.Header {
	background-color:#D0DFDF;
	height:136px;
}
.PageHeading {
	color: #FFFFFF;
}
.Footer {
	color:#FFFFFF;
	text-align: center;
}
.Post {
	margin-bottom: 10px;
}
/* Sidebar Styles */
.Sidebar {	
	margin: 0;
	float: right;
	padding:5px;
	width:270px;
}
ul.Feedicons {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
ul.Feedicons li {
	background:transparent url(http://samxnet.inetstatic.com/feedicon.gif) no-repeat scroll 0 0.3em;
	padding-left:20px;
}
/* Twitter Styles */
#Twitter img {
	margin:0;
	padding:0;
} 
#Twitter ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#Twitter ul li {
	border:1px dotted;
	font-size:small;
	margin:3px 0;
}
.tweet {
	display:block;
	font-style:italic;
	padding:1px 2px;
}
.tweetLink {
	border-bottom:1px dotted;
	border-left:1px dotted;
	display:block;
	float:right;
	font-size:x-small;
	padding:1px;
	text-decoration:none;
}

/* Menu Styles */
.AdminMenu  {
	border-top:solid 1px #ffffff;
}
.MenuStrip {
	padding-left:6px;
	clear:both;
	text-align:left;
	background-color:#00437F;
	color:#80C2FF;
}
.MenuStrip ul {
	margin: 0;
	padding: 0;
}
.MenuStrip ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	border: 0;
}
.MenuStrip a {
	text-decoration:none;
	border-right:solid 1px #FFFFFF;
	padding-right:4px;
	padding-left:4px;
	color:#80C2FF;
}
.MenuStrip ul:first-child {
	border-left:solid 1px #FFFFFF;
}
.MenuStrip a:hover {
	color:#00437F;
	background-color:#80C2FF; 
}
.MenuStrip .MenuSelected{
	color:#00437F;
	background-color:#80C2FF; 
}

/* Post Styles */
.PostContent {
	padding-top:0px;
}
.PostCommentCount {
	font-weight:bold;
	font-size:small;
	margin-top:5px;
}
.Author, .Date {
	font-weight:bold;
	color:#666666;
}
.Unpublished {
	font-weight:bold;
	color:#FF0000;
}

/* Comment Styles */
.Comment, .CommentHighlight {
	margin-top:5px;
	background-color:#C1E4FF;
	padding:3px;
	width:99%;
}
.CommentHighlight {
	background-color:#77C4FF;
}
.CommentText {
}
.CommentAuthor {
	font-weight:bold;
	font-size:small;
}
.LeaveComment {
	margin-top:10px;
}
.CommentTable {
	border-bottom-style:solid; 
	border-bottom-width:thin;
	border-top-style:solid; 
	border-top-width:thin;
}

#SearchBox {
	text-align:center;
}
ul.MostViewed {
	margin:0 0 0 10px;
	padding-left:20px;
}