@charset "UTF-8";
/*** 
Style Sheet for MICHAEL MUT GALLERY
Created by: Louis Yungling
http://www.yunglingpianostudio.com


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** NEWSLETTER **/
#newsletter * {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: normal;
}

#newsletter {
	position: relative;
	width: 858px;
	margin: 150px auto 30px auto;
	border-radius: 5px;
	/** border: 1px solid #999; **/
	background-image: url(images/newsLetterBackground.png);
	background-position: right;
	background-repeat: repeat-y;
}

#newshead {
	padding: 20px 20px 10px 15px;
	border-bottom: 8px solid #333;
	z-index: 100;
	background-color: #FFF;
}

#newshead h1 {
	font-size: 2.2em;	
}

#newshead p {
	line-height: 1.5em;
}

.article {
	padding: 8px 10px 8px 5px;
	width: 555px;
	float: left;
}


#sidebar {
	padding: 8px 12px;
	width: 263px;
	float: right;
}

#newsletter h2 {
	background-color: #FFF;
	color: #333;
	padding: 30px 12px;
	font-size: 1.6em;
	border: 1px solid #333;
	line-height: 1.3em;
}

.article p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 12px;
	padding: 0px 12px;
}

#sidebar p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px 0px 14px 12px;
	color: #333;
}

#sidebar h3 {
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	font-size: 1.2em;
	letter-spacing: normal;
	background-color: #333;
	color: #FFF;
	padding: 6px 0px 8px 11px;
}

#sidebar h4 {
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px 0px 2px 12px;
}

#sidebar ul {
	margin: 8px 0px 30px 12px;
}

#sidebar li {
	color: #333;
	margin: 0px 0px 10px 0px;
}

#sidebar .special {
	border: solid 8px #990000;
	padding: 30px 0px 30px 0px;
	text-align: center;
	margin-bottom: 18px;
	background-color: #FFF;
}

/**  To Center text inside SPECIAL BOXES **/
#sidebar .special p, #sidebar .special h4 {
	margin: 0px;
	padding: 0px;
}

#sidebar .special h4 {
	line-height: 1.5em;
}



/***** Site Specific Styles ****/
/***   ToC                
	1. defaults           
	2. structure          
	3. fonts              
	4. links and navigation
	5. images             
	6. special span classes
	7. special List styles
	8. table styles            ******/

/* ---------------------------------*/
/* ---------1.  DEFAULTS ---------- */
/* ---------------------------------*/



body {
	color: #414141;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ---------------------------------*/
/* --------2. STRUCTURE ----------- */
/* ---------------------------------*/

/* WRAPPER */
#wrapper {
	width: 100%;
	margin: 0px auto 30px auto;
	min-height: 100%;
    position: relative;
}

/* HEADER */
#header {
	width: 100%;
	background-image: url(images/bkgrndTopBar.png);
	background-position: top;
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	height: 100px;
}

/* LOGO */
#logo {
	position: absolute;
	top: 20px;
	left: 20px;	width: 87px;
	
}

/* NAVIGATION */
#nav {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* CONTENT */
#content {
	margin: 100px auto 20px auto;
	width: 530px;
	position: relative;
	padding-bottom: 35px;
	height: 100%;
}

/*******************/
/* INDEX PAGE ONLY */
/*******************/

/* INDEX TOP STRUCTURE */
#contentIndexTop {
	position: relative;
	width: 860px;
	height: 350px;
	margin: 150px auto 50px auto;
	
	/** Remove when full size image
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	  **/
}

img#fullsize {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

/** USE WHEN INDEX HAS LESS THAN FULL SIZE IMAGE **/
#contentIndexTop img.right {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* CONTENT INDEX TOP */
#contentIndexTop p.dateTime {
	line-height: 1.6em;
	color:  #EFECDC;
	background-color: transparent;
	position: absolute;
	bottom: 55px;
	right: 20px;
}


#contentIndexTop h1 {
	color:  #666666;
	background-color: transparent;
	position: absolute;
	bottom: -25px;
	left: 20px;
	font-size: 4em;
}


#contentIndexTop h2 {
	background-color: transparent;
	color:  #666666;
	font-size: 0.9em;
	position: absolute;
	bottom: 0px;
	right: 20px;
}



/* INDEX BOTTOM STRUCTURE */
#contentIndexBottom {
	margin: 12px auto 30px auto;
	width: 856px;
	padding: 12px;
	background-color: #FFF;
	
}

/* CONTENT INDEX BOTTOM */
#contentIndexBottom p {
	font-size: 0.75em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.7em;
	color: #666;
	width: 88%;
	float: right;
}

#contentIndexBottom h3 {
	font-size: 1.05em;
	color: #333;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}
	

span.author {
	float: right;
	margin-top: 12px;
}

	


/* ------- ARTIST PAGES ONLY -------- */
/* Bio page is thinner than CONTENT regions */
/* to allow for thumb image gallery on right */

/* ARTIST BIO */
#artistBio {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}

/*** ARTIST BIO no Gallery   ***/
/*** for Group listings that  ***/
/***  have no art to view    ***/
#simpleBio {
	width: 500px;
}


/*  ARTIST Page gallery Total Width = 175px */
/* ARTIST GALLERY */
#artistGallery {
	width: 500px;
	float: left;
	margin: 0px 0px 20px 0px;
}

/*  CURRENT SHOW & ARCHIVE PAGES */
/* Featured Artists section */
#featuredArtists {
	margin: 40px 0px 0px 0px;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 35px;
	border: 1px solid #999;
	background-color: #CCC;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
	
/*  Google Map on CONTACT Page */
#googleMap {
	background-color: #999999;
	border: 3px solid #414141;
	padding: 6px;
}

/* ---------------------------------*/
/* ---------- 3. FONTS  ----------- */
/* ---------------------------------*/

h1, h2, h3, p.dateTime {
	font-family: "Century Gothic", sans-serif;
}

h1 {
	font-size: 2.8em;
	letter-spacing: 0.09em;
	margin-bottom: 30px;
	font-weight: bold;
}

h1.medium {
	font-size: 2.0em;
}

h2, h2.second {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin: 0px 0px 12px 0px;
	padding: 4px 2px;
	background-color: #CCC;
	color: #666;
}

h3 {
	margin-bottom: 5px;
}


#content #artist {
	font-size: 1.25em;
}



/* SECOND H2 Headings for EVENTS */
/* Gives space between events    */
h2.second {
	margin-top: 50px;
}

/* GENERAL PARAGRAPH STYLES */
#content p {
	color: #555555;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 12px;
}

#content p.event {
	font-weight: bold;
	font-style: italic;
	font-size:  0.95em;
	margin-bottom: 2px;
	margin-top: 25px;
}

/* DATE & TIME Styles */
#content p.dateTime {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #888888;
	margin: 0px 0px 18px 0px;
	line-height: 1.3em;
}

#content p.subTitle {
	color: #666666;
	font-size: 1.0em;
}

/*  SUBTITLES FOR ARTISTS BIO PAGES */
#artistBio p.subTitle {
	color: #888888;
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin:-8px 0px 15px 0px;
}

/* PARAGRAPH Style for ARTIST BIOs */
#artistBio p {
	width: 100%;
}


/* Artist Names under Images */
#content .thumbImg p {
	margin: 0px;
	font-size:0.95em;
	padding-left: 2px;
}

#TabbedPanels1 h2 {
	font-size: 1.5em;
	margin: 20px 0px 10px 0px;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
}

/* FOOTER Paragraph Styles */
#footer p {
	font-size: 0.7em;
	color: #5E5E5E;
	margin: 14px 0px 0px 20px;
	width: 700px;
	float: left;
}

span.hours {
	margin: 0px 0px 0px 20px;
}


/* -------------------------------- */
/* --- 4. LINKS & NAVIGATION -----  */
/* ---------------------------------*/

a#top {
	position: absolute;
	top: 0;
	left: 0;
}


/* General Body Link Styles */
a.text:link, a.text:visited, a.text:hover, a.text:active {
	text-decoration: none;
	border-bottom: 1px dotted #990000;
	color: #990000;
}

a.text:hover {
	border: none;
	color: #FFFFFF;
	background-color: #666;
}

/* RED LINK Style for important notice links */
a.redLink:link, a.redLink:link, a.redLink:link,
a.redLink:link {
	text-decoration: none;
	border-bottom: 1px dotted #990000;
	color: #990000;
}

a.redLink:hover {
	border: none;
	background-color: #990000;
	color: #FFFFFF;
}

/* LIST LINK HOVER STYLES */
td a.text:hover {
	background-color: #666;
	color: #FFF;
}
	

/* MAIN NAV */
a.nav, a.nav:link, a.nav:visited,
a.nav:hover, a.nav:active {
	text-decoration: none;
	color: #A6A6A6;
	font-size: 0.75em;
	padding-left: 25px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #414141;
}


/* IMAGE LINKS */
a.imgLink, a.imgLink:link,
a.imgLink:visited, a.imgLink:hover, a.imgLink:active {
	text-decoration: none;
}


/* ---------------------------------*/
/* ----- Special style for ---------*/
/*   LINK to identify current page  */
/* ---------------------------------*/

a#thispage:link, a#thispage:visited, a#thispage:hover, a#thispage:active {
	color: #FFFFFF;
}



/*  BACK TO TOP BUTTON */
a.button, a.button:link, a.button:visited,
a.button:hover, a.button:active {
	text-decoration: none;
	padding: 2px;
	background-color: #999;
	color: #414141;
}

a.button:hover {
	color: #FFFFFF;
	background-color: #333;
}



/* ---------------------------------*/
/* ---------- 5. IMAGES ----------- */
/* ---------------------------------*/

/* --- INDEX Page Image Container --- */
/* IMAGE COLLAGE */
.imgCollage {
	height: 400px;
	width: 355px;
	margin-bottom: 20px;
}

/*** USED for Small sizes ***/
.imgCollageSmall {
	height: 480px;
	width: 171px;
	margin-bottom: 20px;
	
}


/* USED for Special Sizes */
.imgCollage2 {
	height: 480px;
	width: 480px;
	margin-bottom: 20px;
	background-color: #FFF;
}

.imgCollage2:hover {
	background-color: #333;
	cursor: pointer;	
}

.imgCollage2 img {
	border: 2px solid #333;
	margin: 0px 4px 2px 0px;
}

.hover {
	cursor: pointer;
}

/* INDEX Page Image Rollover Effect */
.featurePic, .featurePicRed {
	padding: 2px;
}

.featurePicRed:hover {  /** RED **/
	background-color: #C00;
}

.featurePic:hover {  /** Black **/
	background-color: #333;
}


/* -- CURRENT SHOW & ARTIST LIST PAGES -- */
/*              DIV Class for imgs        */
.thumbImg, .thumbImgBlank {
	float: left;
	width: 154px;
	height: 154px;
	background-color: #FFFFFF;
	margin: 0px 22px 50px 0px;
}


/* ROLLOVER EFFECT for thumbImg DIV Class */
.thumbImg:hover {
	background-color: #333;
}

/* Individual ARTIST GALLERY DIV Class */
.galleryThumb {
	width: 154px;
	height: 154px;
	margin: 0px 10px 10px 0px;
	float: left;
}

/* ROLLOVER EFFECT on galleryThumb DIV class */
.galleryThumb:hover {
	background-color: #333;
}

/*  Class with padding to simulate rollover effect */
/*  on thumbImg & galleryThumb DIV classes           */
img.thumbNail {
	padding: 2px;
}


/* Social Networking BUTTONS */
img.connect {
	float: right;
	margin: 8px 8px 0px 8px;
	
}

#twitter {
	margin-right: 20px;
}

img#newsLetterButton {
	float: right;
	margin: 17px 15px 0px 5px;	
}


/* IMAGE FLOATS */
img.left {
	float: left;
}

img.right {
	float: right;
}

/* For regular NON Featured Imgs */ 
img.regRight {
	float: right;
	padding: 0px 0px 8px 8px;
}

img.regLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}


img.absolute {
	position: absolute;
}

/** Love Yourself Sticker on INDEX page **/
img#loveYourselfSticker {
	border: 1px solid #999;
}

/* ---------------------------------*/
/* ------ 6. SPECIAL SPANS -------- */
/* ---------------------------------*/
.bold {
	font-weight: bold;
}

.boldLove {
	font-weight: bold;
	color: #C00;  /* red */
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.large {
	font-size: 2em;
}

.medium {
	font-size: 1.6em;
}

.shadow {
	background-color: #CCC;
	padding: 2px;
}

.red {
	color: #990000;
}

/** For Newsletter items in Sidebar **/
.blue {
	color: #1B81CF;
}

/* Used to reduce elements of a heading */
.small {
	font-size: 79%;
}

/* ---------------------------------*/
/* -----7. SPECIAL LIST STYLES----- */
/* ---------------------------------*/

/* LISTS in Tabbed Panels */
ul {
	margin: 20px 0px 0px 0px;
	list-style-type: none;
}

li {
	line-height: 1.5em;
	color: #555555;
	font-size: 0.8em;
	margin: 0px 40px 12px 0px;
}

ol {
	margin: 0px 30px 0px 20px;
}


ul#archiveList {
	margin-top: 40px;
	list-style-type: none;
}

ul#archiveList li {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.0em;
}

ul#archiveList a {
	margin-left: 20px;
}

/* LISTS ON JURY SHOW GLOBAL CONSCIOUSNESS 2011 */
ul.calendar li, ol.requirements li {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

ol.requirements {
	margin-left: 40px;
	list-style-type: disc;	
}

ul.calendar {
	margin: 0px 0px 40px 40px;
}



/*** LISTS FOR MICHAEL MUT WORKS ON HIS PAGE ONLY ***/
ul#mutWorks {
	color: #990000;
	margin: 0px 0px 20px 20px;
}

ul#mutWorks li {
	color: #990000; 
	margin: 0px 0px 8px 0px;
	padding: 0px;
}


/* ---------------------------------*/
/* ---------8. TABLE STYLES-------- */
/* ---------------------------------*/
table, table#jury {
	 width: 530px;
	 border: none;
	 text-align: left;
	 margin-top: 40px;
}

tr.color {
	 background-color: #DDD;
 }

table#jury {
	margin: 10px 0px 40px 0px;
}

table#jury td {
	padding: 2px;
}
 
 
/* TABLE HEADING STYLES */
 th {
	 padding: 4px 0px 12px 8px;
	 background-color: #666;
	 color: #FFFFFF;
 }
 
 th#date {
	 width: 195px;
 }
 
 th#artistName {
	 width: 146px;
 }
 
 th#exhibitName {
	 width: 153px;
 }
 
 td {
	 font-size: 0.8em;
	 padding: 10px 0px 10px 8px;
	 line-height: 20px;
 }
 
 
 /* PAYPAL BUTTON */
form#payPal {
	float: right;
	margin-right: 370px;
	/**
	 position: absolute;
	 top: 253px;
	 left: 80px;  **/
 }
 
table#competition {
	 margin: 0px 0px 10px 0px;
	 padding: 0px;
 }
 
form#competition {
	 margin: 0px 0px 20px 0px;
 }
 
 /* TSHIRT PayPAL Button */
#tshirt {
	margin: 0px 0px 20px 0px;
}

#tshirt table {
	margin: 0px;
}

#tshirt tr {
	 float: left;
 }
 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

