/* PLUMSTEAD RUNNERS */

/* CSS 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;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
textarea {font-family:Arial, Helvetica, sans-serif;font-size:inherit;line-height:1.5em;padding:3px 4px 5px 4px;}
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;
}

body {
	margin:12px 12px 0 14px;
	padding:0;
	background:#fff;
	color:#000;
	font: 72%/1.6em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	margin:0.2em 0em;
	padding:0;
	text-align:left;
}
h1 {
	color:#990033;
	font:normal normal bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}
h2 {
	color:#990033;
	font-family:Arial, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin: .5em 0;
}
h3 {
	font-size:24px;
	font-weight:bold;
	color:#666;
	line-height: 1.2em;
}

p {
	font-size:1em;
	line-height:1.6em;
	margin: 0;
	padding: 0px 0px 7px 0px;
}

ul, ol {list-style-type:none;margin: 0em;padding:0;}

a:link, a:active, a:visited {color:#990033;text-decoration:none;}

a:hover {color:#770229;text-decoration:none;}

table { font: 100% Arial, Helvetica, sans-serif;}
table th, table td {padding:2px 4px;vertical-align:top;}
table th {font-weight:bold;text-align:left;}

.breadcrumbs a {color:#990033;text-decoration:underline;}
.breadcrumbs a:hover {color:#990033;text-decoration:none;}

.plum {color:#990033;}
.plumbline {background-color:#993366;color:#eee;}

.logolink {float:left;width:210px;border:1px solid #999;margin:0px 25px 15px 0px;padding:3px;}

.clear { clear: both; }

/* PLUM BOX */

.plumbox {
	background: linear-gradient(#EFEFEF, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px #666666;
	height: auto;
	margin: 20px 0 50px 0;
	overflow: hidden;
	padding: 20px;
}

div.plumbox::after { 
  content: '--------------------------------------------------------';
  background-color: #fff;
  color: #EEE;
  margin:2em 0;
}


li.beers {
	background:#fff url(https://www.plumsteadrunners.co.uk/images/beer-glass.gif) no-repeat 5px 0;
	line-height: 1.88em;
	margin:0em 0.5em;
	padding: 0em 0em 0em 2.5em;
}

/* CONTACT FORM */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 100%;
  color: #333;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
}

form div label {font-weight:bold;}

form > div > fieldset > div > div {
	margin: 0 0 5px 0;
}

form > div > label,legend {
	width: 25%;
	float: left;
	padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
	width: 75%;
	float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #e2b7c5;
	color: #333333;
	width: 100%;
}

select {border: 1px solid #e2b7c5;color:#333333;}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
	width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	outline:none;
	border: 1px solid #AA1D25;
	box-shadow: 0 0 3px #AA1D25;
	-moz-box-shadow: 0 0 3px #AA1D25;
	-webkit-box-shadow: 0 0 3px #AA1D25;
}

/* Success Message */
.success {
	background:#FFDC73; 
	border:1px solid #F1F1F1;
	box-shadow: 0 0 20px #cbcbcb;
	-moz-box-shadow: 0 0 20px #cbcbcb;
	-webkit-box-shadow: 0 0 20px #cbcbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px;   
	line-height:20px; 
	margin-bottom:10px;
	padding:10px;
	width:310px;
}

/* Error Message */
.feedback { 
	width:310px; 
	text-align:left;
	border: 1px solid #999; 
	padding:8px 10px 8px 10px; 
	font: bold 12px verdana;
	-moz-box-shadow: 0 0 5px #888; 
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	text-shadow: 2px 2px 2px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
	line-height:20px;
	font-weight:normal;
	color: black;
	background: #FFDC73; 
	margin-bottom:10px;
}

/* Button */
.form_button 
{
 background-color: #990033;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990033), color-stop(100%, #5B0301));
  background-image: -webkit-linear-gradient(top, #990033, #5B0301);
  background-image: -moz-linear-gradient(top, #990033, #5B0301);
  background-image: -ms-linear-gradient(top, #990033, #5B0301);
  background-image: -o-linear-gradient(top, #990033, #5B0301);
  background-image: linear-gradient(top, #990033, #5B0301);
  border: 1px solid #5B0301;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  min-width: 316px;
  width: auto;
  padding:9px;
  padding-left:13px; padding-right:13px;padding-bottom:8px;
  text-decoration:none;
  float:left;
  margin-right:20px;
}
.form_button:hover 
{
 background-color: #860400;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990033), color-stop(100%, #860400));
  background-image: -webkit-linear-gradient(top, #990033, #860400);
  background-image: -moz-linear-gradient(top, #990033, #860400);
  background-image: -ms-linear-gradient(top, #990033, #860400);
  background-image: -o-linear-gradient(top, #990033, #860400);
  background-image: linear-gradient(top, #990033, #860400);
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
    cursor: pointer; 
}
.form_wrapper {
	float:left;
	margin-top:10px;
}
.post-entry {
	float:left;
	margin-left:20px;
}
.map {
	float:left;
	margin-left:20px;
}
#map_div{
	width:326px;
	height:355px;
	border:1px solid #F5F5F5;
	margin:10px auto 20px auto;
}

@media screen and (max-width: 360px) {

  .post-entry {
    margin-left: 0;
  }
  .form_wrapper {
	float:none;
	width:100%;
  }
  .map {
	float:none;
	margin:0;

  }
  #map_div {
    margin: 0;
    width: auto;
    float: none;
    text-align:center;
  }
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}



/* GALLERY */

ul.albumlist {
}
ul.albumlist li a {
	color:#990033;
	text-decoration:underline;
}
ul.albumlist li a:hover {
	color: #990033;
	text-decoration:none;
}

/* FANCYBOX ALBUM */

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #990033;
}
.album {
	background-color:#FFF;
	height: auto;
	margin-bottom: 0.4em;
	overflow: hidden;
	padding: 5px;
	width: 100%;
	max-width:780px;
}
.album img {
	border: 8px solid #FFFFFF;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}

/* DATATABLES */

div.dataTables_wrapper {
        margin-bottom: 3em;
    }

/* FOOTER */
