/*-----------------------------------------------------------------------------
Ty Coch Brynrefail (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
-----------------------------------------------------------------------------*/

/* tags */
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #3E8AAC;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #006600;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul {
	font-size: 12px;
	font-weight: bold;
	color: #C47500;
	list-style-type: square;
	line-height: 18px;
	margin-right: 10px;
}

/* =Links
-----------------------------------------------------------------------------*/

/* external links */
.extlink {
	background-image: url(../i/icon/extlink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

/* =Prime positioning
-----------------------------------------------------------------------------*/
/* body */
body {
	margin: 0px;
	background: #FFFFCE url(../i/backstrip2a.jpg) repeat-y;
}

#content {
	padding-left: 20px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

.content1 { 
  width: 49%;
  float: left; 
}

.content2 {
	width: 49%;
	float: right;
} 
.content1first {
	width: 45%;
	float: left;
	margin-top: 25px;
}

.content2first {
	width: 53%;
	float: right;
} 
/* local photo columns */
.content1local { 
  width: 200px;
  float: left; 
}
.content2local {
	width: 390px;
	float: right;
} 
#contact p {
	text-align: center;
	font-weight: normal;
}
/* 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: 20px;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 30px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px}
#copyright p {
	font-size: 10px;
	text-align: right;
}

/* =Photos and Images
-----------------------------------------------------------------------------*/
/* floating photos */
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkc .horiz3 {
	float: left;
	width: 33%;
}
.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;
}
.photobkr img, .photobkl img, .photobkc img {
	margin-top: 10px;
}
/* grades - horizontal, centre */ 
.grades {
	text-align: center;
	vertical-align: middle;
}
.grades img {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
/* ?? */
.imageline {
	text-align: center;
	vertical-align: middle;
}
.imageline img {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
/* 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 #3C85A6;
	padding-top: 5px;
	background-color: #B4D3B4;
}
.localbkv p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

/* =Boxes
-----------------------------------------------------------------------------*/
/* feature */
.feature {
	border: 2px dashed #77A47D;
	margin: 10px;
	padding: 10px;
	background: #FFFFEA;
}
.feature h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3E8AAC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.feature ul {
	font-size: 12px;
	font-weight: normal;
	color: #006600;
	margin-right: 20px;
	margin-left: 20px;
}
/* testim - testimonials */
.testim {
	margin: 15px 15px 5px;
	padding: 5px;
	border: 1px solid #006A1E;
	background-color: #F2F9F2;
	float: right;
	width: 250px;
}
.testim p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #666666;
}
/* linkbox - useful links */
.linkbox {
	font-size: .9em;
	border: 2px dotted #CBB07E;
	float: right;
	width: 250px;
	margin: 10px 10px 10px 5px;
	background-color: #FCFAF5;
}
.linkbox h2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
}
/* guestcomms - guest comments */
.guestcomms {
	background-color: #FFF;
	margin: 15px;
	border: 1px solid #BCDBBB;
}
.guestcomms p {
	font-style: italic;
}

/* =Others
-----------------------------------------------------------------------------*/


/* googlemap find us */
.googbubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.googmapcont {
	margin-left: 40px;
	border: 1px solid #FFFFFF;
	width: 500px;
}
.googroute {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: 1px solid #B7D6B6;
	width: 400px;
	background-color: #FFF;
}
.googroute h3 {
	margin-top: 5px;
	padding-top: 5px;
}
.googroutebutt {
	color: #FFFFFF;
	background-color: #060;
	border: 1px solid #FFFFFF;
}

.centre {
	text-align: center;
}
.title {
	margin-top: 8px;
	margin-bottom: 3px;
}
.locationmap {
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 80px;
}
.domain {
	font-size: 18px;
	font-weight: bold;
	color: #AEC875;
	text-align: center;
}
.croeso {
	font-weight: bold;
	color: #3E8AAC;
	text-align: center;
	font-size: 14px;
}
.english {
	color: #006600;
	margin-left: 50px;
}
