@charset "UTF-8";
/* CSS Document */

h2.title {
	margin-top:40px;
}
.articleFooter {
	font-size:0.9em;
	margin-bottom:3em;
}
#sidebar li {
	line-height:1.5em;
}
.alignleft {
	width:40%;
	float:left;
}
.alignright {
	width:40%;
	float:right;
}

.blog-image {
	margin-bottom:30px;
}

.website {
	height:410px;
	}

.stats {
	font-size:2em;
	color:#666;
	text-align:right;
	display:block
}
.stats big {
	font-size:2em;
}

.outline{
	border:#666 1px solid;
	padding:4px;
	margin-right:8px;
	}
	
.comments{
	border:1px #231F20 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
	z-index:100;
	}
.comments h3 {
	margin-top:0!important;
		
}
.commentstop{
	clear:both;
	width:395px;
	margin-top:10px;
	position:relative;
	top:1px;
	background:url(/blog/wp-content/themes/default/images/shark.png) top right no-repeat;
	height:30px;
	z-index:150;
	}
.comments input, .comments textarea {
	border:0;
	background:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
	color:#231F20;
	font-size:1em;
	line-height:1.5em;
}	
.comments input {
	float:right;
	width:180px;
	margin:0px;
}
.comments label {
	width:150px;
	float:left;
	padding:10px 0px;
}
.comments .clear {
	height:10px;
}
.comments #submit {
	clear:both;
	float:none;
	background:#231F20;
	color:#fff;
	width:150px;
}
.comments #submit:hover {
	color:#DF0055;
}
.commentbox{
	padding:10px;
	padding-right:0px;
	margin-bottom:15px;
	}
	
.commentbox p{
	margin:0px;
	}

.comment-author{
	float:left;
	width:49%;
	}
	
.naked-comment{
	border-left:#DF0055 solid 4px;
	}
	
/*.naked-comment{
	color:#fff; 
	padding:3px 0px;
	padding-left:25px;
	position:relative;
	left:-5px;
	top:-5px;
	background:url(/blog/wp-content/themes/default/images/naked-comment.png) left center no-repeat #DF0055;
	width:338px;
	height:16px;
	}*/
	
/*.naked-comment a{
	color:#FFFFFF;
	}
.naked-comment a:hover{
	color:#FFFFFF;
	}*/
	
.date{
	float:left;
	width:45%;
	text-align:right;
	padding-right:10px;
	font-size:0.8em;
	}
	
.odd .commentbox{
	background:#FCFCFC;
	}
	
.even .commentbox{
	background:#F2F2F2;
	}