/* @override http://localhost:9000/index.css */

/** Framework 
-------------------------------*/
body {
	background-color: #171c24;
	padding: 0;
	margin: 0;
}
#frame {
	position: relative;
	width: 100%;
	text-align: center;
}
#main {
	width: 900px;
	padding: 0;
	text-align: left;
	background-color: white;
	margin: 36px auto;
	position: relative;
	border: 1px solid #ddd;
}
#header {
	height: 36px;
}
#view {
	margin-left: auto;
	margin-bottom: 36px;
	margin-right: auto;
	margin-top: 36px;
	margin-top: 0;
	min-height: 32px;
	text-align: center;
}
#side {
	border-left: 1px solid #ddd;
}
#tags, #tint, #shorts, #about, #currently {
/*	width: 100%;*/
	float: left;
	position: relative;
	padding: 36px 32px 36px 35px;
	border-top: 1px solid #ddd;
	width: 256px;
}
#content {
	width: 468px;
	padding: 54px 0 54px 54px;
}
#footer {
	display: block;
	clear: both;
	float: none;
	border-color: #ff0012;
	border-width: 10px;
}
/* Framework **/

/* @group overall */

/** overall
--------------------------------*/
p, li, td, body {
	color: #545854;
	margin: 0 0 18px 0;
	font: normal 11px/18px Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
h1 {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}
a {
	color: #545854;
	text-decoration: none;
	border-bottom: 1px solid #b1b1b1;
}
a:hover {
	color: #0A1F05;
	border-bottom: 2px solid #0039F4;
}
acronym {
	border-bottom: 1px dotted #0039F4;
}
strong {
	font-weight: bold;
}
.selected, .selected p {
	color: #556E57;
	background: #7E997E;
}
.searchfound {
	background: #7E997E;
}
.error {
	color: #c00;
}
/* overall **/

/* @end */

/** header
--------------------------------------------*/
#header {
	display: none;
	position: relative;
}
#header p {
	font-size: 9px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2px;
}
#header #title {
	left: 0px;
}
#header #claim {
	right: 0px;
}
/* header **/

/** side */
#side {
	padding: 0;
	width: 324px;
	right: 0;
	float: right;
}
#side a {
	border: 0;
}
#side h1 {
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}
#side h1 a {
	border-bottom: 1px solid #0039F4;
}
/* side **/

/** search */
#searchform {
	margin-bottom: 0;
}
#searchform input {
	margin-top: 18px;
	background-color: #fff;
	color: #333;
	font-size: 10px; 
	width: 100%;
}
#searchform.selected {
	background-color: transparent;
}
#searchform.selected input {
	background: #7E997E;
	color: #556E57;
}
/* search **/

/** tags
--------------------------------------------*/
#tags {
	background-color: #eee;
	border-style: none;
}

#tags h1 {
	overflow: visible;
}

#tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tags li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	height: 18px;
	margin-right: 9px;
}

/* tags **/

/** tint */

/** shorts 
--------------------------------------------*/
#shorts {
	padding-bottom: 18px;
}
#shorts .short {
	float: left;
	padding: 0;
	margin: 0 0 18px 0;
}
#shorts .short div {
	font-size: 9px;
	line-height: 12px;
}
#shorts .short div strong {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	width: 80px;
	margin: 0;
}
#shorts img {
	float: left;
	padding: 3px;
	margin: 0 0 2px;
	border: 0;
	background: transparent url(img/shortimg-bg.gif) no-repeat scroll top left;
	width: 128px;
	height: 64px;
}

#shorts .text, #shorts .textWithImg {
	margin: 0;
	font-weight: normal; 
	text-transform: none;
}
#shorts .textWithImg {
	margin-left: 144px;
}
#shorts .time {
	font-size: 9px;
	color: #9BA199;
}
/* hover */
#shorts a:hover {
	border: 0; /* IE Win */
	color: #0A1F05;
}
#shorts a:hover img {
	background: transparent url(img/shortimg-bg.gif) no-repeat scroll bottom left;
}
/* selected */
#shorts .short#selectedShort {
	color: #556E57;
	background: #90a990;
}
#shorts .short#selectedShort img {
	opacity: .3;
	background: transparent;
}
#shorts .short#selectedShort .time {
	color: #78917A;
}
/* shorts **/

/** about */
#about {
	font-size: 12px;
}
#about h1 {
	margin-top: 0;
}
#about a {
	border-bottom: 1px solid #0039F4;
}
/* about **/

/** currently */
#currently {
	font-size: 12px;
}
#currently strong {
	font-weight: bold;
}
#currently #my_twitter_status_time, #twitterlink {
	font-size: 9px;
	color: #9BA199;
}
#currently #twitterlink, #currently a {
	border-bottom: 1px solid #0039F4;
}
/* currently **/

/** content
------------------------------------------*/
#content h1 {
	margin: 0;
}
#content div.listedItem {
	width: 450px;
	float: left;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 36px;
}
#content.newest div.listedItem p {
	margin: 0;
}
#content p, #content ul, #content ol {
	font-size: 12px;
	margin-bottom: 18px;
}
#content img {
	border: 1px solid #ccc;
}
#content a:hover img {
	border: 1px solid #000;
}
#content #commentBody {
	width: 200px;
	height: 100px;
}
#content h1 {
	margin-bottom: 18px;
}
#content h2 {
	margin: 0;
	position: relative;
	top: -2px;
	font: normal normal 30px/36px Arial, Helvetica, Georgia, Times, Monaco, "Trebuchet MS";
	border-width: 1px;
}
#content p.time {
	font-size: 9px;
	color: #9BA199;
	font-style: normal;
	display: block;
	margin-bottom: 0;
}
#content h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
}
#content h4 {
	font-family: "Georgia", serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;
	margin: 0;
}
#content div.listedItem.pager {
	text-align: center;
	float: none;
}
#content .pager p, #content .pager form {
	display: inline;
	margin: 0 8px;
}
#content .pager form {
	height: 8px;
	font-size: 6px;
}
#content .pager form select {
	font-size: 11px;
	color: #545854;
	background-color: #fff;
	border: 1px solid #a1a1a1;
	padding: 0;
}
#content ul, #content ol {
	margin: 0 0 18px 0;
	padding: 0 0 0 18px;
}
#content li {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#content code {
	font-size: 10px;
	line-height: 18px;
	font-family: Courier, sans-serif;
	background-color: #D4CECA;
	color: #6D645F;
}
#content pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#content pre code {
	display: block;
	background-color: #D4CECA;
	margin: 0 0 18px 0;
	padding: 9px;
	width: 448px;
	overflow: hidden;
}
#content div.comment {
	background-color: white;
	padding: 17px 17px 0 17px;
	border: 1px solid #ccc;
	margin-bottom: 18px;
}
/* content **/

/** content: classes contained in item strings from the database
------------------------------------------*/
#content .db h1 {
	font-family: Helvetica, Arial, "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 36px;
	margin: 0;
}
.float-left {
	float: left;
	margin-right: 18px;
	margin-bottom: 12px;
}
.float-right {
	float: right;
	margin-left: 18px;
}
#content .db img.no-border {
	border: 0;
}
.extra {
	display: block;
	padding: 18px;
	background-color: #9FA79D;
}
.extra a {
	border-bottom-color: #545854;
}
a.tooltipparent {
	text-decoration: none;
	border-bottom: 1px dotted #677;
	display: inline-block !important;
	display: inline;
	vertical-align: bottom;
	margin-bottom: -1px;
	position: relative;
}
a.tooltipparent span.tooltip {
	visibility: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 28px;
	padding: 4px;
	z-index: 1;
	background: #333;
	color: #9aa;
}
/* Opera 6+ specific values */
@media screen and (min-width: 0px) {
	a.tooltipparent span.tooltip {
		left: inherit;
		top: inherit;
		margin-top: 12px;
		width: 0;
	}
}
a.tooltipparent:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
a.tooltipparent:hover span.tooltip {
	visibility: visible;
	/* blow up width, could be zeroed by opera hack */
	width: 300px;
}
/* **/
