/*
THEME NAME: Tronic Style
THEME URI: http://www.troped.org/themes/tronicstyle/
DESCRIPTION: This is hradly a design any other blog would want to use.  We are the monkeytronic.  We do it our way.
VERSION: 1.0
AUTHOR: Russell Warner
AUTHOR URI: http://troped.com/
*/
/* 
this is distributed under the terms of the GNU General Public License v2
*/
body,html {
	font: Courier, serif;
	height: 100%;
	background: #000;
	color: #333;
	text-align: center;
	vertical-align: center;
	padding: 0px;
	margin: 0px;
}
	
#frame {
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
} /* or without overflow */

#frame[id] {
	display: table;
	position: static;
}

#matte {
	position: absolute;
	top: 50%;
} /* for explorer only*/

#matte[id] {
	display: table-cell;
	vertical-align: middle;
	position: static
}

#piece {
	position: relative;
	top: -50%} /* for explorer only */

/* optional: #inner[id] {position: static;} */

#lefty {
	text-align: left;
	line-height: 20px;
	width: 300px;
	background-color: #cccccc;
	margin: 20px;
}

#notnav {
	height: 148px;
	width: 147px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(http://monkeytronic.troped.com/wp-content/uploads/notnav/Big-Red-Button-Up.png);
}

#notnav a:hover img {
	text-decoration: none;
	border: 0;
	background: url(http://monkeytronic.troped.com/wp-content/uploads/notnav/Big-Red-Button-Down.png);
}

#confab {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#commentsection {
	margin: auto;
	border: 10px dotted #CDBA45;
	width: 400px;
	background-color: #8FC148;
	font: 14pt Geneva,"Trebuchet MS",sans-serif;
	text-align: left;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

a:hover img {
	border: 10px dashed orange;
	background-color: transparent;
}

h1 {
	font-family: "Courier", serif;
	font-size: 18px;
	color: purple;
	background-color: #56fe34;
	padding: 10px;
}

h2, h3, h4, h5, h6 {
	font: Courier, serif;
	font-weight: normal;
}

img {
	border: 0px;
}

#justthetextsir {
	color: #333333;
	width:400px;
	text-align: left;
	background-color: #ddffdd;
	padding: 2px;
}

#bigbigtext {
	margin: auto;
}

.bigbigtext p {
	color: #333;
	text-align: left;
	font: 60pt Helvetica, "Trebuchet MS", sans-serif;
}

#bighaikutext {
	margin: auto;
}

.bighaikutext p {
	color: #eef;
	text-align: left;
	font: 40pt Helvetica, "Trebuchet MS", sans-serif;
	background-color: fuchsia;
}

#haikutitle {
	margin: 0px auto 0px;
	text-align: center;
}

#editentry {
	background-color: #000000;
	margin: 0;
	padding: 5px;
	padding-right: 50px;
	text-align: right;
}

p.editentry {
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
}

p.editentry a:link {
	color: #fff;
	text-decoration: none;
}

p.editentry a:visited {
	color: #fff;
	text-decoration: none;
}

p.editentry a:hover {
	color: #f00;
	text-decoration: underline;
}