/*
THEME NAME: Wendago
THEME URI: http://www.wendago.com/
DESCRIPTION: Based on Sandbox theme.
VERSION: 1.1.6.1
AUTHOR: Thomas Bartels <tbartels@gmail.com>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

@import url(css/reset.css);
@import url(css/fonts.css);
@import url(css/base.css);

html {
  background: #000 none;
}

body.home             { background: #000 url(img/background_front.jpg) no-repeat scroll 44% 0; }
body.s-category-journal,
body.category-journal { background: #000 url(img/background_journal.jpg) no-repeat scroll 44% 0; }
body.s-category-essays,
body.category-essays  { background: #000 url(img/background_essays.jpg) no-repeat scroll 44% 0; }
body.pageid-6,
body.pageid-2         { background: #000 url(img/background_about.jpg) no-repeat scroll 44% 0; }
body.pageid-503,
body.pageid-489       { background: #000 url(img/background_links.jpg) no-repeat scroll 44% 0; }

a { color: #4C1608; text-decoration: none; }
a:hover { text-decoration: underline; }

br { clear: both; }
img+br { clear: none; } /* allow the text right after an image to wrap around it */

/*
LAYOUT: One-Column 
DESCRIPTION: One-column centered fixed-width layout with sidebars stacked in two columns below content
*/
div.sidebar {
color: #F1F1BF;
float:left;
overflow:hidden;
padding: 1em 0;
clear:both;
}

div#primary {
clear:both;
}

div#secondary li.widget {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
  /*
  padding: 0.5em;
  */
}

div#secondary li.widget h3 { border-bottom: 1px solid #F1F1BF; }
div#secondary .widget a { color: #A5DBB7 }

div#secondary ul ul {
  border: 1px solid #4C1608;
  padding: 0.5em;
  margin: 0 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
}

div#secondary ul ul li {
  list-style-type: circle;
  margin-left: 1.25em;
}
div#secondary ul ul li:hover {
  list-style-type: disc;
}

div#tertiary {
  min-height: 10em;
  min-width: 10em;
  padding: 0;
  position: fixed;
  left: 1em;
  bottom: 0em;
}

div#tertiary li {
  margin-right: 0;
}

div#tertiary #searchform input[type="submit"] {
  display: none;
}

div#tertiary .xoxo {
  display: none;
  text-align: right;
}

div#tertiary:hover .xoxo {
  display: block;
}

div#footer {
clear:left;
width:100%;
}

div#wrapper {
  width: 48em;
  margin-right: auto;
  margin-left: auto;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
height:1.5em;
margin:0 0 5em;
padding:0.3em 0;
width:100%;
}

div#menu a {
  color: white;
}

div#menu ul,
div#menu ul ul,
div#menu ul li,
div#menu ul ul li {
  line-height:1;
  list-style:none;
  margin:0;
  padding:0;
}

div#menu ul { margin-left: 3em; }

div#menu ul li { height: 6em; }
div#menu ul a {
  display: block;
  text-decoration: none;
  height: 6em;
  margin: 1em;
}

div#menu ul a[title="Journal"],
div#menu ul a[title="Essays"],
div#menu ul a[title="About"],
div#menu ul a[title="Links"] {
  background: transparent url(img/site_menu.png) no-repeat scroll 0 0;
  color: transparent;
  margin: 0;
  padding: 0;
}

div#menu ul a[title="Journal"]                       { background-position: 0em 0em; width: 7.5em; }
div#menu ul li:hover a[title="Journal"]              { background: transparent url(img/site_menu_journal_mo.gif) no-repeat scroll 1em -0.2em; height: 3em; }
body.category-journal div#menu ul li:hover a[title="Journal"] { background: transparent url(img/site_menu.png) no-repeat scroll 0 -7.5em; height: 6em; } /* disable mouseover on active pages */
body.category-journal div#menu ul a[title="Journal"] { background-position: 0em -7.5em; }

div#menu ul a[title="Essays"]                        { background-position: -8em 0em; width: 5.8em; }
div#menu ul li:hover a[title="Essays"]               { background: transparent url(img/site_menu_essays_mo.gif) no-repeat scroll -0.4em -0.3em; height: 3em; }
body.category-essays div#menu ul li:hover a[title="Essays"] { background: transparent url(img/site_menu.png) no-repeat scroll -8em -7.5em; height: 6em; } /* disable mouseover on active pages */
body.category-essays div#menu ul a[title="Essays"]   { background-position: -8em -7.5em; }

div#menu ul a[title="About"]                         { background-position: -13.9em 0em; width: 4.1em; }
div#menu ul li:hover a[title="About"]                { background: transparent url(img/site_menu_about_mo.gif) no-repeat scroll -0.8em -0.3em; height: 3em; }
body.pageid-6 div#menu ul a[title="About"],
body.pageid-2 div#menu ul a[title="About"]           { background-position: -13.9em -7.5em; }
body.pageid-6 div#menu ul li:hover a[title="About"],
body.pageid-2 div#menu ul li:hover a[title="About"]  { background: transparent url(img/site_menu.png) no-repeat scroll -13.9em -7.5em; height: 6em; } /* disable mouseover on active pages */

div#menu ul a[title="Links"]                         { background-position: -18em 0em; width: 4.7em; }
div#menu ul li:hover a[title="Links"]                { background: transparent url(img/site_menu_links_mo.gif) no-repeat scroll -0.1em -0.3em; height: 3em; }
body.pageid-489 div#menu ul a[title="Links"],
body.pageid-503 div#menu ul a[title="Links"]         { background-position: -18em -7.5em; }
body.pageid-489 div#menu ul li:hover a[title="Links"],
body.pageid-503 div#menu ul li:hover a[title="Links"]{ background: transparent url(img/site_menu.png) no-repeat scroll -18em -7.5em; height: 6em; } /* disable mouseover on active pages */


div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
display: none; /* hide the secondary menu */
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
  clear:both;
}

.entry-title {
  float: left;
  width: 100%;
}

.entry-content img {
  float: left;
  margin: 0.3em 1em 0.3em 0;
  max-width: 46em;
}

.entry-content object,
.entry-content embed {
  max-width: 46em;
}

.entry-content p br {
  margin: 1em 0;
}

.entry-content .post-teaser-block {
  clear: both;
}

div#container,div#primary {
margin-top:2em;
}

div#container {
  background: #000 url(img/content_top.jpg) no-repeat scroll 0 0;
  background-color: #F1F1BF;
  padding: 2em 0 0;
}

div#content {
  background: transparent url(img/content_mid.jpg) repeat-y scroll 100% 0;
  padding: 2em 1em;
}

div#content .entry-date {
  background: transparent url(img/background_date.gif) no-repeat scroll 100% 0;
  float: left;
  width: 100%;
}
div#content .entry-date abbr {
  float: right;
  font-size: 0.834em;
  font-weight: 900;
  line-height: 1em;
  color: #FFF;
  margin: 0.7em 0.3em;
}

div#content h3 { font-weight: 900; }
div#content .post-teaser-block,
div#content .entry-meta { font-size: 0.834em; }

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 1em 2em 0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

div#header {
  background: transparent url(img/background_header.png) no-repeat scroll 0 0;
  height: 12em;
  margin-left: -11em;
}

div#header h1 {
  float: left;
  margin: 3.7em 0 0 2.2em;
  opacity: 0.5;
}

div#blog-description {
  display: none;
}

div#access {
  margin: -10.5em 0 3.5em;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

.home div#header {
  background: none;
  margin-left: auto;
  margin-right: auto;
  width: 34em;
}
.home div#header h1 {
  float: right;
  margin: 0;
  opacity: 1;
}

.home div#blog-description {
  display: block;
  background: transparent url(img/background_header.png) no-repeat scroll -30.5em -5em;
  height: 3em;
  width: 11em;
  color: transparent;
}
.home div#access {
  float: left;
  clear: both;
  margin: 3em 0 0;
}
.home div#container {
  display: none;
}
.home div#menu {
  margin: 2em 0;
}

div#splash {
  background: transparent url(img/site_splash2.png) no-repeat scroll 0 1em;
  float: left;
  clear: both;
}

.social_bookmark br {
  display: none;
}

