@font-face {
    font-family: 'andale_monoregular';
    src: url('fonts/andale_mono-webfont.eot');
    src: url('fonts/andale_mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/andale_mono-webfont.woff') format('woff'),
         url('fonts/andale_mono-webfont.ttf') format('truetype'),
         url('fonts/andale_mono-webfont.svg#andale_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#main
{
	position: fixed;
	left:0px;
	top:0px;
	z-index:-1;
	width:100%;
	height:100%;
}

body
{

	margin: 0px;
	padding: 0px;
	width:0px;
}
body, input, textarea
{
	color: #222;    
	font-family: Andale Mono, 'andale_monoregular', monospace;
}

h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
}
h1
{
	font-size: 14px;
	color: #000;    
	font-family: Andale Mono, 'andale_monoregular', monospace;
	text-decoration: none;
	letter-spacing:1px;
	margin: 0;
}
h2
{
	font-size: 12px;
	margin: 2px 0px;
}
hr
{
	
}
pre
{

}
code
{
	
}
p
{
	
}
a
{
	
}
a:hover
{

}
a:visited
{

}



/*** PAGE LAYOUT ***/

h2.site-title 
{
	position:fixed;
	margin: 17px 0px 19px 27px;
	padding:0;
	width:133px;
}

h2.site-title a
{
	font-size: 18px;
	color: #000;    
	font-family: Andale Mono, 'andale_monoregular', monospace;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color:white;
	padding: 1px 1px 1px 0px;
}
.menu 
{
	margin: 49px 0px 0px 26px;
	padding: 0px;
	width:100px;
	position:fixed;
}

.menu a
{
}

.menu ul ul
{	
}

.menu li
{
	display:block;
	padding: 1px 0px 1px 0px;
	
}
.menu-item
{
	
}
.menu-item a
{
	padding: 1px 2px 1px 2px;
	font-size: 14px;
	text-decoration: none;
	color: #6D6D6D;
	letter-spacing:1px;
}
.menu-item a:hover
{
	color: #000000;
}
.current-menu-item a
{
	color: #000000;
}
.sub-menu
{
	display:none;
	margin:10px 0;
	width:73px;
	padding:10px 0;
	border:1px;
	border-top-style:solid;
	text-transform:uppercase;
	
}
.sub-menu a
{
}




/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
}
h2.entry-title
{
	
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
}
.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}

.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
div#footer
{
	float: left;
	clear: both;
}


/*** YOUR CSS ***/