@charset "UTF-8";
/* CSS Document */


/* Color Pallette
-----------------------------------------------
#898200  	green
#4d4d4d		deep grey
#bebebe	    light grey
#819fac	    light blue

----------------------------------------------- */

/* Basic Stuff
----------------------------------------------- */

body {
    margin:0 auto;
    padding:0;
	background-color:#898200;
	min-width:320px;
	font-size:14px;
    line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
    margin:0 auto;
	background-color:#ffffff;
    width:320px;
}

#header,
#content {
	margin: 10px;
	padding: 10px;
	background: #ffffff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

}

#content_green {
	margin: 10px;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

}

#content_green p{
	color:#ffffff;
}

#content p{
	color:#ffffff;
}

#footer {
	padding: 10px;
}


a, 
a:link, 
a:visited {
    color:#898200 ;
    text-decoration: none;
  
}
a:hover, 
a:active {
	color:#898200;
}

#green a, 
#green a:link, 
#green a:visited {
    color:#3f2e16;
    text-decoration: none;
  
}
#green a:hover, 
#green a:active {
	color:#3f2e16;
}


img {
    border:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* Font Stuff (override typography.css)
----------------------------------------------- */

body, 
input, 
textarea {
	color:#230E43;
	font-family:Arial, Helvetica, sans-serif;
}
p, 
ul, 
ol,
dd, 
pre {
}

ul,
ol {
	margin:0;
	padding:0 0 0 15px;
}

pre, 
code {
	/*font:--px Monaco, monospace;
	line-height:--px;*/
}

hr {
	width:300px;
	border:none;
	border-bottom:1px dotted #FFFFFF;
	line-height:normal;
}

.pp{
	width:280px;
	border:none;
	border-bottom:1px dotted #230E43;
	line-height:normal;
}


h2 {
	text-transform:uppercase;
	line-height:normal;
}

/* Header
----------------------------------------------- */

#header {
	background:#fff;
	text-align:center;}


/* Content
----------------------------------------------- */

#content.main {
	background:#000;
}

#content.hours {

	padding:0 5px 0 5px;
}

#content.daily,
#content.today {
	background:#fff;
	padding:0 5px 0 5px;
}

#content.daily,
#content.today {
	color:#000;
}


#content.daily a,
#content.today a {
	color:#ed1c24;
	text-decoration:none;
}

/* Nav */


#nav{

	

}

#nav a {

	background-image:url('../img/icon_bg.png');
	background-repeat:none;
	display: inline;
	margin-top: 2px;
	
}

#nav a span {
	display:none;
}


.icon_Info{
	color:#230E43;
	width:70px;
	height:70px;
	text-align:center;
	font-size:10px;
	margin: 0px auto;
	padding-left:5px;
	padding-right:5px;
	line-height:12px;
}



.share{
	width: 45px;
	height:45px;
	margin-top:20px;
	margin-right:15px;
	float:right;
	
}

.clear{
clear: both;
display: block;
height: 0px;
visibility: hidden;
}




/* Footer

----------------------------------------------- */

.footer {
	background:#4d4d4d;
	color:#fff;
	text-align:center;
	
}




/* icon navigation -----------*/

.icon_navi{
	text-align:center;
	display:inline; 
	float:left;
	background: #4d4d4d;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	width:280px;
	margin-bottom:10px;
	
}

.icon_navi p{
	color:#3f2e16;
	font-size:15px;
	margin: 5px 0;
	
}

.icon_navi_page{
	text-align:center;
	display:inline; 
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	
}

/* From Ipad
--------------------------------------------------*/

#noflash-content {
	margin: 0 auto;
	padding: 10px 0;
	
	
}

#noflash-logo {
	margin: 20px auto; 
	width: 365px;
	height: 63px;
}

.noflash-notice {
	margin: 10px 0;
	padding: 10px;
	background: #f0eee5;
	border: 1px solid #cbc8bc;
	color: #661300;
}

.noflash-notice a {
	color: #333;
}

#footer-wrapper {
	padding: 10px 60px;
	border-top: 1px solid #cbc8bc;
}

/*** TYPOGRAPHY ***/

#noflash-content h1, #noflash-content h2, #noflash-content h3, 
#noflash-content h4, #noflash-content h5, #noflash-content h6 {
	text-transform: lowercase;
	font-weight: normal;
}

#noflash-content h2 {
	margin: 0 0 0 -20px;
	padding: 10px 0 6px 20px;
	border-bottom: 1px solid #4d4d4d;
	font-size: 24px;
}

#noflash-content h3,
#noflash-content h4 {
	padding-bottom: 6px;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8a8301;
}

#noflash-content h5 {
	margin-bottom: 0;
	font-size: 16px;
}

/*** NOFLASH NAV ***/

.noflash-sitemap {
	margin: 0 -50px 20px;
	font-size: 13px;
	text-transform: lowercase;
}

.noflash-sitemap ul {
	margin: 0;
	padding: 5px;
	background: #4d4d4d;
	text-align: center;
}

.noflash-sitemap li {
	margin: 0 10px;
	display: inline;
}

.noflash-sitemap li a {
	color: #bebf9e;
}


/*** LAYOUT ***/

.noflash-block {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #333;
	clear: both;
	font-size: 13px;
	line-height: 1.5em;
}

.noflash-block p {
	margin: 0 0 1.2em;
}

p.to-top {
	text-align: right;
}

/*** PORTFOLIO ***/

.portfolio-block {
	overflow: hidden;
	clear: both;
}

.portfolio-txt {
	clear: both;
}

.portfolio-img {
	margin: 0 0 1.2em;
}

#noflash-content .portfolio-block h5 {
	text-transform: none !important;
	color: #8a8301;
}

/*** SLIDESHOWS ***/

.portfolio-slideshow, .portfolio-intro {
	float: left;
}

.portfolio-slideshow {
	width: 350px;
}

.slideshow {
	height: 300px;
	overflow: hidden;
}
.slideshow-nav  {
	margin: 5px 0;
	clear: both;
	text-align: right;
}

.nav-prev, .nav-next {
	color: #fff;
	padding: 5px 10px 4px;
	background: #8a8301;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}


.nav-prev {
	margin: 0 10px 0 0;
}

.portfolio-intro {
	margin: 0 20px 0 0;
	width: 388px;
}

.portfolio-content {
	clear: both;
}

/** SLIDESHOW 2**/
<!--    
#slideshow_home {
    position:relative;
	width:320px;
	height:200px;
}
#slideshow_home img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow_home img.active {
    z-index:10;
}
#slideshow_home img.last-active {
    z-index:9;
}
-->

