/*

	css/main.css - Primary style sheet for <http://dann.staykal.com/>

	Copyright (c) 2009-2010 by Dann Stayskal <dann@stayskal.com>.
	Available for reuse under the Creative Commons BY-SA 2.0 Generic license

	Intended for use with the Blueprint CSS framework <http://www.blueprintcss.org/>.
	
*/

/* Font declarations */


/* Body and Page Styles */

body {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;

	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
	font-size: 12pt;
}

a {
	color: #000;
}

p a, ul.link-list li a {
	color: #568100;
}

h1 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

h2, h3, h4, h5 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
	padding-top: 6px;
	border-bottom: 1px solid #C2CED8;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

img.preview {
	border: 1px solid #AAA;
	padding: 3px;
	margin: 3px 8px 3px 0px;
}

.revisions ul {
	margin-bottom: 0.5em;
}

.revisions p {
	margin-bottom: 2em;
}

/* Header and Title Styles */

div#header {
	border-top: 8px solid #A7C520;
	background-color: #FFF;
	margin: 0px;
	height: 80px;
	border-bottom: 1px solid #909090;
}

div#title {
	padding: 12px 0px 8px 15px;
}

div#title h1{
	margin: 20px 0px 12px 10px;
	padding: 0px;
	font-size: 200%;
	color: #999;
	font-weight: normal;
}

div#title h1 span.section_name{
	font-weight: bold;
	color: #999;
}



/* Navigation and Language Selector Styles */

div#navigation {
	margin: 24px 0px 12px 10px;
	font-size: 140%;
	color: #222;
	text-align: right;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	margin: 0px;
}

#navigation ul li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px 7px;
	color: #222;
}

#navigation ul li a:hover{
	border-bottom: 7px solid #A7C520;
}

#navigation ul li a img{
	vertical-align: middle;
}


/* Content and Sidebar Area Styles */

div#page{
	background-color: #FFF;
	padding: 1.5em 0em 2em 0em;
}

#page_title h1 {
	margin: 23px 0px 3px 20px;
	padding: 0px;
	font-size: 200%;
	color: #000;
	font-weight: normal;
}

div.content {
	margin: 0px;
	padding: 10px;
	font-size: 1.1em;
}

ul.icon_list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.icon_list li {
	line-height: 2.1em;
	vertical-align: middle;
}

ul.icon_list img {
	padding-right: 3px;
}

ul.icon_list li a {
	text-decoration: none;
	display: block;
	width: 100%;
}

ul.icon_list li a img{
	vertical-align:middle;
}

img.book, img.album {
	border: 1px solid #CCC;
	padding: 3px;
}

#recaptcha_image {
	padding: 2px;
}

table.left-labels tr th, div.left-label{
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}

div.left-label {
	padding-top: 0em;
}

span.note {
	font-weight: normal;
	color: #555;
	padding-left: 0.65em;
}

input.text {
	width:220px;
}

textarea {
	width:380px;
	height:150px;
	padding:5px;
}

.comment-meta {
	text-align: right;
}

.comment-body {
	min-height: 4em;
	border-bottom: 1px solid #C2CED8;
}

div.fieldWithErrors input.text, div.fieldWithErrors textarea {
	border: 3px solid red;
	float: left;
}

div.fieldWithErrors label {
	color: red;
}

a.help-link {
	cursor:pointer;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

/* Download link Style */

div.download{
	padding: 0.5em;
	border: 1px solid #CCC;
	background-color: #EEE;
	width: 400px;
}
div.download img{ float:left; height:60px; width:60px; padding-right:1em;}
div.download .title{ font-weight: bold; }
div.download .format{ font-style: oblique; }
div.download:hover{ background-color: #EFFFCE; }


/* Buttons and button-like links */ 
/* Source: http://particletree.com/features/rediscovering-the-button-element/ */

div.buttons {
	margin-top: 0.60em;
	height: 35px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#EEE;
    border:1px solid #CCC;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
/*    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699; */
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a:active{
/*    background-color:#6299c5;
    border:1px solid #6299c5; 
    color:#fff;*/
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#things p {
	margin: 0px;
}
#things .thing {
	margin-bottom: 0.75em;
	padding-bottom: 2.25em;
	border-bottom: 1px solid #DDD;
}
#things.summary  .thing {
	padding-bottom: 0.75em;
}
#things .date {
	text-align: center;
	float:left;
	color: #000;
	line-height: 1.2em;
	padding: 0em 1em 0.5em 0em;
}
#things .day {
	font-weight: bold;
	font-size: 150%;
}

#events .event {
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	padding: 0.3em;
	margin: 0.5em 0em 1.5em 20px;
	padding: 0.5em 2.0em;
	height: 3em;
}
#events .date {
	text-align: center;
	padding: 0em 1em 0.5em 0em;
}
#events .day {
	line-height: 0.7em;
	font-size: 150%;
}
#events .event .buttons {
	margin: 0.35em 0em 0em 0em;
}
#events .past {
	color: #AAA;
}
#events .past .buttons a{
	color: #AAA;
}
#events .present {
	font-weight: bold;
}

.writeable .buttons{
	margin-bottom: 1.5em;
}

.writing-type {
	font-size: 180%;
	color: #BBB;
	font-weight: bold;
	padding-left: 20px;
}

.writing-date {
	padding-left: 20px;
}

#writings h1 {
	font-size: 1.7em;
}

/* Footer and Copyright Notice Styles */

#footer {
	margin: 0px;
	border-top: 1px dashed #909090;
	border-bottom: 8px solid #C59120;
	padding: 1em 0em 0.5em 120px;
	height: 25px;
	font-size: 0.9em;
}

#footer p {
	height: 1px;
	margin: 0px;
}

#footer a {
	color: #000;
	padding-right: 0.5em;
}


/* Citation Styles */

a#cite_this_page, a#print_this_page {
	cursor: pointer;
}

.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}


#http-error{
	width: 700px;
	margin: 4em auto;
	padding: 2em 1em 1em 1em;
	border: 1px solid #CCC;
}

#http-error h1{
	font-size: 200%;
}

#welcome_wrapper{
	text-align: center; 
	margin-top: 3em;
	padding: 1em;
	border: 1px solid black;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#welcome_nav{
	text-align: center;
}

#welcome_nav a{
	display: block;
	text-align: center;
	margin: 0em auto;
	font-size: 24pt;
	width: 250px;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#welcome_nav a:hover, #welcome_nav a:active{
	background-color: #A7C520;
}












