/*
 * Project:		Balmoral Maws
 * Date:		2009/05/21
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { background: #466c45 url(../images/bg-grad.jpg) repeat-x; min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { padding: 50px 0 0; background: url(../images/bg-pattern.jpg) 50% 0 no-repeat; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #000; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; line-height: 1.25; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.5em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #0078A6; text-decoration: none; }
a:hover, a:focus, a:active { color: #0078A6; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 20px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { width: 898px; margin: 0 auto; padding: 15px 15px 0; background: url(../images/bg-glow.png) no-repeat; }
 #wrapper-a { width: 898px; background: #fff; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
 #content { padding: 30px; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-family: Times,"Times New Roman",serif; color: #C05727; font-weight: normal; }
h1 { font-size: 4.5em; }
h2 { font-size: 3.2em; color: #406D48; }
h3 { font-size: 2em; font-family: Arial,Helvetica,sans-serif; margin: 0; }
h4 { font-size: 1.6em; font-family: Arial,Helvetica,sans-serif; color:#900; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.0em; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

.emf { font-style: italic; }

.section-a { overflow: hidden; width: 100%; }
 .section-a .col-1 { float: left; width:230px; }
 .section-a .col-2 { float: right; width: 560px; }

.figure-a img { display: block; margin: 0 0 10px; }
 .figure-a span { display: block; text-align: right; }

.gallery-a { padding: 0; margin: 0 0 30px; overflow: hidden; }
 .gallery-a li { float: left; width: 360px; height: 220px; margin: 0; padding: 21px 36px 36px 21px; list-style: none; background: url(../images/gallery-item-bg.png) no-repeat; }
  .gallery-a li img { display: block; }

/* ELEMENTS
------------------------------------------- */
#top .visual { margin: 0; border-bottom: 2px solid #cc5125; }
 #top .visual img { display: block; }
#nav { width: 100%; overflow: hidden; background: #d5eabc; margin:0; padding:0; }
 #nav li { float: left; background: url(../images/nav-separator.png) no-repeat; padding: 0; margin: 0; list-style: none; }
 #nav li.first { background: none; }
  #nav li a { display: block; float: left; height: 35px; padding: 0 15px;  font: normal 0.93em/35px Arial,Helvetica,sans-serif; text-decoration: none; text-transform: uppercase; color: #C05727; letter-spacing: 1px; }
  #nav li a:hover, #nav li a.active { color: #2c5335; }
  #nav li em { position: absolute; left: -999em; }

#masthead { position: relative; padding: 85px 170px 0 300px; height: 1%; background: #f5faf0; }
 #masthead h1 { margin: 0; line-height: 0.8; }
 #masthead p.balmoral { position: absolute; top:0; left: 15px; }
 #masthead p.japara { position: absolute; top: 0; right: 15px; }


.section-b {
	background: #E3EEC8;
	height: 1%;
	overflow: hidden;
	font-style: italic;
	color: #58595B;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
 .section-b p { font-size: 1.4em;}
 .section-b p.emf { font-size: 1.5em; }

.section-c { background: #E3EEC8; height: 1%; padding: 10px 10px 0px; margin: 0 0 40px; overflow: hidden; color: #58595B; }
 .section-c h3 { font: normal 1.6em/1.25 Arial,Helvetica,sans-serif; margin: 0 0 5px; color: #58595B; text-transform: uppercase; }
 .section-c p { font-size: 1.4em; }

