/*
Theme Name: Assembly Point WP Theme
Theme URI: http://www.assemblypoint.com/blog/
Description: Custom WordPress theme for Assembly Point
Version: 1.o
Author: Frank Prendergast
Author URI: http://websitedesigncork.com/
Tags: 

*/

a img{
	border-bottom:none !important;
}

.morePosts{
		/*background-color: #e7e7e7;*/
		border:1px dashed #e7e7e7;
	padding:20px;
	overflow: hidden;
}

.morePosts h5{
	margin-top:0;
}

img.alignleft{
	margin-right:10px;
	margin-bottom:10px;
}

img.alignright{
	margin-left:10px;
	margin-bottom:10px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.avatar{
	/*vertical-align: middle;*/
	
}


/* side */

.blogHome{
	font-size:1.6em;
font-weight:bold;
line-height:1.4;
margin:1.2em 0 0;
}

.sideBlog {
	padding-left:20px;
}

.sideBlog ul{
	 list-style-position: inside;
	/* margin-left:20px;*/
	margin-left:10px;
}

.col1-3 h4{
	color:#79bc21;
}

.searchBlog label{
	display:none;
}

.searchBlog input{
	width: 150px;
}

.searchBlog .submit{
	margin-left:10px;
	padding: 4px 0;
	width:70px;
	font-size:12px;
}

/* posts */

.post h2{
	/*display:inline-block;*/
	display:inline;
	margin-right:10px;
	margin-bottom:0;
}

.theTime{
	color:#c3c3c3;
	font-size:18px;
	white-space: nowrap;
}

.entry{
	margin-top:20px;
}

.entry ul, .entry ol{
	list-style-position: inside;
	margin-left:10px;
}

.postmetadata{
	border:1px dashed #e7e7e7;
	padding:20px;
	background-color:#f2f2f2;
}

/* comments */

.commentSubmit{
	padding-top:10px;
	clear:both;
	
}

.commentSubmit p{
	text-align:right;
	padding-right:20px;
}

input#subscribe{
	border:none;
	 vertical-align: middle;
	 margin-top:10px;
}

/* more comments */

ol.commentlist{
	list-style: none;
}

ol.commentlist li{
	margin-bottom:10px;
}

ol.commentlist li.bypostauthor{
	border:2px solid #79bc21;
}

.comment{
	background-color: #e7e7e7;
	padding:20px;
}

/* what is button */

.whatis{
	text-indent:-9999px;
	background:transparent url(images/what-is-assemblypoint.gif) no-repeat scroll 0 0;
	display:block;
	width:280px;
	height:40px;
	margin-top:20px;
}

a.whatis{
	border-bottom:none !important;
}

.whatis:hover{
	background-position:0 -40px;
}


/* search */

.search .col2-3 input {
	width:300px;
}

.search .col2-3 .submit{
	 margin: 0 0 0 10px;
	 width:150px;
	 padding: 5px 0 5px 0;
}

