@charset "UTF-8";

/* GlOBAL DEFAULTS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 100% Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
	background: #000 url(http://assets.freemontbarrington.com/images/bg-trans.png) no-repeat 640px 40px;
	text-align: left;
}

html>body {
	font-size: 16px;
}

p {
	font-size: 0.875em;
	line-height: 1.43em;
	margin-bottom: 1.714em;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 1.67em;
	margin-top: 1em;
	margin-bottom: 0.67em;
}

h2 {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1.125em;
	line-height: 1.11em;
	margin-bottom: 1.11em;
}

h4 {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 0.875em;
	line-height: 1.43em;
	margin-bottom: 1.714em;
}

h6 {
	font-size: 0.75em;
	line-height: 1.67em;
	margin-bottom: 1.67em;
}

a,a:link,a:visited,a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* LAYOUT */

#container {
	background: none;
	overflow:auto;
	padding-top:40px;
}

#maincolumn {
	float:left;
	width: 780px;
	overflow: auto;
}

#header {
	height:100px;
	padding-left: 40px;
}

#content {
	width:580px;
	padding:40px;
	margin-left: 20px;
	-moz-border-radius:40px;
/*
	-moz-border-radius-topright:40px;
	-webkit-border-top-right-radius:40px;
	-moz-border-radius-bottomright:40px;
	-webkit-border-bottom-right-radius:40px;
*/
	-webkit-border-radius:40px;
	background: #fff;
}

#footer {
	width:600px;
	padding:40px;
	text-align:center;
}



/* CONTENT */

div.wrapper {
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 20px;
}

div.post-info {
	float: left;
	width: 139px;
	text-align: right;
}

h2.post-info {font-family: Courier;}

div.post {
	float: right;
	width: 400px;
	border-left:1px solid #ccc;
	padding-left: 20px;
}

a.date {
	color: #000;
}

a.time {
	color: #555;
}

a.notecount,a.commentcount,a.tag {
	color:#666;
	background: #eee; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding: 0.3125em 8px;
}

div.info {
	margin-bottom: 10px;
}

a.notecount,a.commentcount {
	font-size: 0.75em;
	line-height: 1.67em;
	margin-bottom: 1.67em;

}

a.tag {
	font-size: 0.625em;
	line-height: 2em;
	margin-bottom: 2em;
	margin-left: 8px;
}

.post h2, p.post, div.post {font-family: Courier;}



/* NAVIGATION */





/* PERIPHERAL */



/* SIDEBAR */
#sidebar {display: none;}


/* MISCELLANEOUS */

.no-display {
	display: none;
}

.clear {
	clear: both;
}

.white {color: #fff;}

#twitter {display:none;color: #fff;font-size:10px;margin-left:20px;}
#twitter a {color: #fff;}
#twitterusername {background: url(http://assets.freemontbarrington.com/images/Twitter-red-64.png) no-repeat;float: left;text-transform: uppercase;font-weight: bold;padding:15px 0 35px 70px;}
#tweet {float: left;padding: 15px 0 35px 20px;}

