/**
 * By Josué G. Gutiérrez Hdez <josue@astrata.com.mx>
 * */
body {
  font-family: 'Verdana', 'Lucida Sans';
  background: #fff url('media/bg2.jpg ') repeat-x top;
  color: #444;
  margin: 0px;
  padding: 0px;
  font-size: small;
  line-height: 120%;
}
a {
  color:#2E7BBA;
  text-decoration:none;
}
a:hover {
  text-decoration: underline;
}
a:focus { 
  -moz-outline-style: none; 
}
#frame{
  padding:0px;
  margin:0px;
}
#header{
  background:url('media/header.jpg') repeat-x;
  height:108px;
  width: 1024px;
  margin: 0px auto;
}
#header H1{
  height:100px;
  margin: 0px;
}
#header H1,#header H2{
    text-indent : -7000px;
}
#sitename{
  background:url('media/sitename.jpg') no-repeat;
  height:180px;
  width:173px;
  margin-left: 30px;
}

/**
 * SECTIONS WITH VERTICAL MENUS
 * */
#nav {
  float:right;
}
#nav ul {
  list-style: none;
}
#nav ul li {
  list-style: none;
  float: left;
}
#nav ul li a {
  display: block;
  padding: 4px;
  color: #F5F5F5;
  height: 36px;
  padding-top: 6px;
  font-weight: lighter;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
}
#nav ul li a:hover {
  color: #A1DEEC;
  text-decoration: underline;
}



#download {
  background: url('media/middle.jpg') no-repeat center;
  height: 219px;
  font-size: 32px;
  line-height: 43px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  position: relative;
}
#download .wrapper {
  padding: 30px;
  margin: 0px auto;
  width: 970px;
}
#getit {
  position: absolute;
  width: 190px;
  left: 50%;
  top: 110px;
}
#getit a h2 {
  text-indent : -7000px;
  width: 190px;
  height: 60px;
  background: url('media/getit.gif') no-repeat;
}
#getit a:hover h2 {
  background: url('media/getit_hover.gif') no-repeat;
}


#content{
  padding:30px;
}
#video {
  width: 360px;
  float: right;
}
#description h2 {
  margin-bottom: 0.9em;
}
#description {
  line-height: 20px;
  margin-right: 400px;
}
#footer{
  color:#888;
  text-align:center;
  line-height:10px;
  font-size: small;
}
.clear{
  clear:both;
}
#section-2 .widget-wrapper h3,
#section-3 .widget-wrapper h3
{
  background:url('media/h3.gif') no-repeat;
  height:33px;
  padding-left:5px;
  color:#FFF;
  font-size: 1.4em;
}
.widget-wrapper{
  margin-bottom:30px;
}
.widget-wrapper ul.menu{
  line-height:20px;
}
#content_extended #rightSection{
  width:98%;
}
#content_extended #rightSection H2{
  margin-bottom:30px;
  margin-top:10px;
  color:#333;
}
#content_extended #rightSection H2 A{
  color:#555;
}
span.code{
  border-top:2px solid #EEE;
  background:#F8f8f8;
  border-bottom:2px solid #EEE;
  font-size: 0.9em;
  line-height: 100%;
}
/*
h1 {
  font-weight: lighter;
  font-size: 2.2em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
h2 {
  font-weight: lighter;
  font-size: 2.0em;
}
h3 {
  font-weight: lighter;
  font-size: 1.6em;
  color: #888;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
h4 {
  font-weight: lighter;
  font-size: 1.4em;
}
h5 {
  font-weight: lighter;
  font-size: 1.2em;
}
*/


h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}

input {
  font-size: medium;
}

/* ========== forum =============== */
table.tm-forum {
  width: 100%;
  border-collapse: collapse;
}
table.tm-forum td {
  padding: 4px;
  vertical-align: middle;
}
.tm-forum tbody {
  color: #666;
}
.tm-forum .subtitle {
  color: #000;
}
.tm-forum .columns td {
  background: #ddd;
  color: #888;
  text-align: left;
  white-space: nowrap;
  font-weight: lighter;
  font-size: small;
}
.tm-forum .title {
  color: #fff;
  background: #444;
  padding: 4px;
  text-align: left;
  font-weight: lighter;
}
.tm-forum .title h3 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.tm-forum p {
  margin: 0px;
}
.tm-forum .subtitle {
  padding-left: 2em;
}
.switch {
  background: #eee;
  padding: 5px;
}
.alt {
  background: #f9f9f9;
  padding: 5px;
}

/* ========== forum =============== */


tr.columns td {
  font-weight: bold;
  font-size: 1.3em;
}
label small {
  color: #aaa;
  font-style: italic;
}
.option, .method {
  margin-bottom: 1em;
}
#carousel-test {
  width: 360px;
}
#carousel-test ul.m-carousel-items li {
  width: 120px;
  height: 64px;
  font-size: x-large;
  color: #000;
  font-style: italic;
}
#left {
  float: left;
  width: 180px;
}
#right {
  margin-left: 20px;
  float: left;
  width: 750px;
}
#content {
  width: 950px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
pre {
  font-size: 1em;
}
.instructions {
  background: #fafafa;
  padding: 0.7em;
  border: 1px solid #eee;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.fx-demo button {
  display: block;
  width: 100%;
  margin-bottom: 1px;
}
#jsonrpc-console {
  width: 90%;
  height: 150px;
}
#ul-test {
  list-style-type: none;
  width: 200px;
}
#ul-test li {
  font-size: small;
  margin: 0px;
  padding: 4px;
  display: block;
  width: 100%;
  color: #333;
}
#li-test-1 { background: #DB0000; }
#li-test-2 { background: #FF8800; }
#li-test-3 { background: #CBFF00; }
#li-test-4 { background: #A6FF00; }
#li-test-5 { background: #00CB89; }
#li-test-6 { background: #009DCB; }
#li-test-7 { background: #6F00CB; }
      
#selection-area, #drop-area-1, #drop-area-2 {
  border: 1px solid #DED93E;
  background: #FFFEE0; 
  padding: 5px;
  overflow: auto;
  display: block;
}
.test-item {
  padding: 4px;
  border: 1px solid #eee;
  background: #fff;
  margin: 5px;
}
#tablesort-demo-table th {
  border: 1px solid #888;
  background: #eee;
  padding: 0.5em;
}
#tablesort-demo-table td {
  border: 1px solid #eee;
  padding: 0.5em;
}

span.code {
  display: block;
  font-family: 'Monaco', 'Lucida Monotype', 'Courier New', monospace;
  line-height: 1.8em;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}
#content ul.toolbar  {
  border: 1px solid #ddd;
  background: #eee;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
}
.post-author {
  font-size: small;
  color: #888;
}
.meta {
  font-size: small;
  color: #888;
}
.breadcrumb {
  font-size: small;
}

h2 {
  font-weight: lighter;
  font-family: 'Georgia';
  margin-bottom: 0.8em;
  margin-top: 0.5em;
  font-size: 1.8em;
}

h3 {
  font-weight: lighter;
  font-family: 'Georgia';
  margin-bottom: 0.8em;
  margin-top: 0.5em;
  font-size: 1.6em;
}

h4 {
  font-weight: lighter;
  font-family: 'Georgia';
  margin-bottom: 0.3em;
  margin-top: 0.3em;
  font-size: 1.3em;
}

.buttons {
  text-align: right;
  padding: 0px;
  margin: 0px;
}

button {
  color: #fff;
  background: #333;
  cursor: pointer;
  border: 1px solid #000;
  font-size: large;
  margin: 0px;
  padding: 4px;
}

label {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}

label select, label input[type="text"], label input[type="password"] {
  display: block;
  width: 100%;
  font-weight: lighter;
  border: 1px solid #ddd;
}
label select {
  width: auto;
}
label span input {
  display: inline;
}

label textarea {
  display: block;
  width: 100%;
  height: 300px;
  font-weight: lighter;
  font-family: 'Monaco', monotype;
  border: 1px solid #ddd;
}

label input, label select, label textarea {
  color: #888;
  background: #f8f8f8;
}
label input:focus, label select:focus, label textarea:focus {
  color: #000;
  background: #fff;
}


.error, .message {
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: large;
}
.error {
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
  background: #fff;
}
.message {
  border-top: 2px solid #06c;
  border-bottom: 2px solid #06c;
  background: #fff;
}
.post {
  font-size: 1.1em;
  line-height: 1.5em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
ul.menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.menu li {
  list-style: none;
  padding: 6px;
  margin: 0px;
  border-left: 2px solid #eee;
  margin-bottom: 4px;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}

fieldset {
  border: 1px solid #eee;
}
#content .details {
  border: 1px solid #888;
  padding: 5px;
  background: #fff;
}

