a { color: #06c; }

a:visited { color: #aaa; }

a:hover { color: #000; }

body {
	background-color: #fff;
	background-image: url(img/topper.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 39px;
	margin: 0px 0px 50px 0px;
	font: normal 13px Calibri, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #000;
}

.clear {
	margin: 0; padding: 0; clear: both; }


div.pagination { text-align: right; padding: 3px; margin: 3px; }

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #888;
}

div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #06c;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

div.post { 
	margin-bottom: 40px; 
	margin: 0; 
	padding: 0 0 10px 0; 
	border-bottom: solid 1px #06c;
}

/* Conversation Post */
div.post div.conversation ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0px 0px 0px 20px;
	border-left: solid 2px #36f;
}

div.post div.conversation ul li {
	font-size: 13px;
	padding: 4px 0px 4px 8px;
	color: #000;
	margin-bottom: 1px;
}

div.post div.conversation ul li span.label {
	font-weight: bold;
	font-size: 13px;
	font-family: monospace;
	color: #06c;
}

div.post div.conversation ul li.even { background-color: #e4e4e4; }

div.post div.conversation ul li.odd { background-color: #fff; }

/* Link Post */
div.post div.link {
	color: #666;
	font-size: 24px;
	text-align: right;
	letter-spacing: normal;
	margin-right: 40px;
}

div.post div.link a {
	color: #666;
	text-decoration: none;
	border-bottom: dashed 1px #666;
}

div.post div.link a:hover { color: #06c; text-decoration: none; }

div.post div.link div.description {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 20px;
}

div.post div.link small { color: #06c; font-size: 11px; font-weight: bold; }

div.post div.photo div.caption { font-size: 15px; margin-top: 5px; color: #888; }

div.post div.photo div.caption a { color: #888; }

/* Photo Post */
div.post div.photo img { border: 1px solid #ddd; padding: 4px; }

/* Quote Post */
div.post div.quote { padding: 0px 30px 0px 30px; }

div.post div.quote div.source { font-size: 16px; color: #666; text-align: right; }

div.post div.quote div.source a { color: #666; }

div.post div.quote span.quote { font-size: 24px; color: #444; }

div.post div.quote span.quote a { color: #444; }

div.post div.quote span.quote big.quote {
	font: Bold 60px Georgia, serif;
	line-height: 1px;
	vertical-align: -23px;
/*	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30); */
}

div.post div.quote span.quote big.quote a { text-decoration: none; }

/* Regular Post */
div.post div.regular {
	font: normal 15px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	line-height: 140%;
}

div.post div.regular blockquote { font-style: italic; }

/* Video Post */
div.post div.video div.caption { margin-top: 5px; color: #888; font-size: 13px; }

div.post div.video div.caption a { color: #888; }

div.post h2 { font-size: 14px; color: #444; margin: 0px 0px 5px 0px; }

div.post h2 a { color: #06c; text-decoration: none; }

div.post img.permalink {
	border-width: 0px;
	width: 23px;
	height: 9px;
	margin: 0 !important;
	border-color: #fff;
	background: transparent;
	padding: 0px;
	float: right;
	clear: both !important;
/*	display: none; */
}

div.post:hover img.permalink { display: block; }

/* img#rss {
     width: 18px;
     height: 18px;
     border-width: 0px;
     float: right;
     margin-left: 30px;
     margin-bottom: 10px;
}
*/

h1 {
	color: #06c;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

h1 a {
	color: #06c;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

h1 a:visited {
	color: #063;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

h1 a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

div.post h3 {
	color: #c0c0c0;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.post h3 a {
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}

div.post h3 a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

div.post h3 a:hover {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

img#regular {
	width: 48px;
	height: 48px;
	border-width: 0px;
	float: left;
	margin-left: -60px;
	margin-bottom: 10px;
	border-right: 0px solid #000;
}

.containerComments { background: #eee; font-size: 12px; padding: 6px; }

.containerFormComments {
	margin: 25px 65px 0px 0px;
	font-family: Verdana;
	font-size: 1.3em;
}

.date {
	margin: 30px 0px 25px 0px;
	color: #06c;
	padding-right: 0px;
	font-size: 24px;
	font-weight: normal !important;
	text-align: right;
	letter-spacing: normal;
	text-transform: uppercase;
	/* border-bottom: solid 1px #06c; */
}

#commentForm #btnAdd { margin: 0; float: right; font-size: 13px; }

#commentForm input { width: 190px; padding: 2px; margin: 5px 5px 1px 0; }

#commentForm input, #commentForm textarea { font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; }

#commentForm p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0 10px 0;
	text-align: right;
}

#commentForm textarea { width: 100%; padding: 2px; }

#comments h3 { color: #06c; font-size: 17px; }

#container {
	width: 500px;
	margin: 10px auto 0 auto !important;
	padding: 0px !important;
	background-color: #fff;
	border-top: solid 4px #06c;
	border-bottom: solid 4px #06c;
}

#description { display: none; }

/* Footer stuff */
#footer {
	margin: 10px auto 0 auto;
	width: 500px;
	font-size: 14px;
	color: #777;
	text-align: center;
	padding-bottom: 20px;
}

#footer a { color: #06c; text-decoration: none; }

#footer a:hover{ color: #777; text-decoration: underline; }

#footer img { border: 0px; }

#header {
	background-color: #fff;
	background-image: url(img/logo3.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 86px;
	width: 450px;
	padding: 5px;
	margin: 50px auto 10px;
	padding: 10px;
	background-color: #fff;
}

/* User Login Navigator */
#navigation { font-size: 11px; font-weight: bold; }

#navigation a { color: #555; text-decoration: none; }

#navigation a:hover { text-decoration: underline; }

#wrapper {
	width: 500px;
	margin: 50px auto 0px auto;
	padding: 5px;
	background: #fff;
}
