/* Blog CSS */

.wrapper {width: 962px;margin: 0 auto;}
#sub-nav {width: 962px;}
#sub-nav ul.right {float: right;}
#holder {width: 140px;float: right;}
	.wrapper #holder h1 {font-size: 14px;font-family: Helvetica, Arial;color: #edeee5;font-weight: normal;text-transform: none;border-bottom: dotted 1px #edeee5;width: auto;display: inline-block;padding-bottom: 6px;padding-top: 20px;margin-bottom: 3px;}
	.wrapper #holder p {color: #edeee5;font-size: 11px;font-family: Helvetica, Arial;padding-top: 15px;}
	.wrapper #holder p a {color: #999a8c;}
	
	.wrapper #holder ul {margin-top: 32px;}
	.wrapper #holder li {display: block;width: auto;height: 26px;margin-bottom: 20px;font-size: 10px;text-indent: 29px;vertical-align: text-bottom;line-height: 26px;}
	.wrapper #holder li a {color: #edeee5;text-decoration: none;display: block;height: 25px;width: 100%;}
	
	li.twitter {background: url(/img/v2/twit.jpg) no-repeat left;}
	li.facebook {background: url(/img/v2/fb.jpg) no-repeat left;}
	li.myspace {background: url(/img/v2/ms.jpg) no-repeat left;}
	
#post-holder {float: left;width: 772px;padding-top: 20px;}

/* Post styles */
.wrapper .post {width: 100%;float: left;clear: left;padding-bottom: 50px;}
.wrapper .post h2 {text-align: left;width: auto;display: inline-block;font-size: 18px;color: #edeee5;font-weight: bold;font-family: Helvetica, Arial;float: left;}
.wrapper .post h2 a {color: #edeee5;text-decoration: none;}
.post .post-cont {width: 636px;float: right;}
	.wrapper .post-cont p {font-size: 11px;color: #edeee5;padding: 10px 15px 5px 15px;background: #282625;margin: 0 0 20px 0;-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;}
	.post-cont p a {text-decoration: none;color: #a3bd4e;}
a.add-comment {color: #999a8c;text-transform: uppercase;float: left;margin-top: 10px;}
a.members-comments {color: #999a8c;text-transform: uppercase;float: right;margin-top: 10px;}
a.share-this {color: #999a8c;text-transform: uppercase;float: right;margin-top: 10px;margin-right: 30px;}

.post-info {float: left;width: 111px;color: #ffffff;text-align: right;padding-top: 20px;}
 .post-info span {display: block;font-size: 11px;color: #282625;padding-bottom: 5px;font-family: Helvetica, Arial;}
 .post-info span.day {font-weight: bold;color: #999a8c;}
 .post-actions {clear:left;font-size:10px;}
/* Comment Styles */
#comments {float: left;clear: left;margin-bottom: 20px;width: 772px;}
.comment {float: left;width: 100%;margin-bottom: 20px;}
.comment a {text-decoration: none;color: #a3bd4e;}
	.msg {float: right;width: 636px;}
	.wrapper .comment p {color: #edeee5;background: #2e2f2c;padding: 10px;padding-bottom: 5px;-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;margin-bottom: 20px}
.msg-info {float: left;width: 111px;color: #282625;padding-top: 10px;}
.msg-info span {float: right;clear: right;text-align: right;margin-bottom: 5px;}
.msg-info span.name {font-weight: bold;line-height: 16px;color: #999a8c;}

#add {float: right;width: 636px;}
#add a {color: #999a8c;text-transform: uppercase;float: left;margin-top: 10px;padding-bottom: 30px;display: block;}
#add textarea {
width: 628px;
background-color:#171717;
border:1px solid #222222;
clear:left;
color:#EAEAEA;
float:right;
font-size:12px;
font-family: Helvetica, Arial;
height:150px;
margin-top:3px;
padding:3px;
}
#add form {float: right;width: 636px;}
#add input {
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
background-color:#A7C040;
border-style:none;
color:black;
cursor:pointer;
float:right;
font-size:11px;
font-weight:bold;
margin-bottom:20px;
margin-right:0;
margin-top:10px;
padding-bottom:5px;
padding-top:5px;
width:auto;
clear: right;
}

/* Changes */

#top-basket li {
	display:inline;
	padding-left: 15px;
}

#sub-nav .right li {margin-right:0px;margin-left:25px;}

.welcomeback {color:#a3bd4e;}

#older-posts {
	float: right;
	padding-bottom: 30px;
}

#older-posts a {
	color: #A3BD4E;
	text-transform: uppercase;
	font-weight: bold;
}

.success {color: #edeee5;}
