/*
Theme Name: EXTROMEDIA
Theme URI: http://extromeda.com/
Description: A modified version of WordPress Classic 1.5
Version: 2.0
Author: Robert Pope

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

html {
	height: 100%;	
}

a {
	/*color: #675;*/
	/*color: #c00;*/
	/*color: #007;*/
}

a img {
	border: none;
}

a:visited {
	/*color: #c00;*/
	
}

a:hover {
	color: #ccc;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #777;
        /*
	border: solid 2px #565;
	border-bottom: solid 1px #565;
	border-top: solid 3px #565;
        */
	color: #000;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	
	/*
	background-image: url('images/carbon_fiber.png');
	*/
	background-image: url('images/extromedia_page_bg.png');
	background-repeat: repeat-x;
	
}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 10;
}

#top_spacer {
	height: 110px;	
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0px auto 0px auto;
	width: 1000px;
	background: #fff;
}

* html #wrapper {
	height: 100%;	
}

div {
	line-height: 1.2em;	
	font-size: 10pt;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	margin-top: 20px;
	font-size: 32px;
}

h2 {
	border-bottom: 1px dotted #000;
	/*font: 95% "Times New Roman", Times, serif;*/
	/*font: 95%; */
	font-size: 18px;
	/*letter-spacing: 0.2em;*/
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	/*border-bottom: dotted 1px #ccc;*/
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	/*font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	/*font: 90%/175%;*/
	font-size: 10pt;
	font-size: 0.9em;
	line-height: 1.2em;
	/*letter-spacing: -1px;*/
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


.credit {
	/*
        background: #90a090;
	border-top: double 3px #aba;
        background-image: url('/images/extromedia_logo_bg.gif');
        */
	color: #000;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: right;
}

.credit a:link, .credit a:hover, .credit a:visited {
	color: #c00;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	/*display: inline;*/
}

.meta ul {
	/*
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	*/
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.pagenav {
  font-size: 18px;
}

.storytitle {
	margin: 0;
	font-size: 24px;
	text-align: left;
}

.storytitle a {
	text-decoration: none;
}

#navbar {
	/*
	margin-top: 40px;
	*/
	position: relative;
	
	margin: 0px;
}

#navbar ul {
	padding: 0px;
	margin: 0;
	margin-left: 0px;
	list-style: none;
}

#navbar ul li {
	
}

#navbar a {
	margin: 0px;
	border: 1px solid #fff;
	padding: 2px;
	color: #fff;
	display: block;
	background-color: #333;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}

#navbar a:hover {
	color: #000;
	display: block;
	background-color: #ccc;
	text-decoration: none;
}

#navbar a.selected, #navbar li.current-cat a {
	border: 1px solid #fff;
	padding: 2px;
	color: #000;
	display: block;
	background-color: #ccc;
	text-decoration: none;
}

#sidebar {
	position: absolute;
	top: 115px;
	margin: 0px;
	width: 125px;	
}

#sidebar a {
	height: 30px;
	border: none;
	border-bottom: 1px solid #fff;	
}

#storycontent {
	font-size: 10pt;
	line-height: 16pt;
}

#categories, #search, #archives, #meta {
        font-size: 18px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	/*margin: 30px 13em 0 3em;*/
	/*
	border-left: 1px solid #999;
	*/
	
	width: 640px;
	
	padding-left: 5px;
	/*
	position: absolute;
	left: 125px;
	top: 125px;
	*/
	margin-top: 10px;
	margin-left: 125px;
	
	font-size: 10pt;
	line-height: 16pt;
	text-align: justify;
}

#header {
	position: relative;
	margin: 25px auto 25px auto;
	width: 1000px;
	border: 2px solid #000;
	
}

#header a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	background: #fff;
	/*
        border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
        */
	padding: 20px 0 10px 30px;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #000;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	/*text-transform: lowercase;*/
}

#menu ul li {
	/*font: italic normal 110% 'Times New Roman', Times, serif;*/
	font: italic normal 110% 'Arial';
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	/*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	/*font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	*/
	font: normal normal 12px/115% sans-serif;
	letter-spacing: 0;
	margin-top: 3px;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #c00;
	text-decoration: none;
}

#menu ul ul li a:hover {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	/*font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	font: normal 12px 'Arial';
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}













/* menu */

#menuBar {
	position: relative;
	/*
	top: 76px;
	left: 0px;
	*/
	z-index: 1000;
	float: left;
	width: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	white-space: nowrap;
	background-color: #333;
}

#menuBar a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	font-size: 12px;
	border-right: 2px groove #777;
}

#menuBar a:hover {
	background-color: #ccc;
	color: #333;
}

.menuItem {
	position: relative;
	float: left;
	
	
}

.menuItem a {
	
}
/*
#bg {
	position: fixed;
	background: #eee;
	width: 100%;
	height: 100%;
	margin-left: 800px;
	background-image: url('images/background.gif');
}
*/

