/*
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 */

#header, #footer-container, #footer, #main-nav, .page .title, .hide, .donate-box, .gde-text {
display: none;
}

.white-bg {
background-color: #FFFFFF !important;
}

a:link {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#teachings-link {
position: absolute;
top: -50px;
right: 10px;
width: 200px;
height: 40px;
}

#teachings-link img {
border: 0;
padding: 0;
background: transparent;
}

#main {
margin-top: 50px;
}

.music-exp {
padding: 30px 30px 10px 60px;
}

.orange-box {
margin-bottom: 20px;
border-left: 5px solid #f7ac16;
padding: 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.blue-box {
margin-bottom: 20px;
border-left: 5px solid #4a86bf;
padding: 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.green-box {
margin-bottom: 20px;
border-left: 5px solid #76c76b;
padding: 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.title-box {
margin-top: 20px;
margin-bottom: 0;
padding: 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.backlink-box {
margin: 0;
padding: 15px;
text-align: center;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.3);
}

.centred-box {
text-align: center;
margin-bottom: 20px;
border-left: 5px solid #76c76b;
padding: 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.donate-box {
margin-bottom: 0;
padding: 15px 15px 3px 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.donate-box img {
margin-right: 30px;
}

.donate-box h1 {
font-size: 350%;
color: #FFF;
padding-top: 0;
margin-top: 0;
}

.header-box {
margin-bottom: 0;
padding: 15px 15px 3px 15px;
background-color: #000000; /* For IE8 and earlier */
background-color: rgba(0, 0, 0, 0.8);
}

.header-box img {
margin-right: 30px;
}

.header-box h1 {
font-family: 'La Belle Aurore', cursive;
font-size: 380%;
color: #FFF;
padding-top: 0;
margin-top: 0;
}

.content-box {
color: #FFF;
margin-bottom: 20px;
padding: 15px;
}

.content-box p {
color: #FFF;
}

.content-box blockquote {
margin: 30px 0;
}

.medialist {
margin-top: 20px;
padding: 15px;
}

.no-img-border img {
border: 0;
padding: 0;
background: transparent;
}

.pic-box {
min-height: 170px;
}

.entry table {
width: 75%;
margin: 15px auto;
}

.entry table, .entry table tr, .entry table td {
background-color: #000000;
border: none;
padding: 0;
}

.entry table td.tabletitle {
color: #f7ac16;
text-align: right;
padding-right: 10px;
}

.indented {
margin-left: 30px;
}

#shortcuts {
background-image: url("http://www.robburbea.com/wp-content/uploads/shortcut-35.png");
background-repeat: no-repeat;
padding-left: 50px;
}

/* 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 */

	
}