html, body {
	margin: 0; padding: 0;
	font-family: Trebuchet ms , sans-serif;
}

body {
	background: url(../images/background.jpg);
	font-size: 62.5%;
	color: #4b4b4b;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none; 
}

a {
	text-decoration: none;
}

ul, ol , p, dl, dd, dt {
	margin: 0; padding: 0;
	list-style-type: none;
}

/***GENERIC***/

#wrapper {
	width: 945px;
	margin: 33px auto 0 auto;
}

#content {
	padding: 14px 0 0 0;
	overflow: hidden;
}

.inner_content {
	overflow: hidden;
	padding: 0 14px;
}

.more {
	margin: 5px 0 0 0;
}

/***WYSIWYG***/

.content h1 {
	font-size: 1.8em;
	font-weight: normal;
}

.content h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.content h3 {
	font-size: 1.3em;
	font-weight: normal;
}

.content p {
	padding: 10px 0;
}

.content a {
	text-decoration: underline;
	color: #000000;
}

.highlight {
	background: yellow;
	padding: 3px;
}

.warning {
	color: red;
	font-weight: bold;
}

.wysiwyg {
	margin: 10px 10px 0 10px;
}

.wysiwygleft {
	margin: 10px 15px 0 0;
	float: left;
}

.wysiwygright {
	margin: 10px 0 0 15px;
	float: right;
}

ol {
	padding: 20px 0 0 10px;
}

ol li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
}

/***HEADER***/

#header_holder {
	position:relative;
	height: 161px;
}

.header_eng {
	background: url(../images/header.png) no-repeat;
	width: 945px;
	height: 161px;
}

.header_welsh {
	background: url(../images/header_welsh.png) no-repeat;
	width: 945px;
	height: 161px;
}

.logo a {
	background: url(../images/logo.png) no-repeat;
	width: 170px;
	height: 162px;
	text-indent: -5000px;
	position: absolute;
	left: -29px;
	top: -15px;
	z-index: 100;
	overflow: hidden;
}

.logo_cym a {
	background: url(../images/logo_cym.png) no-repeat;
	width: 170px;
	height: 162px;
	text-indent: -5000px;
	position: absolute;
	left: -29px;
	top: -15px;
	z-index: 100;
	overflow: hidden;
}

.tagline_eng {
	background: url(../images/tagline.png) no-repeat;
	height: 33px;
	width: 422px;
	position: absolute;
	left: 119px;
	top: 79px;
}

.tagline_welsh {
	background: url(../images/tagline_welsh.png) no-repeat;
	height: 33px;
	width: 434px;
	position: absolute;
	left: 119px;
	top: 79px;
}

#langtog  {
	padding: 17px 30px 0 0;
}

#langtog  a{
	background: url(../images/lang_tog.png) no-repeat;
	width: 74px;
	height: 20px;
	float: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 0 34px;
}

#search {
	clear: right;
	float: right;
	padding: 46px 29px 0 0;
}

#search .textbox {
	background: url(../images/search.png) no-repeat;
	border: none;
	height: 18px;
	width: 173px;
	padding: 2px 0 0 27px;
	color: #999999;
}

/***NAV***/

.nav , .welsh_nav {
	height: 43px;
	width: 845px;
	position: absolute;
	bottom: 0;
	left: 0;
	
}

.nav ul , .welsh_nav ul {
	background: url(../images/nav.png) no-repeat;
	height: 43px;
	width: 845px;
	padding: 0 0 0 138px;
	position: static;
	z-index: 1;
}

.nav li  {
	float: left;
	padding: 12px 51px 0 0;
} 

.welsh_nav li {
	float: left;
	padding: 12px 20px 0 0;
}

.nav a {
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
	height: 13px;
	cursor: pointer;
	overflow: hidden;
}

.nav #board a {
	background-position: 0 0;
	width: 101px;
}

.nav #board a:hover , .nav #board .active {
	background-position: 0 -13px;
}

.nav #news a {
	background-position: -101px 0;
	width: 41px;
}

.nav #news a:hover , .nav #news .active {
	background-position: -101px -13px;
}

.nav #events a {
	background-position: -142px 0;
	width: 52px;
}

.nav #events a:hover , .nav #events .active {
	background-position: -142px -13px;
}

.nav #faq a {
	background-position: -194px 0;
	width: 33px;
}

.nav #faq a:hover , .nav #faq .active {
	background-position: -194px -13px;
}

.nav #downloads a {
	background-position: -227px 0;
	width: 85px;
}

.nav #downloads a:hover , .nav #downloads .active {
	background-position: -227px -13px;
}

.nav #links a {
	background-position: -312px 0;
	width: 130px;
}

.nav #links a:hover , .nav #links .active {
	background-position: -313px -13px;
}



.welsh_nav a {
	background-image: url(../images/spritesheet_welsh.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
	height: 15px;
	cursor: pointer;
	overflow: hidden;
}

.welsh_nav #board a {
	background-position: 0 0;
	width: 92px;
}

.welsh_nav #board a:hover , .welsh_nav #board .active {
	background-position: 0 -15px;
}

.welsh_nav #news a {
	background-position: -92px 0;
	width: 76px;
}

.welsh_nav #news a:hover , .welsh_nav #news .active  {
	background-position: -92px -15px;
}

.welsh_nav #events a {
	background-position: -168px 0;
	width: 96px;
}

.welsh_nav #events a:hover , .welsh_nav #events .active {
	background-position: -168px -15px;
}

.welsh_nav #faq a {
	background-position: -264px 0;
	width: 147px;
}

.welsh_nav #faq a:hover , .welsh_nav #faq .active {
	background-position: -264px -15px;
}

.welsh_nav #downloads a {
	background-position: -411px 0;
	width: 175px;
}

.welsh_nav #downloads a:hover , .welsh_nav #downloads .active {
	background-position: -411px -15px;
}

.welsh_nav #links a {
	background-position: -586px 0;
	width: 85px;
}

.welsh_nav #links a:hover , .welsh_nav #links .active {
	background-position: -586px -15px;
}

/***SIDENAV***/

#sidenav {
	padding: 0 0 20px 0;
	margin: -12px -10px 0 -12px;
	zoom: 1;
}

#sidenav li {
	background: url(../images/chevron.png) no-repeat 13px 17px;
	border-bottom: 1px solid #ebebeb;
	padding: 12px 0 12px 24px;
}

#sidenav li ul li {
	background-image: url(../images/chevron.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	border-bottom: none;
	padding: 8px 0 8px 19px;
}

#sidenav .active {
	background-repeat: no-repeat;
	background-position: 13px 17px;
}

#sidenav li ul .active {
	background-repeat: no-repeat !important;
	background-position: 10px 13px !important;
}

#sidenav li ul .inactive a {
	color: #302B2C !important;
}

#sidenav a {
	color: #302b2c;
	font-size: 1.1em;
	text-decoration: none;
}

/***COLUMNS***/

.col {
	width: 226px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#flash_placeholder {
	padding: 0 0 2px 0;
}


/***BOX***/

.box {
	padding: 0 0 14px 0;
}

.box .bottom {
	height: 12px;
	font-size: 0;
	line-height: 0;
}

.box .content {
	padding: 12px 14px 12px 14px;
	overflow: hidden;
	font-size: 1.3em;
}

.small {
	width: 226px;
}

.wide {
	width: 466px;
}

.small .box_shadow {
	background: url(../images/shadowR.png) repeat-y;
}

.small .content  {
	background: url(../images/gradient.png) no-repeat 2px bottom;
}

.wide .content {
	background: url(../images/shadow_wideR.png) repeat-y;
	padding: 12px 28px 28px 28px;
}

.small .bottom {
	background: url(../images/shadowB.png) no-repeat center bottom;
}

.wide .bottom {
	background: url(../images/shadow_wideB.png) no-repeat center bottom;
	height: 12px;
}


.cta_left {
	float: left;
}

.cta_right {
	overflow: hidden;
}


/***COLOURED TITLES***/

.header {
	position: relative;
	overflow: hidden;
}

.title {
	padding: 8px 0 6px 11px;
	margin: 0 1px 0 0;
	color: #ffffff !important;
	font-size: 2em;
	margin: 0 11px 0 0;
}

.title_end {
	margin: 0 0 0 0;
	width: 11px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}




/***SPECIFIC BOXES***/

#events_blackboard  {
	height: 297px;
	position: relative;
}

#events_blackboard .content  {
	height: 255px;
	padding: 0 0 0 2px;
}

#events_blackboard  .overlay_eng {
	background: url(../images/events_overlay.png) no-repeat;
	width: 220px;
	height: 263px;
	position: absolute;
	top: 40px;
	left: 2px;
}

#events_blackboard  .overlay_welsh {
	background: url(../images/events_overlay_welsh.png) no-repeat;
	width: 220px;
	height: 263px;
	position: absolute;
	top: 40px;
	left: 2px;
}

#events_blackboard .links p {
	padding: 3px 0;
}

#events_blackboard .links  a {
	color: #ffffff;
	text-decoration: underline;
}

#events_blackboard .links {
	position: absolute;
	bottom: 21px;
	left: 21px;
}

#events_blackboard .thermometer {
	position: absolute;
	left: 98px;
	bottom: 143px;
}

.quote {
	padding: 0 0px 10px 5px;
}

.quote p {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.0em;
	font-style: italic;
}

.theme_title {
	color: #ffffff !important;
	height: 53px;
	margin: -12px -24px 15px -26px;
	padding: 20px 0 0 13px;
	font-size: 1.6em !important;
}

#recommended .content {
	padding: 12px 12px;
}

#recommended img {
	margin-bottom: 7px;
}


/***LISTS***/

.list {
	margin: 0 -24px 0 -26px;
}

.list .item .inner {
	padding: 20px 28px;
	overflow: hidden;
}

.list .item {
	overflow: hidden;
}

.list .item h3 {
	font-size: 1.1em;
}

.list .item img {
	float: left;
	margin: 0 15px 0 0;
}

.date {
	display: block;
	font-weight: bold;
	padding: 2px 0 1px 0;
}

.list .item .date {
	padding: 0;
	font-weight: normal;
}

.list .item .summary {
	margin: 0 0 0 115px;
}

.alt {
	background: #f0f0f0;
}

.list dt {
	clear: left;
	float: left;
	padding: 0 5px 0 0;
}

.list dd {
	float: left;
}

.list h4 {
	float: left;
	width: 100px;
}

.list p {
	/*float: left;*/
	padding: 0;
	color: #727272;
}

.section {
	overflow: hidden;
}




/***SPECIFIC LISTS***/

.imgcol {
	width: 100px;
	float: left;
	padding: 0 10px 0 0;
}

.imgcol img {
	margin: 0 15px 10px 0 !important;
}

.list .event_summary {
	overflow: hidden;
	clear: both;
}


.local_coordinators {
	overflow: hidden;
}

.local_coordinators .inner {
	padding: 0 28px 20px 28px !important;
}

.local_coordinators .county {
	padding: 20px 28px 0 28px;
	overflow: hidden;
}

.local_coordinators dt {
	clear: left;
	float: left;
	width: 100px;
	color: #76ad02;
	font-weight: bold;
}

.local_coordinators dd {
	float: left;
}

.local_coordinators dd a {
	text-decoration: none;
}

#event_list {
	padding: 20px 0 0 0;
}

.theme_list {
	margin: 0 -24px 0 -26px;
	border-bottom: 1px solid #f3f3f3;
}

.theme_list .faq {
	padding: 12px 20px;
}

.faq dt {
	background: url(../images/chevron.png) no-repeat left center;
	padding: 0 0 0 20px;
}


#theme_month .item {
	float: none;
	padding: 13px 16px 20px 16px;
}

#theme_month .item h3 , #theme_month .item h3 a {
	color: #df2020;
	text-decoration: none;
}

#theme_month .author {
	color: #302b2c;
}

#theme_month h2 {
	background: url(../images/themetitle_gradient.png) no-repeat 1px 0;
	float: none;
	font-size: 1.2em;
	border-bottom: 1px solid #efefef;
}

#theme_month h2 a {
	text-decoration: none;
	padding: 20px 0 6px 28px;
	height: 42px;
	display: block;
	overflow: hidden;
}

#theme_month h2 a img {
	margin: 0 15px 0 0;
	float: left;
}

#theme_month h2 a .text {
	float: left;
	padding: 10px 0 0 0;
}

#theme_month .author {
	padding: 0 0 10px 0;
}

#theme_month .eng_ad a {
	background: url(../images/icon_adult.png) no-repeat 25px center;
} 

#theme_month .eng_ch a {
	background: url(../images/icon_child.png) no-repeat 30px center;
} 

#theme_month .welsh_ad a {
	background: url(../images/icon_adultW.png) no-repeat 25px center;
} 

#theme_month .welsh_ch a {
	background: url(../images/icon_childW.png) no-repeat 30px center;
} 


/***PAGES***/

#event .control {
	float: left;
	margin: 2px 10px 0 0;
}

#event .label {
	clear: left;
	padding: 10px 0 0 0;
}

#event #summary {
	overflow: hidden;
	padding: 20px 10px 25px 0;
}

#event .date {
	display: inline;
	font-weight: normal;
}

#event .info {
	overflow: hidden;
	padding: 10px 0 20px 0;
}

#event .info_section {
	overflow: hidden;
}

#event h4 {
	clear: left;
	float: left;
	padding: 0 5px 0 0;
	color: #4B4B4B;
	width: auto;
}

#event p {
	padding: 0;
}

.event_image img {
	float: right;
}

#event #narrative {
	border-top: 1px solid #e6e6e6;
	margin: 0 -24px 0 -26px;
}


#event #narrative .inner {
	padding: 12px 28px;
}

#monthly_themes {
	padding: 15px 0 0 0;
	overflow: hidden;
}

.month_theme {
	display: block;
}

.month_theme img {
	display: block;
	margin: 0 0 7px 0;
}

#events_table {
	width: 100%;
	border-collapse:collapse;
	margin: 14px 0 0 0;
}

#events_table th {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 9px 6px;
}

#events_table thead tr {
	background: #97be2d;
}

#events_table td {
	padding: 9px 6px;
}

.link_title a {
	text-decoration: none;
	font-size: 0.7em;
}

.link {
	margin: 0 0 0 10px !important;
}


.news_summary .img_holder {
	margin: -12px -10px 15px -12px;
	text-align: center;
	width: 220px;
	height: 65px;
}



/***FORMS***/

.generic_form {
	overflow: hidden;
}

.generic_form .label , 
.generic_form .control , 
.generic_form .textbox , 
.generic_form select {
	width: 180px;
	padding: 4px 0 0 0;
}

.generic_form .textbox  ,
.generic_form select {
	border: 1px solid #999999;
	padding: 2px 0;
	margin: 0 0 9px 0;
}

.generic_form .label {
	padding: 0 0 3px 0;
}

.generic_form table {
	padding: 10px 0 20px 0;
}

.generic_form table td {
	padding: 3px 0;
}

.column {
	width: 50%;
	float: left;
}

#captcha {
	padding: 20px 0;
}

#add_event .file {
	margin: 0 0 10px 0;
	display: block;
}

#add_event .fieldDiv input {
	margin: 10px 0;
	display: block;
}

/***RESOURCES***/
.resources a {
	color: #302b2c;
}

.resources a img {
	display: none;
}


/***PAGINATION***/

.paginationFooter , .pagination {
	padding: 25px 0 0 0;
}

.paginationFooter a , .pagination a {
	text-decoration: none;
	padding: 0 3px;
	margin: 0 1px;
}

.paginationFooter a:hover , .pagination a:hover {
	text-decoration: underline;
}

.paginationFooter .currentPage , .pagination .currentPage {
	padding: 0 3px;
	color: #ffffff;
	font-weight: bold;
}

.paginationSeparator {
	display: none;
}


/***SEARCH***/

.searchitem {
	overflow: hidden;
}

.searchitem a {
	display: block;
	overflow: hidden;
}

.searchitemrank {
	float: left;
	width: 23px;
}

.searchitemsummary {
	padding: 6px 0 0 20px;
	clear: both;
}


/***BUTTONS***/

/*.go {
	width: 59px;
	height: 24px;
	border: 0;
	text-indent: -5000px;
	.text-indent: 0 !important;
	.padding-left: 5000px;
	cursor: pointer;
} */


.scroll_buttons {
	padding: 20px 0 0 0;
	overflow: hidden;
}

.scroll_buttons .next {
	float: right;
}

.scroll_buttons .previous {
	float: left;
}

.error {
	padding: 5px 0 10px 0;
	font-weight: bold;
}

.vidLink {
	padding: 3px 0 !important;
}

/***FOOTER***/

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 945px;
	height: 70px;
	font-size: 1.2em;
	overflow: hidden;
	margin: 0 0 27px 0;
	clear: both;
}

#footer #smallnav {
	padding: 25px 0 0 5px;
	float: left;
}

#footer li {
	background: url(../images/stick.png) no-repeat right center;
	color: #ffffff;
	float: left;
	padding: 0 10px;
}

#footer .last {
	background: none;
}

#footer a {
	color: #ffffff;
}

#footer #logos {
	float: right;
	padding: 8px;
}
