/*
Theme Name: between the neon and the sea
Theme URI: http://www.erinjoy.co.uk
Description: Custom theme based on WP default
Version: 1.0
Author: Erin Joy & Simon Raybould
Author URI: http://www.erinjoy.co.uk
*/

/* STYLE RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;

}

/* STYLES */
@font-face {
  font-family: 'DIN';
  src: url('fonts/dinengschriftstd-webfont.eot');
  src: url('fonts/dinengschriftstd-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/dinengschriftstd-webfont.woff') format('woff'),
    url('fonts/dinengschriftstd-webfont.ttf') format('truetype'),
    url('fonts/dinengschriftstd-webfont.svg#DIN1451StdEngschrift') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  background-color: #FFFFFF;
  /*text-align: center;*/
  /*margin: 20px;*/
}

#background-line {
  width: 50%;
  height: 15px;
  background-color: #fff34f;
  margin-bottom: -15px;
}

#container {
  margin: 0 auto;
  width: 850px;
  background-color: white;
  overflow: hidden;
}
#logo {
  margin-bottom: 10px;
}

/* MENU */
#menu {
  float: left;
  width: 200px;
  padding: 0 20px 20px 0;
  font-family: "DIN", Arial, sans-serif;
  text-align: left;
  font-size: 1.4em;
}
#menu a {
  text-decoration: none;
  color: #BBBBBB;
  font-weight: normal;
}
#menu a:hover {
  color: #555353;
}
#menu li ul {
  margin: 5px 0 10px 10px;
  display: none;
  font-size: 0.8em;
  color: #000000;
}
#menu li ul.active {
  display: block;
}
.menu-section {
  margin: 10px 0;
}
#menu li img {
  vertical-align: middle;
}
#menu li.current-cat a {
  color: #333333;
}

#menu .widget {
  margin: 10px 0;
}
#menu .menu-spacer {
  height: 18px;
}

/* CONTENT */
#content-container {
  float: right;
  overflow: hidden;
  width: 500px;
}
#content {
  padding: 38px 0;
  font-size: 0.8em;
  text-align: left;
}

#content a {
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}

#content h1 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
}

#content h2 {
  /*font-style: italic;*/
  margin-bottom: 10px;
  color: #999999;
}
#content h3 {
  font-weight: bold;
  margin-bottom: 10px;

}
h3#comment-heading {
  margin: 20px 0 0 0;
  border-bottom: 1px solid #EEEEEE;
  padding: 7px 0;
}
#content p {
  width: 500px;
  margin: 10px 0;

}
#content img {
  /*margin: 2px 0;*/
}

#content .post-info {
  margin: 0 0 10px 0;
  overflow: hidden;
  line-height: 19px;
  border-top: 1px solid #EEEEEE;
  padding: 12px 0 7px 0;
}
#content .tags {
  margin-bottom: 7px;
}

#content .tags a {
  color: #999999;
}

#content .blog {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px;
}
#content .last-post {
  border-bottom: none;
}

#respond {
  margin-top: 20px;
}

#content .comments {
  float: right;
  width: 100px;
  text-align: right;
}

#content .comments img {
  vertical-align: middle;
  padding: 0 3px 2px 0 ;
  background-color: #FFFFFF;
}

#content ol.commentlist li {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
}	

#content .comment-meta {
  width: 200px;
  float: right;
  clear: right;
  margin-bottom: 5px;
  color: #999999;
  font-size: 0.9em;
  /*font-style: italic;*/
}
#content .comment-author {
  width: 200px;
  float: right;

}

#content div.comment-body p {
  width: 450px;
}

/* SHARE BUTTONS */
iframe.addtoany_special_service {
  padding-left: 0;
}
.facebook_like {
  width:90px !important; 
}
.twitter_tweet { 
  width:130px !important; 
}
.google_plusone {
  width:65px !important; 
}

/* PAGING */
#paging {
  margin-top: 100px;
}
#paging .left {
  float: left;
}
#paging .right {
  float: right;
}

/* CONTACT */

div.wpcf7-mail-sent-ok {
    border: 2px solid #FFFF66;
}

/* FOOTER */
#footer {
  margin: 0 auto;
  width: 1000px;
  border-top: 1px solid #EEEEEE;
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  font-style: Arial, sans-serif;
  color: #999999;
}

#footer ul li {
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  line-height: 31px;
}

#footer ul img {
  vertical-align: middle;
}

#footer .float-right {
  float: right;
  margin-right: 0;
} 

