/* - - - - - - - - - - - - - - - - - - - - -

Title : biscuitsforcheese.co.uk gallery
Author : John Keane
URL : http://www.biscuitsforcheese.co.uk/recommend/gallery

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}
html{
}
body{
background: #fff;
font-family: garamond, serif;
font-size: medium;
}

/* ----- IDS ----- */

#accessibility{
position: absolute;
left: -10000px;
}
#container{
width: 800px;
margin: 0px auto;
position: relative;
}
#primaryContent{
position: relative;
}
#galleryImage{
float: left;
width: 550px;
text-align: left;
}
#galleryLabel, #galleryBrowse{
float: left;
width: 200px;
padding: 5px 0 0 50px;
}
#galleryLabel{
border: 0px solid #fff;
}
#header{
}
#secondaryContent{
}
#comment{
clear: both;
display: none;
}
#comment-wrapper{
width: 400px;
padding: 20px;
padding-top: 0;
float: left;
border: 0;
background: #e6e6e6;
display: none;
}
#browse{
clear: both;
padding-top: 20px;
}
#footer{
margin: 0;
padding: 25px 0 0;
clear: both;
text-align: left;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}
.rssspan{
}

/* ----- HEADINGS ----- */

h1{
font: 1em/1 garamond;
font-weight: bold;
text-transform: lowercase;
color: #e6e6e6;
margin: 0 0 30px;
clear: left;
position: relative;
left: -10000px
}
h1 a{
text-decoration: none;
color: #ddd;
}
h1 a span{
color: #444;
}
h2, #galleryBrowse li{
font: 1.25em/1 arial;
font-weight: bold;
margin: 0;
}
h2 a, h2 a:visited{
text-decoration: none;
color: #222;
}
#galleryLabel h2{
letter-spacing: -0.05em;
}
h2#comments{
font: 2em/1 garamond;;
font-size: 2em;
border-bottom: 2px solid;
text-transform: none;
}
#secondaryContent h2{
margin: 0;
}
h3{
font: 1em/1 garamond;;
font-size: 1em;
font-weight: bold;
color: #fa0;
margin-bottom: 0;
letter-spacing: 0.1em;
text-transform: uppercase;
}
#comment-wrapper h3{
padding-bottom: 10px;
border-bottom: 2px solid #ddd;
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
font: 1em/1.6 garamond, serif;
letter-spacing: -0.025em;
margin-top: 0;
}
#primaryContent p{
}
#galleryLabel p.imageLocation{
font-family: garamond, serif;
font-style: italic;
font-size: small;
}

#galleryLabel p{
line-height: 1.3;
}
#secondaryContent p{
}



/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
#footer li, #galleryBrowse li{
list-style-type: none;
}
li p{
}
ol{
}
#comment ol{
padding: 0;
margin: 0 0 20px 20px;
}
ul{
}
ol li{
}
#comment ol li{
border-bottom: 2px dotted #bbb;
padding-bottom: 10px;
}
ul li{
}

#footer li, #galleryBrowse li{
padding: 0;
margin: 0 0 0.5em;
font-family: helvetica, arial, sans-serif;
font-size: small;
color: #bbb;
}
#footer li.copyright, #footer li.txp, #footer li.rss{
text-align: left;
font-family: georgia, serif;
}
#galleryBrowse li {
display: inline;
}
#footer ul, #galleryBrowse ul{
padding: 0;
}

#navigation li img{
vertical-align: top;
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

#galleryImage img{
border: 1px solid #777;
padding: 4px;
}
img a{
}
img a:hover{
}
#navigation img, #footer img{
border: 0;
}

/* BREAK */

hr{
display:none;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
color: #222;
font-weight: bold;
text-decoration: underline;
}
#footer a{
color: #777;
}
a:visited, #footer a:visited{
color: #bbb;
}
a:hover, #footer a:hover{
color: #444;
}
a:active{
}
a:focus{
}

a.img{
text-decoration: none;
}

a.img:hover {
background-color: transparent;
}

p a{
}
p#meta a{
font-size: 1em;
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}