/* @override 
	http://www.stemcymru.org.uk/wordpress/wp-content/themes/stem/style.css?ver=3.4.1
	http://www.stemcymru.org.uk/wordpress/wp-content/themes/stem/style.css
*/

/*
Theme Name: Stem
Theme URI: https://burningredstudio.co.uk/
Author: Allen Goodreds
Author URI: http://burningredstudio.co.uk/
Description: Hi. Theme for EESW | Stem Cymru
Version: 1.1-wpcom
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
/*	font-family: inherit;*/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url(images/grid.png) repeat;
	width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   }
   
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
		text-decoration: underline;

}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

body.hiVis {
	color: #000;
	background: #000 url(../images/body_bg_red_hiVis.png) no-repeat center top;
	overflow: scroll;
}
body.textOnly {
	background-color: #fff;
	background-image: none;
	padding-left: 50px;
	color: #000;
}

.bigger * {
	font-size: 110%;	
}
.bigger input#site_search_input {
	font-size: 50%;
}
.bigger input#submit_button {
	font-size: 50%;
}
.bigger #topNav ul li a {
	font-size: 70%;
}
.biggest * {
	font-size: 115%;	
}
.biggest input#site_search_input {
	font-size: 50%;
}
.biggest input#submit_button {
	font-size: 50%;
}
.biggest #topNav ul li a {
	font-size: 60%;
}
.bigger form#site_search_form {
	float: left;
	margin-top: 1px;
	margin-left: 15px;
}
.biggest form#site_search_form {
	float: left;
	margin-top: -3px;
	margin-left: 15px;
}


/* Shortcodes */

/*
* This version of Skeleton (based on Skeleton V1.0.3 by Dave Gamache Copyright 2011, www.getskeleton.com) is based on a 2 stage responsive layout using percentage values instead of pixels in an attempt to make it more versatile across  device platform.
* It was modified by Michael Partridge of Burning Red (www.burningredstudio.co.uk).
* It includes a minified version of reset.css (lots of versions out there...).
* If you are reading this, congratulations, you are a curious geek.

*/




.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifths { width: 37.6%; }
.three_fifths { width: 58.4%; }
.four_fifths { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixths { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifths,
.two_fifths,
.three_fifths,
.four_fifths,
.one_sixth,
.five_sixths,
.full_width
	{
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
}


.last {margin-right:0 !important;}

	

.left{
	float:left;
	}

.right{
	float:right;
	}

.center{
	margin:0 auto;
	}
	

,clear{
	clear:both;
	}
    

/* Layout Shortcodes */
.sc_full-width {width:100%; height:auto; overflow:hidden}

.sc_one_half { width: 48%; }
.sc_one_third { width: 30.66%; }
.sc_two_thirds { width: 65.33%; }
.sc_one_fourth { width: 22%; }
.sc_three_fourths { width: 74%; }
.sc_one_fifth { width: 16.8%; }
.sc_two_fifth { width: 37.6%; }
.sc_three_fifth { width: 58.4%; }
.sc_four_fifth { width: 67.2%; }
.sc_one_sixth { width: 13.33%; }
.sc_five_sixth { width: 82.67%; }

.sc_one_half,
.sc_one_third,
.sc_two_thirds,
.sc_three_fourths,
.sc_one_fourth,
.sc_one_fifth,
.sc_two_fifths,
.sc_three_fifths,
.sc_four_fifths,
.sc_one_sixth,
.sc_five_sixths {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}


.last {margin-right:0 !important;}




/* Shortcodes End */


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
.textOnly h1, .textOnly h2, .textOnly h3, .textOnly h4, .textOnly h5, .textOnly h6, .textOnly p {
	font-size: 100%;
}

#content div.entry-content h2 {
	color: #d30c10;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-family: "cubano",sans-serif;
}

#content div.entry-content h3 {
	color: #444;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

span.edit-link {
	font-size: 0.75em;
}

#content div.entry-content h3.pullQuote {
	font-style: italic;
}

#content div.entry-content div.banner {
	height: 74px;
	width: 562px;
	background: url(images/banner.png) no-repeat;
	position: relative;
	left: -43px;
	padding-left: 90px;
}

#content div.entry-content div.banner p {
	margin: 0;
}

#content div.entry-content div.banner p.alignleft {
	color: #fff;
	font: 1.5em 'Fugaz One';
	padding-top: 10px;
}

#content div.entry-content div.banner p a.alignright.tk-cubano {
	background-color: #74c048;
	-moz-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-webkit-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -o-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	color: #FFFFFF;
	display: block;
	height: 12px;
	padding: 10px;
	line-height: 1em;
	text-align: center;
	text-shadow: -1px -1px 0 #8b8b8b;
	font-size: 1em;
	margin: 10px 10px 0;
	  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#content div.entry-content div.banner p a:hover.alignright.tk-cubano {
background-color: #74c048;
background-image: -o-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
background-image: -moz-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
background-image: -webkit-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
background-image: -ms-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
background-image: linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}


#content div.entry-content div.choiceButton h2{
	color: #fff;
	margin-bottom: 0;
}

#content div.entry-content div.choiceButton {
	background: #FF1C19 url(images/choice_button.png) no-repeat bottom;
	width: 290px;
	height: 150px;
	padding: 8px 0px 8px 8px;
	margin: 0 0 5px;
	border-radius: 3px;
	   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	
}


#content div.entry-content div.choiceButton p{
	color:#404040;
}

#content div.entry-content div.choiceButton:hover {
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	-o-filter: brightness(0.5);
	-ms-filter: brightness(0.5);
	filter: brightness(0.5);
		
	opacity: 0.8;
	
}

#content div.entry-content div.choiceButton a {
	display: inline-block;
	width: 302px;
	height: 87px;
	position: relative;
}

#content div.entry-content div.choiceButton a h2 {
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.625em;
	line-height: 1em;
	margin-bottom: 13px;
}

#content div.entry-content div.choiceButton a p {
	color: #fff;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	/*font-size: 0.9em;*/
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}

entry-content ul {
	list-style:none;
}
.entry-content li{
	padding-left: 24px;
background-image: url(images/bullet_cog.png);
background-repeat: no-repeat;
background-position: 0 0.1em;
/*font-size: 0.8em;*/
margin-top:0.2em;

}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	/*background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-size: 15px;
	line-height: 1.6;
	/*margin-bottom: 1.6em;*/
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	/*font: 0.75em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
}
abbr, acronym {
/*	border-bottom: 1px dotted #666;*/
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {

	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
	  transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
	margin:4px;
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #d30c0f;
	text-decoration: none;
}

#headerBar a {
	color: #fff;
}

a:visited {
	color: #d30c0f;
}
a:hover,
a:focus,
a:active {
	color: #fb0014;
	text-decoration: underline;

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom:1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom:1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom:1em;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

/*.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}*/
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	list-style: none;
}
.main-navigation a {
	display: block;
	text-decoration: none;

}
.main-navigation ul ul {
	/*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	opacity: 1;
   transition: opacity .10s ease-in-out;
   -moz-transition: opacity .10s ease-in-out;
   -webkit-transition: opacity .10s ease-in-out;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
/*
.main-small-navigation .menu {
	display: none;
}
*/
#div_error{
	color:red;
	font-size: 1em;
}


.breadcrumbs{
	color: #fff;
	margin: 0 0 0 25px;
	font-size: 0.8em;
}
.breadcrumbs a{
	color: #f6d3cc;
}
.breadcrumbs a:hover{
	color: #fff5f3;
	text-decoration: underline;
}

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

.sticky {
}
.hentry {
	margin: 0 0 1em;
}
footer.entry-meta {
	clear: both;
	font-size: 0.75em;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	text-align: right;
}

div.entry-meta {
	text-align: right;
	font-size: 0.75em;
	padding-top: 0;
	padding-bottom: 10px;
}

.byline {
	display: none;
	font-size: 0.6em;
}
/*.single .byline,
.group-blog .byline {
	display: inline;
}*/
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.gce-page-grid .gce-calendar .gce-has-events{color: #F61B18!important;}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	width: 98%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

ol.commentlist {
	list-style: none;
	margin: 10px 0;
	font-size: 1em;
}

ol.commentlist li {
	padding: 5px 15px;
	background-color: #e7e3e3;
	border-radius: 5px;

}

div.comment-author.vcard {
	font-size: 0.75em;
	float: left;
}

div.comment-meta.commentmetadata {
	padding-top: 29px;
}

div.comment-meta.commentmetadata a {
	font-size: 0.75em;
	color: #9c9b8e;
	float: right;
}

div.comment-content {
	
}

div.comment-content p {
	clear: both;
	padding: 15px;
	margin: 0 0 10px;
	position: relative;
	top: 10px;
	background-color: #f3f2f2;
	border-radius: 5px;
	border: 1px dashed #c8bfbf;
}

div.reply {
	text-align: right;
	font-size: 0.75em;
	padding-top: 5px;
}

#cancel-comment-reply-link {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/cancel.png);
	margin-top: 10px;
}

a.comment-edit-link {
	display: none;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Customisation 
----------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.hide-text {
/*	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}

.wrap {
	width: 1005px;
	margin: 0 auto;
	padding-top:4px;
}

#headerBar {
	height: 35px;
	margin-top: 40px;
	background-color: #93000e;
	border-bottom: 2px solid #f34414;
	color: #fff;
	font-size: 0.75em;
	width: 100%;
	
}

#headerBar p {
	padding-top: 8px;
	text-align: right;
	margin-right: 26px;
}

#headerBar p a.padRight {
	float:right;
	padding-right: 15px;
}

#masthead {
	height: 167px;
	background-color: #fff;
	width:100%;
	min-width:1060px;
}

.headerSearch {
	position: absolute;
	top: 38px;
	margin-left: 700px;
}

/* ------ Translate ------ */

ul#qtranslate-chooser {
	margin: 0;
	float: right;
	padding-top: 4px;
	font: 10px ;
}

ul#qtranslate-chooser li {
	display: inline;
	margin-left: 5px;
}

ul#qtranslate-chooser li a {
	text-decoration: none;
	background:none;
}

a.qtrans_flag_en, a.qtrans_flag_cy {
	padding-bottom: 4px;
}

.qtrans_flag_and_text span {
	position: relative;
	top: -2px;
}

h1.site-title a {
	height: 139px;
	width: 86px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 54px;
}

h2.site-description {
	height: 35px;
	width: 850px;
	background: url(images/site-description-en.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 100px;
	margin-left: 96px;
}

body:lang(cy) h2.site-description {
	height: 35px;
	width: 844px;
	max-width: 100%;
background: url(images/site-description-cy.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 98px;
	margin-left: 96px;
}

.site-navigation {
/*	position: relative;
	top: 104px;
	left: 130px;
	width: 875px;*/
}

ul#menu-navigation {
	margin-top: 123px;
	/*margin-left: 96px;*/
	height: 32px;
	/*width: 930px;*/
	*font-size: 14px;
}

ul#menu-navigation li {
	margin-right: 3px;
	display:inline;
	/*font-size: 0.8em;*/
}



ul#menu-navigation li a {
	padding: 4px 13px;
	background-color: #d30012;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight: 700;
}

body:lang(cy) ul#menu-navigation li a  {
	font-size:0.75em;
}

ul#menu-navigation li a:hover, ul#menu-navigation li.current_page_item a {
	background-color: #90e207;
}

ul#menu-navigation ul.sub-menu{top:32px;

}
body:lang(cy) ul#menu-navigation ul.sub-menu{top:26px;}


ul#menu-navigation ul.sub-menu li a{background-color:#EE1A17;}
ul#menu-navigation ul.sub-menu li a:hover{background-color:#d30012;}
ul#menu-navigation ul.sub-menu li a:active{background-color:#90e207;}

.sawtooth {
	background: url(images/sawtooth.png) no-repeat 25px bottom;
	margin-bottom: 40px;
}

.home .sawtooth {
	background: none;
}

.contentArea {
	width: 100%;
	height: 100%;
}

#pageMain {
	background: url(images/cogs.png) repeat;
	margin-top:-38px;
}

#main h2.entry-title {
	color: #fff;
	font-size: 2em;
	line-height: 1.2em;
	margin: 20px 26px;
	font-family: 'cubano',sans-serif;
}

.blog #main  h1.blog-entry-title a {
	font-size: 2em;
	font-family: 'cubano', sans-serif;
	}

h1.blog-entry-title {
	font-size: 1.4em;
	font-family: 'cubano', sans-serif;
	font-weight: bold;
	margin:5px 0 5px 0;
	}



#main .entry-content {
	width: 60%;
	float: left;
	margin: 0 -313px 5px 26px;
	padding: 20px 20px 40px 20px;
	border-right: 313px solid #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(images/dots.png) repeat-y right #fff;
	min-height: 900px;
}

.page-id-5 #main .home-entry-content {
	width: 966px;
	float: left;
	padding: 10px 20px 0 20px;
	border-radius: 10px;
	background: #fff;
	margin: 10px 0;
}

#content div.home-entry-content div.carousel {
	width: 537px;
	 
	/* height: 351px; */
	float: left;
	background-color: #fff;
	border-radius: 7px;
}

#content div.home-entry-content div.choices
{
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #999999;
    float: right;
    height: 520px;
    list-style: none outside none;
    margin: 20px 0 0;
    overflow-y: scroll;
    padding: 0 0 0 20px;
    width: 400px;
}

.title{
	 float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0 0 20px;
}

/*content div.home-entry-content div.choices ul {
	width: 409px;
	float: right;
	list-style: none;
	margin: 20px 10px 0 0;
}

#content div.home-entry-content div.choices ul li {
	width: 409px;
	height: 125px;
	background: url(images/home-rect-button.png) no-repeat;
	margin-bottom: 20px;
	border: 4px solid #ffffff;
	border-radius: 7px;
}

#content div.home-entry-content div.choices ul li:hover {
	border: 4px solid #92050c;
		text-decoration: underline;

}

#content div.home-entry-content div.choices ul li a {
	display: block;
	color: #fff;
	font-style: italic;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2em;
	width: 330px;
	height: 65px;
	position: relative;
	padding-top: 48px;
	padding-left: 20px;
}

*/

.dots {
	width: 100%;
	overflow: visible;
	height: 16px;
	clear: both;
	background: url(images/dots_yellow.png) no-repeat;
}

/* @group Home column stylings */

div.home-columns {
	margin: 10px 17px;
}

div.sawtooth-column {
	width: 224px;
	float: left;
	margin: 0 9px;
	background: url(images/sawtooth_cog.png) repeat-x 0 bottom;
}

#col-latest {
	background: url(images/spanner.png) no-repeat 10px 390px #fff;
}

#col-gallery {
	background: url(images/brain.png) no-repeat 10px 385px #fff;
}

#col-strands {
	background: url(images/lightbulb.png) no-repeat 10px 396px #fff;
}

#col-twitter {
	background: url(images/twitter.png) no-repeat 10px 395px #fff;
}

#col-twitter div.home-column-content p.twitter-message {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.home-column-twitter{
	margin: -15px 0 0 0;
	height: 350px;
	padding: 0 10px;
	width: 200px;
}
.var-narrow.var-chromeless .tweet{padding: 5px 2px 10px 0;}

p.twitter-message {
	font-size: 0.6785em;
	line-height: 1.4em;
}

#col-twitter div.home-column-content p.twitter-message span.twitter-timestamp abbr {
	display: inline-block;
}

div.home-column {
	height: 450px;
	background-color: #fff;
	margin-bottom: 13px;
}

h2.home-column-title {
	color: #fff;
	background: url(images/home-column-ribbon.png) no-repeat 0 10px;
	overflow-y: visible;
	width: 193px;
	height: 48px;
	margin-left: 0;
	padding-left: 20px;
	position: relative;
	left: -14px;
	padding-top: 12px;
	font: 700 1.25em 'open-sans';
}
h2.home-column-title a{
	color: #fff;
}
h2.home-column-title a:hover{
	opacity: 0.9;
	color: #fff;
		text-decoration: underline;

}

div.home-column-content {
	padding: 0 10px;
}

#col-gallery div.home-column-content {
	position: relative;
	top: -10px;
}

div.home-column-news {
	clear: both;
	border-bottom: 1px dashed #ccc;
	height: 55px;
	margin-bottom: 7px;
	font-size:0.8em;
}

#main div.wrap div.home-columns div.sawtooth-column div.home-column div.home-column-content div.home-column-news a.alignleft {
	margin-right: 10px;
	width:205px;
}

#main div.wrap div.home-columns div.sawtooth-column div.home-column div.home-column-content div.home-column-news p {
	font-weight: 700;
	margin: 0;
	line-height: 1.2em;
	font-size: 0.875em;
	float:right;
	width:150px;
}

body:lang(cy) #main div.wrap div.home-columns div.sawtooth-column div.home-column div.home-column-content div.home-column-news p {
	font-weight: 700;
	margin: 0;
	line-height: 1.2em;
	font-size: 0.8em;
	float:right;
	width:150px;
}

#main div.wrap div.home-columns div.sawtooth-column div.home-column div.home-column-content div.home-column-news img {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	border: 1px solid #e7e3e2;
	float:left;
}

#col-strands div.home-column-content ul {
	margin: 0;
}

#col-strands div.home-column-content ul li.strand-button {
	list-style: none;
}
	

#col-strands div.home-column-content ul li.strand-button a {
	background-color: #74c048;
	-moz-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-webkit-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -o-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EE24E', endColorstr='#80AD51');

	color: #FFFFFF;
	display: block;
	height: 20%;
	padding: 8px 10px 5px;
	line-height: 1em;
	text-align: left;
	text-shadow: -1px -1px 0 #8b8b8b;
	font-size: 1em;
	margin-bottom: 5px;
}

/*body:lang(cy) #col-strands div.home-column-content ul li.strand-button a {
	background-color: #74c048;
	-moz-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-webkit-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -o-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	color: #FFFFFF;
	display: block;
	height: 20%;
	padding: 8px 10px 5px;
	line-height: 1em;
	text-align: left;
	text-shadow: -1px -1px 0 #8b8b8b;
	font-size: 1em;
	margin-bottom: 5px;
}*/

#col-strands div.home-column-content ul li:hover.strand-button a {
	background-color: #74c048;
	background-image: -o-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AD51', endColorstr='#9EE24E');
	
	
	
}

#col-strands div.home-column-content ul li.strand-button a {
	font-weight:bold;
	color: #fff;
}

/* @end */

.entry-content img {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
	/*box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);*/
	border: 1px solid #e7e3e2;
}

.entry-content img:after {
	/*position: absolute;*/
	content: ' ';
	width: 60px;
	height: 25px;
	top: -10px;
	left: 50%;
	margin-left: -30px;
	border: solid 1px rgba(137,130,48,.2);

	background: -moz-linear-gradient(top, rgba(254,243,127,.6) 0%, rgba(240,224,54,.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,243,127,.6)), color-stop(100%,rgba(240,224,54,.6)));
	background: linear-gradient(top, rgba(254,243,127,.6) 0%,rgba(240,224,54,.6) 100%);
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.2);*/
}

.entry-content .contextgraph{
border: 0;}

#main .widget-area {
	width: 265px;
	float: right;
	margin: 20px 26px 0 0;
	padding: 0 20px 60px;
	border-top-right-radius: 10px;
	background: url(images/lightbulb.png) no-repeat 20px bottom #fff;
/*	border-left: 1px dashed #ccc;*/
}

h2.widget-title {
	color: #fff;
	font-size: 1.875em;
	background: url(images/ribbon.png) no-repeat 0 5px;
	overflow-y: visible;
	width: 303px;
	height: 62px;
	margin-left: 0;
	padding-left: 10px;
}

a.title-contribution {
	color: #666;
	font-size: 1em;
	font-weight: 700;
	display: block;
	border-top: 1px dashed #ccc;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
a:hover.title-contribution{
	color: #F61B18;
}

.widget p {
	font-size: 0.75em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget a.more-link {
	display: block;
	color: #d30c0d;
}

.widget a:hover.more-link {
	color: #fb0014;
		text-decoration: underline;

}

.widget ul {
	list-style: none;
	padding-right: 0;
	margin-left: 0;
	margin-top: 0;
	padding-top: 10px;
}

.widget ul li a:first-child {
	color: #D30C0F;
	font-weight: bold;
	font-size: 1.25em;
}

.footerContainer {
	background: url(images/sawtooth_inv.png) repeat-x;
	padding-top: 17px;
	width:100%;
	min-width:1060px;
}

.site-footer {
	clear: both;
	height: 250px;
	padding:0 0 20px 0;
	background: url(images/rocket.png) no-repeat 10px 50px;
	background-color: #fff;
}

.site-footer .wrap {
/*	width: 960px;*/
	position: relative;
	left: 34px;
}

.footerColumns {
	width: 224px;
	float: left;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
}

div#industryMain.footerColumns {
	height: 250px;
}

.footerColumns h3 {
	color: #f11a17;
	font-weight: 700;
	font-size: 1em;
}

.footerColumns p {
	font-size: 0.675em;
	margin-bottom: 5px;
}

div#future.footerColumns h3 a {
	display: block;
	width: 214px;
	background: url(images/future.jpg) no-repeat;
	color: #fff;
	padding-top: 160px;
	padding-bottom: 50px;
	padding-left: 8px;
	text-align: center;
	margin-top:20px;
	
}

.footer_esf{float:left;
	margin: 0 0px 0 30px;
	padding: 0 10px;
	width: 150px;
	height: auto;
}

#social ul {
	list-style: none;
	margin: 0;
}

div#social.footerColumns {
	margin-left: 20px;
}

div#interact.footerColumns {
	margin-left: 8px;
	padding-right: 0;
	width: 203px;
}

#social ul {
	display: inline-block;
	margin:10px 0 0 0;
}

#social ul li {
	display: inline-block;
	float: left;
}

#social ul li a {
	width: 69px;
	height: 69px;
	display: block;
	margin: 10px 15px;
	text-indent: -9999px;
	  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   opacity: 0.8;
   filter:alpha(opacity=80);
}

#social ul li a:hover {
	-webkit-filter: brightness(0.2);
	-moz-filter: brightness(0.2);
	-o-filter: brightness(0.2);
	-ms-filter: brightness(0.2);
	filter: brightness(0.2);
	opacity: 1;
	filter:alpha(opacity=100);
}

#social ul li a#flickr {
	background-image: url(images/social_flickr.png);
}

#social ul li a#twitter {
	background-image: url(images/social_twitter.png);
}

#social ul li a#youtube {
	background-image: url(images/social_youtube.png);
}

#social ul li a#facebook {
	background-image: url(images/social_facebook.png);
}

#interact a.tk-cubano {
	background-color: #74c048;
	-moz-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-webkit-box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	box-shadow: inset 1px 1px 1px rgb(154, 154, 154);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: -o-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	background-image: linear-gradient(90deg , rgb(118,177,56) 0%, rgb(158,226,78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EE24E', endColorstr='#80AD51');
	color: #FFFFFF;
	display: block;
	height: 32px;
	padding: 5px 10px;
	line-height: 1em;
	text-align: center;
	text-shadow: -1px -1px 0 #8b8b8b;
	font-size: 1em;
}

#interact a:hover.tk-cubano {
	background-color: #74c048;
	background-image: -o-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
	background-image: linear-gradient(90deg , rgb(158,226,78) 0%, rgb(118,177,56) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AD51', endColorstr='#9EE24E');
}

#interact a#mailingList.tk-cubano {
	padding-top: 13px;
	padding-bottom: 10px;
	height: 29px;
}



.colophon {
	background-color: #ac0202;
	height: 7em;
}

div.site-info {
	margin: 0;
	padding: 20px 0px 30px 0;
	font-size: 0.875em;
	color: #fff;
}
div.site-info p {padding:30px 0 0 0;}

div.site-info p:lang(cy){
	font-size:0.8em;
	}

div.site-info a {
	color: #fff;
}

div.robots-nocontent.sd-block.sd-social.sd-social-icon-text.sd-sharing {
	border-top-style: dashed;
}

/*Sharedaddy buttons being displayed on homepage*/
	.home div.sharedaddy, .home #content div.sharedaddy, .home #main div.sharedaddy {
		display: none;
	}

/* Print Styles */
@media print {
	
	body { background:white; color:black; margin:0 }

	#headerBar {
		display: none;
	}
	#masthead {
		display: none;
	}
	#main h2.entry-title {
		padding: 0;
		margin: 50px 46px 0;
		font-family: sans-serif;
	}
	#main .entry-content {
		margin-right: 0px;
		width: 100%
	}
	#secondary {
		display: none;
	}
	div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
		display: none;
	}
	.footerContainer {
		display: none;
	}
	.colophon {
		display: none;
	}
	.youtube-player{
		width:100%;
	}
		
	.sharedaddy{
		display:none;
	}
		
	.tubepress_meta_views{
		display:none;
	}
		
	.tubepress_meta_runtime{
		display:none;
	}

	.choiceButton h2{
		color:#fff;
	}
		
	.choiceButton p{
		color:#fff;
		margin-bottom:0px;
	}
		
	.widget ul li a:first-child {
		font-size:1em;
	}
		
	.widget ul{
		padding-top:0px!important;
	}
		
	#text-2{
		display:none;
	}
		
	.single #text-2{
		display:inline;
	}
		
	.single #image-2{
		display:none;
	}
		
	.single #latest-news-widget-2{
		display:none;	
	}
		
	.widget_nav_menu li{
		padding-bottom:8px;
	}
		
	.textwidget li{
		padding-bottom:15px;
	}
		
	td{
		padding-bottom:10px;
	}

	.page-id-115 .entry-content ul li{
		padding-left:0px;
		background-image:none;
		height:150px;
	}

	.page-id-115 .entry-content ul {
		margin:0;
	}

	.page-id-115 .entry-content ul li img{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		padding-right:20px;
	}
		
	.page-id-115 .entry-content ul li a{
		padding-top:50px;
		float:left;
	}
		
	/*div#sbarGhost[style] {	
	width:500px !important;
	}
		
	div#sbar[style] {
	   background: transparent !important;
	   text-align: center !important;
	    height: 40px;
	    left: 0;
	    line-height: 40px !important;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 0 !important;
	    padding: 0 5px;
	    position: absolute !important;
	    top: 0 !important;
	    width: 500px !important;
	    z-index: 2147483646;
	    float: left;
	}

	div.at-btn[style] {
		background: transparent !important;
	}

	div.[style]{
		color: #ff0000 !important;
	}
	*/
	button[style]{color: #000 !important;}

	#respond{
		margin-top: 3em;
	}

	.menu-navigation-container{
		width: 100%;
		min-width: 1000px;
	}
}

@media only screen and (max-device-width: 480px) {
	
	ul#menu-navigation li {
		margin-right: 4px;
		display: inline;
	}
	
	h2.site-description {
		height: 35px;
		min-width: 844px;
		width: 100%;
		background: none;
		text-indent: 0px;
		position: absolute;
		top: 86px;
		margin-left: 130px;
		font-size: 2.6em;
		color: #D30012;
	}
	
	body:lang(cy) h2.site-description {
		height: 35px;
		width: 844px;
		max-width: 100%;
		background: none;
		text-indent: 0px;
		position: absolute;
		top: 86px;
		margin-left: 130px;
		font-size: 2.6em;
		color: #D30012;
	}
		
}

@media only screen and (max-device-width: 800px) {
	
	ul#menu-navigation li {
		margin-right: 4px;
		display: inline;
	}
	
	h2.site-description {
		height: 35px;
		min-width: 844px;
		width: 100%;
		background: none;
		text-indent: 0px;
		position: absolute;
		top: 86px;
		margin-left: 130px;
		font-size: 2.6em;
		color: #D30012;
	}
	
	body:lang(cy) h2.site-description {
		height: 35px;
		width: 844px;
		max-width: 100%;
		background: none;
		text-indent: 0px;
		position: absolute;
		top: 86px;
		margin-left: 130px;
		font-size: 2.6em;
		color: #D30012;
	}
		
}

/* TUBEPRESS
---------------------------------------------
*/


.tubepress_container {
	float: left;
	width: 100%;
	margin-bottom: 0!important;
}

.tubepress_normal_embedded_wrapper {
	text-align: left;
	margin: auto;
	width: auto!important;
}

.tubepress_embedded_title {
	font-weight: 700;
	font-size: larger;
	margin-bottom: .3em;
}

.tubepress_thumbnail_area {
	margin-top: 1em;	
}

.tubepress_thumbs {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.tubepress_thumb {
	float: left;
	width: 120px;
	height: 175px;
	line-height: 1.1em;
	font-size: 11px;
	overflow: hidden;
}

.tubepress_thumb .tubepress_embed,
.tubepress_thumb img {
	display: block;
	margin: 0 auto ! important;
	-ms-interpolation-mode: bicubic;
}

.tubepress_thumb a {
	cursor: pointer;
}

.tubepress_single_video .tubepress_meta_group {
	padding: 0;
}

.tubepress_meta {
	float: left;
}

dl.tubepress_meta_group {
    margin: 0 auto ! important;
}

dt.tubepress_meta_title, 
dt.tubepress_meta_runtime, 
dt.tubepress_meta_url,
dt.tubepress_meta_description {
	display: none;	
}

dd.tubepress_meta {
	margin-bottom: auto ! important;
	margin-left: 0 ! important;
}

dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
	font-size: 12px;
	font-weight: 700;
	float: left;
	width: auto;
}

dd.tubepress_meta_runtime {
	font-size: 11px;
	font-weight: 700;
	clear: both;	
}

dt.tubepress_meta_author, 
dt.tubepress_meta_keywords, 
dt.tubepress_meta_category, 
dt.tubepress_meta_rating, 
dt.tubepress_meta_ratings,
dt.tubepress_meta_likes,
dt.tubepress_meta_id,
dt.tubepress_meta_views,
dt.tubepress_meta_uploaddate {
	font-style: italic;
	color: #666;
}

dt.tubepress_meta_author:after, 
dt.tubepress_meta_keywords:after, 
dt.tubepress_meta_category:after, 
dt.tubepress_meta_rating:after, 
dt.tubepress_meta_ratings:after,
dt.tubepress_meta_likes:after,
dt.tubepress_meta_id:after,
dt.tubepress_meta_views:after,
dt.tubepress_meta_uploaddate:after {
	content: ":"
}

dd.tubepress_meta_author, 
dd.tubepress_meta_keywords,
dd.tubepress_meta_category, 
dd.tubepress_meta_rating, 
dd.tubepress_meta_ratings,
dd.tubepress_meta_likes,
dd.tubepress_meta_id,
dd.tubepress_meta_views,
dd.tubepress_meta_uploaddate {
	margin-left: .2em ! important;	
}

dd.tubepress_meta_url {
	clear: left;
}
dd.tubepress_meta_description {
	clear: both;
	float: left;
	width: 100%;
}

.tubepress_meta_group dt {
	clear: both;
	float: left;
}

.tubepress_sidebar .tubepress_thumb {
	width: 100%;	
	height: auto;
	margin-top: 1em;
}

.tubepress_sidebar .tubepress_thumb img {
    width: auto ! important;
    padding: 5% 5% 1% 2%;
    margin: 0 auto ! important;
    -ms-interpolation-mode: bicubic;
}

.tubepress_sidebar .tubepress_thumbnail_area {
    margin-top: auto;
    float: left;
}

.tubepress_sidebar .tubepress_thumb  {
    margin-top: auto;   
}

.tubepress_sidebar .tubepress_meta_group {
    padding: 0 2%;  
}

.tubepress_sidebar .tubepress_thumb a {
    float: left;
}

.tubepress_container .pagination .disabled {
	color: #adaaad;
}

.tubepress_container .pagination .tubepress_pagination_dots {
    padding: 0 0 0 3px;
}

div.tubepress_single_video {
	float: left;	
	width: 100%;
	text-align: left;
}

div.tubepress_single_video dd.tubepress_meta_description {
	margin-top: .3em;
	margin-bottom: .8em;
}

div.tubepress_container div.pagination {
    font-size: 13px;	
    text-align:center;
    clear: both;    
    margin: .7em 0;
}

div.tubepress_container div.pagination a, div.tubepress_container div.pagination span {
    display: inline-block;
    margin: 2px !important;
    text-decoration: none;
    padding: 3px 5px;
    cursor: pointer;
    line-height: 24px;
}

div.tubepress_container div.pagination span.current {
    background: none repeat scroll 0 0 #313428;
    border: 1px solid #202020;
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    margin: 0;
    padding: 0 8px;
    
}
div.tubepress_container div.pagination a {
    background: #999; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #F0F0F0); /* for firefox 3.6+ */ 
    border: 1px solid silver;
    border-radius: 3px 3px 3px 3px;
    color: #000099;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
}

div.tubepress_container div.pagination a:hover {
	box-shadow: 0 0 3px #383838;
}