/*-----------------------------------------------------------------------------
Tyddyn Mawr (basic)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	color: #006600;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	clear: both;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #006600;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	line-height: 140%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #006600;
	line-height: 140%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
ul {
	padding-bottom: 10px;
}



/* =Links
-----------------------------------------------------------------------------*/
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
/* external links */
.extlink {
	background-image: url(../i/icon/extlink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(../i/back1.jpg);
}
#wrapper {
}


/* =Topsec
-----------------------------------------------------------------------------*/
#topsec {
}

/* =Primnav
-----------------------------------------------------------------------------*/
#primnav {
	padding-top: 40px;
	background-image: url(../i/buttonback.gif);
}
#primnav img {
	margin-bottom: 7px;
	margin-left: 10px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
/* maintable */
#maintable {
}
/* content ID */
#content {
}
#content li {
	margin-left: 50px;
	font-size: 0.75em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 1.5em;
	margin-right: 10px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/
.content1 { 
  width: 49%;
  float: left; 
}

.content2 {
	width: 49%;
	float: right;
} 
/* local photo columns */
.content1local { 
  width: 200px;
  float: left; 
}
.content2local {
	width: 390px;
	float: right;
} 
/* contact ID */
#contact {
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* botnav ID */
#botnav p {
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #BFC09A;
	border-right: none #BFC09A;
	border-bottom: 1px solid #BFC09A;
	border-left: none #BFC09A;
	font-size: .7em;
}
/* printpage ID */
#printpage p {
	font-size: 70%;
	text-align: right;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 20px; margin-right: 10px; margin-bottom: 0px; margin-left: 10px}
#copyright p {
	font-size: 10px;
	text-align: right;
	line-height: 14px;
}

/* =Photos and Images
-----------------------------------------------------------------------------*/
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkr, .photobkl, .photobkc  {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}
/* localphotos - vertical, left float */
.localbkv {
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
	border: 1px solid #BBFAB8;
	padding-top: 5px;
	background-color: #F4FEF5;
}
.localbkv p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* enquiry form */
#enqform {
	padding: 10px;
	border: 2px solid #999999;
	background: #FFFFFF;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 5%;
	width: 90%;
}
#enqform th {
	font-size: .75em;
	font-weight: bold;
	color: #666666;
	padding: 3px;
	text-align: right;
	vertical-align: top;
	width: 170px;
}
#enqform td {
	font-size: .75em;
	font-weight: normal;
	color: #666666;
	padding: 3px;
}
#enqform p {
	color: #666666;
	text-align: center;
}
.enqformbutton {
	color: #FFFFFF;
	background: #006600;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC;
}


/* classes */
.centre {
	text-align: center;
}
.red {
	color: #FF0000;
}

/* =Tables
-----------------------------------------------------------------------------*/

/* =Boxes
-----------------------------------------------------------------------------*/
/* linkbox */
.linkbox {
	font-size: .9em;
	border: 2px dotted #72A64A;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FFFFFF;
}
.linkbox h2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* testimonial */
.testim {
	font-size: .9em;
	border: 2px dotted #72A64A;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FFFFFF;
}
.testim h2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* guest comments box */
.guest {
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFFFEC;
	border: 1px #006600 solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* notice box */
.bxNotice {
	margin: 10px 40px;
	padding: 0px 15px 5px;
	border: 2px solid #060;
	background-color: #FFF;
}
.bxNotice p {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.xmas {
	background-image: url(../i/clip/holly.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.valentines {
	background-image: url(../i/clip/valentines.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/* grades notice box */
.notice {
	margin: 10px 40px;
	padding: 0px 15px 5px;
	border: 2px solid #666666;
}
.notice p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* =Others
-----------------------------------------------------------------------------*/
/* facilities list */
.faclist {
	border: 1px solid #507434;
	margin: 10px 20px 10px 10px;
	padding: 5px;
	background: #EDF4E8;
}
.faclist h2 {
	font-weight: bold;
	color: #003366;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.faclist ul {
	font-weight: normal;
	color: #996600;
}
.faclist ul ul {
	font-weight: normal;
	color: #CC9900;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: disc;
}
.faclist ul li ul {  /* used to overcome the ul li ul in nav css*/
	position: relative;
	left: -30px; /* Set 1px less than menu width */
	width: 180px; /* Width of Menu Items */
	top: 0;
	display: block;
}
/* sctariff */
.sctariff th {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #BB9959;
	padding: 3px;
}
.sctariff td {
	font-size: 12px;
	color: #996600;
	text-align: center;
	background: #FAF7F1;
	padding: 3px;
}
.sctariff {
	border: 1px solid #BB9959;
	margin-bottom: 20px;
}
.sctariffprice {
	border-right: 1px solid #BB9959;
}
/* location map */
.locmap {
	margin-left: 70px;
}
#content li {
	margin-left: 50px;
	font-size: 0.75em;
	color: #006600;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 1.5em;
}
.slideshow {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}
/* sleeptext */
.sleeptext { 
	font-size: 1em;
	color: #006600;
	font-weight: bold
}
.normtest {
	font-size: 0.75em;
	color: #006600
}
