/*
 Theme Name: Defiance, Ohio 
 Theme URI: http://defianceohio.terrorware.com 
 Description: Wordpress version of Defiance, Ohio website theme. 
 Author: Geoffrey Hing (coding, graphic mangling), Ryan Woods (making graphic elements)
 Author URI: http://geoff.terrorware.com
*/

body {
    font-family: arial, sans-serif;
    margin:0px; 
    padding:0px;
    text-align:center;
    background-color: #c3b3a0;
}
	
#page {
    width:800px;
    margin: auto;
    text-align: left;
    padding: 0px;
    background: transparent url(images/background.png) repeat scroll center top;
    color: black;
}

#page a {
    color: black;
    font-weight: bold;
}

#header {
    background: transparent url(images/banner.png) no-repeat scroll center bottom;
    height: 509px;
    width: 800px;
}

#headerimg {
    width: 800px;
    height: 509px;
    position: relative;
}

#navigation {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 415px;
    color: white;
}

#navigation a {
    color: white;
    text-decoration: none;
}

#navigation ul {
    display: inline;
    padding-left: 0px;
}

#navigation li {
    list-style: none;
    font-size: 0.75em;
    margin-left: 0px;
    margin-right: 0;
    padding-left: 0.5em;
    padding-right: 0;
    border-left: 1px solid #fff;
    display: inline;
    text-transform: lowercase;
}

#navigation ul li.first {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

h1.title {
    display: inline-block;
    color: black;
    position: absolute;
    left: 0px;
    bottom: 35px; 
    height: 25px;
    width: 500px;
    padding: 0 0 0 20px;
    margin: 0;
    text-transform: lowercase;
}

h1.title:after {
    content: '.';
}

#content_wrapper {
    width: 550px;
    margin: 0px 0px 0px auto;
    float: left;
    text-align: justify;
}

#content {
    padding: 1em 1em 1em 45px;
}


#content h2 {
    font-size: 1em;
    color: white;
}

#page .newsItemTitle {
    color: white;
}

#page .newsItemTitle a {
  color: white;
  text-decoration: none;
}

#page .newsItemTitle a:hover {
  text-decoration: underline;
}

#shoutout {
    height: 200px;
    width: 550px;
    background-image: url(images/shoutout_background.png);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin: auto 0 50px 0;
}

#shoutout h2 {
    margin: 5px 0 5px 0;
    color: white;
    padding: 0.5em 0 0 0.5em;
    text-transform: lowercase;
}

#shoutout h2:after {
    content: '.';
}

#shoutout h3 {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 300px;
    height: 25px;
    width: 230px;
    margin: 0 1em 0 0;
}

#shoutout_description {
    position: absolute;
    top: 95px;
    left: 150px;
    width: 370px;
    height: 100px;
    margin: 0px;
    overflow: hidden;
}

#shoutout_description p {
    margin: 5px;
}

#shoutout_description_track {
    position: absolute;
    top: 95px;
    left: 525px;
    width: 10px;
    height: 100px;
    background-color: #ccc;
}

#shoutout_description_handle {
    width: 10px;
    height: 15px;
    background-color: #000;
    cursor: move;
}

#sidebar {
    margin-left: 575px;
    padding: 20px 0 10;
    width: 225px; 
}

#sidebar div, #sidebar p {
    margin: 1em;
}

#sidebar h2 {
    text-align: right;
    text-transform: lowercase;
    background-image: url(images/red_strip.png);
    background-repeat: no-repeat; 
    padding-left: 1em;
    padding-right: 0.5em;
}

#sidebar h2:after {
  content: '.';
}

#sidebar h2.first {
    margin-top: 0;
}

.feeds li {
    list-style: url(images/feed-icon-28x28.png);
    margin: 1em;
}

/*
#sidebar ol li {
    margin: 1em;
}
*/


#sidebar li {
  list-style: none;
}


/* 
 * Sometimes I want to list the shows as a list.
 * Don't indent.
 */
#sidebar .entry-content ul {
    padding-left: 0;
}

#sidebar .entry-content li {
    margin-bottom: 1em;
}

#sidebar #footer {
    background-image: none;
}

#footer {
    clear: both;
    background-image: url(images/footer_surface.png);
    height: 105px;
}

.postmetadata {
    font-size: 0.8em;
}

/* Re-style emObA glyphs */
/* See http://wordpress.org/extend/plugins/emoba-email-obfuscator-advanced/faq/ */
.emoba-glyph { height: 1em; }

/* Clean up the margins for Upcoming Shows Query Post Widget in the sidebar */

#sidebar div.page {
  margin: 0;
}

/* Make the underline for the link to the post disappear */ 
#sidebar h2 a {
  text-decoration: none;
}

/* Donation form */
.download-donation-form {
  position: relative;
  height: 50px;
}


.download-donation-amount {
  float: left;
  position: absolute;
  height: 15px;
  width: 100px;

}

.download-donation-button {
/*  margin-left: 0px; */
}

/* Don't show bullets for the past shows list. */
#content.past-shows ul {
  list-style-type: none;
  padding-left: 0;
}

#content.past-shows ul li {
  padding-bottom: 1em;
}
