/* CSS FORMATTING FOR paulkovac.com!!
	- Mike Valentine, 2011
*/

/* GENERIC FORMATTING */
@import url('https://rsms.me/inter/inter.css');


* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif; 
	text-decoration: none;
}

body
{
	background-image: url('../imgs/background.jpg');
	text-align: center;
    padding-bottom: 20px;
	
}

img 
{
	border: 0;
	padding: 0;
	margin: 0;
    text-indent: 0;
	vertical-align: bottom;
}

a
{
	cursor: pointer;
	color: #0F6EFA;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #8750D7;
}
@media (min-width: 639px) {
    
}
    

/* Page Wrappers */
#main_wrapper
{
	height: 100%;
	max-width: 1022px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

div #page_wrapper
{
	height: 100%;
	background-image: url('../imgs/wrapper.jpg');
	background-repeat: repeat-y;
	
	padding-bottom: 25px;

}


/* Begin column formatting.
   Left Column - Image + music player
*/
div #pageLeft
{
	width: 255px;
	
	position: relative;
	float: left;
}

/* Center Column + Content Formatting */
div #pageCenter
{
	width: 639px;
	
	position: relative;
	float: left;
}
	/* Center - Top banner */
	div #pageCenter #banner
	{
		height: 255px;
	}
		div #pageCenter #banner img
		{
		position: absolute;
		display: inline;
		}
		
	/* Center - Navbar */
	div #pageCenter #navbar
	{
		height: 128px;
		
		background-image: url('../imgs/nav/nav.jpg');
		background-repeat: no-repeat;
	}
	
		div #pageCenter .navList
		{
				margin: 0px;
				padding: 0px;
				
				padding-top: 5px;
				padding-left: 11px;
				
				white-space: nowrap;
		}
		div #pageCenter .navList_item
		{
				padding: 0px;
				margin: 0px;
				
				display: inline;
				list-style-type: none;		
		}

	/* Center - Content pane structure*/	
	div #pageCenter #centerContent #centerBanner
	{
		height: 200px;
		padding-bottom: 25px;
	}	
	div #pageCenter #centerContent #contentWrapper
	{
		width: 600px;
		margin-left: 25px;
		margin-right: 9px;
		
		float: left;
	}
	
	/* Center - Content pane text formatting */
	div #pageCenter #centerContent #contentWrapper h1
	{
		color: #880000;
		text-align: center;
	}
	div #pageCenter #centerContent #contentWrapper h2, h3, h4, h5
	{
		color: #880000;
	}
	p {
        font-family: 'Inter';
	}
    
	div #pageCenter #centerContent #contentWrapper
	{
		font-size: 17px;
		font-family: 'Inter';
	}

/* Right column - really no content ever here */	
div #pageRight
{
	width: 128px;
	height: 383px;
	
	position: relative;
	float: left;
	
	background-image: url('../imgs/pageRightTop.jpg');
	background-repeat: no-repeat;
}

/* Center footer navbar  + link formatting*/
div #centerFootNav
{
    background: rgba(255, 255, 255, 1.0);
	padding-top: 10px;
	padding-left: 255px;
	padding-bottom: 25px;
	color: white;
	font-size: 18px;
}

	#centerFootNav li
	{
		display: inline;
		list-style-type: none;
		text-decoration: none;
		
		padding-left: 10px;
		padding-right: 10px;			
	}
	#centerFootNav li a
	{
		color: #000000;
	}
	#centerFootNav li a:hover
	{
		color: #00FFFF;
	}
	#centerFootNav li a:hover, a:visited
	{
		color: #00FFFF;
	}

/* BEGIN PAGE SPECIFIC FORMATTING */

/* Biography Page */	
#bio_page ul {
	font-size: 14px;
	padding-left: 30px;
}

#bio_page li {
	list-style-type: circle;
	margin-bottom: 5px;
}

#bio_page a:visited
{
	color: #8750D7;
}

/* Production Page */	
#production_page ul {
	font-size: 14px;
	padding-left: 30px;
	list-style-type: disc;
}

#production_page li {
	list-style-type: circle;
	margin-bottom: 5px;
}

#production_page a
{
	cursor: pointer;
	color: #0F6EFA;
}
#production_page a:hover
{
	text-decoration: underline;
}
#production_page a:visited
{
	color: #0A4196;
}

/* Music Page */
#music_page {

}
#music_page img {
	width: 200px;
	height: 200px;
	
	margin: 5px;
	border: 2px solid #000000;
	position: relative;
	float: left;
}
#music_page h2 {
	text-decoration: underline;
}
	#music_page .band_listing
	{
		height: 500px;
		margin-bottom: 20px;
	}


#music_page ul {
	font-size: 14px;
	padding-left: 30px;
}

#music_page li {
	list-style-type: circle;
	margin-bottom: 10px;
}

#music_page a:hover
{
	text-decoration: underline;
}
#music_page a:visited
{
	color: #8750D7;
}

/* Gigs Page */
#gigs_page li {
	list-style-type: circle;
	margin-bottom: 10px;
}

#gigs_page a
{
	cursor: pointer;
	color: #0F6EFA;
}
#gigs_page a:hover
{
	text-decoration: underline;
}
#gigs_page a:visited
{
	color: #8750D7;
}

/* Photos Page */
#photo_table {

	width: 100%;
	border: 0px;

}

#photo_table tr {
	padding-bottom: 100px;
}

.img_container {
	width: 150px;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	position: relative; 
	float: left;
	font-size: 12px;
}
.thumbnail {
	height: 150px;
	width: 150px;
}

/* Home Page */
#home_page li {
	list-style-type: circle;
	margin-bottom: 10px;
}

#home_page a
{
	cursor: pointer;
	color: #0F6EFA;
}

#home_page a:visited
{
	color: #8750D7;
}

#home_page a:hover
{
    text-decoration: underline;
}

/* Contact Page */

#contact_page a
{
	cursor: pointer;
	color: #0F6EFA;
}
#contact_page a:hover
{
	text-decoration: underline;
}
#contact_page a:visited
{
	color: #8750D7;
}

.calendar-container {
    position: relative;
    padding-bottom: 75% !important;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}








