/*

    Import this stylesheet as a stylesheet base to start from

    Styles are based on Blueprint & 960gs
    http://code.google.com/p/blueprintcss/
    http://960.gs/ 

*/   

body, input, textarea {
    color: #000;    
    font: 15px/1.5 Georgia, Helvetica, "Liberation Sans", sans-serif;
}

a:focus {
    outline: 1px dotted invert;
}

/*
    Hide some elements
*/

.screen-reader-text {
  display: none;
}

/* 
    Headings
*/

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

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}


/* 
    Margins & default text elements
*/

.post,
.entry-date,
.write-comment-link,
p,
dl,
dd,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 18px;
}

.write-comment-link {
  display: block;
}
ul {
    margin-left: 1.5em;
}
ol {
    margin-left: 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 3em;
}
pre {
    font: 13px Monaco, monospace;
    line-height: 18px;
}
code {
    font: 13px Monaco, monospace;
}


/*
  Some default styles for Images
 */

.entry-content img {
  max-width:100%;
}
.alignleft,
img.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright,
img.alignright {
    display: block;
    float: right;
  margin-left: 20px;
}
.aligncenter,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
.wp-caption {
    text-align: center;
    margin-bottom: 18px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
}
.gallery img {
  margin: 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
    margin: 0 !important;
}

/*
Dkret3 uses the fantastic 'Superfish' jQuery Menu from Joel Birch 
(http://users.tpg.com.au/j_birch/plugins/superfish/) for it's drop down header navigation.

These follwing styles are always needed.
*/
.sf-menu, .sf-menu * {
    margin:	0;
    padding: 0;
    list-style:	none;
}
.sf-menu {
    float: left;
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    padding: 2px 5px;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 20px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.access-links-menu * {
    margin: 0 5px;
}
.access-links-menu ul {
    list-style-type: none;
}
.access-links li  {
    float: right;
}
.access-links li a {
    display: block;
    padding: 5px 0;
}