/*  
Theme Name: Leland Mod
Theme URI: http://leland.nu/
Description: Modified WP theme for Evan Patrick.
Version: 1.0
Author: Richard Leland
Author URI: http://leland.nu/

*/

/*************************************************************
Global styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(/images/bgtile.gif) repeat-x;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

td, th, p, li, dt, dd {
	font-size: 10px;
	line-height: 1.25em;
	color: #fff;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	border: none;
	padding: 3px;
}

p, ol, ul, table {
	margin-bottom: 1em;
}

h1, h2, h3, h4 {
	margin-bottom: .5em;
}

cite {
	font-style: normal;
}

img {
	border: 0;
}

input#submit, input#searchsubmit, input.submit {
	border: none;
	background-color: #858585;
	color: #fff;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*************************************************************
Home page thumb styles
*************************************************************/

p.thumbnail img {
	padding: 3px;
	border: 1px solid #999;
	margin-bottom: .25em;
}

/*************************************************************
Header styles
*************************************************************/

#header {
	width: 720px;
	height: 30px;
	color: #fff;
	font-size: 10px;
}

#header img {
}

#header span {
	position: absolute;
	top: 8px;
	right: 0;
}

#header span a {
	text-decoration: none;
	color: #fff;
}

#header span a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}

/*************************************************************
Credit styles
*************************************************************/

p.credits, p.credits a {
	color: #E5E5E5 !important;
}

p.credits a:hover {
	color: #fff !important;
}

/*************************************************************
Navigation styles
*************************************************************/

#nav {
	position: absolute;
	top: 40px;
	left: 0;
	background: #8c8c8c url(/images/bg_nav.gif) repeat-x;
	overflow: hidden;
	width: 720px;
	height: 26px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	white-space: nowrap;
	width: 118px;
	height: 26px;
}

#nav ul li a span {
	display: none;
}

li#reel a  {
	background-image: url(/images/nav_reel.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
	margin-right: 2px;
}

li#reel a:hover {
	background-image: url(/images/nav_reel.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

li#animation a  {
	background-image: url(/images/nav_animation.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#animation a:hover {
	background-image: url(/images/nav_animation.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

li#animationIn a  {
	background-image: url(/images/nav_animation_in.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#still a  {
	background-image: url(/images/nav_still.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#still a:hover {
	background-image: url(/images/nav_still.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

li#stillIn a  {
	background-image: url(/images/nav_still_in.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#about a  {
	background-image: url(/images/nav_about.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#about a:hover {
	background-image: url(/images/nav_about.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

li#aboutIn a  {
	background-image: url(/images/nav_about_in.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#news a  {
	background-image: url(/images/nav_news.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#news a:hover {
	background-image: url(/images/nav_news.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

li#newsIn a  {
	background-image: url(/images/nav_news_in.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

li#contact a  {
	background-image: url(/images/nav_contact.gif);
	background-repeat: no-repeat;
}

li#contact a:hover {
	background-image: url(/images/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

li#contactIn a  {
	background-image: url(/images/nav_contact_in.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
}

/*************************************************************
Main area styles
*************************************************************/

#main {
	position: absolute;
	top: 76px;
	left: 0;
	background: #737373 url(/images/bg_page.gif) repeat-y;
	padding: 20px;
	width: 720px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 680px;
}

html>body #main {
	width: 680px;
}

#main a, #extra a {
	text-decoration: none;
	color: #8dd3ff;
}

#main a:hover, #extra a:hover {
	text-decoration: none;
	color: #eaeac9;
}

#main_left {
	float: left;
	width: 430px;
}

#main_right {
	float: right;
	width: 180px;
}

/*************************************************************
Main area for portfolio pages
*************************************************************/

#main_folio {
	position: absolute;
	top: 76px;
	left: 0;
	background: #737373;
	padding: 10px;
	width: 720px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px;
}

html>body #main_folio {
	width: 700px;
}

/*************************************************************
Post styles & Contact form styles
*************************************************************/

.post blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

.post textarea#comment, #frmContact textarea.msg {
	width: 430px;
	height: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 420px;
	height: 90px;
}

html>body .post textarea#comment, #frmContact textarea.msg {
	width: 420px;
	height: 90px;
}

#frmContact input.field {
	width: 430px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 420px;
}

html>body #frmContact input.field {
	width: 420px;
}

.postdate, .commentinfo {
	position: relative;
	background-color: #858585;
	padding: 5px;
}

.postdate img, .commentinfo img {
	vertical-align: middle;
}

.postmetadata {
	border-top: 2px solid #858585;
	padding-top: 5px;
	margin-bottom: 2em;
}

.editlink, .logoutlink {
	position: absolute;
	right: 5px;
}

/*************************************************************
Extra box styles - holds video links, etc.
*************************************************************/

#extra {
	position: absolute;
	top: 250px;
	right: 10px;
	background-color: #737373;
	padding: 5px;
}

#extra p {
	margin: 0;
}

/*************************************************************
Info area styles
*************************************************************/

#info {
	position: absolute;
	top: 366px;
	left: 0;
	/*float: left;*/
	margin-right: 10px;
	background: #737373 /*url(/images/bg_info.gif) repeat-x*/;
	overflow: auto;
	padding: 10px;
	width: 380px;
	/*height: 120px;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 360px;
	/*height: 100px;*/
}

html>body #info {
	width: 360px;
	/*height: 100px;*/
}

#info {
	scrollbar-face-color: #8c8c8c;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #8c8c8c;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #666;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #999;
	scrollbar-track-color: #8E8E8E;
}

/*************************************************************
Project page number list styles
*************************************************************/

#list {
	position: absolute;
	top: 366px;
	left: 390px;
	/*padding-top: 5px;*/
}

#list ul {
    width: 240px;
    overflow: hidden;
}

#list ul li {
    float: left;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 4px;
}

#list ul li a {
    display: block;
	color: #fff;
    padding: 5px;
	text-decoration: none;
	background: #818181 url(/images/bg_item.gif) repeat;
	border: 1px solid #000;
}

#list ul li a:hover {
	border: 1px solid #E5E5E5;
}

#list ul li a span {
}

#list p {
	margin-bottom: 15px;
}


/*************************************************************
sIFR styles
*************************************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 18px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 16px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 12px;
}

