@charset "utf-8";
/* TPM CSS Document */

/* Structure ----------------------------------------------------- */
html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	overflow:hidden;
	width:100%;
	color: rgb(102, 102, 102);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;

}
#main {
	padding:0px;
	width:100%;
	height:100%;
    min-height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;

}
#container {
	padding:0px;
	height: 100%;
	width:900px;
	margin: 0 auto;
    position: relative;
    min-height: 100%;
}

#leftContent {
	position:fixed;
	float:left;
	bottom:0px;
	width:300px;
	height:100%;
	z-index:3;
	background-color:#FFFFFF;
}
#leftContent #content {
	margin:20px;
}
#rightContent {
	position:relative;
	top:128px;
	float:right;
	bottom:0px;
	height:100%;
	width:550px;
	z-index:2;
}
#rightContent #content {
	width:100%;
	padding-top:20px;
	display:block;
}
#rightContent #content img,
#rightContent #content #videoplayer {
	float:left;
	border:none;
	margin-bottom:10px;
	width:550px;
}

/* General ------------------------------------------------------- */
.clear{
	clear: both;
	height:0px;	
}
a{
	color: rgb(153, 153, 153);
	text-decoration: none;
}
a.selected{
	color: rgb(51, 153, 255);
	text-decoration: none;
}
a:hover{
	color: rgb(51, 153, 255);
	text-decoration: underline;
}
a:active{
	color: rgb(51, 51, 51);
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	color: rgb(51, 51, 51);
	font-weight: normal;
}
h2{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0.93em 0;
}

h3{
	font-size: 12px;
	line-height: 16px;
}

h4{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 1em 0;
}

hr{
	margin: 0 0 0.83em 0;
	border: none;
	border-top: 1px dashed rgb(204,204,204);
	height: 0px;
}

/* front page posts ------------------------------------------------------ */

#post {
	padding: 0;
	margin: 0 0 48px 0;
	background-color: #ffffff;
	font-size:12px;
}


.postbox,
.caption {
	font-size:12px;
}


.postbox img,
.postbox object,
.postbox embed {
	margin-top:5px;
	margin-bottom:5px;
}

.postbox {
	padding-bottom:20px;
}

#post h2 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 9px 0;
	padding: 0;
}
.postbox {
	color:  rgb(102, 102, 102);
}
.postbox A {
	color:  rgb(102, 102, 102);
	text-decoration:underline;
}
.postbox A:hover {
	color: rgb(51, 153, 255);
/*	border-bottom: dotted #cccccc 1px; */
}
#post h2 A:link, #post A:visited {
	color: rgb(51, 153, 255);
/*	border-bottom: dotted #cccccc 1px; */
}

#post h2 A:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
}

#post h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 12px 0;
	padding: 0;
}

#post h3 A:link, #post A:visited {
	color: rgb(51, 153, 255);
/*	border-bottom: dotted #cccccc 1px; */
}

#post h2 A:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #cccccc 1px;
}

.meta {
	text-align: left;
	color: #999999;
	padding: 0;
	margin: 0 0 0 0;
	font-size:12px;
}
.meta p,
.meta a {
	font-size:12px;
}

.meta A:link
{
	color: #999999;
	text-decoration: none;
	border: none;
}

.meta A:hover
{
	color: rgb(51, 153, 255);
	text-decoration: underline;
}

/* --------------------------------------------------------------------- */
#single {
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* miscell. structure */

.brush {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin:0;
	padding:0;
	background:transparent;
}

blockquote {
	padding-left: 26px;
	padding-right: 26px;
	margin: 0 0 18px 0;
}


/* miscell. styles */


.dim {
	color: #cccccc;
}

sup {
	line-height: 0px;
}


/* bounding box */

#t, #b {
	left: 0;
	right: 0;
	height: 20px;
	position: fixed;
	display: block;
	background-color: #dfff0c;
	z-index: 42;
}

#l, #r {
	top: 0;
	bottom: 0;
	width: 20px;
	position: fixed;
	display: block;
	background-color: #dfff0c;
	z-index: 42;	
} 

#t {
	top: 0;
	background: url(/images/border/blue/t.gif) repeat-x;
}

#b {
	bottom: 0;
	background: url(/images/border/blue/b.gif) repeat-x;
}

#l {
	left: 0;
	background: url(/images/border/blue/l.gif) repeat-y;
}

#r {
	right: 0;
	background: url(/images/border/blue/r.gif) repeat-y;
}

#tl, #tr, #bl, #br {
	height: 20px;
	width: 20px;
	position: fixed;
	display: block;
	z-index: 666;
}

#tl {
	top: 0;
	left: 0;
	background: url(/images/border/blue/tl.gif);
}

#tr {
	top: 0;
	right: 0;
	background: url(/images/border/blue/tr.gif);
}

#bl {
	bottom: 0;
	left: 0;
	background: url(/images/border/blue/bl.gif);
}

#br {
	bottom: 0;
	right: 0;
	background: url(/images/border/blue/br.gif);
}
iframe {
	display:none;
}