

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #fff; 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 85%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #030;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 0;
text-align: center;
}

h2 {
color: #030;
}

h3 {
color: #900;
}

blockquote {
margin: 12px 56px;
color: #630;
font-size: 100%;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
}

code {
	color: #900;
	display: none;
}

img {
border: 0;
}

a:link img {
border: 0;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
background: url(http://www.la-coffee-melodie-suite.com/images/extra-nav-hover-krok-CMN.png) left center no-repeat; 
padding-left: 20px;
margin-bottom: 10px;

 }


/* -- General Link Styling -- */

a:link {
	color: #030;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
color: #630;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;  
}

#Header {
position: relative;
height: 280px;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#ContentColumn {
	margin: 0 401px 0 0;
}

#NavColumn {
	float: left;
	width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -380px;
}

#ExtraColumn {
	float: right;
	width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -180px;
}

#Footer {
	clear: both;
	width: 100%;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 10px 0 0 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto;
	background-repeat: repeat-y;
	background-image: url(http://www.la-coffee-melodie-suite.com/images/background-CMN.jpg);
}

#Header {
background-image: url(http://www.la-coffee-melodie-suite.com/images/Header-CMN.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
	background-repeat: repeat-y;
	background-color: transparent;
	background-image: url(http://www.la-coffee-melodie-suite.com/images/background-CMN.jpg);
}

#ContentColumn {
	background-color: transparent;
	padding-top: 0;
}

#Footer {
	background-image: url(http://www.la-coffee-melodie-suite.com/images/footer-background-CMN.jpg);
	background-repeat: no-repeat;
	background-color: transparent;    
	text-align: center;
	font-size: 80%;
	height: 101px;
	padding-right: 0;
	padding-top: 22px;
	line-height: 200%;
	background-position: bottom;
}

#NavColumn {
font-size: 90%;
color: #000;
}

#ExtraColumn {
	font-size: 90%;
	color: #fff;
}

#NavColumn h4 {
font-size: 90%;
color: #000;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 120%;
	color: #900;
	margin: 12px 0;
	font-weight: bold;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 10px 12px 5px;
	margin: -6px 0 0 0;
}

.Navigation li {
	background-color: transparent;
	margin-bottom: 10px;
	border-bottom: dashed black 1px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #000;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0px 3px 4px;
	text-decoration: none;
}

.Navigation a:visited {
	color: #030;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0px 3px 4px;
	text-decoration: none;
}

.Navigation a:hover {
	color: #900;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: transparent;  
	text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}

.ThumbnailLink a:link {
	text-decoration: none;
	color: #fff;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #fff;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
	list-style-type: none;
}

.ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: left;
	padding: 0px 8px 0 0;
}

.ExtraNav a:link {
	color: #030;
	text-decoration: none;
	text-align: left;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

.ExtraNav a:visited {
	color: #030;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px 0 0;
	text-align: left;
}

.ExtraNav a:hover {
	color: #660;
	background-color: transparent;
	text-decoration: none;
	background-image: url(http://www.la-coffee-melodie-suite.com/images/extra-nav-hover-krok-CMN.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	white-space: nowrap;
	padding: 0 10px 20px 0;
	text-align: left;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 35px;
	padding-bottom: 15px;
	width: 60%;
	line-height: 175%;
	left: 0px;
}

#Header .ExtraNav ul {
	margin: 0;
}

#Footer .ExtraNav {
	background: transparent;
	margin: 24px auto 24px 0;
	text-align: left;
	padding-right: 10px;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #bb9659;
	width: 85%;
	border: 1px solid #8d0000;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
	background-image: url(http://www.la-coffee-melodie-suite.com/images/callout-box-prik-CMN.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {
	background-color: #bb9659;
	width: 24%;
	margin: 0 5px 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000;
	background-image: url(http://www.la-coffee-melodie-suite.com/images/reminder-box-bottom-CMN.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}

.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: transparent;
	background-image: url(http://www.la-coffee-melodie-suite.com/images/reminder-box-header-CMN.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 3px;
background-color: #8d0000;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
	background-color: #bb9659;
	width: 90%;
	margin: 0 auto 12px auto;
	padding: 4px;
	border-top: solid #8d0000 1px;
	border-bottom: solid #8d0000 1px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #030;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* ------ Section 8 - bubblewrap button effect ------ */


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline;
width: 120px;
height:120px;
}

.bubblewrap li img{
width: 100px; /* width of each image.*/
height: 100px; /* height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}

</style>

