/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

a.img { display: block; text-decoration: none; outline: none;}
h2 a {
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
font-size: 10pt;
color: #222;
background: #fff; 
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"Liberation Sans",Tahoma,Geneva,Helvetica,Arial,sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height: 1.25; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p, img.block{ margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #444; text-decoration: underline; }

a, a:link, a:visited, a:active, a:hover {outline: none;}

blockquote  { margin: 1.5em; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr { 
clear: both;
border: none;
border-bottom: 1px solid #e0e0e0;
margin: 0;
margin-bottom: 1.5em;
height: 1px;
padding: 0;
}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/*
-------------------------------------------------------------- */

a:link, a:visited {
color: #520;
background: transparent;
text-decoration: underline;
}

a.external:link:after, a.external:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

/*.header a:link:after, .header a:visited:after,
.footer a:link:after, .footer a:visited:after {
content: "";
}*/

.navigation, #partner, #blog_col1, #blog_col2, .commentform {
display: none;
}

ul.albums, ul.igallery, ul.islideshow, ul.years, ul.imagelist {
margin-left: 0;
margin-right: 0;
list-style-type: none;
}
ul.albums li, ul.igallery li, ul.islideshow li, ul.imagelist li {
margin-bottom: 1.5em;
}

.breadcrumb, .post-meta {
margin-bottom: 1.5em;
}
.pagination {
display: inline;
}

.amount {
font-weight: bold;
}

a.img {
text-decoration: none;
display: block;
}
a.img img {
display: block;
}

.albums a.img, .album a.img {
float: left;
margin-right: 1.5em;
}
.row, .col, .album-description, .section-description, .footer, .outside {
clear: both;
}

h1 {
font-size: 1.5em;
margin-bottom: 1.5em;
}