/* @override http://jtown.org/_files/styles/main.css */

body {
	background: url("/_ima/bg.jpg") #659A9E;
	margin: 0px; 
	padding: 0px;
	color: #363636;	
	font: 12px/18px Georgia;
	}

/*____________________________________________________________________________________________Links_*/

a:link {
	color: #363636;
	text-decoration: none;
	}
a:visited {
	color: #363636;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
a:active {
	color: #363636;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }
.clearer-left { clear: left; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.text-right { text-align: right; }
.text-center { text-align: center; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; color: red; }

.breaker { clear: both; border-top: 2px solid #d7e9eb; border-bottom: 1px solid #d7e9eb; line-height: 1px; font-size: 1px; width: 100%; height: 1px; margin: 10px 0px 15px 0px; }

.green-text { color: #188396; }

.left-clear { clear: left; }

.gray { color: #999; }

/*____________________________________________________________________________________________ Fixed Presets _*/

p { margin: 0px 0px 0px 0px; padding: 7px 0px 7px 0px; }
ul { list-style: none; padding: 0px 0px 0px 20px; }
ul li { background: url(/); padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 20px }

/*____________________________________________________________________________________________ nav Layout_*/

a.nav-home {
	background: url(/_ima/nav-home.jpg);
	width: 62px;
	height: 31px;
	float: left;
	}
a.nav-restaurants {
	background: url(/_ima/nav-restaurants.jpg);
	width: 123px;
	height: 31px;
	float: left;
	}
a.nav-merchants {
	background: url(/_ima/nav-merchants.jpg);
	width: 110px;
	height: 31px;
	float: left;
	}
a.nav-the-arts {
	background: url(/_ima/nav-the-arts.jpg);
	width: 90px;
	height: 31px;
	float: left;
	}
a.nav-community {
	background: url(/_ima/nav-community.jpg);
	width: 110px;
	height: 31px;
	float: left;
	}
a.nav-events {
	background: url(/_ima/nav-events.jpg);
	width: 76px;
	height: 31px;
	float: left;
	}
a.nav-news {
	background: url(/_ima/nav-news.jpg);
	width: 68px;
	height: 31px;
	float: left;
	}
a.nav-history {
	background: url(/_ima/nav-history.jpg);
	width: 84px;
	height: 31px;
	float: left;
	}
a.nav-getting-here {
	background: url(/_ima/nav-getting-here.jpg);
	width: 121px;
	height: 31px;
	float: left;
	}
	
	a.nav-on {
		background-position: 0px -31px;
		}
	
	a.nav-hover:hover {
		background-position: 0px -31px;
		}
	
/*____________________________________________________________________________________________ Main Layout _*/

#bg-fade {
	background: url("/_ima/bg-fade.jpg") repeat-x;
	width: 100%;
	height: 100%;
	padding: 0px 0px 30px 0px;
	}
	#bg-flower-01 {
		background: url("/_ima/bg-flower.png") no-repeat;
		background-position: 0px 70px;
		width: 100%;
		height: 100%;
		}
	#bg-flower-02 {
		background: url("/_ima/bg-flower.png") no-repeat top right;
		background-position: right 20px;
		width: 100%;
		height: 100%;
		}
	#japan-town {
		width: 100%;
		height: 144px;
		position: absolute;
		z-index: 20;
		margin: -10px 0px 0px 0px;
		}
		#japan-town-center {
			width: 834px;
			height: 144px;
			margin: 0px auto;
			}
	#top-flowers {
		width: 100%;
		height: 124px;
		position: absolute;
		overflow: hidden;
		z-index: 10;
		}
		#top-flowers p {
			text-align: center;
			margin: 0px;
			padding: 0px;
			overflow: hidden;
			}

#container {
	margin: 0px auto;
	padding: 27px 0px 0px 0px;
	width: 930px;
	height: 100%;
	}
	#container-bg {
		background: url("/_ima/content-bg.png");
		_background: url("/_ima/content-bg-ie6.gif");
		}
	#container-content {
		width: 900px;
		height: 100%;
		margin: 0px auto;
		padding: 0px;
		}
		.content-top {
			margin: -13px 0px 0px 0px;
			padding: 0px;
			display: block;
			position: absolute;
			z-index: 5;
			}
		.content-bottom {
			text-align: center;
			margin: 0px;
			padding: 0px;
			}
			
#content {
	background: url("/_ima/content-inside-bottom.jpg") repeat-x bottom;
	width: 894px;
	height: 100%;
	margin: 0px auto;
	}
			
#banner {
	background: url("/_ima/banner-bg.jpg") repeat-x bottom #F7AABC;
	width: 874;
	height: 31px;
	border-bottom: 2px solid #fff;	
	padding: 104px 0px 0px 20px;
	}
	.nav-breaker {
		float: left;
		}
	
#feature {
	background: url("/_ima/feature-bg.jpg") no-repeat;
	width: 894px;
	height: 299px;
	border-top: 3px solid #f16885;
	}
	.feature-left {
		width: 440px;
		float: left;
		}
	.feature-right {
		width: 410px;
		float: right;
		padding: 247px 26px 0px 0px;
		}
	a.map-btn {
		background: url("/_ima/map-btn.jpg") no-repeat;
		width: 80px;
		height: 32px;
		float: right;
		}
		a.map-btn:hover {
			background-position: 0px -32px;
			}

.cream-content {
	background-color: #fffef2;
	width: 633px;
	border-right: 1px solid #a0bec2;
	float: left;
	padding: 20px;
	}

.blue-container {
	width: 220px;
	float: right;
	padding: 0px 0px 60px 0px
	}
	.blue-content {
		padding: 10px 8px 12px 12px;
		}
		.blue-content span {
			color: #188396;
			}
		.blue-content a:link, .blue-content a:visited, .blue-content a:hover, .blue-content a:active {
			text-decoration: none;
			}
	.blue-breaker {
		width: 100%;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		border-bottom: 1px dashed #61c9dc;
		}

	a.blue-link:link span {
		color: #188396;
		text-decoration: none;
		}
	a.blue-link:visited span {
		color: #188396;
		text-decoration: none;
		}
	a.blue-link:hover span {
		color: #d9385b;
		text-decoration: none;
		}
	a.blue-link:active span {
		color: #d9385b;
		text-decoration: none;
		}
	
	a.purple-link:link {
		color: #573458;
		text-decoration: none;
		}
	a.purple-link:visited {
		color: #573458;
		text-decoration: none;
		}
	a.purple-link:hover {
		color: #d9385b;
		text-decoration: none;
		}
	a.purple-link:active {
		color: #d9385b;
		text-decoration: none;
		}
		
	.japan-town-flickr {
		margin: 0px 0px 0px 9px;
		border: 0px;
		}
		
.site-by {
	height: 26px;
	color: #5fc9dc;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
	clear: both;
	}
	.site-by a:link, .site-by a:visited {
		color: #5fc9dc;
		text-decoration: none;
		}
	.site-by a:hover, .site-by a:active {
		color: #5fc9dc;
		text-decoration: none;
		border-bottom: 1px solid #5fc9dc;
		}

.cream-left {
	width: 160px;
	height: 100%;
	float: left;
	font: 12px Georgia;
	}
	.history-breaker {
		width: 100%;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		border-bottom: 1px dotted #188396;
		margin-bottom: 1px;
		clear: both;
		}
	a.red-title {
		width: 140px;
		height: 21px;
		color: #188396;
		padding: 6px 10px 0px 10px;
		float: left;
		text-decoration: none;
		}
		a.red-title:hover {
			background-color: #eb2752;
			color: #fff;
			text-decoration: none;
			}
		a.current {
			background-color: #eb2752;
			color: #fff;
			text-decoration: none;
			}
		.history-nav-name {
			width: 120px;
			float: left;
			}
		.history-nav-arrow {
			width: 10px;
			float: right;
			color: #fff;
			}

.cream-right {
	width: 450px;
	height: 100%;
	float: right;
	}

/*____________________________________________________________________________________________ index Layout _*/

.to-do-breaker {
	width: 11px;
	height: 170px;
	float: left;
	}

a.to-do-container {
	width: 150px;
	height: 170px;
	float: left;
	text-align: center;
	line-height: 15px;
	text-decoration: none;
	color: #4f1f50;
	}
	a.to-do-container:hover {
		text-decoration: none;
		color: #E1617B;
		}
	a.to-do-container:link img {
		border: 2px solid #64cbdd;
		}
	a.to-do-container:visited img {
		border: 2px solid #64cbdd;
		}
	a.to-do-container:hover img {
		border: 2px solid #E1617B;
		}
	a.to-do-container:active img {
		border: 2px solid #E1617B;
		}
		
.more-things {
	width: 110px;
	height: 20px;
	float: right;
	padding: 4px 0px 0px 0px;
	text-align: right;
	}
.small-font {
	font-size: 10px;
	}
a.red-link:link {
	color: #d9385b;
	text-decoration: none;
	}
a.red-link:visited {
	color: #d9385b;
	text-decoration: none;
	}
a.red-link:hover {
	color: #39AABE;
	text-decoration: none;
	}
a.red-link:active {
	color: #d9385b;
	text-decoration: none;
	}
	.side-by-side {
		padding: 0px 10px 0px 0px;
		float: left;
		font-size: 10px;
		}
	.side-by-right {
		padding: 0px 10px 0px 0px;
		float: right;
		font-size: 10px;
		}
	
.event-details {
	width: 430px;
	height: 100%;
	float: right;
	margin: 0px 0px 10px 0px;
	}
	.event-details p {
		padding: 0px 0px 5px 0px;
		margin: 0px;
		}
	.little-event-pic {
		border: 2px solid #dcdbdb;
		float: left;
		}
	.event-date {
		color: #573458;
		height: 24px;
		}
	.event-breaker {
		background: url("/_ima/event-breaker.gif") repeat-x bottom;
		clear: both;
		width: 100%;
		height: 7px;
		line-height: 7px;
		padding: 10px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
		}
	
	.regular-history-title {
		float: left; 
		width: 100%;
		}
	
	.little-history-title {
		width: 250px;
		float: left;
		}
	.little-history-address {
		color: #573458;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		clear: left;
		}
	.little-history-basic {
		font-weight: normal;
		font-size: 11px;
		}
	.little-history-pic {
		border: 2px solid #64cbdd;
		float: right;
		margin: 0px 0px 0px 10px;
		}
	.little-pic-left {
		border: 2px solid #64cbdd;
		float: left;
		margin: 0px 8px 8px 0px;
		}
	.yelp {
		border: 0px;
		float: right;
		margin: 10px 0px 0px 0px;
		}
	.details-left {
		width: 250px;
		float: left;
		padding: 0px 0px 10px 0px;
		}
	.details-right {
		width: 190px;
		float: right;
		padding: 0px 0px 10px 0px;
		}

/*____________________________________________________________________________________________ Gallery Layout _*/
		
a.lightbox-view img {
	background-color: #fff;
	width: 80px;
	height: 70px;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 5px;
	border: 1px solid #EFE5D9;
	text-decoration: none;
	}
	a.lightbox-view img:visited {
		border: 1px solid #EFE5D9;
		text-decoration: none;
		}
	a.lightbox-view img:hover {
		border: 1px solid #D36800;
		text-decoration: none;
		}
	a.lightbox-view img:active {
		border: 1px solid #EFE5D9;
		text-decoration: none;
		}
	
/*____________________________________________________________________________________________Calendar Layout_*/

.date-container {
	background: url("/_ima/date-bg.jpg") no-repeat;
	width: 49px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	.date-month {
		text-align: center;
		height: 17px;
		line-height: 17px;
		font-size: 11px;
		margin: 0px;
		padding: 0px 0px 0px 1px;
		color: #fff;
		}
	.date-day {
		text-align: center;
		height: 25px;
		line-height: 27px;
		font-size: 18px;
		margin: 0px;
		padding: 0px;
		color: #005E94;
		}
	.date-header {
		margin: 10px 0px 0px 10px;
		padding: 0px;
		float: left;
		width: 400px;
		}
/*____________________________________________________________________________________________Crab Layout_*/

#crab {
	background-color: #3A92C0;
	border-left: 0px solid #000;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	position: fixed;
	bottom: 0;
	width: 780px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	}
	#crab p {
		margin: 0px;
		padding: 0px;
		}

/*____________________________________________________________________________________________Contact Layout_*/

.contact-left {
	width: 540px;
	float: left;
	}
	#form-section {
		float: left;
		}
	.input-names {
		width: 160px;
		height: 20px;
		padding: 0px 0px 0px 0px;
		padding: 3px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font-size: 12px;
		}
	.inputs {
		width: 200px;
		height: 20px;
		padding: 3px 0px 0px 5px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.selects {
		width: 209px;
		height: 25px;
		padding: 2px 0px 2px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.textareas {
		width: 369px;
		height: 65px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 16px;
		font-family: verdana;
		border: 1px solid #CFC9C2;
		}
	#submit-btn input {
		width: 69px;
		height: 24px;
		color: #000;
		margin: 10px 0px 0px 160px;
		padding: 0px 0px 0px 0px;
		border: 0px;
		float: left;
		}

/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}

.left {
	float: left;
}

/*____________________________________________________________________________________________Form Validation_*/
	
.validation-inline-error-message { 
	width: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
	color: #D36800;
	font-size: 10px;
	}

.sifr-01 {
	color: #d9385b;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 23px;
	}

.sifr-02 a:link, .sifr-02 a:visited {
	color: #01829a;
	}
.sifr-02 a:hover {
	color: #d9385b;
	}


.sifr-02 {
	color: #01829a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 16px;
	}
