/*
Theme Name: evince-online
Theme URI: www.evince-online.com
Description: layout for the evince-online.com blogs
Author: Giles Thurston
Author URI: www.opp-links.org.uk
Version: v1.01
.
Protected under copyright by Opportunity Links
.
*/


/*
-----------------------------------------------------------------------------
    Default Styles
-----------------------------------------------------------------------------*/
* {
    color:#383838;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:100%;
    margin:0px;
    padding:0px;
}

body {
    background-color:#eef2f3;
    font-size:62.5%;
}

h1 {
    margin-top: 0.5em;
    font-size: 2.8em;
    color: #77cb59;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
    margin-top: 0.5em;
    font-size: 1.75em;
    color: #f6c137;
    font-weight:bold;
    font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
    margin-top: 0.5em;
    font-size: 1.25em;
    color: #f6c137;
    font-weight:bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0.5em;
}


p {
    letter-spacing:0.05em;
    padding-bottom:1em;
}

.wrapper-fix {
    clear:both;
}


.green-highlight {
     color: #6fb453;
}

a {
  color: #6fb453;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h2 a, h3 a {
     color: #f6c137;
     text-decoration: none;
}

h2 a:hover, h3 a:hover {
     text-decoration: underline;
}

img {
  border: none;
}

legend {
  font-weight: bold;
  padding: 1em;
}


/*
-----------------------------------------------------------------------------
    Page Header Styles
-----------------------------------------------------------------------------*/
#header-outer {
  width: 100%;
  background-color: #ffffff;
    padding: 20px 0em;
}

#header-inner {
    clear: both;
    width: 800px;
    margin: 0em auto;

}

#header-left {
    width: 30%;
    float: left;
}

#header-right {
    width: 50%;
    float: right;
    text-align: right;

}
#header-right p {
    letter-spacing:0em;
}


#jsCountdownTxt {
    color:#7AC043;
    font-size:1.8em;
}

.georgiaFont {
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.6em;
        color:#7AC043;
}

#upcoming-event {
     color: #fdb94a;
     margin: 0em;
     padding: 0em;
     font-weight: bold;
     font-size: 1.4em;

}

#header-right a {
     text-decoration: none;
}

#header-right a:hover {
     text-decoration: underline;
}

#upcoming-event a {
   color: #fdb94a;


}

#upcoming-event-details {
     margin: 0em;
     padding: 0em;
     font-size: 1.4em;

    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

#upcoming-event-details a {
    color: #000000;
   text-decoration: underline;
}

#upcoming-event-details a:hover {
   text-decoration: none;

}


/*
-----------------------------------------------------------------------------
    Page Title Styles
-----------------------------------------------------------------------------*/
#page-title-outer {
    clear: both;
    width: 100%;
    background-image: url(images/header-bg.jpg);
background-position:left bottom;

    background-repeat: repeat-x;
    background-color: #7a7a7a;
}

#page-title-inner {
    width: 800px;
    margin: 0px auto;
}

#page-title-left {
    width: 65%;
    float: left;
}

#page-title-right {
    margin-top: 0.5em;
    width: 30%;
    float: right;
    text-align: right;
    padding: 10px 0px;
}

.strapline {
  color: #ffffff;
  font-size: 1.75em;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}



/*
-----------------------------------------------------------------------------
    Menu Styles
-----------------------------------------------------------------------------*/
#menu-outer {
    clear: both;
    background-color: #77cb59;
    width: 100%;
    font-size: 1.2em;
}

#menu-inner {
    width: 800px;
    margin: 0px auto;
}

#menu-left {

    float: left;
    width: 95%;
}

#menu-right {
    float: right;
    width: 1%;
    text-align: right;
}


#menu-left ul {
    list-style-type:none;
    font-weight: bold;
}

#menu-left li {
    float: left;
    display:block;
    padding:0px 20px 0px 0px;
}

#menu-left li a {
  display:block;
  float:left;
  height:2.5em;
  line-height:2.5em;
  text-align:left;
  text-decoration:none;

  color: #ffffff;
}


#menu-left li a:hover {
  text-decoration: underline;
}

#menu-left li.toolbar-selected a {
    color: #313826;
}

#search-form {
  padding-right: 1em;
  padding-top: 0.25em;
  color: #ffffff;
}

#search-form label {
  color: #ffffff;
  font-weight: bold;
  padding-right: 1em;
}

/*
-----------------------------------------------------------------------------
    Sidebar Styles
-----------------------------------------------------------------------------*/
ul#sidebar {
    list-style: none;
}

/*
-----------------------------------------------------------------------------
    Breadcrumb Styles
-----------------------------------------------------------------------------*/
#breadcrumbtrail {
    width: 100%;
    border-bottom: 1px solid #999999;
}

#breadcrumbtrail h2 {
  float: left;
  color: #000000;
  font-size: 1em;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  margin: 0em;
  padding: 0em;
  margin-right: 1em;
}


#breadcrumbtrail ul {
    list-style-type: none;
    font-weight: normal;
    padding-bottom: 2em;
}

#breadcrumbtrail li {
    float: left;
    background-image: none;
    padding-left: 0.3em;
}

#breadcrumbtrail li.firstitem {
    background-image: none;
    padding-left: 0px;
}

#breadcrumbtrail a {

}

/*
-----------------------------------------------------------------------------
    Content Styles
-----------------------------------------------------------------------------*/
#content-outer {
    width: 100%;
    background-color: #ffffff;
    font-size: 1.2em;
}

#content-inner {
    clear: both;
    width: 800px;
    margin: 0px auto;
    padding: 1em 0em;
}

#content-left {
     float: left;
     width: 70%;
     text-align: left;
}

#content-right {
     float: right;
     width: 25%;
     text-align: left;
}

.post-summary {
    clear: both;
    border-bottom: 1px solid #999999;
    margin-top: 1em;
    margin-bottom: 2em;
}

.post-title {
    margin: 0.5em 0em 0.25em 0em;
}

.post-date {
    font-weight: bold;
}

.post-comments {
    background-image: url(images/comments.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    padding-top: 5px;
    margin: 1em 0em;
}

.post-tags {
    background-image: url(images/tagsGreen.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    padding-top: 5px;
    margin: 1em 2em;
    height: 2em;;
}

#content-right ul {
  margin-bottom: 2em;
  margin-left: 2em;
}
#content-right li {
  line-height: 1.75em;
}


.perspective {
  margin-top: 5em;
}


/*
-----------------------------------------------------------------------------
    Footer Styles
-----------------------------------------------------------------------------*/
#footer-outer {
    clear: both;
    background-color: #eef2f3;
    width: 100%;
    padding: 2em 0em;
}

#footer-inner {
    width: 800px;
    margin: 0px auto;
}

#footer-left {

    float: left;
    width: 60%;
}

#footer-right {
    float: right;
    width: 30%;
    text-align: right;
    border: 1px solid red;
}

#contact-details p {
    color: #969ea0;
    margin: 0em;
    padding: 0em;
}

#contact-details a {
    color: #969ea0;
}

#subscription-form {
   margin-bottom: 1em;
}

#subscription-form h2 {
    color: #000000;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;

}

#wordpress-link {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 2em 0em 1em 0em;
}

#wordpress-link p {
  margin: 0em;
  padding: 0em;
    color: #969ea0;
}

#wordpress-link a {
    color: #969ea0;
}


/*
-----------------------------------------------------------------------------
    WordPress Styles
-----------------------------------------------------------------------------*/
.commentlist {

    margin-left: 2em;
}

.post-commentslist {
     
     padding-bottom: 1em;
     margin-bottom: 3em;
}

.comment-title {
  margin-bottom: 0em;
}

.comment-heading {
  margin-bottom: 1em;
  background-image: url(images/comments.gif);
  background-position: left middle;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.leavecomment-heading {
  color: #6fb453;
}


.comment-details {
   padding: 1em;
   margin-bottom: 2em;
}

#commentform {
    margin-bottom: 2em;
}


blockquote {
  clear:both;
  margin: 2em 3em 1em 3em;
}


.navigation {
  width: 100%;
  margin: 1em 0em;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}


/*
-----------------------------------------------------------------------------
    Social Bookmark Styles
-----------------------------------------------------------------------------*/

#socialbookmarks {
  margin: 0px 2em;
}

#socialbookmarks-list {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-bottom:5em;
}
#socialbookmarks-list li {
  display:block;
  float:left;
  line-height:2em;
  padding-left:25px;
  width:7em;
}
.delicious {
  background-image:url(images/delicious.gif);
  background-position:left center;
  background-repeat:no-repeat;
}
.digg {
  background-image:url(images/digg.gif);
  background-position:left center;
  background-repeat:no-repeat;
}
.facebook {
  background-image:url(images/facebook.gif);
  background-position:left center;
  background-repeat:no-repeat;
}
.stumbleupon {
  background-image:url(images/stumbleupon.gif);
  background-position:left center;
  background-repeat:no-repeat;
}
.reddit {
  background-image:url(images/reddit.gif);
  background-position:left center;
  background-repeat:no-repeat;
}
