/*
Theme Name: LiveUnclutteredBlog
*/



.entry-header .entry-meta {
/*
width:400px;
height:auto;
margin:0;
padding:15px 0 0 0;
float:left;
*/
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 15px;
width:630px;
height:auto;
margin:0;
float:left;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
/*	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
*/
width: 614px;
float:left;
margin:10px 0;
}
.entry-meta a {
 	font-family:Arial, Helvetica, sans-serif; 
	color:#000; 
	font-size:12px;
	text-decoration:none;  
	font-weight:bold;

	height:17px;
	float:left;
	margin-right:10px;
	background:#bbd639;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;/* Firefox */
	-webkit-border-radius: 3px 3px 3px 3px;/* Safari and Chrome */
	-o-border-radius: 3px 3px 3px 3px;/* Opera */

	padding:2px;
	
}
.entry-meta span.by-author span.sep{
	float:left;
	line-height:20px;
	padding:0 9px 0 0;
}
.single-author .entry-meta .by-author {
	display: none;
}

/* Comment Form */
#respond {
margin:0;
padding:0;
float:left;
width:auto;
height:auto;
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #8a8a8c;
	padding: 3px;
			left: 95%;
			width: 95%;

}





.form-allowed-tags {
	display: none;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
}

#respond p {
	margin: 10px 0;
}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}

	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
		*width: 95%;

	}


	
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

.logged-in-as a{
text-decoration:none;
color:#000;
font-weight:bold;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
	
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
.form-submit{
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	}
	
.form-submit input{	
	font-family:Arial, Helvetica, sans-serif;
	color:#000; 
	font-size:12px;
	text-decoration:none; 
	font-weight:bold;

width:auto;
height:22px;
margin:0;
float:left;
padding:1px 5px 1px 5px;
margin-right:15px;
background:#bbd639;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;/* Firefox */
-webkit-border-radius: 3px 3px 3px 3px;/* Safari and Chrome */
-o-border-radius: 3px 3px 3px 3px;/* Opera */

}
#commentform p{
width:450px;
margin:10px 0 10px 0;
height:;
float:left;
}

#commentform p label{
width:auto;
margin:0;
height:;
float:left;
}
#commentform p label span{
width:auto;
margin:0;
height:;
float:left;
padding:0;
}

.comment-author{
margin:10px 0 30px 0;
}
.entry-content div.buttons_share{
	width:300px;
	float:right;
}