/*
Theme Name: Dublin Irish Festival
Theme URI: http://www.dublinirishfestival.org
Description: Theme based on the look of existing Dublin Irish Festival Web site
Version: 1.6
Author: Michael Sawicki
Author URI: http://www.dublinirishfestival.org

*/

@import url('/css/master.css');
.post {
	margin:0 0 50px;
	border-bottom:1px solid #9cc350;
	
	
}/* Holds the Post */

.post .comment-box {
	padding:0 0 25px;
	background:url(/news/wp-content/themes/dif2010/images/comment-tail.jpg) no-repeat 0px 18px;	
}/* the Comment Box */

.post .comment-box a{
	padding:5px 12px 5px;
	background:#9cc350;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	text-decoration:none;
	font-size:150%;
}/* the Comment Box */
.post .comment-box a:hover{
	text-decoration:underline;
	
}/* the Comment Box */
.post .postmetadata {
	color:#666;
	margin:0 0 15px;
}
.post .comments-template {
	margin:30px 0 0;
}

/*Comments ----------------------------------*/
ol.commentlist {
	margin:0 0 60px;
}
#maincontainer ol.commentlist li.alt p{
	background:#EBEBEB;
	line-height:1.2em;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	font-size:100%;
	color:#6C6C6C;
	

}
ol.commentlist li {
	margin: 10px 0 30px;
	width:100%;
	display:block;
}
ol.commentlist li .commentmetadata {
	float:left;
	width:150px;
	
}
#maincontainer ol.commentlist li p{
	width:400px;
	margin:0 0 0 170px;
	padding:15px;
	font-size:100%;
	color:#6C6C6C;
	line-height:1.2em;
	background:#f5f5f5;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
}
ol.commentlist li .name {
	font-weight:bold;
	border-bottom:1px solid #0C3;
}
ol.commentlist li .name a {
	text-decoration:none;
	color:#333;
}
.leave-a-comment {
		background:#f5f5f5;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:15px;
	border:1px solid #ccc;
}

ul#blog-list h4, ul#blog-list h2{
	font-size:130%;
padding:5px;
}

.post h2 a {
	text-decoration:none;
	color:#333;
}
.post h2 a:hover{
border-bottom:#969696 1px dashed
}

/* Page Navigation */

.wp-pagenavi .current, .wp-pagenavi a.last, .wp-pagenavi a.first {
	padding:5px 7px 5px;
	margin:3px;
	background:#EAEAEA;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.wp-pagenavi a{
	padding:5px 7px 5px;
	margin:3px;
	background:#9cc350;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.wp-pagenavi .pages {
	display:none;
}
.wp-pagenavi .extend {
	display:none;
}
#maincontainer .post img {
	margin:10px;
}
#maincontainer .post ul {
	margin:0 10px 10px;
}