
body { 
 font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
 background-color:#fff; 
 color:#333; 
}

/* Header Styles */
#header {
  border-bottom: 1px dotted #ddd;
  margin: -8px;
  background-color: #457dac;
}

#header-container {
  width: 777px;
  padding-top: 5px;
  margin: auto;
}

#boots {
	position: relative;
	top: 5px;
	right: 55px;
	float: right;
	z-index: 5;
}

/* logo */

#ov {
  float: left;
  position: relative;
  bottom: 0px;
  margin-bottom: 10px;	
}

#logo {
  float: left;
  position: relative;
  left: -95px;
  bottom: -70px;
  margin-bottom: 10px;
}

#spacer {
	margin-bottom: -20px;
}

/* 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: 114px;
  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;
}

.nav {
	border-bottom: 1px dotted #ddd;
	min-width: 777px;
	height: 1.5em;
}
/* 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: 291px; 
 z-index: 2; 
 background:#cccccc; 
 width:0; 
 height:100px;
}

.launchtext {
 position: absolute;
 top:  40px;
 left: 40px;
 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;
  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%;
}

/* Blog */

.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:28px;
    padding:0 0 3px 0;
	text-align: center;
}
.entry-title a {
    color:#333;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #007EF3;
}

#main {
    width:800px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:550px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}
.main-aside {
    width:250px;
    float:right;
    position:relative;
    text-align: left;
}

#main {
    clear:both;
    padding:0 0 22px 0;
}

#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}
body, input, textarea {
    color:#000;    
    font: 14px Arial,sans-serif;
    line-height:18px;
}
.entry-meta {
    color:#838383;
	text-align: center;
	padding: 0;
}
.entry-meta .author {
}
.entry-meta .n {
    font-style:normal;
}
.entry-meta a {
    color:#838383;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #007EF3;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-style:normal;
}
.entry-content {
    padding:12px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
/*    font-style:italic;  */
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
/*    text-transform:uppercase;  */
/*    letter-spacing:0.05em;  */
}
.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}

ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
#header {
    position:relative;
    z-index:2;
}

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #007EF3;
}
.aside {
}
.aside a {
}
.aside a:active,
.aside a:hover {
    color: #007EF3;
}
.aside h3 {
	font-weight: bold;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
/*    text-transform:uppercase;  */
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
