/*
Theme Name: RedLodge
Template: luminescence-lite
Version: 1.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: dark, gray, white, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License v3
License URI: license.txt 
Copyright: 2012-2013 Styledthemes.com
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Import Styles
-------------------------------------------------------------- */
@import url('../luminescence-lite/style.css');
	
/* Add your Bootstrap responsive.css changes here
-------------------------------------------------------------- */
/* Add your menu.css changes here
-------------------------------------------------------------- */
/* Add your style.css changes here
-------------------------------------------------------------- */
#content {
	padding-top: 5px;
	color: #000;
}
#content-right .content-inner {
	padding:10px 50px 60px 20px;
}
#content-left .content-inner {
	padding:60px 20px 60px 50px;
}
#program  {
	border: 1px solid #C60;
	width: 90%;
}
.movements  {
	font-style: italic;
	text-align: left;
	padding-left: 45px;
	padding-bottom: 5px;
	
}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
	background-color: #D7F1F4;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
	padding:6px;  
	text-align: left;
	vertical-align: top;
}
.table th {
  font-size:14px;
  letter-spacing:1px;
}
/* mobile styling 
-------------------------------------------------------------- */
@media (min-width: 768px) {
	#equal-well .main-menu .menu ul {
	display: none;
	width: 180px; /* this is our 1st submenu width */
	right:-80px; /* lets position the 1st submenu so it overlaps the main menu */
	position: absolute;
	top: 0px;
	z-index:900; /* lets make sure it floats on top */
	padding:5px 14px;
	background-color:#222829;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
	cursor: pointer;
	}
}
@media (min-width: 1200px) {
}
@media (max-width: 979px) {
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}