/*--------------------------------------------------------------
 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(/cache/default/1490/fightingtalk/images/bg.png) repeat-y left top;
  font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif;}

.input_text, textarea {
width: 95%;
}

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: #930; }





.field, .buttons {
margin: 0 0 1.2em;
}
.date_field {
margin-bottom: 3.6em;
}
.note {
color: #666;
}
.captcha {
margin-top: 1.2em;
}

hr, div.hr { 
clear: both;
border: none;
margin-bottom: 1.2em;
background-image: url(/cache/default/1490/fightingtalk/images/border_line.gif);
background-repeat: no-repeat;
background-position: top center;
height: 1px;
margin-bottom: 1.2em;
}
div.hr hr {
display: none;
}

div.files  {
width: 100%;
overflow: hidden;
}
div.file {
padding: 5px;
width: 340px;
overflow: hidden;
}

.file .thumb {
width: 120px;
float: left;
}
.file .meta {    
width: 215px;
float: right;
}
.file .info {
margin-bottom: 5px;
}
.file .delete {
width: 14px;
height: 20px;
background-position: 0 3px;
background-repeat: no-repeat;
text-indent: -10000px;
float: right;
display: block;
margin-left: 5px;
background-image: url(/cache/default/1490/images/no.gif);
}
.unique_link {
width: 97%;
}

/*#comments p a {
background-color: #eceeec;
padding: 1px;
}
#comments p a:hover {
color: #333;
padding: 1px;
}*/
