/*Style sheet for the new new look OJPL */

@font-face {  
	  font-family: Pijiu;  
	  src: url( "Pijiu.otf") format("opentype");  
	}

@font-face {  
	  font-family: "Linux Biolinum";  
	  src: url( "LinBiolinum_Rah.ttf") format("truetype");  
	}

@font-face {  
	  font-family: Baijiu;  
	  src: url( "Baijiu.otf") format("opentype");  
	}

@font-face {  
	  font-family: Juzizhi;  
	  src: url( "Juzizhi.otf") format("opentype");  
	}

html	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after	{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
  }

body	{
	background: url("orangeplate.jpg");
	font-family: Pijiu,"Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;
	text-align:center;
}

img	{
	max-width: 100%;
}

.underline	{
	text-decoration: underline;
}

.juzizhi	{
	font-family: Juzizhi;
}

.pijiu	{
	font-family: Pijiu;
}

.baijiu	{
	font-family: baijiu;
}

.container	{
	width: 100%;
	margin: auto;
	background-color: white;
}

#banner	{
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	border: solid 2px black;
	background: #e5e5e5;		
}

#banner h1	{
	font-family: Pijiu;
	font-size: 1.5em;
	margin: 0px 0px 0px 5px;
	color: #1199aa;
}

#banner h3	{
	font-family: monospace;
	font-size: 1.2em;
	margin: 0px 0px 0px 5px;
	color: #333333;
}

#globalNav	{
	line-height: 1.75;
}

#globalNav ul	{
	list-style: outside none none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#globalNav li	{
	float: left;
}

#globalNav a	{
	background-color: #1199aa;
	border: 1px solid transparent;
	border-radius: 8px 8px 0 0;
	color: white;
	padding: 4px 15px;
	margin-right: 1px;
	text-decoration: none;
	font-weight: bold;
}

#globalNav a:hover	{
	background-color: gray;
}

#globalNav a.urhere	{
	background-color: #6666aa;
	color: white;
}

#globalNav a.subNav	{
	padding: 2px 7px;
	font-size: 0.8em;
	vertical-align: bottom;
	border-bottom: 2px solid transparent;
}

#globalNavDivider	{
	clear: both;
	border-top: 2px solid black;
	margin-bottom: 5px;
}

#content	{
	float: left;
	width: 100%;
	border: solid 2px black;
	background-color: #e5e5e5;
	margin-bottom: 5px;
	font-family: "Linux Biolinum","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;
}

#content.jacobdrive	{
	background-image: url(jacobdrive.jpg);
}

#content.rugelach	{
	background-image: url(rugelach.jpg);
}

#content.carton	{
	background-image: url(carton.jpg);
}

#content.greenorange	{
	background-image: url(book.jpg);
}

#content.tree	{
	background-color: #7B3F00;
}

#content.tomato	{
	background-image: url(tomato.jpg);
}

#content.house	{
	background-image: url(mywallandstuff.jpg);
	height: 500px;
}

#content.elephant	{
	background-image: url(test.jpg);
}

.column16, .column25, .column33, .column42, .column50, .column66, .column75	{
	float: left;
	padding: 5px;
}

.column16	{
	width: 16.6667%;
}

.column25	{
	width: 25%;
}

.column33	{
	width: 33.3333%;
}

.column42	{
	width: 41.6667%;
}

.column50	{
	width: 50%;
}

.column66	{
	width: 66.6667%;
}

.column75	{
	width: 75%;
}

.column100	{
	width: 100%;
	clear: both;
}

.module	{
	width: 100%;
	text-align: left;
	border: solid 1px black;
	padding: 5px;
	float: left;
	clear: left;
	background-color: white;
	margin-bottom: 10px;
	box-shadow: black 2px 2px 2px 2px;
	line-height: 1.2;
}

.module h1	{
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	color: #3366cc;
}

.module h2	{
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	color: black;
}

.module h3	{
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
	color: black;
}

.module a	{
	text-decoration: none;
	color: #1199aa;
	font-weight: bold;
}

.module a:hover	{
	text-decoration: underline;
}

.module a:hover img	{
	border: solid 5px #1199aa; 
}

.switch	{
	display: none;
}

.switchbutton	{
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
	cursor: pointer;
	font-size: 0.7em;
	float: right;
	margin-top: 5px;
}

.keyword	{
	font-weight: bold;
	/*color: #3366aa;*/
	font-family: Pijiu;
}

.italic	{
	font-style: italic;
}

.center	{
	text-align: center;
}

.text	{
	text-align: justify;
	padding: 10px;
}

.sup	{
	font-size: 0.6em;
	vertical-align: super;
}

.sub	{
	font-size: 0.6em;
	vertical-align: sub;
}

.red	{
	color: red;
}

.button	{
	float: left;
	text-decoration: none;
	background-color: orange;
	color: blue;
	font-weight: bold;
	padding: 3px;
	border: solid 2px blue;
	border-radius: 5px;
	box-shadow: black 2px 2px 6px 2px;
	margin: 5px;
}

.button:hover	{
	background-color: blue;
	color: orange;
	cursor: pointer;
}

#footer	{
	clear: both;
	background: #6666aa;
	margin-top: 15px;
	border: solid;
	padding: 3px;
	font-weight: bold;
}

#footer	img	{
	height: 1em;
}

.smallprint	{
	font-size: 0.8em;
/*	font-family: "Lucida Grande","Lucida Sans Unicode","Arial Unicode MS",Helvetica,sans-serif;*/
}

.largeprint	{
	font-size: 1.2em;
}

#content.about	{
	background: url("jacobdrive.jpg");
}

#content.catalog	{
	background: url("rugelach.jpg");
}

#content.branches	{
	background: url("orangeplate.jpg");
}

#bannerTwo	{
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	border: solid;
	background: white;		
}

#bannerTwo h1	{
	font-family: Pijiu;
	font-size: 1.5em;
	margin: 0px 0px 0px 5px;
	color: red;
}

#bannerTwo h3	{
	font-family: monospace;
	font-size: 1.2em;
	margin: 0px 0px 0px 5px;
	color: #333333;
}
