/* g */
div.scroller { 
 width:    777px; 
 height:   440px;
 overflow: hidden;
 position: relative;
}

div.scroller div.section {
 width:  777px;
 height: 440px;
 float:  left;
}

div.scroller div.content {
 width: 5000px;
}

body { 
 font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
 background-color:#fff; 
 color:#333; 
}

/* Header Styles */
#header {
  border-bottom: 1px dotted #ddd;
  width: 100%;
}

#header-container {
  width: 777px;
  padding-top: 5px;
  margin: auto;
}

/* logo */

#logo {
  float: left;
  margin-bottom: 10px;
}

/* nav */

.nav, ul.nav { 
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav {  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 112px;
  z-index: 100;
}

ul.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  left: -10px;
}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active {
  color: #777;
  display: block;
  font-weight: bold;
  padding: 0 9px;
  text-decoration: none;
}

/* nav mouse over li */
ul.nav li a:hover {
  border: 1px dotted #ddd !important;
  background: #729BD3;
  border-bottom: none !important;
  color: white !important;
}

ul.nav li a {
  border-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}

/* Bootstrap */

ul.nav li.right {
	position: relative;
  	left: 369px
	
}

.dissabled a:link {
  color: #e00 !important;
}

.dissabled a:visited {
  color: #e00 !important
}

a { 
  outline: none; 
}

a:link {
  color: #0063dc;
  text-decoration: none;
}

a:visited {
  color: #001087;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  cursor: pointer;
}

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

h1 a:link, h1 a:visited { 
  color: #0063dc !important;
  text-decoration: none;
}

h1 a:hover, h1 a:visited:hover { 
  text-decoration: underline;
}

h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
}

ul {
	list-style: square;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}

input, select, textarea {
  	border: 0px;
}

select {
  font-size: 12px;
}

blockquote {
  border-left: 4px solid #ccc;
  margin-left: 0px;
  padding: 10px;
}

#user-menu {
  float: right;
  color: #666;
  font-size: 10px;
}

#menu {
  float: left;
  margin-top: 3px;
}

#menu ul {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;    
}

#menu li {
  border: 1px solid #fff;
  color: #999;
  cursor: pointer;
  display: inline;
  font-weight: bold;
  font-family: "Trebuchet MS";
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
  padding-left: 5px;
}

.menu-hover {
  border: 1px dotted #ddd !important;
  border-bottom: none !important;
  color: #0063dc !important;
}

#menu li span {
  border-left: 1px dotted #ddd;
  color: #999;
  cursor: pointer;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none !important;
}

.menu-drop-hover {
  color: #fff !important;
  background: #0063dc;	
  text-decoration: none !important;
}

#search {
  float: right;
}

.launchdate {
 position: absolute; 
 top: 280px; 
 z-index: 2; 
 background:#cccccc; 
 width:0; 
 height:100px;
}

.launchtext {
 position: absolute;
 top:  40px;
 left: 160px;
 font: 24px/1.2em Geneva, Arial, Verdana, sans-serif; 
 color:#333;
}

/* Section 2 */
div.greenblock {
position: absolute;
background-image: url('/images/signupbg.jpg');
background-repeat: repeat;
top: 120px;
left: 900px;
width: 500px;
height: 150px;
}


span.txtcenter {
position: absolute;
left: 150px; 
top: 60px; 
text-align: center;
}

div.notebar {
position: relative;
}

div.note {
position: relative;
width: 300px;
padding: 1px;
text-align: center;
}

div.noteborder  {
position: absolute;
top: 300px;
left: 1100px;
width: 300px;
padding: 4px;
border: 1px dotted #000;
}

div.section2title {
 position: relative;
 top: 30px;
 font: 26px/1.2em Geneva, Arial, Verdana, sans-serif; 
 color:#333;  
}


span.signUpButton-Cap { 
position: absolute; 
left: -15px; 
top: 0px; 
width: 18px; 
height: 24px; 
background: url('/images/inputleft.gif') left top no-repeat; 
}

input.signup {
  border: 0px;
  background: url('/images/inputrepeat.gif') repeat-x;
  height: 25px;
  margin:0px;
  padding: 4px 0 0 6px;
  width: 152px;
  color: #ccc;
  font-family: Geneva, Arial, Verdana, sans-serif;
  font-size:125%;
}

#signUpButton { 
  background: url('/images/signupbutton.gif') no-repeat;
  color:#fff; 
  cursor:pointer; 
  font-size:95%; 
  font-weight:bold; 
  height:26px; 
  top: -2px;
  margin:0; 
  padding:0; 
  width:65px; 
  position:relative;
  text-align:center;
}

#signUpButton:hover { 
  color:#000; 
}

/* End Section 2 */

/* Section 3 */
div.openingsleftheader {
 position: absolute;
 top: 22px;
 left: 1570px;
 width: 200px;
 background-color:#eee;
 border:1px solid;
 border-color:#f3f3f3 #bbb #bbb #f3f3f3;
 margin:0;
 padding:.5em;
}

div.openingstitles ul {
 list-style-type: none;
 position: absolute;
 top: 39px;
 left: 1515px;
 width: 250px;
 height: 385px;
 overflow: auto; 
 overflow-x: hidden;
 color: #000;
 
 }

div.openingstitles ul li {
 margin: 10px;
 font: 12px/1.1em Geneva, Arial, Verdana, sans-serif; 
 color:#333;  
}
 
div.openingsrightheader {
 position: relative;
 top: 10px;
 left: 250px;
 width: 500px;
 height: 18px;
 display:block;
 background-color:#eee;
 border:1px solid;
 border-color:#f3f3f3 #bbb #bbb #f3f3f3;
 margin:0;
 padding:.5em;
} 

div.openingstext {
 position: relative;
 top: 14px;
 left: 263px;
 width: 500px;
 height: 385px;
 text-align: left;
 overflow: auto; 
 overflow-x: hidden;
 font: 14px/1.2em Geneva, Arial, Verdana, sans-serif; 
 color:#333;  
}
/* End Section 3 */

/* Section 4 */
div.postsleftheader {
 position: relative;
 top: 10px;
 left: 10px;
 width: 500px;
 height: 18px;
 display:block;
 background-color:#fff;
 border:1px solid;
 border-color:#f3f3f3 #bbb #bbb #f3f3f3;
 margin:0;
 padding:.5em;
}

div.postrightheader {
 position: absolute;
 top: 22px;
 left: 2873px;
 width: 200px;
 height: 18px;
 display:block;
 background-color:#fff;
 border:1px solid;
 border-color:#f3f3f3 #bbb #bbb #f3f3f3;
 margin:0;
 padding:.5em;
}

.title {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0 0 7px 0;
	font-size: 1.7em;
	color: #58a200;
}

.author {
	position: relative;
	display:block;
	border:1px solid;
	border-color:#fff #bbb #bbb #fff;
	color: #000;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 450px;
	height: 17px;
}

.posttext {
 position: relative;
 top: 30px;
 left: 11px;
 width: 512px;
 height: 299px;
 text-align: left;
 overflow: auto; 
 overflow-x: hidden;
 font: 14px/1.2em Tahoma, 'Lucida Grande', Sans-Serif;; 
 color:#333;  
}

span.spinnercenter {
position: relative;
top: 120px; 
text-align: center;
}

div.spinner {
position: absolute;
top: 60px;
left: 2565px;	
}

div.posttitles ul {
 list-style-type: none;
 position: absolute;
 top: 39px;
 left: 2851px;
 width: 194px;
 height: 295px;
 overflow: auto; 
 overflow-x: hidden;
 color: #000;
 text-align: left;
}

div.posttitles ul li {
 margin: 10px;
 font: 12px/1.1em Geneva, Arial, Verdana, sans-serif; 
 color: #333; 
 font-weight: bold; 
}

div.postremember {
 position: absolute;
 top: 390px;
 left: 2730px;
 width: 400px;
 height: 20px;
 font: 12px/1.2em "Trebuchet MS", Geneva, Arial, Verdana, sans-serif; 
 color:#333;  
 border:1px solid;
 border-color:#f3f3f3 #bbb #bbb #f3f3f3;
 background-color:#eee;
 }
 
 div.yourhost {
 position: absolute;
 top: 380px;
 left: 2330px;
 width: 380px;
 height: 55px;
 font: 12px/1.2em "Trebuchet MS", Geneva, Arial, Verdana, sans-serif; 
 color:#333;  
 border:1px solid;
 border-color:#f3f3f3 #bbb #bbb #f3f3f3;
 background-color:#eee;
 text-align: left;
 padding-left: .5em;
 padding-top: .5em;
 }
 
/* End Section 4 */

/* Dynamic */
div.gb {
position: absolute;
background-image: url('/images/signupbg.jpg');
background-repeat: repeat;
top: 100px;
left: 150px;
width: 500px;
height: 150px;
z-index: 1;
}
/* End Dynamic */

/* Gradient */
.grad img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.box {
 position: relative;
}
.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='gw.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
* html .box {
  position:static;
}
/* End Gradient */

#modal_container {
  margin-top: 100px;
  margin-bottom: 100px;
}

#page {
  width: 777px;
  text-align: center;
  margin: auto;
  margin-top: 0px;
}

#footer {
  width: 777px;
  border-top: 1px dotted #ddd;
  clear: both;
  font-size: 13px;
  margin-top: 5px;
  padding-top: 5px;
}

#footer p {
  clear: both;
  text-align: center;
}

#footer_menu {
  clear: both;
}

#footer_menu .column {
  float: left;
  width: 25%;
}

#footer_menu .column h3 {
  margin: 0px;
  margin-bottom: 5px;
  color: #0063dc;
  font-weight: bold;
  font-family: "Trebuchet MS";
}

#footer_menu .column ul {
  margin: 0px;
	list-style: square;
}

#banner {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto 
}
/*
#banner {
  background: url("/m/banner.jpg");
  color: #fff;
  height: 303px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  width: 840px;
}
*/

.errors {
  color: red;
  border: 1px solid red;
  padding: 5px;
  margin-bottom: 10px;
}

#openid_url {
  background: url("m/openid.gif") no-repeat #FFF 5px;
  padding-left: 25px;
}

/* -- Fora -- */

#fora_feed {
  margin: auto;
  margin-top: 30px;
}

#fora_feed img {
  vertical-align: middle;
}

.postt {
  background-image: url("m/rbt.png");
  background-repeat: no-repeat;
  padding-top: 30px;
}

.postb {
  padding-bottom: 31px;
  background-image: url("m/rbb.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.post {
  border: none;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px; 
}

.post .header {
  cursor: pointer;
  margin-bottom: 10px;
}

.post .header img {
  margin-right: 5px;
  vertical-align: middle;
}

.post .body {
  overflow: auto;
}

.post .options {
  padding-top: 10px;
}

#resizable {
	padding: 0px; 
	margin: 0px;
	cursor: ns-resize;
	cursor: n-resize;
}

#rslider {
	width: 90%;
	height: 6px;
	background-color: #ff0;
	overflow: hidden;
	font-size: 1px;
}




#captcha_container {
  display: none;
}

/* --- */

table.thin {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table.thin td {
  border: 1px solid #ccc;
  padding: 10px;
}

table.thin tr:hover {
  background: #f0f0f0;
}

.fullpage #page {
  clear: both;
  width: 100% !important;
}
 
.fullpage #container {
  margin-left: 20px;
  margin-right: 20px;
}

.layoutcr #container {
	padding-right: 320px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding-right: 20px;       /* CC padding */
	width: 100%;
}

#right {
	width: 300px;
	padding: 0px;
	margin-top: 30px;
	margin-right: -100%;
}