body {
	overflow:hidden !important; /* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;			/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#logos {
	position:absolute;
	top: 30px;
	left: 30px;
}

.fb-like-box {
	background-color: #FFF;
}

#left {
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
/* 	width: 25%; */
	min-width: 375px;
	/* max-width: 25%; */
	max-width: 375px;
/* 	background-color: #000111; */
/* 	border-right:6px solid #222; */
	-webkit-box-shadow: #000 0px 0px 20px;
	-moz-box-shadow: #000 0px 0px 20px;
	box-shadow: #000 0px 0px 20px;
	background:#000111 url('/img/tripswitch.gif') no-repeat right top;
	z-index:10;
}

#twitswitch {
	background-color: #6f0a11;
	position: absolute;
	top: 0px;
	left: 15px;
	min-width: 70%;
	max-width: 70%;
	height: 250px;
/*
	min-height: 30%;
	max-height: 30%;
*/
	overflow:hidden;
}

.page-container {
	margin-left: 350px;
	padding: 20px 80px;
	width: 65%;
	overflow:auto;
/* 	background-color: aqua; */
}

#twitswitch a {
	color: #AAA;
}

#twitter-container {
	width: 89%;
	height: 100%;
	padding:0 0 0 15px;
}

#twitter-widget-0 {
	width:90%;	
}

.avatar {
	display: none;	
}

#fb {
/* 	background-color: #450711; */
	position: absolute;
	top: 250px;
	left: 15px;
	min-width: 70%;
	max-width: 70%;
	height: 250px;
/*
	min-height: 30%;
	max-height: 30%;
*/
	background: #450711 url('../img/panel-shadow.png') no-repeat left top;
}

.panel-shadow {
	background-color: aqua;
	position:relative;
	z-index:4;
	background: url('../img/panel-shadow.png') no-repeat;
	min-height:31px;
	max-height:31px;
	background-size: 100%;
}

h2.twitter-header {
	margin: 15px 0 0 15px;
	background:#6f0a11 url('/img/twitter-sm.gif') no-repeat left top;
	padding-left: 28px;
}

h2.fb-header {
	margin: 15px 0 0 15px;
	background:#450711 url('/img/fb-sm.gif') no-repeat left top;
	padding-left: 24px;
}

.red-panel {
	background-color: #b21010;
}

.logos {
	position: absolute;
	bottom: 40px;
	left: 15px;
}

img.bottom-logo {
	margin-right: 15px;
}

#mu {
	position:absolute;
	bottom: 30px;
	right:15px;
	color: #fff;
	font-family: 'LiteraSerial', sans-serif;
}

.full-width {
	width: 100% !important;
}

/*
.width-25 {
	width: 25%;
}
*/

.left {
	float: left;
	margin-left: 0px;
}

.right {
	float: right;
	margin-right: 0px;
}

.clear {
	clear: both;
}

.box-shadow {
	-webkit-box-shadow: #000 0px 0px 20px;
	-moz-box-shadow: #000 0px 0px 20px;
	box-shadow: #000 0px 0px 20px;
}

/* transparencies */

.alpha50 {
	background:rgb(255,255,255);
	background:#FFF;
	
/* Fallback for web browsers that doesn't support RGBa */
	background:rgba(255,255,255,0.5);

	
/* RGBa with 0.6 opacity */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF,endColorstr=#77FFFFFF);

	
/* For IE 5.5 - 7*/
/* 	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)"; */

	
/* For IE 8*/
/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
*/
	
}

.alpha70 {

	background:rgb(255,255,255);

	
/* Fallback for web browsers that doesn't support RGBa */
	background:rgba(255,255,255,0.8);

	
/* RGBa with 0.6 opacity */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);

	
/* For IE 5.5 - 7*/
/* 	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)"; */

	
/* For IE 8*/

/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
*/
}



/* horizontal rules  */

hr {
	height:6px;
	color: #999999;
	background-color: #999999;
	border: 0;
	width:100%;
	margin: 20px 0;
}

form {
	position: relative;
}

.inline-image {
	border: 1px #7D8C5A solid;
	display: block;
	margin: 0 0 20px 20px;
	float:right;
}


a img {
	border: 0;
	outline: none;
}

.contact-logo {
	margin:0 20px 0 0;
}

.border {
	border: 1px #7D8C5A solid;
}