/*
Theme Name: MJ-Design Wordpress
Theme URI: http://mjoseph15.comze.com
Description: Theme designed for MJ Design
Version: 1.0
Author: Michael Joseph
Author URI http://mjoseph15.comze.com
Tags: MJos
*/

body {
	background-color: #15181c;
	height:100%; /* gives layout 100% height */
	overflow: auto; /* triggers 100% height in Opera 9.5 */
	margin:0; /* zero out margin */
	padding:0; /* zero out padding */
	min-width: 100%;
	min-height: 100%;
}
img {
	border: none
}
a:link { 
	color: #15181c;
	text-decoration: none;
}
a:visited { 
	color: #15181c;
	text-decoration: none;
}
a:hover { 
	color: #a8a8a8;
	text-decoration: none;
}
a:active { 
	color: #15181c;
}
#wrap {
	float: none;
	background-color: #0f1215;
	padding-bottom: 25px;
	padding-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 25px;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(windowbasis.jpg);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	width: 893px;
	min-height: 500px;
	font-family: Helvetica Neue;
}
#header {
	text-align: center;
	width: 520px;
	min-height: 25px;
	float: left;
}
#nav {
	margin-bottom:50px;
	list-style-type:none;
	font-size:16px;
	text-transform: uppercase;
}
#nav li {
	float:left;
	margin:0px 80px;
}
#sidebar {
	float:right;
	width: 321px;
	height: auto;
	margin-top: 25px;
	margin-bottom: auto;
	margin-left: 0px;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: auto;
	color: white;
}
li.login {
	margin-top: 30px;
	margin-right: 40px;
	margin-left: auto;
	margin-bottom: 0px;
	vertical-align: bottom;
	float: right;
}
#sidebar img {
	right: 0px;
	left: 0px;
	bottom: 0px;
	text-align: left;
}
#sidebar li {
	list-style-type:none;
	text-align: left;
}
.post_snippet {
	margin: 0px 0px;
	padding: 0px 32px 0px 32px;
	height: auto;
	width: 520px;
}
.single {
	margin: 0px 0px;
	padding: 0px 32px 0px 32px;
	height: auto;
	width: 520px;
}
.single_entry {
	margin: 0px 0px;
	height: auto;
	width: auto;
}
.comments {
	margin: 0px 0px;
	height: auto;
	width: 520px;
}
img.sidebutton {
	top: 0px;
	right: auto;
	left: auto;
	float: right;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.divider {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.side_divider {
	top: 20px;
	right: auto;
	left: auto;
	float: right;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	text-align: center;
	font-family: Helvetica Neue;
	color: #ffffff;
	float: none;
	width: 100%;
}
#footer a {
	color: #35404c;
}
.promote {
	background-color: white;
	border:1px solid #a8a8a8;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px;
	padding-left: 20px;
	height: auto;
	width: auto;
}