/*
Theme Name: Orbit
Theme URI: http://www.virtualcomputer.com
Description: Orbit theme
Version: 1.0
Author: Evan Karp
Author URI: http://www.virtualcomputer.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

html { height: 100%; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial;
	color: black;
	background: black;
	text-align: left;
}

a { color: black; text-decoration: none; }
a:hover, #thread a:hover { color: #E47327; text-decoration: underline; }

.alt { background-color: #fff; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1, h2, h3 {
	font-family: Georgia;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	margin: 0;
	color: #EA7225;
	}

h2 { font-size: 2em; }

h4 { font-size: 1.3em; }

#headerimg 	{
	margin: 0px 9px 0;
	height: 127px;
	width: 1000px;
    padding-left: 0px;
    padding-top: 0px;
	}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */

body {
	padding: 0;
	}

#page {
	background: white;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}


#header {
	margin: 0px 0px 0px 25px;
	padding: 15px 0px 0px 0px;
	height: 43px;
	width: 727px;
	float: left;
	}

	
#header div{
	float: right;
	padding-left: 13px;
	}
	
#headerimg {
	background: url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/shadow_tile.gif') bottom repeat-x;
	margin: 0;
	height: 72px;
	width: 100%;
	}
	
#header img {
	border: 0;
	}
	
#headernav {
	background: url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/navigation_background.gif') no-repeat;
	height: 54px;
	}
	
a.headernavitems, a.headernavitems:link, a.headernavitems:visited {
	display: block;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	margin-top: 33px;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
	float: right;
	color: white;
	}
	
a.headernavitems:hover {
	color: #EA7225;
	}

#main {
	font-size: 1.2em;
	width: 975px;
	margin: 15px;
	padding-top: 25px;
	position: relative;
}

.bbcrumb {
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer {
	border-top: 1px solid #ccc;
	color: #666;
	clear: both;
	text-align: center;
	width: 1000px;
	margin: 0px auto;
	background: white;
}

.notice {
	border: 2px solid #3579DC;
	background-color: #dfedec;
	color: #474747;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Calculator */

#calculator {
	height: 262px;
	width: 1000px;
	background-color: #2C2C2C;
	color: white;
	font-size: 11px;
	font-weight: bold;
	}
	
#calculator h1{
	color: white;
	font-size: 5.5em;
	font-weight: normal;
	}
	
#calculator div {
	padding-left: 50px;
	padding-top: 50px;
	}
	
#calculator form {
	padding-left: 400px;
	margin-top: -120px;
	line-height: 300%;
	width: 370px;
	}
	
#calculator input {
	float: right;
	height: 20px;
	width: 121px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 0px 6px;
	}
	
#calculator input:focus {
	border: 2px solid #EA7225;
}
	
#calculator input.submit {
	height: 28px;
	width: 121px;
	}
	
#calculator label {
	float: left;
	}

#msg {
	display: none;
	position: absolute; 
	z-index: 200;
	background: url('http://www.virtualcomputer.com/vc/images/msg_arrow.gif') left center no-repeat;
	padding-left: 7px;
}

#msgcontent {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #924949;
    font-family: Arial, Helvetica, sans-serif;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}
	
/* Rollovers */

div.facebook {
	height: 23px;
	width: 23px;
	background:url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/facebook_on.gif') 13px 0px no-repeat;
	} 

div.facebook a, div.facebook a:link, div.facebook a:visited {
	display:block;
	}

div.facebook img {
	width:100%;
	height:100%;
	border:0;
	}

div.facebook a:hover img {
	visibility:hidden;
	}

div.twitter {
	height: 21px;
	width: 27px;
	background:url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/twitter_on.gif') 13px 0px no-repeat;
	} 

div.twitter a, div.twitter a:link, div.twitter a:visited {
	display:block;
	}

div.twitter img {
	width:100%;
	height:100%;
	border:0;
	}

div.twitter a:hover img {
	visibility:hidden;
	}
	
div.linkedin {
	height: 23px;
	width: 23px;
	background:url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/linkedin_on.gif') 13px 0px no-repeat;
	} 

div.linkedin a, div.linkedin a:link, div.linkedin a:visited {
	display:block;
	}

div.linkedin img {
	width:100%;
	height:100%;
	border:0;
	}

div.linkedin a:hover img {
	visibility:hidden;
	}
	
/* End Rollovers */

/* Login Form
=================================== */

.login {
    position: absolute;
	text-align: left;
	left: 705px;
	font-weight: normal;
	color: #444;
	z-index: 1;
	font-size: 12px;
	margin-top: -20px;
}

.login p { padding: 0 0 4px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {
	float: left;
	margin-top: 14px;
	margin-bottom: -10px;
	display: block;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 1;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

#left {
	float: left;
	width: 206px;
	}
	
#right {
	float: right;
	width: 724px;
	margin: 20px 20px 0px 0px;
	}
	
/* Sidebar Boxes */

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.sidebarbox .box {
    overflow:hidden;
    background:url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/box_top_tile.gif') 0 0 no-repeat;
    padding-top:6px;
	margin-bottom:12px;
}
.sidebarbox .box .footer {
    height:11px;
    background:url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/box_bottom_tile.gif') 0 0 no-repeat;
}
.sidebarbox .box .content {
    padding:8px 10px;
    background:url('http://blog.virtualcomputer.com/wp-content/themes/orbit/images/box_body_tile.gif') 0 0 repeat-y;
	width: 190px;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
	margin-bottom: 11px;
	padding: 0;
	text-decoration: none;
	color: black;
	}
	
#sidebar p{
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 3px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 20px;
	font-size: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* End Sidebar Boxes */

/* Front Page
=================================== */

#front-page #hottags {
    position: relative;
	width: 470px;
	overflow: hidden;
}

#front-page #discussions {
	width: 390px;
	padding-right: 10px;
}

#front-page #tags {
	position: relative;
	margin: 30px;
}

#front-page #viewdiv {
	position: relative;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #EA7225;
	margin: 0px 0 10px;
	padding: 2px 0 2px 4px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 0px 0;
	padding: 1em;
}

.infobox ul {
	margin: 2px 0 2px 12px;
	padding: 0;
	list-style-type: none;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
	border-bottom: 1px solid #ccc;
	width: 70%;
}

#topic-tags {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #474747;
	float: right;
	padding: 4px 8px;
	width: 150px;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
	list-style: none;
	margin-bottom: 20px;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: right;
	padding: 1em 1em 0 1em;
	width: 120px;
	height: 60px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	background-color: #F8F8F8;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	min-height: 100px;
	width: 75%;
}

#thread a { color: #3579DC; }

#thread li.alt .threadpost { background-color: transparent ; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 8px 80px 0px 0px;
	padding: 8px 0 0 1ex;
	border: 1px solid #ccc;
	background-color: #E6E8FA;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	width: 500px;
	margin-left: 40px;
	padding: 3px 0 0 8px;
	color: gray;
	font: 10px Arial, Helvetica, sans-serif;
}

.poststuff a {
	color: gray;
	}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 685px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
	color: #ea7225;
	text-transform: capitalize;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #dfedec; }

/* color above was e4f3e1 */

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

.hidden {
	display: none;
}

#twitter_update_list ul {
    background-color: red;
}

#searchbox {
	margin: 3px auto;
	padding: 0px 7px;
	text-align: center;
	width: 208px;
	float: right;
	height: 32px;
	}

#searchbox #q {
	width: 110px;
	padding: 2px;
	}

#searchsubmit {
	padding: 0px;
	position: relative;
	top: 7px;
	*top: 5px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
