/*
Theme Name: Terminus Est
Theme URI: http://www.cantcatch.me
Description: Terminus Est, adapted design for CantCatch.me
Version: 1.0
Author: Chris Billett
Author URI: http://www.chrisbillett.net
Tags: clean, modern, widgets

	"CantCatch.me" by Chris Billett

	The CSS, XHTML and design is released under the GPL.

*/

/* HTML essentials */
* {
	margin:0;
	padding:0;
}
html, body, #bg, #bg table, #bg td {
	height:100%;
	width:100%;
}
body {
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:normal;
	font-variant:normal;
	line-height:1.3em;
}
a {
	color:#363636;
	text-decoration:none;
}
a:hover {
	color:#333;
}
hr {
	border:0;
	clear:both;
	width:500px;
}

/* background image CSS - replace image in header.php to edit */
#bg {
	position:fixed;
}
#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}
#bg td {
	text-align:center;
	vertical-align:middle;
}
#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}

/* WordPress essentials */
.aligncenter, div.aligncenter {
	display:block;
	margin:0 auto 5px;
}
.alignleft, div.alignleft {
	float:left;
	margin:0 5px 5px 0;
}
.alignright, div.alignright {
	float:right;
	margin: 0 0 5px 5px;
}
.navigation {
	background:#fff;
	display:block;
	height:15px;
	padding:10px 20px;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:5px;
	margin:10px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0;
}
.wp-caption p.wp-caption-text {
	font-size:0.8em;
	padding:2px;
	margin:0;
}
.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.children {
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.current_page_ancestor {
}
.widget {
}
.widget_text {
}
.blogroll {
}
.linkcat {
}

/* main elements */
#cont { /* resizable background element */
	margin:0 auto;
	overflow:auto;
}
#wrapper {
	background:url(images/trans.png);
	margin:75px 75px 75px auto;
	overflow:auto;
	padding:25px;
	position:relative;
	width:900px;
	z-index:70;
}
#header {
	display:block;
	height:75px;
	margin: 0 0 50px;
	padding:10px 0;
	width:900px;
}
#logo {
	float:left;
	width:400px;
	padding:0;
}
#nav {
	display:block;
	float:left;
	width:500px;
}
#nav #social {
	float:right;
	padding:0 10px 0;
}
#nav #social a {
	padding:0 5px;
}
#access { /* menu system */
	background:#feb729;
	clear:both;
	color:#00275e;
	display:block;
	float:right;
	margin:25px auto;
	width:900px;
}
#access .menu-header, div.menu {
	font-size:1.2em;
	font-weight:700;
	margin-left:12px;
}
#access .menu-header ul, div.menu ul {
	list-style:none;
	margin:0;
}
#access .menu-header li, div.menu li {
	float:left;
	position:relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#00275e;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.2);
	z-index:99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#00275e;
	color:#feb729;
	height:auto;
	line-height:1em;
	padding:10px;
	width:130px;
}
#access li:hover > a, #access ul ul :hover > a {
	background:#feb729;
	color:#00275e;
}
#access ul li:hover > ul {
	/* display:block; this commented out due to navigation.js animation - uncomment if disabling animtion */
}
#content {
	float:left;
	width:575px;
}
/* Post elements  */

.post {
	margin:0 0 75px;
	padding:0;
}
.post h1 {
	background-color:#feb729;
	border-bottom:#a8b1b8 2px solid;
	clear:both;
	color:#00275e;
	float:left;
	font-size:1.4em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:10px 20px;
}
.post h1 a {
	color:#00275e;
}
.post h2 {
	background:#00275e;
	border-top:#CCC 2px solid;
	color:#fff;
	display:block;
	float:right;
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:0;
	padding:5px 10px;
}
.post h2 a {
	color:#fff;
}
.post h3 {
	clear:both;
	color:#00275e;
	font-size:1.4em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:0 0 10px;
}
.post h3 a {
	color:#fff;
}
.post h4 {
	clear:both;
	color:#00275e;
	font-size:1.3em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:0 0 5px;
}
.post h4 a {
	color:#000;
}
.post h5 {
	clear:both;
	color:#00275e;
	font-size:1.2em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:0 0 5px;
}
.post h5 a {
	color:#000;
}
.post h6 {
	clear:both;
	color:#00275e;
	font-size:1.1em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:0 0 5px;
}
.post h6 a {
	color:#000;
}
.posttext {
	background:#fff;
	clear:both;
	padding:20px 20px 15px;
}
.posttext a {
	border-bottom:1px dotted;
}
.posttext p {
	padding:0 0 10px;
}
.posttext em {
	font-style:italic;
}
.posttext .alignright {
	float:right;
}
.posttext .alignleft {
	float:left;
}
.posttext .aligncenter {
	display:block;
	margin:0 auto;
}
.posttext ul {
	list-style:inside;
	margin:0;
	padding:0 30px 10px 30px;
}
.posttext ol {
	list-style:decimal;
	margin:0 47px;
	padding:0 0 10px 0;
}
.posttext blockquote {
	background:#FFC;
	border-left:2px solid #ccc;
	margin:5px 0 15px;
	padding:20px 20px 10px;
}
.posttext blockquote p {
	margin:0;
	padding:0 0 10px;
}
.posttext pre {
	background:#f0f0f0;
	font-family:courier;
	font-size:0.8em;
	margin:10px 50px;
	padding:10px;
}
.posttext .indent, .post .indent p {
	padding-left:20px;
}
#sidebar {
	float:left;
	margin:0 0 0 75px;
	padding:0 0 5px;
	width:250px;
}
#sidebar #searchform {
	background:#fff;
	border-bottom:2px solid #ccc;
	clear:both;
	display:block;
	height:20px;
	padding:20px;
}
#s {
	background:#ffffcc;
	border:0;
	color:#333;
	float:left;
	height:15px;
	letter-spacing:0.1em;
	padding:5px;
	width:130px;
}
#s:hover {
	background:#a1c7fb;
}
#s:focus {
	background:#a1c7fb;
}
#searchform label {
	display:none;
}
#searchsubmit {
	background:#00275e;
	border:0;
	color:#fff;
	float:right;
	font-size:0.8em;
	height:25px;
	letter-spacing:0.1em;
	width:55px;
}
#sidebar h3 {
	background-color:#00275e;
	border-bottom:#a8b1b8 2px solid;
	clear:both;
	color:#fff;
	float:left;
	font-size:1.4em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:10px 20px;
}
#sidebar h3 a {
	color:#fff;
}
#sidebar .block {
	margin:0 0 50px;
}
#sidebar .block ul {
	background:#fff;
	border-bottom:2px solid #ccc;
	clear:both;
	padding:10px 0;
}
#sidebar .block li a {
	background:url(images/bullet.gif) no-repeat scroll 20px 52%;
	border-bottom:none;
	display:block;
	font-weight:400;
	margin:0;
	padding:0 30px;
}
#sidebar .block li a:hover {
	background:#f0f0f0 url(images/bullet_hover.gif) no-repeat scroll 20px 52%;
}
#sidebar li.recentcomments {
	padding:0 20px 5px;
}
#sidebar li.recentcomments a {
	background:none;
	border-bottom:1px dotted;
}
#sidebar li.recentcomments a:hover {
	background:none;
}
#sidebar ul.twitter {
	padding:5px 20px;
}
#sidebar li.twitter-item {
	margin:0 0 8px;
	padding:0 0 2px;
	border-bottom:#ccc thin dotted;
}
#sidebar li.twitter-item a {
	background:none;
	border-bottom:1px dotted;
	display:inline;
	padding:0;
}
#sidebar li.twitter-item a:hover {
	background:none;
}
#sidebar p.twitter-message {
	padding:5px 0
}
#sidebar .twitter-timestamp {
	font-size:0.8em;
	display:block;
	letter-spacing:0.1em;
}
#comments {
	background:url(images/trans.png);
}
#comments h2 {
	background-color:#feb729;
	border-bottom:#a8b1b8 2px solid;
	clear:both;
	color:#00275e;
	float:right;
	font-size:1.1em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:5px 10px;
}
#comments cite {
	background:#00275e;
	border-top:#ccc 2px solid;
	color:#fff;
	display:block;
	float:right;
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:0 0 50px;
	padding:5px 10px;
}
#comments cite a {
	color:#fff;
	border-bottom:1px dotted;
}
#comments em {
	font-style:italic;
	text-align:right;
}
#comments ol.commentlist li {
	background:#fff;
	border:0;
	clear:both;
	display:block;
	margin:0;
	padding:10px 0;
}
#commentform {
	background:#fff;
	clear:both;
	display:block;
	height:320px;
	padding:5px 0;
	position:relative;
}
#comments p {
	margin:10px 20px;
}
#comments span {
	color:#cfcfcf;
	display:block;
	float:right;
	font-size:3em;
	font-weight:700;
	padding:50px 5px 0 0;
}
#comments ul.formlist {
	display:block;
	margin:20px auto;
	position:relative;
	width:550px;
}
#comments ul.formlist li {
	display:block;
	margin:10px 0 0;
	padding:20px 0 0;
	position:relative;
}
#comments ul.formlist p {
	display:block;
	margin:10px 0 0;
	position:relative;
	text-align:center;
}
#comments input {
	background:#ffffcc;
	border:0;
	color:#696969;
	display:block;
	float:left;
	height:15px;
	margin:0 0 0 20px;
	padding:5px;
	position:relative;
	width:500px;
}
#comments input:hover {
	background:#a1c7fb;
}
#comments input:focus {
	background:#a1c7fb;
}
#comments textarea {
	background:#ffffcc;
	border:0;
	color:#333;
	display:block;
	float:left;
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:0 0 0 20px;
	padding:5px;
	position:relative;
	width:500px;
}
#comments textarea:hover {
	background:#a1c7fb;
}
#comments textarea:focus {
	background:#a1c7fb;
}
#comments li.submitbutton input {
	background:#00275e;
	border:0;
	color:#fff;
	display:block;
	float:right;
	font-size:0.8em;
	height:25px;
	letter-spacing:0.1em;
	margin:10px 20px 0;
	position:relative;
	width:100px;
}
#comments .center {
	text-align:center;
}
#footer {
	background:#00275e;
	border-top:#a8b1b8 2px solid;
	clear:both;
	color:#fff;
	display:block;
	float:right;
	font-size:0.8em;
	letter-spacing:0.1em;
	margin:25px 0 0;
	padding:10px 20px;
	width:auto;
}
#footer a {
	color:#f9f9f9;
}
/* Plugin Elements */

.pro-player-container { /* Pro Player */
	margin:5px 0 15px;
}
