/*

    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
*/

.entry-calendar-date,
.entry-meta-above {
  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;
}

/*
    Suckerfish Menu (Top Navigation)
*/

.menu {
	overflow: hidden;
	margin: 0 10px;
}
.menu ul { /* Safari hack - otherwise menus are not fully accessable */
  list-style: none;
  margin-left: 0;
	z-index:1;
}
.menu a {
	display: block;
	padding-right: 10px;
}
.menu li,
.menu-2 li {
	float: left;
}
.menu li:hover,
.menu li.sfhover { /* ie7 hack - otherwise menus stay forever */
	position: static;
}
.menu li ul {
	position: absolute;
	left: -999em;
}
.menu li ul a {
	white-space: nowrap;
}
.menu li ul li {
	display: inline; /* IE5.5 hack - otherwise subemenus are not accessable */
	float: none;
}
.menu li li ul {
	margin: -20px 0 0 100%;
	position: absolute;
	left: -999em;
}
.menu li li li ul {
	margin: -20px 0 0 100%;
	position: absolute;
	left: -999em;
}
.menu li:hover ul ul,
.menu li:hover ul ul ul,
.menu li.sfhover ul ul,
.menu li.sfhover ul ul ul {
	left: -999em;
}
.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul,
.menu li.sfhover ul,
.menu li li.sfhover ul,
.menu li li li.sfhover ul {
	left: auto;
}

.access-gallery,
.access-library,
.access-rss {
	float: right;
	margin-right: 10px;
}