*, html {
	margin: 0;
	padding: 0;
}

html body{
	background: url(http://www.realityremoved.com/images/bg_mainpage.jpg) #000e37 top center no-repeat;
	height: 100%;
	font-family: Tahoma, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 165%;
	letter-spacing: 1px;
	color: #000;
}

#container {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:center;	
	margin: 0;  /*the bottom margin is the negative value of the footer's height */
}

#wrapper {
	width:980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	position: relative;
	margin:0 auto;
}

.logo_pos {
	margin: 136px 0 0 28px;
	float: left;
}

.rr_text_pos {
	margin: 38px 0 0 9px;
	float: left;
}

.itempic_pos {
	margin: 5px 0 5px 0;
}

.menu_pos_home {
	margin: 23px 0 0 18px;
	float: left;
	display: inline;
}

.menu_pos_other {
	margin: 23px 0 0 10px;
	float: left;
	display: inline;
}

.footer_pos {
	width: 500px;
	text-align: center;
	float: left;
}

.twitter_pos {
	margin: 80px 0 0 28px;
	display: inline;
	float: left;
}

h1 {
	font-size: 14px;
	font-weight: 900;
	color: #b20000;
}

.spanside {
	color: #FFF;
	margin-left: 2px;
}

.m5 {
	margin-bottom: 5px;
}

.noborder {
	border: none;
}

.bginput {
	background: url(http://www.realityremoved.com/images/bg_input.jpg) top left no-repeat;
	width: 190px;
	height: 14px;
	margin: 10px 0 10px 0;
	padding: 10px;
	color: #FFF;
}

p {
	margin-bottom: 10px;
}

.spanbold {
	font-weight: bold;
}
/* Clearfix
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Content
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
#boxleft {
	width:240px;
	min-height: 100%;
	float:left;
}

#boxmiddle {
	width:500px;
	float:left;
	text-align: center;
}

#boxright {
	width:240px;
	float:left;
}

.featurebox {
	background: url(http://www.realityremoved.com/images/bg_itembox.png) top left no-repeat;
	width: 468px;
	height: 378px;
	float: left;
	margin: 0 0 0 16px;
	display: inline; /* IE6 doublemargin bug fix */
}

.itembox_shadow {
	background: url(http://www.realityremoved.com/images/itembox_shadow.png) top left repeat-y;
	width: 468px;
	height: 370px;
	float: left;
	margin: 0 0 15px 16px;
	display: inline; /* IE6 doublemargin bug fix */
}

.itembox_bg {
	background: url(http://www.realityremoved.com/images/bg_item.jpg) top left no-repeat;	
	width: 440px;
	height: 350px;
	float: left;
	margin: 0 4px 0 4px;
	padding: 10px;
	display: inline; /* IE6 doublemargin bug fix */	
}

.itembox_content {
	width: 440px;
	height: 332px;
	float: left;
	text-align: justify;
	display: inline; /* IE6 doublemargin bug fix */	
}

.itemboxlarge_shadow {
	background: url(http://www.realityremoved.com/images/itembox_shadow.png) top left repeat-y;
	width: 468px;
	float: left;
	margin: 0 0 15px 16px;
	display: inline; /* IE6 doublemargin bug fix */
}

.itemboxlarge_bg {
	background: url(http://www.realityremoved.com/images/bg_item.jpg) top left repeat-y;	
	width: 440px;
	float: left;
	margin: 0 4px 0 4px;
	padding: 10px;
	display: inline; /* IE6 doublemargin bug fix */	
}

.itemboxlarge_content {
	width: 440px;
	min-height: 600px;
	float: left;
	text-align: justify;
	display: inline; /* IE6 doublemargin bug fix */	
}

.smallit {
	width: 440px;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}

.smallitcom {
	width: 400px;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}

.itemfooter {
	width: 250px;
	height: 18px;
	float: left;
	text-align: left;
}

.itemfooter_addthis {
	width: 190px;
	height: 18px;
	float: left;
	margin: 0 auto;
	text-align: right;
}

.addthisfloat {
	display: inline-block;
	float: right;
	margin-left: 4px;
}

.shadowbox {
	background: url(http://www.realityremoved.com/images/bg_shadow.png) top left no-repeat;
	width: 500px;
	float: left;
	display: inline;
	_padding-bottom: 8px;
}

.sidebarbox {
	width: 230px;
	float: left;
	margin: 32px 0 0 10px;
	display: inline;
}
	

/* Menu
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */


/* Commentform/Contactform
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.valid {
	margin: 0;
	padding: 0;
}

.comment_entry {
	background: url(/images/comment_bg.png) top left repeat;
	_background: #FFF;
	border: #CCC 1px solid;
	width: 418px;
	text-align:left;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

#comment_input_form {
	width: 440px;
	text-align:left;
	margin-top: 20px;
	float: left;
}

input {

}

textarea {
	width: 437px;

}

.captcha {
	margin-bottom: 5px;
}

/* Footer
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.footer, .push {
	background: url(http://www.realityremoved.com/images/bg_footer.jpg) top left no-repeat;
	width: 1000px;
	text-align: right;
	padding-top: 40px;
	float: left;
	height: 96px; /* .push must be the same height as .footer */
}

a:link {
	color: #b20000;
    text-decoration: none;
}
a:active {
	color: #b20000;
    text-decoration: none;
}
a:visited {
	color: #b20000;
    text-decoration: none;
}
a:hover {
	color: #b20000;
	text-decoration: underline;
}

a.sidelink:link {
	color: #FFF;
    text-decoration: none;
}
a.sidelink:active {
	color: #FFF;
    text-decoration: none;
}
a.sidelink:visited {
	color: #FFF;
    text-decoration: none;
}
a.sidelink:hover {
	color: #FFF;
	text-decoration: underline;
}
