/*  
Theme Name: wpMorpheusX
Theme URI: http://www.treoaddicts.com/
Description: This theme is based off of the phpBB style MorpheusX.
Version: .5
Author: Shawn Neal
Author URI: http://www.treoaddicts.com/

	wpMorpheusX v.5
	 http://www.treoaddicts.com/

	This theme was ported from CyberAlien's phpBB style MorpheusX. 
	You can get the original phpBB style at http://www.phpbbstyles.com/
	The theme was ported by Shawn Neal aka cyberhomie from treo Addicts - http://www.treoaddicts.com

*/
html, body {
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
}
body { padding: 4px; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}
ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

li {
	list-style-type: none;
	margin-left: 0px;
}
.buttons {
	font-size: 11px;
}
.buttons a, .buttons a:visited {
	color: #808080;
	text-decoration: none;
}

.buttons a:hover {
	color: #FF6600;
	text-decoration: none;
}

.buttons a:active {
	color: #808080;
	text-decoration: none;
}
.story {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
	text-align: justify;
	color: #000000;
}
.story a:link {
	color: #FF6600;
	text-decoration: none;
}

.story a:visited {
	text-decoration: none;
	color: #FF6600;
}

.story a:hover {
	text-decoration: none;
	color: #ff6633;
}

.story a:active {
	text-decoration: none;
	color: #FF6600;
}
.story li {
	margin-left: 20px;
	list-style-type: disc;
}
.entry p a.external:visited { color: #003311; }
.entry p a.external { 
   text-decoration: underline; 
   color: green; 
   background: url(/images/external.png) center right no-repeat; 
   padding-right: 13px; 
}			   


.entrytext p a.external:visited { color: #003311; }
.entrytext p a.external { 
   text-decoration: underline; 
   color: green; 
   background: url(/images/external.png) center right no-repeat; 
   padding-right: 13px; 
}

.contrib {
	color: #808080;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
.left {
	padding-right: 5px;
}
.links h2 {
	color: #333333;
	font-size: 12px;
	text-align: center;
	margin: 5px 0 2px;
}
.right {
	padding-left: 5px;
}
.story_info {
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px;
}
.story_info a:link {
	color: #e6e6e6;
	text-decoration: none;
}
.story_info a:visited {
	text-decoration: none;
	color: #e6e6e6;
}
.story_info a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.story_info a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.story_info img {
	vertical-align: middle;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	list-style-type: none;
	margin-left: 0px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.footer {
	color: #999999;
	font-size: 9px;
}
.footer a, .buttons a:visited {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #FF6600;
	text-decoration: none;
}

.footer a:active {
	color: #999999;
	text-decoration: none;
}

