body {
	margin:           0px;
	background-color: #e7e7e7;
	font-family:      'Lucida Grande', Helvetica, sans-serif;
}

#content {
	width:            620px; /**/
	margin:           auto;
	padding:          15px;
	background-color: #fff;
	position:         relative;
}

a {
	color:            #666;
}

h1 {
	padding:          10px 0px 10px 0px;
	margin:           0px;
	text-align:       center;
	font:             bold normal 40px 'Courier New', Courier, monospace;
	/*letter-spacing:   -2px;*/
	/*line-height:      50px;*/
}
h1 span.special { /**/
	font-size: 1.5em !important;
	padding: 0 0.2em;
}

h1 a {
	color:            #444;
	text-decoration:  none;
}


/**/
#description2 {
	position:         absolute;
	right: 			  665px; /**/
	padding: 20px 0 0 0;
	text-align: right;
	width: 150px;
}

#description2 p.score {
	margin: 0;
	display: inline;
	font-size: 1.3em;
	color: #c00;
	font-weight: bold;
}

#description2 h3 {
	font-variant: small-caps;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#description2 ul {
	list-style: none;
	margin: 0.2em 0 1.5em;
	padding: 0;
}
#description2 li {
	margin: 0;
	padding: 0;
}

#description2 div {
	font:             normal 18px Helvetica,sans-serif;
	line-height:      20px;
	width:            180px; /**/
	color:            #666;
}

#description2 a {
	text-decoration: none;
	color: #c00 !important;
}

			#description2 div#search {
					text-align: right;
			}

#description2 div a {
	color:            #666;
}

#description2 .nav_container {
	font-size: 13px;
	font-weight: bold;
}

#description2 .nav_container .dim {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#description2 .nav_container a {
	text-decoration: underline !important;
}
/**/




#description {
	position:         absolute;
	left: 			  665px; /**/
	padding: 20px 0 0 0;
}

#description div {
	font:             normal 18px Helvetica,sans-serif;
	line-height:      20px;
	width:            180px; /**/
	color:            #666;
}

#description a {
	text-decoration: none;
	color: #c00;
}

			#description div#search {
					text-align: right;
			}

#description div a {
	color:            #666;
}

#description .nav_container {
	font-size: 13px;
	font-weight: bold;
}

#description .nav_container .dim {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#description .nav_container a {
	text-decoration: underline !important;
}

			#searchresultcount {
				margin: 0 0 30px;
				text-align: center;
			}

.post {
	position:         relative;
	margin-bottom:    40px;
	text-align:		  middle; /**/
}
.post p, .post div, .post div p {
	text-align: middle;
}

.post div.labels {
	position:         absolute;
	right:            635px; /**/
	text-align:       right;
	width:            150px;
}

.post div.date {
	background-color: #ccc;
	white-space:      nowrap;
	font:             Normal 20px Helvetica, sans-serif;
	letter-spacing:   -1px;
	color:            #fff;
	display:          inline;
	padding:          3px 5px 0px 5px;
	line-height:      20px;
	display: none !important; /**/
}

.post div.date a {
	color:            #fff;
	text-decoration:  none;
}

.post h2 {
	font-size:        18px;
	font-weight:      Bold;
	color:            #c00;
	letter-spacing:   -1px;
	/*margin:           0px 0px 10px 0px;*/
	margin: 1em 0 1em 0!important; /**/
}

.post h2 a {
	color:            #c00;
	text-decoration:  none;
}

/* Regular Post */
.post .regular {
	font-size:        12px;
	color:            #444;
	line-height:      17px;
}

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

/* Photo Post */
.post .photo {
	text-align: center;
}

.post .photo img {
	/*border:           solid 10px #fff;*/
	border: 1px #fff solid;
	border-top: 0; border-bottom: 0;
	margin: 0;
}

.post .photo div.caption {
	font-size:        11px;
	color:            #444;
	margin-top:       5px;
	text-align: center; /**/
}

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

/* Quote Post */
.post .quote span.quote {
	font:             Bold 28px Helvetica, sans-serif;
	letter-spacing:   -1px;
	color:            #666;
}

.post .quote span.quote a {
	color:            #666;
}

.post .quote span.quote big.quote {
	font:             Bold 60px Georgia, serif;
	line-height:      8px;
	vertical-align:   -20px;
}

.post .quote span.source {
	font-size:        16px;
	font-weight:      Bold;
	color:            #444;
	letter-spacing:   -1px;
}

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

/* Link Post */
.post .link a.link {
	font:             Bold 20px Helvetica, sans-serif;
	letter-spacing:   -1px;
	color:            #c00;
}

.post .link span.description {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
}

/* Conversation Post */
.post .conversation ul {
	background-color: #f8f8f8;
	list-style-type:  none;
	margin:           0px;
	padding:          0px;
	border-left:      solid 5px #ddd;
}

.post .conversation ul li {
	border-bottom:    solid 1px #ddd;
	font-size:        12px;
	padding:          4px 0px 4px 8px;
	color:            #444;
}

.post .conversation ul li span.label {
	font-weight:      bold;
	color:            #111;
}

/* Audio Post */      
.post .audio div.caption {
	font-size:        11px;
	color:            #444;
	margin-top:       5px;
}

.post .audio div.caption a {
	color:            #444;
}

/* Video Post */
.post .video {
	width:            600px; /**/
	margin:           auto;
}

.post .video div.caption {
	font-size:        11px;
	color:            #444;
	margin-top:       5px;
}

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

/* Footer */
#footer {
	margin:           40px 0px 30px 0px;
	text-align:       center;
	font-size:        1.5em; /**/
}

#footer a {
	text-decoration:  none;
	/*color:            #444;*/
	color: #c00 !important; /**/
}

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

			.query { font-weight: bold; }
			
/* CUSTOM */

.topads {
	text-align: center;
	margin: 0.7em 0 2em;
}

.middleads {
	text-align: center;
	margin: 2em 0;
}

.sideads {
	text-align: left;
	margin: 1em 0;
	position: relative; left: -2px;
}

div.tags_container {
}

div.tags_container a {
	margin: 0 0.2em;
}

div#loading_tag_cloud {
	display: inline;
	margin: 0;
	padding: 0;
}

div#tag_cloud_container {
	margin: 1em 0;
	max-height: 100px;
	overflow: hidden;
}

div#tag_cloud ul {
	margin: 0 0;
	padding: 0;
	display: inline;
	list-style: none outside;
}

div#tag_cloud ul li {
	margin: 0;
	padding: 0;
	display: inline;
}



form {
	height: 100%;
	display: block !important;
}
button {
	cursor: pointer;
	color: #fff;
	font-size: 1px;
	height: 100%;
	min-height: 200px;
	width: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	display: block;
}


p.newcaption {
	font-size: 0.7em;
	color: #444;
	margin-top: 0.5em;
	text-align: center !important;
}


.justified, .justified p, .justified div {
	text-align: justify;
}