 /*--------------------------------------------------------------
 Application.css
 Imports all stylesheets; sets defaults for bare elements
 --------------------------------------------------------------*/

@import 'layout.css';
@import 'content.css';

@media print { #sidebar { display:none; }
               #content { float: none; width:90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display:none; } }

body {
/*  background: url(/images/theme/background.gif) repeat-x left top; */
    font-family: Calibri, "lucida grande", verdana, arial, helvetica, sans-serif;
}

input,
textarea {
	font-family: Consolas, "Bitstream Vera Sans Mono", Monaco, "Lucida Console", "Courier New", Courier, mono;
}

/* 
abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; } 
*/

a:link,  a:visited { color: #930; }
a:hover, a:active  { color: #fff; background: #000; }

// Textile Stuff

#textile_example {
    width:100%;
    height:200px;
}

ul#textile_toolbar {
    position:relative;
    list-style:none;
    border:1px solid #d7d7d7;
    background-color:#F6F6F6;
    margin:0;
    padding:0;
    height:18px;
    margin-bottom:0;
	width: 100%;
}

#textile_toolbar li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}

#textile_toolbar li a {
    width:24px;
    height:16px;
    float:left;
    display:block;
    background-image:url("/images/theme/textile_icons.gif");
    border:1px solid #fff;
    border-right-color:#d7d7d7;
}

#textile_toolbar li a:hover {
    border-color:#900;
}

#textile_toolbar li span {
    display:none;
}

#textile_toolbar li a#textile_help_button {
    position:absolute;
    top:0;
    right:0;
    border-left-color:#d7d7d7;
    border-right-color:#fff;
}

#textile_toolbar li a#textile_help_button:hover {
    border-left-color:#900;
    border-right-color:#900;
}

#textile_italics_button { background-position: 0 -119px; }
#textile_bold_button { background-position: 0 -102px; }
#textile_link_button { background-position: 0 0; }
#textile_image_button { background-position: 0 -170px; }
#textile_unordered_list_button { background-position: 0 -34px; }
#textile_ordered_list_button { background-position: 0 -51px; }
#textile_quote_button { background-position: 0 -68px; }
#textile_code_button { background-position: 0 -136px; }
#textile_help_button { background-position: 0 -153px; }
#textile_heading_button { background-position: 0 -85px; }

  xtile_code_button { background-position: 0 -136px; }
#textile_help_button { background-position: 0 -153px; }
#textile_heading_button { background-position: 0 -85px; }

