@charset "UTF-8";

/* Basic Layout
  |  |-------------------------------|                             
  |  |#header    #nav                |                             
  |  |-------------------------------| 
  |  |   #col1                       |
  |  |   320px                       | 
  |  |                               |
  |  |-------------------------------|             
  |  |                               |              
  |  |-------------------------------|                            
 ------------------------------------------------------------------------------------------------------*/ 

/* Global style
---------------------------------------------------------------------------------*/

 body { background:#73856f; font-family: Helvetica; margin: 0;padding: 0;orient:portrait;
		-webkit-user-select: none;
		-webkit-text-size-adjust: none; 
		}

#header  {height:80px;}
#col1 {margin:0 10px;}

/* standard paragraph on body */	
ul + p, ul.data + p + p, ul.form + p + p {color: rgb(76,86,108);font: 14px Helvetica;text-align: center;text-shadow: white 0 1px 0;margin: 0 10px 17px 0}

h1 {font-size: 24px;padding-left: 5px; padding-right: 5px; text-align:center;}
p {padding-left: 15px; padding-right: 10px;}

#col1 a { height: 0px !important; font-variant:small-caps; color: #e5d8af;}
#col1 a:hover {height: 0px !important; color:#bea27b;}


/* Hide WebContent
---------------------------------------------------------------------------------*/

body { background-image:url(../imgs/shared/iphone_bkgrd.jpg); background-repeat:repeat-y;width:320px;}
.hide {}
.special {display:none;}
.tarot_img_right {display:none;}
.nav {display:none;}


/* Layout styling
---------------------------------------------------------------------------------*/

#header {border-width: 27px 27px 0 27px; -webkit-border-image: url(../imgs/shared/green_border.png) 27 stretch stretch; padding: 0 50px 10px 25px;}

#col1 {margin:0 10px;}
#col1 img {padding: 20px 65px; -webkit-border-image:url(../imgs/shared/iphone_border.jpg) 0;margin: 0 0 0 8px;}

#col1_content {padding: 5px 0; -webkit-border-image:url(../imgs/shared/iphone_border.jpg) 6 5 5 5; margin:0 10px;}

#footer{margin:0 20px;}
#credit  { margin-top: 40px; text-align:center; }
#credit a { border-top: 2px dashed #a87f4a; padding: 10px 0; height: 0px !important;font-size: 14px;  font-variant:small-caps; color:#000;}
#credit a:hover {height: 0px !important;color:#dfe8c0; }

.tarot_img_left img {display:none;}

.altnav {width:250px; -webkit-border-image:url(../imgs/shared/iphone_border.jpg) 0;}		
ul {font: bold 17px Helvetica;padding:0 15px;margin-top:5px;}		
ul li {color: #666;list-style-type:none; padding: 20px; margin:0 5px; border-top: 2px double #a87f4a;}

ul li:first-child {padding:40px 10px 10px 15px; border-top: none;}
				
ul li:last-child { padding:10px 10px 0px 15px; border-width: 27px 27px 27px 27px; -webkit-border-image:url(../imgs/shared/iphone_green_border.jpg) 27 stretch stretch; position: relative; top:0px; left:-15px; width:200px; margin:0;}

													
				
/* universal links on list */
				
ul li a, li.img a + a {color: #000;
					text-decoration: none;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					display: block;
					padding: 12px 10px 12px 10px;
					margin: -10px;
					-webkit-tap-highlight-color:rgba(0,0,0,0);
				}
				
					ul li.img a + a {
						margin: -10px 10px -20px -5px;
						font-size: 17px;
						font-weight: bold;
					}
					
					ul li.img a + a + a {
							font-size: 14px;
							font-weight: normal;
							margin-left: -10px;
							margin-bottom: -10px;
							margin-top: 0;
						}
						
						
						ul li.img a + small + a {
							margin-left: -5px;
						}
						
						
						ul li.img a + small + a + a {
							margin-left: -10px;
							margin-top: -20px;
							margin-bottom: -10px;
							font-size: 14px;
							font-weight: normal;
							}
							
							ul li.img a + small + a + a + a {
								margin-left: 0px !important;
								margin-bottom: 0;
							}
				
				
					ul li a + a {
						color: #000;
						font: 14px Helvetica;
						text-overflow: ellipsis;
						white-space: nowrap;
						overflow: hidden;
						display: block;
						margin: 0;
						padding: 0;
						}
						
						ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
							color: #666;
							font: 13px Helvetica;
							margin: 0;
							text-overflow: ellipsis;
							white-space: nowrap;
							overflow: hidden;
							display: block;
							padding: 0;
						}
						
						
					
		
		
				/* standard mini-label */
				
				ul li small {
					color: #369;
					font: 17px Helvetica;
					text-align: right;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					display: block;
					width: 23%;
					float: right;
					padding: 3px 0px;
					}
					
					
					
					ul li.arrow small {
						padding: 0 15px;
					}
					
					ul li small.counter {
						font-size: 17px !important;
						line-height: 13px !important;
						font-weight: bold;
						background: rgb(154,159,170);
						color: #fff;
						-webkit-border-radius: 11px;
						padding: 4px 10px 5px 10px;
						display: inline !important;
						width: auto;
						margin-top: 2px;
					}
					
					
					ul li.arrow small.counter {
						margin-right: 15px;
					}
					
					
					
	
					/* resize without labels */
					
					ul li.arrow a {
						width: 95%;
						}
					
						/* with labels */
						
						ul li small + a {
							width: 75%;
						}
						
						ul li.arrow small + a {
							width: 70%;
						}
						
		
		
		/* images */
		
			ul li.img {
				padding-left: 115px;
			}
		
			ul li.img a.img {
				background: url(file:///Main%20HD/Users/katherineroe/Documents/images/standard-img.png) no-repeat;
				display: inline-block;
				width: 100px;
				height: 75px;
				margin: -10px 0 -20px -115px;
				float: left;
			}
		
		
		
		/* individuals */
		
		
		
			ul.individual {
				border: 0;
				background: none;
				clear: both;
				height: 45px;
			}
			
				ul.individual li {
					color: rgb(183,190,205);
					background: white;
					border: 1px solid rgb(180,180,180);
					font-size: 14px;
					text-align: center;
					-webkit-border-radius: 8px;
					-webkit-box-sizing: border-box;
					width: 48%;
					float:left;
					display: block;
					padding: 11px 10px 14px 10px;
					}
				
					ul.individual li + li {
						float: right;
						
					}
					
					
					ul.individual li a {
						color: rgb(50,79,133);
						line-height: 16px;
						margin: -11px -10px -14px -10px;
						padding: 11px 10px 14px 10px;
						-webkit-border-radius: 8px;
					}
					
						ul.individual li a:hover {
							color: #fff;
							background: #36c;
							}
							
							
							
							
							/* Normal lists and metal */

							body#normal h4 {
								color: #fff;
								background: rgb(154,159,170) url(file:///Main%20HD/Users/katherineroe/Documents/images/bglight.png) top left repeat-x;
								border-top: 1px solid rgb(165,177,186);
								text-shadow: #666 0 1px 0;
								margin: 0;
								padding: 2px 10px;
							}


							body#normal, body#metal {
								margin: 0;
								padding: 0;
								background-color: rgb(255,255,255);
							}

							body#normal ul, body#metal ul, body#plastic ul {
								-webkit-border-radius: 0;
								margin: 0;
								border-left: 0;
								border-right: 0;
								border-top: 0;
								}

								body#metal ul {
									border-top: 0;
									border-bottom: 0;
									background: rgb(180,180,180);
								}




								body#normal ul li {
									font-size: 20px;
								}

									body#normal ul li small {
										font-size: 16px;
										line-height: 28px;
									}

									body#normal li, body#metal li {
										-webkit-border-radius: 0;
										}

									body#normal li em {
										font-weight: normal;
										font-style: normal;
										}

								body#normal h4 + ul {
									border-top: 1px solid rgb(152,158,164);
									border-bottom: 1px solid rgb(113,125,133);
								}


								body#metal ul li {
									border-top: 1px solid rgb(238,238,238);
									border-bottom: 1px solid rgb(156,158,165);
									background: url(file:///Main%20HD/Users/katherineroe/Documents/images/bgMetal.png) top left repeat-x;
									font-size: 26px;
									text-shadow: #fff 0 1px 0;
									}

									body#metal ul li a {
										line-height: 26px;
										margin: 0;
										padding: 13px 0;
									}

										body#metal ul li a:hover {
											color: rgb(0,0,0);
										}	

											body#metal ul li:hover small {
												color: inherit;
											}


									body#metal ul li a em {
										display: block;
										font-size: 14px;
										font-style: normal;
										color: #444;
										width: 50%;
										line-height: 14px;
									}

									body#metal ul li small {
										float: right;
										position: relative;
										margin-top: 10px;
										font-weight: bold;
										}


										body#metal ul li.arrow a small {
											padding-right: 0;
											line-height: 17px;
										}
										
										
										body#metal ul li.arrow {
											background: url(file:///Main%20HD/Users/katherineroe/Documents/images/bgMetal.png) top left repeat-x,
url(file:///Main%20HD/Users/katherineroe/Documents/images/chevron_dg.png) right center no-repeat;
										}
										
										
																
										/* option panel */

											div#optionpanel {
												background: url(file:///Main%20HD/Users/katherineroe/Documents/images/blackbg.png) top left repeat-x;
												text-align: center;
												padding: 20px 10px 15px 10px;
												position: absolute;
												left: 0;
												right: 0;
												bottom: 0;		
												}

												div#optionpanel h2 {
													font-size: 17px;
													color: #fff;
													text-shadow: #000 0 1px 0;
												}
												
												
										
										
										
										/***** BUTTONS *****/

										.button {
											color: #fff;
											font: bold 20px/46px Helvetica;
											text-decoration: none;
											text-align: center;
											text-shadow: #000 0 1px 0;
											border-width: 0px 14px 0px 14px;
											display: block;
											margin: 3px 0;
											}

											.green { -webkit-border-image: url(file:///Main%20HD/Users/katherineroe/Documents/images/greenButton.png) 0 14 0 14; }
											.red { -webkit-border-image: url(file:///Main%20HD/Users/katherineroe/Documents/images/redButton.png) 0 14 0 14; }

											.white {
												color: #000;
												text-shadow: #fff 0px 1px 0;
												-webkit-border-image: url(file:///Main%20HD/Users/katherineroe/Documents/images/whiteButton.png) 0 14 0 14;
												}

											.black { -webkit-border-image: url(file:///Main%20HD/Users/katherineroe/Documents/images/grayButton.png) 0 14 0 14; }
											
											
]
	
				
	/**** MINI & BIG BANNERS ****/
	
			#plastic ul.minibanner, #plastic ul.bigbanner {
				margin: 10px;
				border: 0;
				height: 81px;
				clear: both;
				}
				
				#plastic ul.bigbanner {
					height: 140px !important;
				}
				
				#plastic ul.minibanner li {
					border: 1px solid rgb(138,138,138);
					background-color: rgb(152,152,152);
					width: 145px;
					height: 81px;
					float: left;
					-webkit-border-radius: 5px;
					padding: 0;
					}
					
				#plastic ul.bigbanner li {
					border: 1px solid rgb(138,138,138);
					background-color: rgb(152,152,152);
					width: 296px;
					height: 140px;
					float: left;
					-webkit-border-radius: 5px;
					padding: 0;
					margin-bottom: 4px;
					}
					
					#plastic ul.minibanner li:first-child {
						margin-right: 6px;
					}
					
					
					#plastic ul.minibanner li a {
						color: transparent;
						text-shadow: none;
						display: block;
						width: 145px;
						height: 81px;
						}
						
					#plastic ul.bigbanner li a {
						color: transparent;
						text-shadow: none;
						display: block;
						width: 296px;
						height: 145px;
						}
		
	
	
	
		/**** image grids ****/
		
		
		body#images {
			background: #fff;
			margin: 0;
		}
		
			body#images ul {
				margin: 4px 4px 4px 0;
				border: 0;
				-webkit-border-radius: 0;
				}
				
				body#images ul li {
					border: 1px solid #C0D5DD;
					-webkit-border-radius: 0;
					width: 73px;
					height: 73px;
					float: left;
					margin: 0 0 4px 4px;
					background: #F4FBFE url(file:///Main%20HD/Users/katherineroe/Documents/images/image-loading.gif) no-repeat center center;
					padding: 0;
					}
					
					body#images ul li a {
						display: block;
						width: 100%;
						height: 100%;
						margin: 0;
						padding: 0;
					}
		
		
		/*** BLANK PAGES ***/
		
		body#blank {
			background: #fff;
		}
		
		
		body#blank p {
			color: #898989;
			text-align: center;
			margin: 250px 0 0 0;
			}
			



			/**** ICONFIED LIST ****/
			
			
			ul li a img.ico, ul li img.ico {
				float: left;
				display: block;
				margin: -4px 10px -4px -1px;
			}

		