/*
Theme Name: MonochromeMonitor
Description: Theme for AngryAdmins.com
Version: 1.2
Author: Joe Bibby
Joe Bibby || http://www.joebibby.com
Theme in process.  
*/

a {
	color: #33FF00;
	text-decoration: none;
}

a:visited {
	color: #33FF00;
}

a:hover {
	color: #336600;
}

a img{
	border: none;
}

body {
	background: #000000;
	background-image:url(images/angryadmins-binary.gif);
	background-repeat:no-repeat;
	font-family: "Courier New", Courier, monospace;
	color: #339900;
}

input {
 	background-color: #33CC00;
	border-color: #006600;
	border-style: solid;
	font-family: "Courier New", Courier, monospace;
	font-size: 75%;
	color: #006600;
}

INPUT.TEXT {
	background-color: #33CC00;
}

textarea {
	background-color: #33CC00;
	border-color: #006600;
	border-style: solid;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #006600;
}

p {
	color: #339900;
        font-size: 16px;
}

#content {
	position: relative;
	border: 2px solid #006600;
/*	top: -317px; */
	top: -18px;
	left: 80px;
	width: 540px;
	height: 387px !important;
	height: 386px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	/*overflow-x: hidden;*/
        font-size: 16px;
}

#commentbox {
	position: relative;
	padding: 4px;
	margin: 0px auto;
	top: 0px;
	width: 400px;
	height: 300px;
	border: 2px solid #006600;
	visibility: hidden;
	border: 1px solid;
	background-color: #000000; 
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 6;

}

.centerbox {
	position: relative;
	top: 100px;
	border: hidden;
	margin: 0px auto;
	margin-top: -60px;
	width: 820px;
	height: 650px;
}

.gear {
	position: relative;
	background-image:url(images/gear.png) !important;
	background-image:url(images/gear.gif);
	top: 470px;
	left: -55px;
	width: 125px;
	height: 118px;
	z-index: 5;
}

.menu {
	position: relative;
	border: 2px solid #006600;
	background-color: #33CC00;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	color: #006600;
	padding-bottom: 3px;
	top: -15px;
	left: 80px;
	width: 560px;
	height: 15px;
}

.menu a{
	color: #006600;
}

.menu a:hover{
	color: #006600;
}

.menu a:visited{
	color: #006600;
}

.monitor {
	border: hidden;
	margin: 0px auto;
	background-image:url(images/angryadmins-monitor.png) !important;
	background-image:url(images/angryadmins-monitor.gif);
	width: 796px;
	height: 588px;
	overflow: hidden;
}

.player {
	background-color: #009900;
}

.podPress_content {
    border: 1px solid green;
    padding: 3px 5px 3px 5px;
}

.sticker {
	position: relative;
	background-image:url(images/sticker.png) !important;
	background-image:url(images/sticker.gif);
	top: 10px;
	left: 28px;
	width: 253px;
	height: 84px;
	z-index: 5;
}

.search {
	position: relative;
	border-right: 2px solid #006600;
	border-left: 2px solid #006600;
	border-bottom: 2px solid #006600;
	background-color: #339900;
	padding-left: 10px;
	padding-top: 4px;
	overflow: hidden;
/*	top: -317px; */
	top: -19px;
	bottom: 0px;
	left: 80px;
	width: 550px;
	height: 27px !important;
	height: 25px;
}

.title {
	position: relative;
	border-top: 2px solid #006600;
	border-right: 2px solid #006600;
	border-left: 2px solid #006600;
	border-bottom: 2px solid #339900;
	background-color: #339900;
	color: #33FF00;
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	padding-bottom: 3px;
	top: -15px;
	left: 80px;
	width: 560px;
	height: 10px;
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
width: 15px;
height: auto;
top: 0px;
background-color:#003300;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
width: 15px;
height: 10px;
}



.hscrollerbarbeg {
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #009900;
}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background-color: #006600;
}