/*
Theme Name: Kearns Brothers
Theme URI: http://www.kearnsbrothers.com/
Description: The official Kearns Brothers WordPress theme.
Version: 1.0
Author: Seth Alling
Author URI: http://www.tmprod.com/
*/

@import url('/styles/reset.css');
@import url('/styles/main.css');
/* =General/HTML Elements
-------------------------------------------------------------*/


/* =Typography
-------------------------------------------------------------*/
strong {
	text-transform:none;
}

div.entry ul li {
	background: url("/images/list-bg.png") no-repeat left 3px;
	padding-left:30px;
	line-height:26px;
}

/* =Headings
-------------------------------------------------------------*/
h1.rotatorTop {
	background:transparent url(/images/rotator-left-bg.png) repeat-y scroll left top;
	font-size:30px;
	height:45px;
	left:17px;
	line-height:45px;
	margin:0;
	padding-left:10px;
	top:13px;
	width:948px;
	color:#FFFFFF;
	position:absolute;
}

h1.pagetitle { font-size:24px; color:#000; }
h1 { margin:5px 0 0 0; }
h2 { font-size:20px; margin:5px 0 0 0; }
h3 { color:#A21325; }

/* =Links
-------------------------------------------------------------*/


/* =Layout
-------------------------------------------------------------*/

	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink { margin-top:25px; height:74px; }
img.feedImage { float:left; margin-left:150px; }

/* =Main Content Styles
-------------------------------------------------------------*/
.attachment-post-thumbnail {
	float:left;
	margin:3px 14px 14px 0;
	width:100px;
	height:100px;
	padding:10px;
	background:url(/images/blog-bg.png) no-repeat top left;
}

.left, div.comment-author {
	float:left;
}

.right, div.comment-meta {
	float:right;
}

div.comment-body p {
	clear:both;
	font-size:14px;
	padding:5px 0 10px 0;
	background:url(/images/line-bg.png) no-repeat center bottom;
	margin-bottom:10px;
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/
hr.pagetitle { margin-bottom:20px; }

/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/


/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/

form#commentform div {
	clear:both;
	position:relative;
}
form#commentform p {
	float:left;
	width:160px;
	margin:5px 0;
}
form#commentform input {
	float:left;
	width:220px;
	margin:5px 0;
}
select, textarea { margin:5px 0; }
form#commentform input.submit { width:auto; }
form#commentform .error {
	color:#A21325;
	font-size:12px;
	float:left;
}
form#commentform input.error, form#commentform textarea.error {
	font-size:14px;
	background-color:#ffeef0;
}
form#commentform p.full {
	width:152px;
	margin-left:160px;
}
form#commentform p.login {
	width:auto;
	float:none;
	margin:0;
}

/* =Table Styles
-------------------------------------------------------------*/



/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}