/* Start of CMSMS style sheet 'Mocha Joes CAFE' */
/* CSS Document - Mocha Joes */

html, body {
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -260px;
   	float: left;
	}
	
#wrap {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 510px;
	clear: both;
	text-align: left;
	}
	
#main {
	position: absolute;
	margin: 70px 0 0 60px;
	width: 800px;
	height: 400px;
	text-align: left;
	border: 1px solid white;
	}
	
#home {
	position: absolute;
	margin: 200px 0 0 195px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: white;
	font-size: 70px;
	}
	
#mjcircle {
	position: absolute;
	margin: 0 0 0 750px;
	}

#mjcircle2 {
	position: absolute;
	margin: -17px 0 0 733px;
        visibility: hidden;
	}
	
#nav {
	position: absolute;
	margin: 40px 0 0 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: white;
	font-size: 23px;
	}
	
#textwrap {
	position: absolute;
	margin: 100px 0 0 120px;
	width: 590px;
	height: 350px;
	background-image: url('global/images/cafe/backgrounds/textbg.png');
	}
	
#textbox {
	position: absolute;
	margin: 65px 0 0 0;
	width: 550px;
	height: 270px;
	color: white;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-family: helvetica, Arial, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 15px;
	}

#textbox_images {
	position: absolute;
	margin: 55px 0 0 0;
	width: 550px;
	height: 280px;
	color: white;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-family: helvetica, Arial, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 15px;
	}

#textbox_images img {
   border-width: 1px;
   }

.thumb {
   width: auto;
   }

.thumb a {
   background-color: transparent;
   padding: 0;
   border: 0;
   }

#head {
	position: absolute;
	margin: 15px 0 0 20px;
	}

#hours_head {
	position: absolute;
	margin: 90px 0 0 90px;
	}

#images_head {
	position: absolute;
	margin: 90px 0 0 90px;
	}

#merchandise_head {
	position: absolute;
	margin: 90px 0 0 90px;
	}

#artistofthemonth_head {
	position: absolute;
	margin: 93px 0 0 90px;
	}

#menu_nav {
	position: absolute;
	margin: 15px 0 0 300px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 20px;
	}

#merchandise_nav {
	position: absolute;
	margin: 10px 0 0 385px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 20px;
	}	
	
#foot {
	position: absolute;
	margin: 480px 0 0 70px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 18px;
	}
	
a, a:visited {
	color: white;
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.preload {
       position: absolute;
       visibility: hidden;
       }

/* End of 'Mocha Joes CAFE' */

