* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #fff url(../graphics/bg.jpg) repeat-x;
}
h1 {
    font-size: 21px;
    font-weight: normal;
}
h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
h3 {
    font-size:14px;
    margin: 10px 0 10px 0;
}
li {
    margin-left:15px;
}
img {
    border: 0px;
}
p {
    margin: 5px 0;
    display: block;
}
a {
    color:#ff0000;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#sidebarleft a,
.profilesmall a,
.intro a {
    color: #433616;
}
.spacer {
    clear: both;
}

/** NAVIGATION **/
#headermenu {
    width:861px;
    height:46px;
}
ul#navigation {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}
ul#navigation li {
    margin:0;
    padding:0;
    position: absolute;
    top:0;
}
#itemA {
    left:0;
    width:215px;
}
#itemB {
    left:215px;
    width:215px;
}
#itemC {
    left:430px;
    width:216px;
}
#itemD {
    left:646px;
    width:215px;
}

/** FORMS **/
input, select, textarea {
    font-size: 11px;
    vertical-align: middle;
    color: #f00;
    background: #f5f5f5;
    border: none;
    margin: 2px 0;
    padding: 2px;
    border-left: 1px solid #dcd4d1;
    border-top: 1px solid #dcd4d1;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}
input {
    border-style: expression((this.type=="checkbox") ? 'none' : '1px');
}
select option {
    color: #666;
}
.form {
    width: 150px;
}
.formlarge {
    width: 100%;
}
#largecontent .textlabel {
    width: 250px;
}
.textlabel {
    width: 160px;
    font-weight: bold;
}
.texttip {
    font-size: 12px;
    color: #666;
}
.btn_submit {
    background: url(../graphics/btn_submit.jpg) no-repeat;
    border: none;
    cursor: pointer;
    height: 17px;
    width: 16px;
}

/** HEADER **/
#header {
    background: url(../graphics/banner.png) no-repeat;
    height: 191px;
}
#header input {
    border: none;
}
#header .menu {
    float: left;
    padding: 60px 0 0 90px;
    height: 95px;
    width: 200px;
    font-size: 10px;
    text-align: center;
}
#header .menu .title {
    font-size: 13px;
    font-weight: bold;
}
#header .menu img {
    vertical-align: middle;
}
#header #weblink {
    display: block;
    float: right;
    background: url(../graphics/web_off.png) no-repeat right center;
    width: 185px;
    height: 26px;
    margin: 30px 2px 0 0;
}
#header #weblink:hover {
    background: url(../graphics/web_on.png) no-repeat;
}

#header #form_toplogin {
    border-top: 1px solid red;
    text-align: left;
    padding: 5px 0;
    margin-top: 2px;
}
#header .searchform {
    float: right;
    margin: 130px -170px 0 0;
    background: url(../graphics/buscar_bg.gif) no-repeat center right;
    width: 152px;
    height: 26px;
    padding-top: 3px;
    text-align: center;
}
#header .searchform .form {
    width: 110px;
}

#header #toplinks {
    margin: 15px 0 0 0px;
}
#header #toplinks a {
    padding: 0 20px;
}
#teaser {
    margin:2px 0;
}

/** CONTAINER **/
#container {
    width: 861px;
    margin: 20px auto 0 auto;
    text-align: left;
}
#center {
    width: 100%;
}
#sidebarleft, #sidebarright {
    width: 214px;
    color: #4b3c1b;
    font-size: 11px;
}
#sidebarleft {
    float:left;
    padding: 5px 20px 5px 5px;
}
#sidebarright {
    float:right;
    padding: 5px 0px 5px 20px;
}
#sidebarright .form,
#sidebarleft .form {
    width: 200px;
}
#sidebarleft a, #sidebarright a {
    color: #333;
    text-decoration: none;
}
#sidebarleft a:hover, #sidebarright a:hover {
    text-decoration: underline;
}
#sidebarleft ul , #sidebarright ul {
    padding-left: 5px;
}

#maincontent {
    float:left;
    width: 620px;
    padding: 5px 0;
}
#maincontent h1 {
    margin: 10px 0;
    color: #ff0000;
}
.intro {
    margin:15px 0;
}
a.currenttype {
    color: #ff0000;
}
#alerts {
    overflow: hidden;
}
#right {
    float:right;
    width: 260px;
    margin: 0px;
    text-align:left;
}

#breadcrumb {
    padding: 5px 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ded4ce;
    font-size: 10px;
}

/** ADD POST **/

#form_new_post, .blog #form_post_comment {
    margin: 10px 0;
}
#form_create_new_post {
    padding-top: 15px;
}
#add_image_text, #add_video_text {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 5px 25px;
    float: left;
    background: #fff;
}
#add_video_text {
    margin-left: 10px;
}
#add_image, #add_video {
    width: 50%;
    padding-bottom: 10px;
    border-bottom:1px solid #DBDBDB;
}

/** POST **/
.post {
    margin: 15px 0 25px 0;
}
.postleft {
    float: left;
    width: 50px;
    text-align: center;
    font-size: 10px;
}
.postleft .postdate {
    background: url(../graphics/bg_date.jpg) no-repeat top left;
    font-size: 12px;
    text-transform: uppercase;
    height: 37px;
    width: 39px;
    margin: 0 auto;
    padding-top: 5px;
    color: #fff;
}
.postleft .postdate strong {
    font-size: 16px;
}
.postleft .profilesmall {
    margin: 5px auto;
}

.post-value {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
}
.post-value p {
    margin: 10px 0;
}
.post-value .profilemedium {
    width: 90px;
    margin: 0;
    float: left;
    text-align: center;
    font-size: 12px;
}
.list .post-value .profilemedium {
    width: 50px;
}
.post-value .source {
    float: left;
    width: 545px;
    padding: 0 10px;
}
.list .post-value .source {
    width: 480px;
}
.post-value .sourceintro {
    clear: both;
    font-size: 11px;
}
.post-value .sourceintro strong,
.post-value .sourceintro a {
    padding: 0 2px;
    background: #a3a1a1;
    color: #fff;
}
.sourcecontent {
    background: #f5f4f5;
    padding: 2px;
}

.source .sourcecontent p img{float: none;}

.post-footer {
    color: #334C59;
    font-size: 12px;
    font-weight: bold;
}
.post-value .stats {
    float: left;
    text-align: center;
    width: 70px;
    font-size: 12px;
}
.list .post-value .stats {
    width: 90px;
    text-align: right;
}
#duplicates_found .stats {
    text-align: right;
}
.postreact {
    clear: both;
    width: 500px;
    margin-left: 70px;
    padding: 0 10px;
}
.nopicto .picto {
    display: none;
}

/** VOTE **/
.post-vote {
    margin: 5px 0;
}
.post-vote p {
    margin: 0;
    padding-top: 5px;
    font-style: italic;
}
.post-vote a {
    text-decoration: none;
}
.vote-top {
    display: none;
}


/** COMMENTS **/
.nobottom {
    border-bottom: none;
}
#postcomments {
    border-top: 1px solid #ff0000;
    margin-left: 60px;
    font-size: 11px;
}
#postcomments h3 {
    color: #f00;
    background: url(../graphics/ico_title.jpg) no-repeat;
    padding-left: 30px;
    height: 25px;
}
#postcomments .comment {
    background: url(../graphics/bg_comments.jpg) no-repeat;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
}
#postcomments .child {
    margin-left: 60px;
}
#postcomments .child .comment-content {
    width: 440px;
}

#postcomments .profilesmall {
    float: left;
    margin: 0 10px 0 0;
}
.comment-content {
    float: left;
    width: 500px;
}
.comment-content p {
    margin: 0 0 10px 0;
    text-align: justify;
}
.comment-footer {
    font-size: 11px;
    margin: 10px 0;
}

.account-top {
    background: url(../graphics/account-top.gif) no-repeat;
    color: #ffffff;
    font-weight:bold;
    height:20px;
    padding-top:2px;
    width:90px;
    text-align:center;
}
.account-bottom {
    background: url(../graphics/account-bottom.gif) no-repeat;
    font-weight:bold;
    height:27px;
    padding-top:5px;
    width:90px;
    text-align:center;
}
#postsend .label, #postreceived  .label {
    width: 140px;
    padding-right: 10px;
}
#postsend .amount, #postreceived  .amount {
    width: 40px;
    text-align: right;
    margin-left: 5px;
    padding:0 5px;
    background-color:#ebebeb;
    border: 1px solid #dcdcdc;
    font-weight: bold;
}

/** BOXES **/
#box-promo, #box-tag {
    line-height: 180%;
}
.notitlebox {
    text-align: center;
    margin: 10px;
}
.box {
    overflow: hidden;
    background: url(../graphics/sidebar_boxrail.jpg) repeat-y left top;
    margin: 10px 0;
    width: 214px;
}
.box-decorator1 {
    background: url(../graphics/sidebar_boxtop.jpg) no-repeat left top;
    width: 214px;
}
.box-decorator2 {
    background: url(../graphics/sidebar_boxbottom.jpg) no-repeat left bottom;
    padding: 5px;
    width: 204px;
}
.box-title {
    padding: 8px 0 0 30px;
    margin-bottom: 10px;
}
.box-title h2, .box-title h2 a {
    font-size: 14px;
    color: #ff0000;
}
.box .retractablebullet {
    display: none;
}
.box-title h3 {
    font-size: 12px;
    font-weight: 900;
    margin: 3px 0 3px 0;
}
.box-content {
    margin-right: auto;
    margin-left: auto;
}
.box-content-decorator2 {
    padding:10px 0;
}
#box-propose .box-content, #box-propose .box-content-decorator1, #box-propose .box-content-decorator2 {
    background: none;
    padding:0px;
    margin-top: 15px;
}

.box-readmore {
    clear: both;
    padding: 15px 10px 0px 0px;
    text-align:right;
}
#box-statistics-presentation li {
    list-style-type: none;
    margin-left: 0;
}
#box-statistics-presentation span {
    font-weight: bold;
    font-size: 16px;
}
#box-poststypes-debate li {
    list-style-type: none;
    margin-left: 0;
}
#box-poststypes-debate li img {
    height: 15px;
}
#box-poststypes-debate li ul li {
    list-style-type: circle;
    margin-left: 40px;
}
#box-tags {
    background: url(../graphics/bg_tags.jpg) no-repeat;
    width: 159px;
    height: 154px;
    text-align: center;
    padding: 20px 25px 10px 25px;
    line-height: 150%;
}
#box-tags h2 {
    color: #f00;
    font-size: 20px;
    font-weight: normal;
}

.box-content li {
    padding: 2px 0;
}

/** DEBATE **/
.debate {
    margin-bottom: 15px;
    padding: 5px 10px;
}
.debate h2, .post h2 {
    color: #fff;
    background: #f00;
    font-size: 20px;
    font-weight: normal;
    padding: 0 2px;
    margin: 0 0 5px 0;
}
.debate h2 a, .post h2 a {
    color: #fff;
}

.debate h2 img, .post h2 img {
    height: 20px;
    margin-right: 2px;
    vertical-align: middle;
}

.debate .profilesmall {
    margin: 10px 0;
    font-size: 12px;
}
.debate .profilesmall .posttooltip {
    font-weight: bold;
}
.debate .profilebig {
    float: left;
    width: 120px;
}
.debate .debate-center {
    float: left;
    width: 570px;
}
.debate .debate-stats {
    font-size: 11px;
}
.debate .debate-right {
    float: right;
    width: 125px;
}
.debate .debate-btn {
    display: block;
    background: url(../graphics/btn1_bg.png) no-repeat;
    width: 121px;
    height:31px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}

/** PROFILE **/
.profilesmall img {
    width:35px;
    height:35px;
    border: 2px solid #ff0000;
}

.profilemedium {
    margin: 5px 0;
    overflow: hidden;
}
.profilemedium img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.post .profilemedium img {
    float:none;
    margin-right: 0;
}
.profilesmall img.progression,
.profilemedium img.progression {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: text-bottom;
}
.profilesmall img.subscribe,
.profilemedium img.subscribe {
    width: auto;
    height: auto;
}
.subscribe {
    position: absolute;
}
.profilemedium .item-name {
    margin: 2px 0 5px;
}
.profilesmall .item-name a {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

.profilemedium .item-name a {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}
.profilebig {
    overflow: hidden;
}
.profilebig img {
    width:100px;
    height:100px;
    float:left;
    margin-right: 10px;
}
.profilebig img.subscribe {
    width: auto;
    height: auto;
}
.fl {
    float:left;
}
input.buttonsearch {
    background-color: #858287;
    border: 2px solid #b4b3b5;
    color:white !important;
    font-size: 12px;
    font-weight:bold;
    margin :0 10px 0 10px;
    vertical-align: middle;
}
.submitbtn {
    background: #ff0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 5px;
    border: none;
    color: #fff;
    cursor: pointer;
}
#follow_user_txt, #follow_debate_txt, #follow_step_txt {
    background: #ff0000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px;
    float: right;
    width: 150px;
    text-align: center;
}
#follow_user_txt a, #follow_debate_txt a, #follow_step_txt a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/** TAG CLOUD **/
.tagcloud {
    padding: 0 10px;
}
.tag1 a, .tag1 a:hover, .tag1 a:link, .tag1 a:active {
    font-size:100%
}
.tag2 a, .tag2 a:hover, .tag2 a:link, .tag2 a:active {
    font-size:110%;
}
.tag3 a, .tag3 a:hover, .tag3 a:link, .tag3 a:active {
    font-size:115%;
}
.tag4 a, .tag4 a:hover, .tag4 a:link, .tag4 a:active {
    font-size:120%;
}
.tag5 a, .tag5 a:hover, .tag5 a:link, .tag5 a:active {
    font-size:130%;
}

.formtable {
    text-align: left;
    width: 100%;
}

#invitationok {
    color: green;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

#alertdebate, #alertcat, #catdesc {
    padding: 10px;
}

#footer {
    margin-top: 10px;
    font-size: 10px;
    color: #fff;
    font-family:Arial,Helvetica,sans-serif;
    margin-left:55px;
}
#footer img {
    vertical-align: text-top;
}
#footer1 {
    background: #000;
    float: left;
    padding: 10px;
    height: 20px;
}
#footer2, #footer3 {
    background: #fe0000;
    margin-left: 1px;
    float: left;
    padding: 10px;
    height: 20px;
}

.success {
    color:green;
}
.error {
    color:red;
}
#pagerbottom {
    padding: 10px 0;
    font-size: 11px;
    margin: 10px 0;
}
.pagedcurrentlinks {
    background: #eeeeee;
    border: 1px solid #ff0000;
    color: #000000;
    padding: 2px 6px;
}
.pagedlinks {
    margin: 0;
    padding: 0;
}
#pagerbottom a {
    border: 1px solid #5e5e5e;
    color: #5e5e5e;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
}

#lipostsend, #lipostreceived {
    text-align: center;
    width: 80px;
}

.message {
    color: #f00;
    font-weight: bold;
    font-size: 14px;
}
#opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: gray;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    display: none;
}
#loading {
    position:fixed;
    left: 40%;
    top: 40%;
    padding: 10px 5px;
    background: transparent;
    z-index: 2;
    display: none;
    text-align: center;
    width: 170px;
    height: 80px;
    background: transparent url('../graphics/loading/background_loading.gif') no-repeat top left;
}


/** ACTIVITY LOGS **/
div.activitylog {
    line-height: normal
}
div.activitylog div.notifications {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
div.activitylog div.mPost,
div.activitylog div.mVote,
div.activitylog div.mComment,
div.activitylog div.mFollow {
    margin: 5px 0;
    padding: 5px;
    overflow: hidden;
}
div.activitylog div.notifications div.lefticon {
    width: 60px;
    float: left;
}
div.activitylog div.notifications div.lefticon img {
    width: 50px;
    height: 50px;
}
div.activitylog div.notifications div.stats {
    float: right;
    width: 100px;
    padding-left: 10px;
    text-align: right;
}
div.activitylog div.notifications {
    clear: both;
}
.separator {
    clear: both;
    background: #eee;
    height: 4px;
    margin: 25px 0;
}

.answercomment {
    clear: both;
    font-size: 11px;
    color: #ff0000;
    background: url(../graphics/ico_comment.jpg) no-repeat left top;
    margin: 5px 0;
    padding-left: 15px;
}
.answercomment a {
    color: #ff0000;
}

/** dhtml tooltip **/
#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid #DBDBDB;
    padding: 5px;
    background-color: #fff;
    visibility: hidden;
    z-index: 100;
    text-align: left;
}
#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

.validation-advice, .validation-failure {
    color: #f00;
    font-weight: bold;
    display: inline;
    font-size: 11px;
}
#identification_error {
    color: red;
    font-weight: bold;
    display: inline;
}
#cat {
    margin: 10px 0 30px 0;
    line-height: 150%;
}
.tooltip {
    font-weight:  normal;
}

#headerintro {
    margin: 50px auto 0 auto;
    height: 43px;
    background: url(../graphics/headerintro.png) no-repeat left top;
    width: 555px;
    padding: 15px 0 0 400px;
    text-align: left;
}
#flashintro {
    width: 955px;
    margin : 0 auto;
}
