/*
Basic Style Sheet

version:   1c
author:    S.R. Wild
email:     design@srwild.com
website:   http://www.srwild.com/
IS THIS UPDATING
----------------------- */

/* =General----------------------- */


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0 0 .85em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Class for floats */
.left {
	float: left;
}

.right {
	float: right;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography----------------------- */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color:#300;
	text-align: center; 
	min-width: 760px;
	margin: 0;
	padding: 0;
        background-image: url(images/bg_top.jpg);
        background-repeat: no-repeat;
        background-position: top left;
	background: #98d2ac;
}

#content h2, #content h3 {
}

h1, h2, h3, h4 {
	margin: 2em 0 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.1em;
}

h1 {
	font-size: 1.9em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.5em;
	margin: 1em 0 .45em 0;
	padding: 0 0 .25em 0;
	border-bottom: .2em solid #900;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: .9em;
}

h6 {
	text-transform: uppercase;
}

ul, ol, li {
	font-size: 1.0em;
	line-height: 1.8em;
}

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.5em;
}

li  ul {
	margin-bottom: 0em; 
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
	margin-top: 1em;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 1em;
}

li, dd {
	margin: 0 0 1em 0;
}

dl {
	font-size: 1.0em;
}

dt {
	margin: 0;
	padding: 0 0 0 0;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
	font-weight: bold;
	}
	
blockquote {
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	}

blockquote p {
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Times New Roman", times, serif;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

hr {
	border-top: 1px solid #c93;
	border-bottom: 1px solid #c93;
	height: 1px;
	margin: 2em 1em;
	clear:both;
}

.timestamp h3 {
	font-size: .9em;
	text-transform: uppercase;
	border-bottom: none;
	border-left: 14px solid #300;
	padding: 0 0 0 4px;
	margin: 0 0 0 -18px;
}

/* =Links----------------------- */

a {text-decoration: none; font-weight: bold;}
a:link {color: #900; background-color: transparent;}
a:visited {color: #900; background-color: transparent;}
a:hover {color: #999; background-color: transparent;
}
a:active {color: #999; background-color: transparent;}


/* =Header----------------------- */

div#header {
	background: #fc0 url(../txp-images/content-bg_top.gif) no-repeat right bottom;
	display: block;
	height: 212px;
	width: 800px;
	position: fixed;
}

#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 a:link, #header h1 a:visited {
	background: transparent url(../txp-images/main-header.gif) no-repeat 0 0;
	display: block;
	height: 156px;
	margin-top: 30px
}


/* =Navigation----------------------- */

#nav { 
	width: 146px; 
	float: left; 
	position: fixed;
	text-align: right;
}

ul#main_menu {
	margin: 212px 0 30px 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
}

ul#main_menu li {
	display: block;
	padding: 7px 0 7px 0;
	margin: 0;
}

ul#main_menu a {
	color: #300;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 18px 7px 18px;
	margin: 0
}

ul#main_menu a:hover {
	color: #300;
	background: transparent url(../txp-images/menu-bg.gif) no-repeat 0 -29px;
}

ul#main_menu a:active {
	color: #fc0;
	background: transparent url(../txp-images/menu-bg.gif) no-repeat 0 -58px;
}

body#home #menu_home a, body#info #menu_info a, body#calendar #menu_calendar a, body#about #menu_about a, body#sponsorship #menu_sponsorship a, body#blog #menu_blog a, body#downloads #menu_downloads a, body#links #menu_links a, body#contact #menu_contact a, body#press #menu_press a {
	color: #fc0;
	background: transparent url(../txp-images/menu-bg.gif) no-repeat 0 0;
}

#nav form { 
	padding: 0 18px 0 0;
}


/* =Main Content----------------------- */

#wrapper {
	width: 800px; 
	margin: 0 auto;
	padding: 0;
	text-align: left; 
	background: #fc0 url(../txp-images/content-bg_mid.gif) repeat-y right;
}

#content { 
	width: 654px; 
	float: right; 
	min-height: 300px;
	margin-top: 212px;
}

#main_content { 
	width: 425px; 
	margin: 8px 0 0 22px; 
	float: left; 
}


/* =Sidebar 1----------------------- */

#sidebar-1 { 
	width: 165px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
	margin: 20px 22px 0 20px;
} 

#sidebar-1 h2 {
	font-size: 1.1em;
	}

#sidebar-1 p {
	font-size: .95em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

#sidebar-1 li {
	list-style-type: none;
	font-size: .95em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	}

#sidebar-1 ul {
	margin-left: 0;
	}

/* =Footer----------------------- */

#footer { 
	clear: both; 
	padding: 20px 0 0 0;
	margin: 20px 0 20px 146px;
} 

#sponsor_plate {
	margin: 10px 22px;
	padding: 10px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	text-align: center;
} 

#boiler_plate {
	background: #fc0 url(../txp-images/content-bg_bottom.gif) no-repeat right top;
	padding: 10px 22px 5px 22px;
	text-align: center;
} 

#boiler_plate p {
	font-size: .85em;
	line-height: 1.4em;
} 


/* =Forms----------------------- */

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

label {
	display: block;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 .3em 0;
}

input {
	width: auto;
	border: 1px solid #300;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #300;
}

input.radio, input.submit {
  width: auto;
}

input:focus, textarea:focus {
  background: #ffc;
}

.button, input.zemSubmit {
	font: 10px/12px verdana, arial, sans-serif;
	color: #fc0;
	font-weight: bold;
	background: #300;
	border: 1px solid #300;
	padding: 2px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: auto;
	margin: 5px 0 0 0;
}

.button:hover, input.zemSubmit:hover {
	color: #300;
	background: #fc0;
}

/* =Tables----------------------- */

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


/* =Blog----------------------- */

div.post_info {
	color: #666;
	clear: both;
	padding: .85em 0 0 0;
	margin: 0 0 40px 0;
	border-top: 1px dotted #333;
}

div.post_info p {
	font-size: .85em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* =Le Misc----------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

/* =Home ----------------------- */

body#home div#symbol {
	background: transparent;
	display: block;
	width: 394px;
	height: 307px;
	margin-left: 152px;
	position: relative;
}

body#home div#header {
	background: transparent;
	display: block;
	width: 529px;
	height: 343px;
	float: right;
	position: static;
}

body#home #header h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../txp-images/home-logo.gif) no-repeat 0 0;
	height: 343px;
}

body#home #header h1 a:link, body#home #header h1 a:visited {
}

body#home #wrapper {
	width: 800px; 
	margin: 28px auto;
	padding: 0;
	text-align: left;
	background: transparent;
}

body#home #content { 
	width: 529px; 
	margin-top: 0;
}

body#home #main_content { 
	width: 425px; 
	margin: 0 0 0 31px; 
}

body#home #nav { 
	width: 271px;
	float: right;
	position: static;
}

body#home ul#main_menu {
	margin: 17px 0 0 0;
	padding: 10px 0;
	border-right: 8px solid #300;
}

body#home ul#main_menu a:hover {
	color: #fc0;
	background: transparent url(../txp-images/menu-bg.gif) no-repeat 0 0;
}

