/*   
Theme Name: EDI Options News Skin
Theme URI: http://blog.edioptions.com/
Description: A custom template for EDI Options.
Author: 82 Birds (Benjamin Dowell)
Author URI: http://www.82birds.com
Version: 1.0
.
General comments/License Statement if any.
.
*/
@charset "utf-8";

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
}
#skin {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	width: 950px;
	background: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
}
#TopMetta {
	background-color: #191919;
	height: 30px;
	width: 900px;
	padding-left: 25px;
	line-height: 30px;
	padding-right: 25px;
}
#content {
	width: 950px;
	background-image: url(images/SidebarBg2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#PagesBar {
	background-color: #191919;
	height: 35px;
	width: 674px;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	float: left;
}
#greybg {
	width: 647px;
	background-color: #333333;
	padding: 25px;
	float: left;
}
#Posts {
	float: left;
}
#Sidebar {
	width: 251px;
	left: 699px;
	float: right;
}
#SidebarText {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#SidebarText h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#SidebarText ul {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
.page_item {
	list-style: none;
	display: inline;
	margin-right: 25px;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
}
img {
	border: 0px;
}
p {
	line-height: 125%;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #BA0C08;
	text-decoration: none;
	font-weight: bold;
}
#TopMetta a {
	color: #FFFFFF;
	text-decoration: none;
}
#TopMetta a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#TopMetta a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#TopMetta a:hover {
	color: #BA0C08;
	text-decoration: none;
}
#PagesBar a {
	text-decoration: none;
	color: #FFFFFF;
}
#PagesBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#PagesBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#PagesBar a:hover {
	color: #BA0C08;
	text-decoration: none;
}
.PostTitle a {
	text-decoration: none;
}

#Sidebar a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.FooterLogo {
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}
#Sidebar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#Sidebar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#Sidebar a:hover {
	color: #191919;
	text-decoration: none;
}
blockquote {
	padding-left: 10px;
	color: #000000;
	font-style: normal;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
hr {
	color: #000000;
	background-color: #000000;
	margin-bottom: 25px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2px;
}

#Sidebar hr {
	margin-bottom: 0px;
}
ul {
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 125%;
}
.PostTitle {
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -5px;
}
.PostBullet {
	margin-right: 15px;
	float: left;
}
textarea#comment {
	width: 400px;
}
.commentmetadata {
	font-size: 10px;
}
#nextprevious {
	clear: both;
}
.PostFeet {
	border: 1px solid #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: left;
}
#Footer {
	background-color: #191919;
	height: 60px;
	width: 950px;
	line-height: 60px;
	font-size: 10px;
	clear:both;
}
