/*
Theme Name: LucasCast
Theme URI: http://wordpress.org/
Description: The LucasCast theme by <a href="http://www.twilightlynk.com/">Lynk Former</a>.
Version: 1.0
Author: Lynk Former
Author URI: http://www.twilightlynk.com/
Tags: lucascast, lynk former, twilight lynk

*/

html {
	width: 100%;
}

body {
	background: #000 url(images/background.gif) repeat-x;
	border: 0px;
	color: #fff;
	font: 10pt Verdana, Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 760px;
	text-align: center;
}

img {
	border: 0px;
}

table {
	border: 0px;
	width: 100%;
}

td {
	vertical-align: top;
}




/* Template  */

#sitewrapper {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align: center;
}

#header {
	position: relative;
	background-image: url(images/lucascast.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 100px;
}

#header h1 {
	margin: 0;
	font-size: 8pt;
}

a.home {
	display: block;
	width: 367px;
	height: 100px;
	text-decoration: none;
}

a.home i {
	visibility: hidden;
}

#header #random {
	position: absolute;
	top: 78px;
	left: 123px;
	font-style: italic;
}

#header #menu {
	position: absolute;
	top: 17px;
	left: 367px;
	width: 393px;
	height: 28px;
	font: bold 8pt Verdana, Tahoma, Arial, sans-serif;
	line-height: 8px;
	text-align: left;
}

#menu,
#menu ul {
	list-style: none;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 8px;
}

#menu a {
	display: block;
}

#menu li {
	float: right;
	margin: 0;
}

#menu li a {
	display: block;
	padding: 19px 22px 5px 5px;
	color: #fff;
	text-decoration: none;
}

html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	background: url(images/menu_hover.gif) no-repeat top right;
	color: #c00;
}

#facebook {
        position: absolute;
        top: 55px;
        left: 644px;
        width: 16px;
        height: 16px;
}

#twitter {
	position: absolute;
	top: 55px;
	left: 670px;
	width: 16px;
	height: 16px;
}

#addthis {
	position: absolute;
	top: 55px;
	left: 696px;
	width: 16px;
	height: 16px;
}

#rss {
	position: absolute;
	top: 55px;
	left: 722px;
	width: 16px;
	height: 16px;
}

#content {
	clear: both;
	background: #001430 url(images/content_background.gif) repeat-x;
	border-top: 1px solid #951A1A;
	width: 740px;
	padding: 10px;
	font: 10pt Verdana, Tahoma, Arial, sans-serif;
	text-align: left;
}

#content a,
#content a:link,
#content a:active,
#content a:visited {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
}

#content a.altlink,
#content a.altlink:link,
#content a.altlink:active,
#content a.altlink:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content a.altlink:hover {
	color: #c00;
}

#content h3 {
	margin: 10px 0 0 0;
	font-size: 12pt;
	font-weight: bold;
	line-height: 28px;
}

#content h3 a,
#content h3 a:link,
#content h3 a:active,
#content h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#content h3 a:hover {
	color: #c00;
}

#content p {
	margin: 10px 0 0 0;
	line-height: 20px;
	text-align: justify;
}

#content div.date {
	font-size: 10pt;
	font-weight: bold;
	line-height: 14px;
}

#content #home_left {
	float: left;
	width: 355px;
	padding: 0 5px 0 5px;
	font-size: 8pt;
	line-height: 16px;
}

#h2_latestepisode {
	clear: both;
	background-image: url(images/h2_latestepisode.gif);
	width: 355px;
	height: 21px;
	margin-top: 10px;
}

#home_left h3 {
	margin: 5px 0 0 0;
	font-size: 12pt;
	font-weight: bold;
	line-height: 28px;
}

#home_left h3 a,
#home_left h3 a:link,
#home_left h3 a:active,
#home_left h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#home_left h3 a:hover {
	color: #c00;
}

#home_left ul {
	
}

#home_left div.previouscasts {
	border-top: 1px solid #951a1a;
	margin: 5px 0 7px 0;
	font-size: 10pt;
	line-height: 20px;
	text-align: right;
}

#home_left div.previouscasts a,
#home_left div.previouscasts a:link,
#home_left div.previouscasts a:active,
#home_left div.previouscasts a:visited {
	color: #fff;
	text-decoration: none;
}

#home_left div.previouscasts a:hover {
	color: #c00;
}

#content #home_left p {
	margin: 10px 0 0 0;
	line-height: 16px;
	text-align: justify;
}

#content #home_right {
	float: right;
	width: 365px;
}

#content #home_right p {
	margin: 10px 0 0 0;
	line-height: 20px;
	text-align: justify;
}

#h2_403forbidden {
	clear: both;
	background-image: url(images/h2_403forbidden.gif);
	width: 241px;
	height: 21px;
	margin-top: 10px;
}

#h2_404notfound {
	clear: both;
	background-image: url(images/h2_404notfound.gif);
	width: 241px;
	height: 21px;
	margin-top: 10px;
}

#h2_archives {
	clear: both;
	background-image: url(images/h2_archives.gif);
	width: 155px;
	height: 21px;
	margin-top: 10px;
}

#h2_contact {
	clear: both;
	background-image: url(images/h2_contact.gif);
	width: 155px;
	height: 21px;
	margin-top: 10px;
}

#h2_episodesummary {
	clear: both;
	background-image: url(images/h2_episodesummary.gif);
	width: 301px;
	height: 21px;
	margin-top: 10px;
}

#h2_meetthecast {
	clear: both;
	background-image: url(images/h2_meetthecast.gif);
	width: 246px;
	height: 21px;
	margin-top: 10px;
}

#h2_whatislucascast {
	clear: both;
	background-image: url(images/h2_whatislucascast.gif);
	width: 365px;
	height: 21px;
	margin-top: 10px;
}

#h2_403forbidden h2,
#h2_404notfound h2,
#h2_archives h2,
#h2_contact h2,
#h2_episodesummary h2,
#h2_latestepisode h2,
#h2_meetthecast h2,
#h2_whatislucascast h2 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

img.profilepic {
	float: left;
	margin-right: 10px;
}

#footer {
	clear: both;
	width: 760px;
	height: 43px;
	padding-top: 7px;
	font: 8pt Verdana, Tahoma, Arial, sans-serif;
	line-height: 13px;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #c00;
}

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 110px;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 610px;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

input#wpcf_your_name,
input#wpcf_email,
input#wpcf_subject,
textarea#wpcf_msg {
	background-color: #000;
	border: 1px solid #951a1a;
	color: #fff;
}