/* @override http://www.cascobayconcertband.org/css/print.css */

*{
	padding: 0px;
	margin: 0px;
	outline:none;
}

body{
	font: 14px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

img{
	border: none;
}

a:link{
	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
}

a:hover, a:active{
	text-decoration: underline;
}

h1{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
}

h2{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

h3{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

h4{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

h5{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

.note{
	font-size: 10px;
}

#container{
	width: 100%;
}

#header{
	display: none;
}

a#members_only{
	display: none;
}

#navigation{
	display: none;
}

#content{
	width: 100%;
	padding: 10px;
}

#content p{
	margin-bottom:15px;	
}

#content ul{
	margin-left:35px;
	margin-bottom: 10px;
}

#content li{
	margin-bottom:5px;
}

#left_col{
	width: 100%;
}

#right_col{
	width: 100%;
}

img.right_image{
	margin-bottom: 10px;
}

#home_left{
	width: 100%;
}

#intro{
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
}

#featured_links{
	width: 100%;
	margin-bottom: 15px;
	padding: 0px 15px;	
}

#upcoming_concerts{
	width: 100%;
	padding: 15px;
	text-align: center;
}

.concert, .concert_inside{
	width: 100%;
	padding: 10px 0px 13px 40px;
	border-top: 1px dotted #7B7472;
}

.concert_inside{
	border-top: none;
}

p.details{
	margin-left: 25px;
	margin-bottom: 0px;
}

a.details_link{
	display: none;
}

#home_right{
	width: 100%;
}

#large_image{
	width: 344px;
}

#footer{
	width: 100%;
	clear: both;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer ul{
	display: none;
}

#footer img{
	display: none;
}