@charset "UTF-8";
/* CSS Document */
/* The Emoticon */
/* By John Terenzio http://terenz.io */

/* global styles */

body {
	margin: 10px;
	background-color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
}
p {
	margin: 0 0 15px 0;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #0088FF;
}
a:visited {
	color: #0088FF;
}
a:hover {
	color: #80C3FF;
}
a:active {
	color: #80C3FF;
	outline: none;
}
a img {
	border: none;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container {
	background-color: transparent;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* top bar styles */

#topbar {
	text-align: right;
	font-size: 12px;
}
#topbar a {
	text-decoration: underline;
}

/* header styles */

#header {
	height: 120px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

/* sidebar styles */

#sidebar {
	float: right;
	background-color: #000000;
	width: 180px;
	height: 600px;
	padding: 7px 20px 20px 0;
}
#sidebar .sidebarLinks {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}
#sidebar .sidebarHR {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 2px;
	background-image: url(../images/center_hr_sm.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#sidebar .sidebarFooter {
	margin-top: 20px;
	color: #333333;
	text-align: center;
	font-size: 8px;
}
#sidebar .sidebarFooter a {
	color: #333333;
}
#sidebar .sidebarFooter a:hover {
	text-decoration: underline;
}
#sidebar .searchBox {
	text-align: right;
}

/* main content container */

#content {
	background-color: #000000;
	float: left;
	width: 660px;
	min-height: 300px;
	padding-left: 20px;
	padding-right: 20px;
}

/* post styles */

#content .post {
	margin: 0 0 5px 0;
	background: url(../images/center_hr.png) bottom no-repeat;
}
#content .postHeader {
	height: 47px;
}
#content .postTitle {
	float: left;
	width: 80%;
}
#content .postTitle h1 {
	margin: 9px 0 0 0;
	font-size: 22px;
	font-weight: bold;
}
#content .postTitle h1 a {
	color: #FFFFFF;
}
#content .postEmoticon {
	float: left;
	width: 20%;
	color: #FF8800;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
}
#content .postBody {
	margin: 15px 0 0 0;
	text-align: justify;
	overflow: auto;
}
#content .postBody a {
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px dotted #0088FF;
}
#content .postBody a:hover {
	border-bottom: 1px solid #0088FF;
}
#content .postBody blockquote {
	font-style: italic;
}
#content .postByline {
}
#content .postAuthor {
	font-weight: bold;
}
#content .postFooter {
	height: 35px;
}
#content .post .tags {
	float: left;
	width: 80%;
	font-size: 12px;
}
#content .post .commentLink {
	float: left;
	width: 20%;
	text-align: right;
	font-size: 12px;
}
#content .post .commentLink a {
	margin: 0 0 0 10px;
}

/* comment styles */

.comment {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/center_hr.png) bottom no-repeat;
	font-size: 12px;
}
.leavecomment {
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	margin-left: 48px;
}
.leavecomment textarea {
	border: #333333 solid 1px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;	
	width: 560px;
	resize: none;
}
.leavecommentlogin {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
}
.deletecomment {
	float: right;
	position: relative;
	top: -18px;
	font-size: 10px;
}

/* misc styles */

.login {
	margin-left: 215px;
	margin-top: 10px;
	text-align: right;
}
.newpost {
	background-color: #FFFFFF;
	color: #000000;
}
.pagination {
	float: left;
	margin: 10px 0 20px 0;
	font-size: 12px;
}
.currpage {
	color: #FF8800;
}
.query {
	padding-bottom: 2px;
	font-weight: bold;
	background-image: url(../images/left_hr.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.searchresult {
	margin-top: 10px;
}
.error {
	font-size: 10px;
	color: #FF0000;
}
.success {
	font-size: 10px;
	color: #00FF00;
}
.settinglink {
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #0088FF;
	padding-bottom: 5px;
}
.settinglink:hover {
	color: #80C3FF;
}
.setting {
	font-size: 12px;
	text-align: right;
}
.managepostlink {
	font-weight: bold;
	font-size: 10px;
}
.profilePic {
	width: 150px;
	float: left;
}
.userInfo {
	width: 494px;
	float: right;
}
