/* top level html styles used site-wide */

html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, iframe, a img
{
    margin            : 0;
    padding           : 0;
    border            : 0 none;
    font-family       : verdana,sans-serif;
}

h1, .size1
{
    font-size :  36px;
}

h2, .size2
{
    font-size :  24px;
}

h3, .size3
{
    font-size :  21px;
}

h4, .size4
{
    font-size :  18px;
}

h5, .size5
{
    font-size :  14px;
}

h6, .size6
{
    font-size :  14px;
}

p, .size7
{
    font-size :  12px;
}

.size8
{
    font-size :  10px;
}

.size9
{
    font-size :  8px;
}

.boldfont
{
    font-weight : bold;
}

a {
    color                  : #174EC6;
    text-decoration        : none;
}


dt {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
}
td {
    margin: 0;
    border: 0;
    padding: 0;
}


table.grid
{
    border-collapse : collapse;
}

table.grid th, table.grid td
{
    border  : 1px solid black;
    padding : 5px;
    font-size: 10pt;
}



#body {
    clear: both;
    margin: 0 auto;
    padding: 10px;
    min-height: 30em;
}


/* Three column layout for header */
#header-left
{
    float         : left;
    width         : 64px;
    height        : 64px;
    padding-right : 16px;
}

#header-right
{
    float         : right;
    width         : 300px;
    margin-right  : 10px;
    height        : 64px;
}

#header-center  { }

#header-bottom
{
    clear         : both;
    width         : 100%;
    height        : 0px;
    margin-top    : 1em;
    border-top    : 0px solid orange;
    border-bottom : 0px solid lightslategray;
}

/* styles for layout related fixed elements */

#container
{
    position   : relative;
    width      : 100%;
    min-height : 100%;
}

.left_pane_width
{
    width : 65%;
}

/* Two column layout */
#content-left
{
    min-height  : 70%;
    float       : left;
    margin-left : 16px;
}

#content-right
{
    width         : 300px;
    float         : right;
    margin-right  : 10px;
}



#footer {
    color: #999; /* footer text colour */
    margin: 50px auto;
    padding: 10px;
    clear: both;
    width: 800px;
}

#footer .legal
{
    text-align       : center;
    font-size        : 12px;
    font-weight      : bold;
}

#footer a, #footer a:visited {
    color: #444; /* footer link colour */
}
#footer a:hover {
    color: #777; /* footer link hover colour */
}
#site_wide_announcements {
    background: yellow;
    padding: 10px;
    text-align: center;
}
#site_wide_announcements ul {
    padding: 0;
    margin: 0;
}
h1 {
    margin: 0;
}
form th {
    text-align : left;
}
form.signup input[type="submit"], form.login input[type="submit"] {
    margin: 20px 0;
    font-size: 10pt;
}
input[type="text"], input[type="password"], textarea {
    padding: 3px;
    margin: 3px;
    border: solid 1px #C6C6C6;
    border-bottom: solid 1px #E3E3E3;
    color: #666;
    font-size: 10pt;
    background: #F3F3F3 url('/site_media/pinax/images/form-shadow.png') left top repeat-x;
}
.clearboth {
    clear: both;
}


#tabhead {
    /* background: #035 url('/site_media/pinax/images/heading.png') left top repeat-x; */
    border-bottom: 1px solid #000; /* tab border */
    position: relative;
    height : 90px;
}

/*
#tabhead .logo {
    height: 80px;
    padding-left: 5px;
    padding-top: 0;
}
*/


#tabhead .logo img {
    border : 0px;
}


#tabhead .login {
    position     : absolute;
    top          : 6px;
    right        : 15px;
    font-weight  : bold;
    font-size    : 10pt;
}


ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
}
ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 10pt;
}
ul#messages li {
    padding: 5px 10px;
    background: #FFFCDF;
    margin: 3px;
    border: 1px solid #DFDFDF;
}
ul#messages li a {
    float: right;
    color: #327EC3;
}

ul#messages li a.normal_link {
    float: none;
    color: #327EC3;
}

.verified {
    color: green;
}
.remove {
    color: red;
}
.unverified {
    color: gray;
}
.primary {
    font-weight: bold;
}
table.email_list td {
    padding: 5px 10px;
}
.warning {
    color: red;
    font-weight: bold;
}

div.notice {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #CCC;
}
div.unseen_notice {
    margin: 0;
    padding: 5px;
    background: #DFC;
    border-bottom: 1px solid #CCC;
}
h2.notice_date,
{
    font-size: 12pt;
    color: #666;
    border-bottom: 1px solid #999;
}
span.notice_type {
    color: #666;
}
span.notice_message {
}
span.notice_time {
    color: #999;
    font-size: 90%;
}
table.notice_settings td {
    line-height: 90%;
    padding: 5px 10px;
    
}
span.notice_type_description {
    color: #666;
    font-size: 80%;
    font-style: italic;
}

div.profile_info p {
    margin: 0;
}

#subnav {
    margin: 0;
    padding: 0;
    background: #6596E3; /* tab colour */
    border-bottom: 1px solid #9BC;
}

#subnav ul {
    float: right;
    margin: 0 20px;
    padding: 0;
}

#subnav ul.left_nav {
    float: left;
    margin: 0 20px;
    padding: 0;
}

#subnav ul li {
    display: inline;
    list-style-type: none;
}

#subnav ul a:link, #subnav ul a:visited {
    float: left;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #FFF;
    padding: 4px 20px;
}

#subnav ul a.activepage {
    color: #FFF;
    background: #327EC3;
}

div.right_panel {
    margin-top: 20px;
    width: 200px;
    float: right;
    z-index: 999;
}

div.notice_settings {
    background: #DEF;
    padding: 8px;
    margin: 20px 0;
}
div.notice_settings h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#locale_switcher {
    display:inline;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_results li img {
    float: left;
    margin: 5px;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}


/* pagination */
.pagination {
    margin: 10px 0;
}
.pagination .disabled {
    padding: 3px;
    color: #999;
    border: 1px solid #CCC;
}
.pagination .current {
    padding: 3px;
    color: #FFF;
    border: 1px solid #9BC;
    background: #9BC;
}
.pagination a {
    padding: 3px;
    text-decoration: none;
    border: 1px solid #9BC;
    color: #444;
    background: #DEF;
}

/* reference:
 *   http://www.positioniseverything.net/easyclearing.html
 *   http://www.zeldman.com/2006/10/27/ie7fixes1/
 *      comment by michael on 10/28/2006
 */
.clearfix {
    min-height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */


dl.what_next {
    margin: 2em;
}
dl.what_next dt {
    font-size: 120%;
}
dl.what_next dd {
    margin: 0 0 1em 0;
    font-style: italic;
}
p.what_next {
    font-size: 120%;
}

/* FORMS **********************************/

/* ----------- basic-sm ----------- */

#basic-form .underlineme {
    border-bottom: 4px solid #DEDEDE;
    margin-top: 15px;
}
#basic-form hr {
    border-top:solid 4px #DEDEDE;
}
#basic-form p{
    color:#666666;
    border-bottom:solid 1px #dedede;
    padding-bottom: 5px;
}
#basic-form label{
    display:block;
    font-weight:bold;
}
#basic-form td {
    padding: 2px;
}
#basic-form td.rightd {
    padding-right: 70px;
}
#basic-form span{
    color: #aaa;
    font-style: italic;
    width:300px;
}
#basic-form input, #basic-form select{
    float:left;
    margin:2px 0 2px 10px;
    font-size: 11px;
}

#basic-form textarea{
    float:left;
    margin:2px 0 2px 10px;
    font-size: 11px;
}

#basic-form .button{ 
    clear:both;
    width:125px;
    height:31px;
    text-align:center;
    line-height:20px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    border: 0 transparent;
    background: url(button.png) no-repeat;
    margin-top: 20px;
    cursor: pointer;
}

/* Fieldsets */
fieldset { padding: 20px; margin: 0 0 1.5em 0; border: 2px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

.left-form {
    width: 360px;
    float: left;
    margin-right: 60px;
}

.right-form {
    width: 360px;
    float: right;
}
.right-form p {
    line-height: 21px;
}
.padtop {
    margin-top: 20px;
}

.signupform {
    float: left;
}


/* iter8r */

/* forms */
.compact-form
{
    margin              : 1em 25%;
    padding             : 1em;
    background          : #EEEEEE;
    border              : 1px solid #888888;
    padding             : 1em;
}

.wide-form
{
    margin              : 1em 5%;
    padding             : 1em;
    background          : #EEEEEE;
    border              : 1px solid #888888;
    padding             : 1em;
}


/* bookmark entry styles */
.entry-container
{
	margin              : 0;
	padding             : 0;
	width               : 100%;
}

.entry-row
{
	margin              : 0px;
	padding             : 0px;
	width               : 100%;
}

.entry-left
{
    width               : 5em;
    height              : 100%;
    float               : left;
}

.entry-rank
{
    float                  : left;
    width                  : 3em;
    text-align             : right;
    line-height            : 100%;
    margin-top             : 4px;
    margin-bottom          : 4px;
}

.entry-bottom
{
    margin-left    : 80px;
}

.entry-bottom td
{
    border-collapse: collapse;
    margin-right: 25px;
    padding-right: 25px;
}

.entry-center
{
    margin-left    : 80px;
}

.entry-center a:visited
{
    text-decoration        : none;
    color                  : purple;
}

.entry-spacer
{
    clear          : both;
    display        : block;
    height         : 1.5em;
    overflow       : hidden;
    margin         : 0;
    padding        : 0;
}

.entry-domain-name
{
    margin-left    : 0em;
    color          : #888888
}

.entry-tags a:link
{
    color          : #888888;
}

.entry-tags a:visited
{
    color          : #888888;
}

.entry-comment-count
{
}

.arrow-container
{
    float                  : left;
    line-height            : 100%;
    margin-left            : 4px;
}

.arrow
{
    margin-top             : 4px;
    margin-bottom          : 4px;
    margin-left            : 2px;
    margin-right           : 2px;
    border                 : 0px solid white;
}

.arrow.upmod
{
    cursor                 : pointer;
}

.error {
    color                  : white;
}

.tag-cloud
{
    margin              : 1em 1em 3em 1em;
    padding             : 1em;
    background          : #EEEEEE;
    border              : 1px solid #888888;
    padding             : 1em;
}

.sub_menu
{
    float               : left;
}

.activity_status
{
    float               : right;
    font-size           : 10pt;
    font-weight         : bold;
    padding             : 4px 10px;
}


.poll_results_option_row
{
}

.poll_results_text, .poll_results_numbers
{
    font-weight         : bold;
    padding             : 0.5em 1em;
    border-bottom       : 1px solid black;
}

.poll_results_vote_button
{
    font-weight         : bold;
    margin              : 0.5em 1em 0 0.5em;
}

.poll_results_numbers
{
    background          : #EEEEEE;
}

.poll_results_bar
{
    background          : #E76014;
}

