/*
 * Screen stylesheet for http://pastesite.com/
 *  by Alex Elliot
 *
 * Last Updated: 24-04-2007
 *
 */

/**********************
***  Global Styles  ***
**********************/
html, body
{
   font: 14px "Liberation Sans",arial,sans-serif;
   padding: 0;
   margin: 0;
   background: #eee url('images/mainbg.gif') repeat-x;
   color: #000;
   height: 100%;
}
p { margin: 0; padding: 4px 6px; }
a:link, a:active, p#pagination a:hover, ul#usercp-pastes li a:hover, ul#top-nav a:hover, p#footer a:hover
{
   background-color: inherit;
   color: #0cb2cc;
}
a:visited
{
   background-color: inherit;
   color: #bca071;
}
a:hover { text-decoration: none; }
a img { border: 0; }
p.alert
{
   background: #fee url('images/alert.png') no-repeat 4px 3px;
   border: 1px solid #fcc;
   margin: 10px;
   padding-left: 22px;
}
div.alert
{
   margin: 15px 40px -20px 40px;
   padding: 3px 5px 3px 20px;
   border: 1px solid #ccc;
   background: #ffb url('images/info.png') no-repeat 2px 3px;
   color: #636363;
}
.monospace
{
   font-family: "Liberation Mono", "Bitstream Vera Sans Mono", "Monaco", "Lucida Console", monospace;
}
pre
{
   margin: 0;
   padding: 5px 0;
}


/*****************************
***  Container for Footer  ***
*****************************/
div#container
{
   min-height: 100%;
   height: auto !important;
   height: 100%;
   padding: 0;
   margin: 0;
}
div#padding-fixer
{
   padding: 0 0 40px 0;
}


/***************
***  Header  ***
***************/
h1
{
   float: left;
   font-family: georgia,sans-serif;
   font-weight: normal;
   margin: 0;
   padding: 18px 0 0 40px;
}
h1 a:link, h1 a:active, h1 a:visited
{
   float: left;
   display: block;
   height: 37px;
   padding: 7px 0 0 45px;
   background: transparent url('images/logo.jpg') no-repeat;
   color: #bca071;
   text-decoration: none;
}
h1 a:hover
{
   background-color: transparent;
   color: #dcc091;
}


/***********************
***  Top Navigation  ***
***********************/
ul#top-nav
{
   float: right;
   margin: 0;
   padding: 50px 20px 0 0;
   list-style-type:none;
   height: 27px;
}
ul#top-nav li
{
   display: inline;
}
ul#top-nav a
{
   float: left;
   display: block;
   height: 21px;
   margin: 0 5px;
   padding: 5px 5px 0 5px;
   background: transparent url('images/navbg.jpg') repeat-x;
   color: #cecece;
   border-left: 1px solid #696969;
   border-right: 1px solid #696969;
   border-top: 1px solid #696969;
   font-family: georgia,sans-serif;
   font-size: 13px;
   text-decoration: none;
}


/****************
***  Top Bar  ***
****************/
div#center
{
   text-align: center;
}
div#top-bar
{
   margin: 0 auto;
   width: 1000px;
   padding-left: 10px;
   background: transparent url('images/top-bar-seperator.jpg') no-repeat 10px 0;
   color: #ccc;
   clear:both;
   height: 81px;
   text-align: left;
}
div#top-bar h2
{
   font-family: georgia,sans-serif;
   margin: 0;
   padding: 0;
   font-size: 15px;
   font-weight: normal;
   background-color: inherit;
   color: #bca071;
}
div#top-bar div
{
   height: 71px;
   float: left;
   padding: 10px 10px 0 10px;
   background: url('images/top-bar-seperator.jpg') no-repeat right;
}
div#top-bar ul, div#top-bar p
{
   font-size: 11px;
}
div#top-bar ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
div#top-bar p
{
   padding: 0;
   width: 330px;
   max-width: 330px;
   overflow: hidden;
}


/**************************
***  Full Width Column  ***
**************************/
div#full-width
{
   margin: 30px 30px 0 30px;
   background: #f7f7f7;
   border: 1px solid #ccc;
}
div#full-width h2
{
   background-color: inherit;
   margin: 5px 10px;
   padding: 0 0 3px 0;
   border-bottom: 1px solid #ccc;
   font: 18px georgia,sans-serif;
   text-decoration: none;
   color: #636363;
}
div#main h2
{
   background-color: inherit;
   margin: 25px 10px 5px 10px;
   padding: 0 0 3px 0;
   border-bottom: 1px solid #ccc;
   font: 18px georgia,sans-serif;
   text-decoration: none;
   color: #636363;
}
div#full-width h2 span
{
   font-size: 15px;
}
div#full-width h2 a
{
   background-color: inherit;
   color: #bca071;
   text-decoration: none;
}
div#full-width h2.gold, div#full-width h4 a, div#full-width h3 a
{
   background-color: inherit;
   color: #bca071;
   font-family: georgia,sans-serif;
}
div#full-width h2 a:hover
{
   background-color: inherit;
   color: #0cb2cc;
}
div#full-width h3
{
   margin: 0;
   padding: 4px 0 4px 20px;
   font: 18px georgia,sans-serif;
   text-decoration: none;
   background-color: inherit;
   color: #636363;
}
div#full-width ol
{
   border: 1px solid #ccc;
   margin: 4px 20px;
   padding: 5px 5px 5px 40px;
   background: #eee;
   font-size: 11px;
}
div#full-width h4
{
   margin: 2px 0 14px 30px;
   font-size: 13px;
   font-weight: normal;
}


/*******************
***  Form Style  ***
*******************/
form dl
{
   margin: 0;
   padding: 4px 6px 10px 6px;
}
form dl dd
{
   margin: 0;
   padding: 3px 0 3px 130px;
}
form dl dd label
{
   float: left;
   text-align: right;
   width: 120px;
   margin-left: -130px;
}
form dl dd textarea, form dl dd input, form dl dd select
{
   border: 1px solid #ccc;
}
form dl dd textarea.error, form dl dd input.error, form dl dd select.error
{
   background: #fdd;
   color: #000;
   border: 1px solid #f00;
}
form dl dd span.error, form dl dd.error
{
   margin: 2px 20px 2px 130px;
   padding: 3px 5px 3px 20px;
   border: 1px solid #ccc;
   background: #ffb url('images/info.png') no-repeat 2px 3px;
   color: #636363;
}
form dl dd textarea
{
   width: 95%;
   height: 300px;
}
form dl dd textarea.small
{
   width: 50%;
   height: 150px;
}
form dl dd a
{
   font-size: 12px;
}


/*******************
***  Side Panel  ***
*******************/
div#side-panel
{
   float: left;
   background: url('images/side-panel-bg.gif') no-repeat top right;
   width: 280px;
   height: 400px;
   margin: 20px 0 0 10px;
}
ul#usercp-nav
{
   margin: 0;
   padding: 50px 0 0 0;
   list-style-type: none;
}
ul#usercp-nav li
{
   margin: 0 24px 2px 0;
}
ul#usercp-nav li a
{
   display: block;
   padding: 5px 0 6px 36px;
   background: transparent url('images/account.png') no-repeat 2px 2px;
   font: 15px georgia,sans-serif;
   text-decoration: none;
   color: #636363;
}
ul#usercp-nav li:hover, ul#usercp-nav li.current
{
   background: #bcdff2 url('images/side-bar-hover.jpg') repeat-y right;
   color: #636363;
}
ul#usercp-nav li#li-pastes a { background-image: url('images/pastes.png'); }
ul#usercp-nav li#li-projects a { background-image: url('images/projects.png'); }
ul#usercp-nav li#li-styles a { background-image: url('images/styles.png'); }


/*********************
***  Main Content  ***
*********************/
div#main
{
   padding-left: 295px;
}


/*************************
***  Paste Management  ***
*************************/
ul#usercp-pastes
{
   margin: 0;
   padding: 50px 25px 0 0;
   list-style-type: none;
}
ul#usercp-pastes li
{
   height: 18px;
   padding: 6px 5px 4px 10px;
   margin-bottom: 6px;
   text-align: right;
   background: #f7f7f7;
   color: #bca071;
   border: 1px solid #ccc;
}
ul#usercp-pastes li span { float: left; }
ul#usercp-pastes li span.float-right { float: right; margin-right: 5px; }
ul#usercp-pastes li a
{
   font: 15px georgia,sans-serif;
   text-decoration: none;
   color: #636363;
}
p#pagination
{
   text-align: right;
   padding-right: 30px;
}
p#pagination, p#pagination a
{
   background-color: inherit;
   color: #636363;
   font: 15px georgia,sans-serif;
   text-decoration: none;
}
p#pagination span.current
{
   text-decoration: underline;
   font-weight: bold;
}


/***************
***  Footer  ***
***************/
p#footer
{
   height: 17px;
   margin: -26px 0 0 0;
   padding: 3px 10px 6px 0;
   background: #393939;
   color: #cecece;
   text-align: right;
   font-size: 13px;
}
p#footer a
{
   font-family: georgia,sans-serif;
   text-decoration: none;
   background-color: inherit;
   color: #bca071;
}
p#footer a img
{
   margin-bottom: -6px;
}

table#paste_container { margin-top: 24px; font-size: 90%; }

/********************
***  Context Bar  ***
********************/
td#context-bar div
{
   background: #f7f7f7;
   color: #000;
   border: 1px solid #ccc;
   width: 250px;
   margin: 0 0 20px 20px;
}
td#context-bar h2
{
   background-color: inherit;
   margin: 5px 10px;
   padding: 0 0 3px 0;
   border-bottom: 1px solid #ccc;
   font: 15px georgia,sans-serif;
   text-decoration: none;
   color: #636363;
}
td#context-bar h3
{
   margin: 0;
   padding: 4px 10px;
   font: 15px georgia,sans-serif;
   font-weight: normal;
   background-color: inherit;
   color: #bca071;
}
td#context-bar p, td#context-bar ul
{
   margin: 0;
   padding: 4px 15px;
   font-size: 13px;
}
td#context-bar ul
{
   list-style-type: none;
}
td#context-bar ul li a
{
   height: auto !important;
   height: 16px;
   min-height: 16px;
   display: block;
   padding: 2px 0 2px 20px;
   background: transparent url('images/print.png') no-repeat 1px 1px;
   color: #0cb2cc;
   font-family: georgia,sans-serif;
}
td#context-bar ul li#increase a { background-image: url('images/increase.png'); }
td#context-bar ul li#decrease a { background-image: url('images/decrease.png'); }
td#context-bar ul li#download a { background-image: url('images/download.png'); }
td#context-bar ul li#getcode a { background-image: url('images/getcode.png'); }
td#context-bar ul li#remove a { background-image: url('images/remove.png'); }
td#context-bar ul li#li-reply a { background-image: url('images/reply.png'); }

