/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#greybg {
	background-color: #e8e8e8;
	padding: 10px;
}

img.morebott {
margin-bottom: 40px !important;
}

#bikeridelink {
text-align: center;
}

.entry ol#mpqs li {
margin-bottom: 10px;
}

.comingsoon {
font-size: 80%;
color: #e85031;
font-weight: bold;
}

#home-quote {
border-top: 2px dotted #e85031;
padding-top: 10px;
margin-top: 10px;
}

.blue-ul li {
color: #0b3057;
}

#logo .site-title, #logo .site-description {
display:none;
}

.opacity50 {
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

.opacity70 {
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

.update {
text-align: center;
padding: 15px 10px;
background-color: #e8e8e8;
}

.update-l {
padding: 10px 10px;
background-color: #e8e8e8;
margin-bottom: 15px;
}

.shadow {
box-shadow: 3px 3px 3px #7C7C7C;
-moz-box-shadow: 3px 3px 3px #7C7C7C;
-webkit-box-shadow: 3px 3px 3px #7C7C7C;
behavior: url(../PIE/PIE.htc);
margin-bottom: 0;
}

.no-border img {
border: 0;
}

.event-head {
display: block;
height: 450px;
}

.top-margin {
margin-top: 30px;
}

.page .title {
display: none;
}

.home #navigation {
margin: 0 0 1px;
}

#footer {
padding: 5px 0 15px;
}

#popup-cinema-films img, #poster-downloads img {
margin-top: 5px;
}

#popup-cinema-films img:hover, #poster-downloads img:hover, #home-poster img:hover, #dothemath-poster img:hover {
opacity:0.8;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#fuof {
height: 78px;
}

#fuof a {
display: block;
width: 180px;
height: 78px;
background: url('http://www.thedancewebsite.org/wp-content/uploads/fuof-rollover.png') no-repeat;
text-decoration: none;
float: left;
}

#fuof a:hover {
background-position: 0 -78px;
}

.blog-post {
border-top: 1px dotted #222222;
border-bottom: 1px dotted #222222;
background-color: #e85031;
margin-bottom: 10px;
}

.blog-post-entry {
padding: 10px;
background: #ffffff; 
background: rgba(255, 255, 255, 0.8);
min-height: 200px;
}

.bpe-small {
min-height: 10px;
}

.blog-post-entry h1 {
font-size: 150%;
margin-bottom: 8px;
}

.blog-post-entry h2 {
font-size: 110%;
margin-bottom: 16px;
}

.blog-post-entry p {
margin-bottom: 7px;
}

.centred {
text-align: center;
}


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

.event-head {
display: block;
height: 300px;
}

#greenhost {
position: absolute;
right: 400px;
}
	
}