@charset "UTF-8";
/* CSS Document *

/*    *** begin reset css - note: with tweeks ***    */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1.3;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 68.75%; /* 100% / 16 = 6.25 (equivalent to setting the font size to 11px). 6.25 * 11 = 68.75 (%)  */
color: #000;
background: #f8f8e0;
position: relative;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
a:focus {
outline: dotted 1px #000;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*    *** end reset css ***    */


/* -----------------------
general styles
-------------------------*/

a:hover {
text-decoration: none;
}
h1 {
font-size: 1.3em;
margin-bottom: 1em;
color:#333333;
}
h2 {
font-size: 1.2em;
margin-bottom: 1em;
}
h3 {
font-size: 1.1em;
margin-bottom: 1em;
padding: 3px;
}
h4 {
font-size: 1em;
font-weight: bold;
}
p, table, ul, ol, dl, blockquote {
margin-bottom: 1em;
}
.backtotop {
padding-top: 40px;
}
.object-right {
float: right;
}
.object-left {
float: left;
}
ul {
list-style-type: disc;
margin-left: 15px;
}
ol {
margin-left: 15px;
}

/* -----------------------
layout styles
-------------------------*/

#wrapper {
padding: 3px 30px 15px;
}
#header {
text-align: center;
margin-borrom: 1em;
font-size: 0.8em;
}

/* -----------------------
BSS
-------------------------*/

#breadcrumb {
border-bottom: 1px solid #999999;
color: #333333;
padding: 0 0 5px;
margin: 1em 0;
}
#breadcrumb ul {
margin-bottom: 0;
}
#breadcrumb a {
color: #333333;
}
#breadcrumb ul {
margin-left: 0;
}
#breadcrumb li {
display: inline;
}
#breadcrumb li.first {
font-weight: bold;
}


/* -----------------------
BSS
-------------------------*/

.bss .divider {
margin-bottom: 2.5em;
}
.bss .viewall {
font-size: 0.9em;
position: absolute;
top: 4px;
right: 0;
border: 1px solid #000;
background: #FFF;
padding: 2px 8px;
}
.bss h3 {
border-bottom: 1px solid #666666;
}
.bss h3 a {
color: #000;
/*text-decoration: none;*/
}
.bss h3 a:hover {
color: #000;
/*text-decoration: underline;*/
}
.bss h4 {
font-size: 1em;
font-weight: normal;
}
.bss h4 a {
font-weight: bold;
}
.bss .section {
position: relative;
}
.bss .section ul, .bss-collection .section ul {
list-style-type: none;
margin-left: 0;
}
.bss .section li, .bss-collection li {
background: #E1D1C5;
border: 1px solid #666;
padding: 3px;
margin-bottom: 5px;
position: relative;
}
.bss .section, .bss-collection .section {
margin-left: 10px;
}
.bss-collection h3 {
font-size: 1em;
font-weight: normal;
}
.bss-collection h3 a {
font-weight: bold;
}
.bss-item h1 {
margin-bottom: .5em;
}
.bss-item .listed {
color: #666666;
font-size: 0.91em;
}

/* -----------------------
BSS magazine view
-------------------------*/
.bss-magazine table {
width: 700px;
border-top: 1px solid #333;
border-left: 1px solid #333;
}
.bss-magazine table td {
border-right: 1px solid #333;
border-bottom: 1px solid #333;
padding: 10px;
}

.bss-magazine li, .bss-magazine h3 {
clear: both;
}

/* -----------------------
pagination
------------------------ */

.pagination  {
width: 100%;
position: relative;
margin-bottom: 10px;
}
.pagination .paging {
float: left;
}
.pagination p {
border: 1px solid #000;
background: #FFFFFF;
padding: 2px 8px;
margin-bottom: 0;
}
.pagination strong, .pagination a:hover {
display: inline-block;
background: #996600;
color: #fff;
border: 1px solid #000;
font-weight: normal;
padding: 1px 2px;
}
.pagination .title {
display: inline-block;
padding-bottom: 2px;
font-weight: bold;
}
.pagination a {
display: inline-block;
background: #E9DDC7;
color: #000;
border: 1px solid #999;
font-weight: normal;
padding: 1px 2px;
}

/* -----------------------
hide items
-------------------------*/

.hidden, hr {
position: absolute;
top: -999px;
z-index: 50;
width: 1px;
font-size: 1px;
height: 1px;
overflow: hidden;
display: block;
line-height: 0;
}
/* Float containers */
/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after,
fieldset:after /* Safari 2 required */ {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

