/* @override 
	http://dev.michaelcartellone.com/media/stylesheets/styles-resp.css
	http://michaelcartellone.com/media/stylesheets/styles-resp.css
	http://www.michaelcartellone.com/media/stylesheets/styles-resp.css
*/

/* RESPONSIVE MEDIA QUERIES */


@media screen and (max-width: 700px) {

.mobileOnly {
	display: block;
}

.pcOnly{
	display: none;
}

body {
	margin: 0;
}
#wrapper {
	width: 100%;
	padding: 0px;

}

.breadcrumbs {
	font-size: .75em;
	color: #a2b3cb;
}

#drumandstickimg {
	float: left;
	max-width: 60%;
	max-height:40px;}

.toggleMenu {
    display:  block;
    background: #a2b3cb;
    padding: 10px 15px;
    color: #fff;
	float: right;
}

#mast {
	background-color: white;
	position: fixed;
	top: 0;
	width: 100%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	z-index: 8;
}

#mast2{
	display: block;
	height: 30px;
}

#leftsidebar{
	float: none;
	display: none;
	width: 100%;
	text-align: center;
    background: rgba(255,255,255,0.9024921);
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	position: absolute;
	top: 38px;
	height: 100%;
}

#titleimg{
	width: 60%;
	margin-bottom: 0;
}
#leftsidebar ul li{

}



#leftsidebar ul li a{
	text-align: center;
	background-color: #a2b3cb;
	margin-top: 3px;
	padding: 2px 0;
	font-size: 1.25em;
	color: #feffff;
	line-height: 1.6em;
	display: block;
}


#maincontent{
	display: block;
	width: 100%;
	margin-right: 0px;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
}
	
	
#maincontent img.ds2 {
	max-height: 3000px;
}

#maincontent #hero.ds2 {
	max-height: 3000px;
}
#hero{

	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
		height: auto;
	margin-top: 3px;
	position: relative;
	z-index: -1000;
}

.ds,.ds2 {
	box-shadow: none;
	display: block;
	width: 90%;
}
.ds:hover {
	
	box-shadow: none;
	bottom: 0px;
	right: 0px;
	position: relative;

}



/* remove painting pageimagebumps */
.monetebump, .captbump{
	bottom: 0px;
}


/*
#leftsidebar ul li a:hover{
	color: inherit;
}

#leftsidebar ul li a:hover:after{
	content:"";

}


*/

ul.paintthumbs{
	width: 100%;
	list-style-type: none;
	padding: 0px;
	display: inline;
}

ul.paintthumbs li{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

li.twoUp,
li.threeUp,
li.fourUp,
li.oneUp,

li.twoUp a,
li.threeUp a,
li.fourUp a,
li.oneUp a,
li.twoUp a *,
li.threeUp a *,
li.oneUp a *,
p.paintTitle,
#middle
{
	width: 100%;
}

ul.paintthumbs li img{
	width: 90%;
}

.detailPhoto {
	max-width:60%;
}

.full{
	max-width: 100%;
}

} /* @media */