﻿body{
	background: #79646b url(../images/background.png) repeat-x;
	font: 9pt/16pt verdana,helvetica,serif;
	text-align: center;
}

a{color: #ceed6a; text-decoration: none;}
a:hover{color: #d6acee;}

hr{
	clear: both;
	visibility: hidden;
}

.rightalign{text-align: right;}
.center{text-align: center;}

.left{float: left;}
.right{float: right;}

#container{
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

h1{
	background: url(../images/logo.png) no-repeat;
	height: 245px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 423px;
}

h1 a{
	display: block; 
	height: 245px; 
	overflow: hidden;
	text-indent: -1000px;
	width: 423px;
}

#content{
	float: left;
	margin: 0 auto;
	width: 650px;
}

.post{
	background: #f7f4f5;
	border: 1px solid #606060;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-khtml-border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
}

.post h2{color: #704688;}
.post h3{color: #704688;margin: 0;}
.post h3 span{color: #9c7caf;}

.post h4{
	background: #fbf8f9;
	border: 1px solid #eceaeb;
	padding-left: 3px;
	color: #9c7caf;
}

.post a{color: #704688;}
.post a:hover{color: #799815;}

.post blockquote{
	border-left: 2px solid #aaa;
	color: #555;
	margin-left: 10px;
	padding-left: 10px;
}

.post blockquote.pullquote{
	background: url(../images/quote.png) 0 0 no-repeat;
	border: 0;
	color: #555;
	font-size: 160%;
	margin-left: 0;
	padding-bottom: 10px;
	padding-left: 40px;
}

.post h3 a .today{color: #9c7caf;}
.post h3 a .date{color: #9c7caf;}

.post .meta{color: #aaa;font-size: 90%;}

.post .media{
	background-color: #fbf8f9;
	border-bottom: 2px solid #eceaeb; 
	border-top: 2px solid #eceaeb; 
	padding: 5px;
	text-align: center;
	width: 100%;
}

.post .quoted{
	color: #555;
	text-align: right;
}

.post img{
	background: #fff;
	border: 1px solid #688704;
	padding: 3px;
}

.post img.largeshot{
	background: none;
	border: 0;
	padding: 0;
	box-shadow: rgb(0,0,0) 0px 0px 30px;
	-webkit-box-shadow: rgb(0,0,0) 0px 0px 30px;
	-moz-box-shadow: rgb(0,0,0) 0px 0px 30px;
}

.post img.rightimage{
	float: right;
	margin-left: 10px;
}

.post img.leftimage{
	float: left;
	margin-right: 10px;
}


.leftarea{
	float: left;
	width: 45%;
}

.rightarea{
	float: right;
	width: 45%;
}


#sidebar{
	float: right;
	width: 250px;
}

#twitter{
	background: url(../images/twitter.png) no-repeat 90px bottom;
	margin-bottom: 30px;
	padding-bottom: 67px;
}

#twitter blockquote{
	background: #968188;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
	margin: 0;
	width: 100%;
}

#twitter blockquote p{overflow: hidden; padding: 10px;}

#sidebar h3{
	height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
	text-indent: -1000px;
	width: 245px;
}

#sidebar h3#tsb{background: url(../images/tsb.png) no-repeat 37px 0;}
#sidebar h3#TTG{background: url(../images/ttg.png) no-repeat 33px 0;}
#sidebar h3#google{background: url(../images/google.png) no-repeat 14px 0;}

#sidebar #mojo{margin-top: 30px;}

#sidebar #mojo a{
	background: url(../images/mojo.png) no-repeat 33px 0;
	float: left;
	height: 95px;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent: -1000px;
	width: 250px;
}

#sidebar ul{
	background-color: #857077;
	border: 1px solid #606060;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
	clear: both;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#sidebar ul li{
	padding: 5px 10px;
}

#sidebar ul li a{
	border: 1px solid #857077;
	display: block;
}

#sidebar ul li a span{display: block; margin: 0 3px; }

#sidebar ul li a.selected, #sidebar ul li a:hover{
	border: 1px solid #606060;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
	background-color: #968188;
	color: #502466;
}

#footer{
	color: #3e3438;
	clear: both;
	font-size: 90%;
	text-align: center;
	width: 650px;
}

#tminav{
	background: #e6e3e4;
	list-style: none;
	padding: 0;
	
}

#tminav li{
	display: inline;
	height: 73px;
	margin-right: 30px;
	float: left;
	width: 71px;
}

#tminav li a{
	background-repeat: no-repeat;
	border-bottom: 3px solid #f7f4f5;
	display: block;
	height: 73px;
	padding-bottom: 5px;
	overflow: hidden;
	text-indent: -1000px;
	width: 71px;
}

#tminav li a:hover,#tminav li a.active{
	border-bottom: 5px solid #e6e3e4;
}

#tminav li a:focus {outline: none;}


#tminav li a{background-image: url(../images/epgeneral.png);}
#tminav li a#tmiep1{background-image: url(../images/ep1.png);}
#tminav li a#tmiep2{background-image: url(../images/ep2.png);}
#tminav li a#tmiep3{background-image: url(../images/ep3.png);}
#tminav li a#tmiep4{background-image: url(../images/ep4.png);}
#tminav li a#tmiep5{background-image: url(../images/ep5.png);}

.gone{display: none;}
.here{display: block;}

#tmieptitle{margin-top: 20px; text-align: center;}
