@charset "UTF-8";
/*
Theme Name: Lipman Hearne Commons
Theme URI: http://lipmanhearnecommons.com
Description: Theme made specifically for Lipman Hearne &copy;2009.
Version: 2.0
Author: Erik Kraft
Author URI: http://restlessbee.com/
*/

/* 
-----------------------------------------------
\\\ Reset 
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* 
-----------------------------------------------
\\\ General
----------------------------------------------- */

input { 
line-height: 1; 
}

body { 
background: url(images/main_bg.png) #fff;
color: #333; 
font: normal 14px/1.58 'Helvetica Neue', helvetica, arial, sans-serif;
text-align: center; 
}

#container_outer {
	width: 100%;
	float: left;
    background: url(images/mast_bg.png) transparent repeat-x;
	text-align: center;
}

#container {
width: 980px;
margin: 0 auto;
text-align: left;
}

#content {
	float: left;
	width: 980px;
	background: url(images/content_bg.png) transparent;
	padding-bottom: 18px;
}

.clearboth {
	clear: left;
	height: 1px;
} 

p, ul, li {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited  {
	text-decoration: none;
	color: #3b5e7c;
}

a:hover {
	text-decoration: underline;
}


/* 
-----------------------------------------------
\\\ Masthead
----------------------------------------------- */
#masthead {
	float: left;
	position: relative;
	width: 980px;
	height: 125px;
}

#mark {
	position: absolute;
	top: 75px;
	left: 20px;
	width: 448px;
	height: 52px;
	line-height: 52px;
	text-indent: -5000px;
	background: url(images/logo.png) no-repeat scroll 0 0;
}

#mark a {
	display:block;
	height:52px;
}

#tag {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 458px;
	height: 12px;
	line-height: 12px;
	text-indent: -5000px;
	background: url(images/tag.png) no-repeat scroll 0 0;
}

#home {
	position: absolute;
	top: 0;
	right: 20px;
	width: 160px;
	height: 39px;
	line-height: 39px;
	text-indent: -5000px;
	background: url(images/home.png) no-repeat scroll 0 0;
}

#home a {
	display:block;
	height:39px;
}

/* 
-----------------------------------------------
\\\ Main
----------------------------------------------- */
#main {
	float: left;
	position: relative;
	display: inline;
	width: 720px;
	margin: 30px 0 0 0;
}

.post {
	float: left;
	width: 720px;
	display: inline;
	position: relative;
	padding-bottom: 24px;
	background: url(images/rule_540.png) 180px bottom  no-repeat;
	margin-bottom: 25px;
}

h1.resulthead {
	float: left;
	display: inline;
	width: 540px;
	line-height: 1.1;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 180px;
	margin-bottom: 25px;
}

h2 {
	float: left;
	display: inline;
        width: 540px;
	line-height: 1.1;
	font-weight: bold;
	font-size: 24px;
	margin-left: 180px;
	margin-bottom: 11px;
}

h2 a:link, h2 a:visited {
	color: #333;
}

h3 {
	font-weight: bold;
	margin-bottom: 7px;
}

.meta {
	float: left;
	display: inline;
	position: relative;
	margin-top: 3px;
	text-align: right;
	width: 160px;
	font-size: 11px;
	line-height: 1.64;
}

.post_content {
	float: left !important;
	position: relative;
	display: inline;
	margin-left: 20px;
	width: 540px;
}

.tags {
	padding-top: 4px;
	font-size: 10px;
	text-transform: uppercase;
}

.comments {
	float: left;
	display: inline;
	margin-left: 180px;
	width: 540px;
	padding-top: 24px;
	background: url(images/rule_540.png) left top no-repeat;
	margin-top: 10px;
}

ol.commentlist {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 16px;
        font-size: 12px;
}

.comments p {
	font-size: 12px;
	margin-bottom: 3px;
}

.commentMeta {
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	margin: -1px 0 15px;
}

.awaiting {
	margin: -10px 0 15px;
}

.comments form {
	margin-top: 15px;
}

.comments form fieldset {
	margin-bottom: 10px;
}

.comments form label {
	float: left;
    width: 100px;
    margin: 0 4px 0 0;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
}

.comments form fieldset div.field {
	float: left;
	width: 428px;
}

.comments form fieldset div.field input.textinput {
	width: 428px;
	padding: .3em;
	font: 12px'Helvetica Neue', helvetica, arial, sans-serif;
	border: 1px solid #ccc;
}

.comments form fieldset div.field textarea {
	width: 428px;
	padding: .3em;
	font-size: 12px;
	overflow: auto;
	border: 1px solid #ccc;
	font: 12px/1.3 'Helvetica Neue', helvetica, arial, sans-serif;
}

.comments form div.submit {
	padding-left: 104px;
}

#post_nav {
	float: left;
	display: inline;
	width: 540px;
	margin: -10px 0 15px 180px;
}

#post_nav p {
	font-weight: bold;
	font-size: 11px;
}

#prev {
	float: left;
	max-width: 275px;
}

#newer {
	float: right;
	text-align: right;
	max-width: 270px;
}

/* 
-----------------------------------------------
\\\ Sidebar
----------------------------------------------- */
#sidebar {
	float: left;
	width: 220px;
	display: inline;
	margin: 30px 0 0 20px;
	border-left: 1px solid #dadada;
}

#sidebar h3 {
	margin: 0 0 3px 18px;
	width: 199px;
	height: 15px;
	line-height: 15px;
	text-indent: -5000px;
	background: url(images/sidebar.png) no-repeat scroll 0 0;
}

#sidebar h3#date {
		background: url(images/sidebar.png) no-repeat scroll 0 -15px;
}

#sidebar ul, #sidebar p, #sidebar form {
	margin: 0 0 18px 20px;
	font-size: 11px;
}

#sidebar ul li {
	margin-bottom: 3px;
}

#main_nav {
	font-weight: bold;
}

#sidebar ul#date_nav {
	margin-bottom: 0;
}

#sidebar form {
	margin-top: 18px;
	float: left;
	display: inline;
}

#sidebar form input.textinput {
	width: 165px;
	color: #777;
	float: left;
	display: inline;
	padding: .2em;
	text-transform: uppercase;
	font: 10px'Helvetica Neue', helvetica, arial, sans-serif;
	border: 1px solid #ccc;
}

label.hidden {
	display: none;
}

.btn {
	float: left;
	padding-left: 2px;
}

#rss {
	float: left;
	clear: left;
	display: inline;
	width: 199px;
	padding-bottom: 4px;
}

#rss a {
	display: block;
	padding-left: 18px;
	background: url(images/rss.png) no-repeat scroll 0 1px;
}

/* 
-----------------------------------------------
\\\ Footer
----------------------------------------------- */
#footer p, #footer ul {
	float: left;
	display: inline;
	font-size: 10px;
	line-height: 1.7;
	width: 180px;
	margin: 20px 20px 20px 0;
}

#footer ul li {
	margin-bottom: 0;
	font-weight: bold;
}

#footer p#footmark {
	width: 106px;
	height: 18px;
	line-height: 18px;
	text-indent: -5000px;
	background: url(images/lh_footer.png) no-repeat scroll 0 0;
	margin: 25px 53px 0 20px;
}

p#footmark a {
	display: block;
	line-height: 18px;
}
