/*
Theme Name: glennsolomon
*/

/* main elements */

#nav-below {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
#nav-below #nav-next { float:right;}
#nav-below  #nav-prev { float:left;}
.post,.comments,#respond {
 clear: both;
}
#respond input[type=text] {
 height: 19px;
 margin: 5px 0;
 width: 180px;
}
.commentlist {margin:0;}
#comments {clear:both;
}
#respond textarea {
 width: 300px;
 height:130px;
}
#respond #submit {
 width:150px;
  margin: 5px 0;
}

#header .author strong {
    color: #646262;
    font-size: 26px;
}
.commentlist li {
 list-style:none;
 margin:5px;
}
.commentlist li p {
 margin:0 !important;
}
.commentlist li .avatar {
 float: left;
 margin: 5px;
}

/*.share-box .chicklets  {
 display:block !important;
 background:url(images/icons-social-networks.gif) no-repeat !important;
  width: 19px !important;
 
}
.share-box .google .stButton .googleplus {
    background-position: -34px 0 !important;
}
.share-box .facebook .stButton .facebook {
  background-position: -68px 0 !important;
}
.share-box  .twitter .stButton .twitter{
 background-position:0px -1px!important;
}

.share-box  .st_facebook,
.share-box  .st_twitter 
.share-box .st_googleplus{
 float:left;
 position:relative;
}
.stButton {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.stButton .chicklets {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.stButton .chicklets:hover {
    opacity: 1 !important; */
}
.time { float:left;}
.last-holder p { display:inline; }
.last-holder img { display:block; }
.info-list p { display:inline; }
.info-list.search_posts .text-box, .info-list .text-box.no_thumb { float:none; width:auto; }
.xmt h2 { display:none;}

/* Recent Posts */

#recent-head {
	border-bottom:solid #8e8e8e;
	border-width: 1px 0;
	border-top:solid #8e8e8e;
	border-width: 1px 0;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 0;
}

ul.recent-posts li {
	list-style: none;
}

#recent-list {
	border-bottom:solid #8e8e8e;
	border-width: 1px 0;
	padding-top: .5em;
	padding-bottom: 0.5em;
}

.jetpack_subscription_widget {
	border-top:solid #8e8e8e;
	border-width: 1px 0;
	padding-top: 1em;
	padding-bottom: .5em;
}

.jetpack_subscription_widget form {
	padding: 0;
	margin-bottom: 0;
}

.jetpack_subscription_widget input:not([type="submit"]) {
	font-family: 'museo-sans', arial, helvetica, sans-serif;
	color: #33333;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
}

.jetpack_subscription_widget input[type="submit"] {
	font-family: 'museo-sans', arial, helvetica, sans-serif;
	color: #fff;
	font-size: 92%;
	letter-spacing: .2em;
	width: 8em;
	padding: 2px;
	text-transform: lowercase;
	border: 0.5px solid #091422;
	border-radius: 4px;
	-webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    transition: background-color .4s linear;
	background: #5290CC;
    box-shadow: 1px 1px 5px hsla(0, 0%, 16.6667%, 0.3);
	
}

.jetpack_subscription_widget input[type="submit"]:hover {
	background-color: rgb(29,66,125);
	cursor: pointer;
}
