/********************************************************/
/**  MAIN ELEMENTS
/********************************************************/

body {
	text-align: center;
	color: black;
	/*font: 9px/14px helvetica, arial, sans-serif;*/
	font: 11px/14px helvetica, arial, sans-serif;
}

h1 {
	font-size: 24pt;
	text-transform: uppercase;
	color: black;
}

a, a:hover {
	color: black;
	text-decoration: underline;
}

h1 a, h1 a:hover {
	text-decoration: none;
}

input {
	/*font: 9px/14px helvetica, arial, sans-serif;*/
	font: 11px/14px helvetica, arial, sans-serif;
	outline: none;
	border: 1px solid black;
}

input.submit {
	vertical-align: middle;
	width: 50px;
	height: 16px;
	padding: 0;
}

/********************************************************/
/**  SITE HOME
/********************************************************/

#siteContainer {
	width: 1026px;
	border: 1px solid black;
	margin: 0 auto 50px;
	text-align: left;
}

#bodyContainer {
	min-height: 300px;
	padding: 27px 27px 27px;
	/*height: 300px;*/
}

#bodyHeader {
	height: 224px;
	width: 100%;
	background-color: black;
}

#logo {
	width: 100%;
}

#footer {
	background-color: black;
	height: 72px;
	min-height: 72px;
	width: 100%;
}

#footerMsg {
	padding-top: 24px;
	padding-left: 28px;
	font-family: Helvetica;
	font-size: 11px; /* was 10px */
	line-height: 12px;
	color: white;
	width: 600px;
	float: left;
}

#footerMsg a {
	color: #333333;
	text-decoration: none;
}

#footerMsg a:hover {
	color: white;
	text-decoration: none;
}

#searchBox {
	margin-top: 24px;
	margin-right: 28px;
}

#searchBox input {
	width: 305px;
}

/********************************************************/
/**  FLASH BOXES
/********************************************************/

.flash {
	display: none;
	margin: 10px 0 10px;
	padding: 10px 10px 10px;
	font: 16px/18px helvetica, arial, sans-serif;
}

.flash.message {
	display: block;
	border: 2px solid #5e9135;
	background-color: #dff5ce;
	color: #5e9135;
}

.flash.error {
	display: block;
	border: 2px solid red;
	background-color: #edb3b3;
	color: red;
}

/********************************************************/
/**  LOGIN BAR
/********************************************************/

#loginBar {
	padding: 2px 34px 0;
	margin: 0;
	float: right;
	z-index: 100;
	position: relative;
}

#loginBar a {
	color: #CCCCCC;
	text-decoration: none;
}

#loginBar a:hover {
	color: #999999;
}

#loginForm {
	width: 300px;
	text-align: right;
	z-index: 150;
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: white;
}

/********************************************************/
/**  POSTS
/********************************************************/

.post {
	width: 308px;
	border: 1px dotted #999999;
	margin: 7px 7px 7px;
	/*display: inline-block;*/
	float: left;
	position: relative;
}

.post.min {
	height: 464px;
	min-height: 464px;
}

.post.full {
	min-height: 724px;
	float: right;
	width: 584px;
}

.post.work {
	background-color: #EFEFEF;
}

div.post:hover {
	background-color: #F6F6F6;
}

.postHeader {
	margin: 6px 8px 6px;
	border-bottom: 1px dotted #999999;
}

.postDate {
	color: #BEC0C2;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 5px;
}

.postDate a {
	text-transform: none;
}

.postBody {
	position: relative;
}

.postBody #postControls {
	position: absolute;
	top: 4px;
	right: 12px;
	background-color: black;
}

.postBody #postControls a {
	color: white;
	font-weight: bold;
}

.postBody img {
	width: 290px;
	height: 274px;
	margin-left: 9px;
	margin-top: 4px;
}

.post.full .postBody img {
	width: 566px;
	height: 534px;
}

.postBody p {
	margin: 4px 9px 38px;
	min-height: 70px;
}

.postFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	width: 100%;
}

.postFooter img {
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}

.postFooter #commentCloud {
	margin-top: 0;
	margin-right: 8px;
	float: right;
	background: url('/images/tb_comments.gif') 0 0 no-repeat;
	width: 31px;
	height: 30px;
}

.postFooter #commentCloud.nocomments {
	background: url('/images/tb_no_comments.gif') 0 0 no-repeat;
}

.postFooter .comment_count {
	position: absolute;
	top: 13px;
	right: 8px;
	width: 30px;
	text-align: center;
	color: white;
	font-weight: bold;
}

/********************************************************/
/**  COMMENTS
/********************************************************/

.post.comments {
	display: block;
	margin: 0 7px 0;
}

#commentsContainer {
	margin: 7px 0 0;
	padding-right: 24px;
	border-right: 1px solid #EEEEEE;
	float: left;
}

.commentForm input {
	border: 1px solid #999999;
	margin: 0 8px 0;
	width: 290px;
}

.commentForm textarea {
	border: 1px solid #999999;
	margin: 1px 8px 0;
	width: 290px;
	height: 44px;
	font: 11px/14px helvetica, arial, sans-serif;
}

.commentForm input.submit {
	width: 50px;
	height: 16px;
	padding: 0;
	margin-bottom: 6px;
}

.commentList {
	margin: 0 8px 0;
	width: 290px;
}

.comment {
	border-top: 1px dotted #999999;
	padding: 6px 0 0;
}

.comment .content {
	margin-bottom: 4px;
}

/********************************************************/
/**  PAGINATION
/********************************************************/

.pagination {
	width: 100%;
	height: 92px;
	margin-top: 40px;
	/* remove below after sub-ing images */
	font-size: 93pt;
	font-weight: bold;
	letter-spacing: -20px;
	text-align: center;
}

.pagination a {
	color: gray;
	text-decoration: none;
}

.pagination a:hover {
	color: black;
}

.pagination .next_page {
	margin-left: 30px;
}

.p1 {
	width: 36px;
	height: 89px;
	background: url('/images/p1.gif') 0 0 no-repeat;
	float: left;
	margin: 0 4px;
}

.p2 {
	width: 54px;
	height: 89px;
	background: url('/images/p2.gif') 0 0 no-repeat;
	float: left;
	margin: 0 4px;
}

/********************************************************/
/**  FORMS
/********************************************************/

.new_post input,
.edit_post input {
	font: 16px/18px helvetica, arial, sans-serif;
}

.new_post textarea,
.edit_post textarea {
	font: 16px/18px helvetica, arial, sans-serif;
	width: 80%;
}