/* Global Stuff */
@font-face {
	font-family: "c64";
	src: url("C64_Pro_Mono_v1.0-STYLE.eot");
	src: url("C64_Pro_Mono_v1.0-STYLE.ttf") format("opentype");
}
body {
	background-color: black;
	margin: 0;
	padding: 0;
	color: white;
	font-family: 'c64', Fixed, monospace;
	font-size: 8px;
	max-height: 100%;
	overflow: hidden;
}
h1 {
	font-size: 20px;
	text-decoration: italic;
	color: #ffc;
}
h2,h3,h4,h5,h6 {
	color: #ffc;
}
a, a:visited {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
input, button {
	font-family: "c64", "Segoe UI", Helvetica, sans-serif;
	font-size: 8px;
}

/* Specific placement style IDs */
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	background-color: #222;
	border-bottom: 1px solid #333;
}
#header p.title {
	position: relative;
	left: 80px;
	font-size: 8px;
	margin: 4px 0;
}
#header img.logo {
	position: absolute;
	top: 0;
	left: 0;
}
#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	background-color: #222;
	border-top: 1px solid #333;
}
#footer #copyright {
	padding: 4px 10px;
	text-align: center;
}
#footer #scroller {
	position: absolute;
	left: 0;
	top: 2px;
	overflow: none;
}

#outer {
	position: absolute;
	top: 35px;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 5px 0;
	overflow: none;
	background-color: transparent;
}
#body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	overflow: none;
	background-color: transparent;
}

/*
	The menu "button" strip, hanging off the header
*/
#buttonstrip {
	position: absolute;
	top: 0;
	left: 80px;
	width: 100%;
	height: 24px;
}
#buttonstrip ul, #buttonstrip li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#buttonstrip li a {
	padding: 4px 8px;
	margin: 0 8px 0 0;
	color: #ddd;
	background-color: #222;
	border: 1px solid #333;
	border-top: none;
	border-radius: 0 0 4px 4px / 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px / 0 0 4px 4px;
	z-index: 1000;
}
#buttonstrip li a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
/*
	Style for the mini webcam window at the bottom-right
*/
#miniwebcamcontainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0;
	display: none;
	width: 1600px;
}
#miniwebcamsmaximized {
	position: absolute;
	padding: 8px 8px 8px 24px;
	background-image: url("../images/txtWebCams.png");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #339;
	right: 0;
	bottom: 0;
}
#miniwebcamsmaximized img {
	margin: 0 0 0 8px;
	border: 1px solid #006;
}

#miniwebcamsminimized {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px;
	width: 100px;
	height: 20px;
	font-size: 8px;
	text-align: center;
}

/************************
 *
 *	Common Slidepanel bits
 *
 ************************/
.slidepanel-topedge {
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 100%;
	background-image: url('../images/slidepanel-top.png');
	background-position: top left;
	background-repeat: repeat-x;
}
.slidepanel-bottomedge {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 100%;
	background-image: url('../images/slidepanel-bottom.png');
	background-position: top left;
	background-repeat: repeat-x;
}


/************************
 *
 *	TWITTER STUFF
 *
 ************************/

#twtr-container {
	position: absolute;
	right: -400px;
	top: 16px;
	bottom: 0;
	width: 400px;
	overflow: hidden;
	background-color: #eee;
	background-image: url('../images/twtr-edge.png');
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
#twtr-deck {
	position: absolute;
	bottom: 8px;
	left: 16px;
	right: 8px;
	height: 32px;
	background-color: #ddd;
	border-radius: 4px;
	margin: 2px;
	padding: 0;
}
#twtr-deck button {
	font-size: 10pt;
	margin: 0;
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 80px;
	height: 24px;
	font-family: Verdana, Helvetica, sans-serif;
}
#twtr-deck textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	height: 36px;
}
#twtr-deck .count {
	position: absolute;
	bottom: 4px;
	left: 4px;
	height: 10px;
	width: 20px;
	color: black;
	vertical-align: bottom;
}
#twtr-tweets {
	position: absolute;
	left: 16px;
	right: 8px;
	top: 8px;
	bottom: 36px;
	background-color: #eee;
	overflow: auto;
	border-radius: 4px;
}
.twtr-tweet {
	border: 1px solid #ddd;
	border-radius: 4px;
	display: none;
	width: 99%;
	font-family: Segoe UI, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222;
	margin-bottom: 2px;
}

.twtr-tweetbutton {
	height: 24px;
	padding: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
.twtr-tweet p {
	top: 16px;
	left: 32px;
	margin: 2px 0 2px 56px;
	display: block;
	
}
.twtr-tweet p.user {
	display: block;
	margin: 2px 0 2px 56px;
}
.twtr-tweet p.options {
/*	font-size: 8pt;*/
	display: block;
	margin: 2px 0 2px 56px;
}
.twtr-tweet a {
	color: #006;
}
.twtr-tweet img {
	vertical-align: text-bottom;
}
.twtr-tweet img.profile {
	float: left;
	padding-top: 8px;
	padding-left: 2px;
}

#twtr-button {
	position: absolute;
	right: 0;
	top: 32px;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#twtr-button a {
	display: block;
	background-color: #339;
	border-radius: 6px 0 0 6px / 6px 0 0 6px;
	border: 1px solid #339;
	padding-left: 4px;
}
#twtr-title {
	position: absolute;
	display: none;
	top: 12px;
	left: 16px;
	right: 8px;
	height: 24px;
	background-color: #ddd;
	border-radius: 4px;
}
#twtr-title img {
	position: absolute;
	top: 4px;
	left: 4px;
}
#twtr-title p {
	position: absolute;
	margin: 0;
	color: black;
	top: 3px;
	left: 96px;
}
#twtr-title button {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 80px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}


/************************
 *
 *	FACEBOOK STUFF
 *
 ************************/

#fb-button {
	position: absolute;
	right: 0;
	top: 80px;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#fb-button a {
	display: block;
	background-color: #339;
	border-radius: 6px 0 0 6px / 6px 0 0 6px;
	border: 1px solid #339;
	padding-left: 4px;
	height: 32px;
}

#fb-container {
	position: absolute;
	right: 0px;
	top: 16px;
	bottom: 0;
	width: 0px;
	overflow: hidden;
	background-color: #eee;
	background-image: url('../images/twtr-edge.png');
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
#fb-deck {
	position: absolute;
	bottom: 8px;
	left: 16px;
	right: 8px;
	height: 32px;
	background-color: #ddd;
	border-radius: 4px;
	margin: 2px;
	padding: 0;
}
#fb-deck button {
	font-size: 10pt;
	margin: 0;
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 80px;
	height: 24px;
	font-family: Verdana, Helvetica, sans-serif;
}
#fb-deck textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	height: 36px;
	color: #ccc;
}
#fb-posts {
	position: absolute;
	left: 16px;
	right: 8px;
	top: 8px;
	bottom: 36px;
	background-color: #eee;
	overflow: auto;
	border-radius: 4px;
}
.fb-post {
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 99%;
	font-family: Segoe UI, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222;
	margin-bottom: 2px;
	min-height: 56px;
}
.fb-post a {
	color: #009;
}
.fb-post img.icon {
	vertical-align: bottom;
}
.fb-post img.picture {
	border: 2px solid #339;
}
.fb-post img.profile {
	float: left;
	margin: 2px;
}
.fb-post p {
	margin: 0 0 8px 56px;
}
.fb-post p.from {
	display: block;
	margin: 2px 0 2px 56px;
}
.fb-post p.date {
	display: block;
	margin: 2px 0 8px 56px;
}
	

#fb-title {
	position: absolute;
	display: none;
	top: 4px;
	left: 16px;
	right: 8px;
	height: 24px;
	background-color: #ddd;
	border-radius: 4px;
}
#fb-title p {
	position: absolute;
	margin: 0;
	color: black;
	top: 3px;
	left: 8px;
}
#fb-title button {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 80px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}


/*
	Misc classes - for popup (dialog) stuff, bigger fonts, etc
*/
.popup {
	position: absolute;
	display: none;
}
.popup p {
	line-height: 1.5em;
}

.big {
	font-size: 16px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.hidden {
	display: none;
}

/*
	Status Plate - used for (e.g.) the Show "live" status window
*/
.statusplate {
	position: absolute;
	display: none;
	width: 400px;
	height: 300px;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	padding-top: 24px;
	background-color: black;
	cursor: move;
}
.statusplate p {
	line-height: 1.4em;
}
.statusplate .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #339;
	padding-top: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.statusplate .title p {
	display: inline;
	padding: 4px;
	font-size: 16px;
}
.statusplate .icon-right {
	position: absolute;
	top: 2px;
	right: 4px;
	cursor: hand;
	border-bottom: 1px solid #003;
	border-right: 1px solid #003;
}

/* 
	RSS / Twitter feed stuff 
*/
.feed-entry {
	background-image: url('../images/feed-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}
.feed-title {
	display: block;
	width: 100%;
	margin: 2px;
	overflow: none;
	text-overflow: ellipsis;
}
.feed-date {
	display: block;
	text-align: right;
	margin: 2px;
}

