/*
Theme Name: Heir WT skin
Theme URI: http://worms2d.info/?skin=ewt
Description: OoO's enhancement of Wyvern's older WormTube skin
Version: 1.1
Author: OutofOrder
Author URI:
Tags: legacy elegant

        A description is you!

*/

/* =========== General =========== */
body {
	margin: 0;
	padding: 0;
	background: #bcbcbc url('bodyback.png') repeat-x top;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
}
a, a:link{
	color: #733ecc;
	text-decoration: none;
}
a:hover, a:visited {
	color: #af70c5;
}
img {
	border: 0;
}
input, textarea, select {
	background-color: #e8e8e8;
	border: 1px solid #959595;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #a50029;
}
form {
	margin: 0px;
}
#AddComment input {
	padding: 2px;
}
textarea {
	padding: 2px;
	color: #a50029;
	font-size: 1em;
	font-family: monospace;
	width: 85%;
}
hr {
	border: none 0px;
	border-top: 1px dotted #29399c;
}
input:hover, textarea:hover {
	border: 1px solid #a50029;
}
input:focus, textarea:focus {
	border: 1px solid #a50029;
}
.inputbutton {
	font-weight: bold;
	cursor: pointer;
	color: #29399c;
	border: 1px outset;
}
.inputbutton:hover {
	border: 1px solid #a50029;
}
/* ========= Main layout ========= */
body, html {
	min-height: 100%;
	height: 100%;
}
#globalWrapper {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: url('bodybottomback.png') repeat-x bottom;
}
#content_container {
	padding-bottom: 5em;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
/* =========== Footer =========== */
#foot_content {
	width: 800px;
	margin: 0 auto;
	border: 1px solid gray;
	border-bottom: none;
	background: #c5c5c5;
	padding: 1em 3em 3em;
	color: #29399c;
}
#foot_content ul {
	margin: 0;
	right: 1em;
	list-style: none;
}
#foot_content li {
	float: right;
	white-space: nowrap;
	display: inline;
	margin: 0 0.2em;
	padding: 0.4em 0.6em;
	background: #eeeeee;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 0.6em;
	font-weight: bold;
}
#foot_content div {
	float:left;
	font-size: 0.7em;
	padding: 0 0.6em;
}
#rss {
	font-weight: bold;
}
div#skinselector {
	float: right;
	margin-top: 2px;
	clear: right;
}
#skinselector select {
	font-size: 1em;
}
#admin {
	float: left;
}
#clear {
	display: none;
}
/* =========== Titles =========== */
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.14em;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
}
h1 {
	font-size: 2.6em;
	color: #29399c;
	line-height:1.05em;
}
h2 {
	margin-bottom: 0.4em;
	font-size: 1.45em;
	color: #a50029;
	border-bottom: 2px solid #f8f8f8;
}
h1 a,h2 a {
	color: inherit !important;
}
h3 {
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:bold;
}
.quotes {
	font-family: Georgia, helvetica, fantasy;
	margin: 0 0.2em;
}
/* =========== Fixed background and logo =========== */
/* bg1, bg2 not needed */
#bg1,#bg2 {
	display: none;
}
#logodiv {
	margin: 0 auto;
	width: 840px;
}
#logodiv a {
	margin-left: -70px;
	margin-top: 8px;
	position: absolute;
	z-index: 5;
	border: 1px solid #888888;
}
#logo {
	display: block;
	width: 128px;
	height: 88px;
	background: url('logo.gif');
}
#nav {
	margin: 0 auto;
	height: 22px;
	width: 840px;
	padding-left: 140px;
}
#nav ul {
	float: left;
	position: relative;
	margin: 5px 0 0;
	padding: 0;
	list-style:none outside none;
	line-height: 1em;
	font-size: 0.9em;
	font-variant: small-caps;
	font-family: Trebuchet MS, Verdana, helvetica;
}
#nav ul li {
	float: left;
	position: relative;
	cursor: pointer;
}
#nav ul li.active_tab {
	position: relative;
	z-index: 4;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover {
	color: #A50029;
	display: block;
	background: url('tabs_inactive.png') no-repeat scroll 100% 0 transparent;
	margin-right: 10px;
}
#nav ul li a:hover, #nav ul li.active_tab a, #nav ul li.active_tab a:link, #nav ul li.active_tab a:visited, #nav ul li.active_tab a:hover {
	background: url('tabs.png') no-repeat scroll 100% 0 transparent;
}
#nav ul li a span {
	position: relative;
	display: block;
	height: 26px;
	left: -5px;
	margin-right: 10px;
	padding-left: 15px;
	padding-top: 8px;
	background: url('tabs_inactive.png') no-repeat scroll 0 0 transparent;
}
#nav ul li a:hover span, #nav ul li.active_tab a span {
	background: url('tabs.png') no-repeat scroll 0 0 transparent;
}
/* =========== News =========== */
#news {
	background: url('round-edge.png') white top right no-repeat;
	padding: 0.5em;
	margin-top: 0.5em;
}
.newstitle {
	margin-bottom: 0.3em;
	font-weight: bold;
	color: #29399c;
	text-align: left;
}
.newspost {
	margin: 0 5em;
	border-bottom: 1px dotted #29399c;
	padding: 1em;
	text-align: left;
	font-size: 0.85em;
}
.newsdata {
	margin-top: 0.5em;
	font-size: 0.9em;
	color: #29399c;
}

/* =========== Search =========== */
#p-search {
	float: right;
	margin: 7px auto 0;
	text-align: right;
}
#searchInput {
	width: 150px;
	margin: 0;
}
/* =========== Page contents =========== */
#content {
	position: relative;
	border: 1px solid gray;
	margin: 8px auto;
	width: 800px;
	padding: 0.5em 3em 2.2em;
	background: #f2f2f2;
	color: black;
	text-align: left;
}
#content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content p {
	text-align: center;
	margin: 0 auto;
}
#heading{
	margin: 0 100px 1em;
}
#heading h1 {
	font-weight: bold;
}
#heading h1:before, #heading h1:after {
	margin: 0 0.5em;
}
.subtitle {
	font-size: 84%;
	line-height: 1.2em;
	text-align: center;
	color: #29399C;
}
#about {
	position: relative;
	bottom: 0;
	width: 800px;
	margin: 0 auto;
	font-size: 0.7em;
	text-align: center;
}
#bannerlinks * {
	display: inline;
	margin: 0 4px;
}
#affiliate img {
	cursor: pointer;
}
#affiliate textarea {
	font-size: 1.5em;
}
/* ======== Movie playback ========= */
#video  {
	position: relative;
	margin-bottom: 1em;
	border-bottom:1px solid #DBDFEE;
	background: gray url('tape-cut.png') center center no-repeat;
	z-index: 100;
}
#video:after, .movie_box:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.narrow #video, .wide #description {
	float: right;
}
.wide #video {
	margin-left: auto;
	margin-right: auto;
}
#commentform, .narrow #description {
	float: left;
}
#description, #commentform, #comments {
	background: url('round-edge.png') white top right no-repeat;
	padding: 0.5em;
	margin-bottom: 0.5em;
}
#content div h2 {
	text-align: left;
}
#author, #creationdate, #wtdate, #download, #featured {
	font-size: 0.75em;
}
.narrow #description, .narrow #commentform {
	width: 36%;
}
.wide #description, .wide #commentform {
	width: 47%;
}
#description {
	line-height: 1.5em;
	margin-right: 0.5em;
}
#commentform form {
	margin: 0 auto;
}
#comments {
	clear: both;
}
/* ========= Movie gallery ========= */
#gallery {
	background: white;
	border: gray 1px solid;
	padding: 1em;
	text-align: left;
	width: 85%;
	margin: 0 auto;
}
#summary {
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	margin-bottom:1em;
}
#orderby {
}
.movie {
	margin-bottom: 1em;
	padding-left: 0.5em;
	line-height: 1.25em;
}
.movie .movie_title {
	font-size: 1.4em;
	margin-left: -0.5em;
	line-height: 1.5em;
	width: 80%;
}
.movie .new {
	margin: 0 5px -8px;
}
.movie div strong {
	margin-left: -0.5em;
}
.movie .movie_desc {
	width: 80%;
}
.movie_desc .movie_desc_hidden {
	display: none;
}
.movie_desc a.movie_desc_show, .movie_desc a.movie_desc_show:link {
	font-variant: small-caps;
	font-size: 0.8em;
	color: #733ecc;
}
.movie .thumbnail {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}
.movie_box .thumbnail {
	margin: 0 auto;
}
.thumbnail {
	border-spacing: 0;
}
.thumbnail td { padding: 0; }

.thumbnail img {
	border: 1px solid gray;
	display: block;
}
.thumbnail img:hover {
	border: 1px solid white;
}
.thumbnail .top {
	height: 14px;
	background: url('thumbframe_top.png');
}
.thumbnail .bottom {
	height: 14px;
	background: url('thumbframe_bottom.png');
}
.thumbnail .left, .thumbnail .right {
	width: 15px;
	background: url('thumbframe_v.png');
}
.hd_on, .hd_off {
	font-variant: small-caps;
}
.hd_on {
	color: #33D633;
}
.hd_off {
	color: #aaa;
}
.featured {
	margin-bottom: -5px
}
/* =========== Comments =========== */
.comm {
	border-bottom: 1px dotted #A50029;
	margin: 0.5em 1em;
	padding: 0.5em;
	font-family: "Trebuchet MS";
}
.comm_author {
	font-size: 0.9em;
	padding-left: 2.8em;
}
.comm_author strong {
	color: #A50029;
}
.comm_text {
	padding: 0.5em 3em;
	background: url('balloon.png') 8px 3px no-repeat transparent;
}
#last_comm {
	border-bottom: none;
}
.extra {
	display: none;
}
/* =========== WormTube specific =========== */

.movie_box {
	margin-bottom: 20px;
}
.title {
	clear: right;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#hometable {
	width: 100%;
	text-align: center;
}
#hometable > tr > td {
	background: white;
	padding: 0.5em;
}
#hometable td.movielist {
	background: url('round-edge.png') white top right no-repeat;
	vertical-align: top;
}
#error_content {
	height: 320px;
	background: url('w_cinema.png') white center left no-repeat;
	margin: 8px auto;
	padding: 0.5em 3em 2.2em 3em;
	width: 800px;
	z-index: 2;
	color: black;
	border: 1px solid gray;
	text-align: left;
	position: relative;
}
#error_content h2, #error_content p {
	float: right;
	width: 330px;
	margin: 0.5em auto;
	clear:right;
}

/* ============== Custom =============== */
#sc_form {
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px;
	cursor: crosshair;
}
#sc_form * {
	cursor: crosshair;
}
#sc_form a:link, #sc_form a:visited {
	color: #A50029;
	font-size: 2.2em;
	margin: 5px;
}
