/*
Theme Name: Dawlish Learning Partnership
Theme URI: http://mydlp.org.uk
Description: Dawlish Learning Partnership Wordpress Theme by <a href="http://www.eightyonedesign.co.uk">Eightyone Design</a>
Version: 1
Author: Eightyone Design
Author URI: http://www.eightyonedesign.co.uk
*/

@import "style/css/layout.css";

/* 
Navy Blue: #2b366d
Lime Green: #bfca00
Pink: #ff0078
Light Blue: #00d9e6
Yellow: #ffc600
Orange: #ff8500
Red: #c50000
*/

/* CSS 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	text-align: center;
	font-size: 80%; /* Resets 1em to 16px */
	font-family: Arial, Helvetica, sans-serif;
	color: #2b366d;
	text-align: center;
	
	}
	
table, tr, th, td {
	vertical-align:top;
	}
	
/* sticky footer */

html, body, .stickyfooter-wrapper { height: 100%; }
body > .stickyfooter-wrapper { height: auto; min-height: 100%; }
	
	
/* Main Structure */

body {
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	}


.wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-bottom:500px; /* height set for sticky footer - matches height of .footer-wrapper */
	}
	
/* Header */
	
#header {
	width:940px;
	padding:70px 10px 0 10px;
	}
	
#header .logo {
	float:left;
	}
	
#header .nav {
	width:779px;
	padding:30px 0 0 0;
	float:right;
	text-align:right;
	}
	
.merlin {
	font-size:1.2em;
	font-weight: bold;
	background-image:url(images/merlin-logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:20px 60px 20px 0;
	width:719px;
	}
	
#header .nav ul {
	font-size:1.2em;
	padding:7px 0 0 0;
	}
	
#header .nav li {
	display:inline;
	padding-left:0;
	font-weight: bold;
	}
	
#header .nav a {
	color:#2b366d;
	text-decoration:none;
	}
	
#header .nav a:hover {
	color:#bfca00;
	}
	
/* Main Navigation */
	
#navigation {
	width:950px;
	padding:40px 5px 40px 5px;
	clear:both;
	text-align:center;
	}
	
#navigation a {
	color: white;
	font-size:1.4em;
	line-height:1.1em;
	width:130px;
	height:99px;
	padding:13px 10px 0 10px;
	float:left;
	}
	
	
.pink-nav {
	background-image:url(images/nav-pink.jpg);
	background-repeat:no-repeat;
	margin:0 10px 0 0;
	}
	
.blue-nav {
	background-image:url(images/nav-blue.jpg);
	background-repeat:no-repeat;
	margin:0 10px 0 0;
	}
	
.green-nav {
	background-image:url(images/nav-green.jpg);
	background-repeat:no-repeat;
	margin:0 10px 0 0;
	}
	
.yellow-nav {
	background-image:url(images/nav-yellow.jpg);
	background-repeat:no-repeat;
	margin:0 10px 0 0;
	}
	
.orange-nav {
	background-image:url(images/nav-orange.jpg);
	background-repeat:no-repeat;
	margin:0 10px 0 0;
	}
	
.red-nav {
	background-image:url(images/nav-red.jpg);
	background-repeat:no-repeat;
	margin:0;
	}
	
/* Content */
	
#content {
	width:944px;
	padding:10px 10px 0 10px;
	clear:both;
	}

/* Footer */

.footer-wrapper {
	width:100%;
	background-color:#233570;
	background-image:url(images/bottom-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	position: relative;
	margin-top: -500px; /* negative value of footer height */
	height: 500px;
	clear:both;
	}
	
#footer {
	width:940px;
	padding:120px 10px 0 10px;
	margin:0 auto;
	text-align:left;
	color:white;
	}
	
#footer a {
	color: white;
	text-decoration:none;
	}
	
#footer h3 {
	color: white;
	font-size:1.2em;
	padding:0 0 8px 0;
	border-bottom:5px solid;
	border-bottom-color:#344B81;
	}
	
#footer p {
	font-weight:bold;
	font-size:1em;
	color:#FFFFFF;
	padding:15px 0 0 0;
	}
	
#footer a:hover {
	color:#bfca00;
	}
	
#footer .footerbox {
	width: 180px;
	margin:0 20px 0 0;
	padding:0 40px 0 0;
	float:left;
	}
	
#footer .footerbox-last {
	width: 180px;
	padding:0 40px 0 0;
	float:left;
	}
	
#footer .copyright {
	width:940px;
	font-size:0.8em;
	text-align:center;
	font-weight:normal;
	clear:both;
	}

#footer .footerbox ul { 
	font-size:1em;
	font-weight:bold;
	list-style: disc;
	list-style-position:outside;
	padding-left:20px;
	}
	
#footer .footerbox ul li { 
	margin:0;
	padding:9px 0 8px 7px;
	}
	
#footer .footerbox-last ul { 
	font-size:1em;
	font-weight:bold;
	list-style: none;
	list-style-position:outside;
	}
	
#footer .footerbox-last ul li { 
	margin:0;
	padding:7px 0 7px 50px;
	}

#footer .feeticon {
	background-image:url(images/fooer-feet-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	}	
	
#footer .feeticon a:hover {
	color:#00d9e6;
	}	
	
#footer .keyicon {
	background-image:url(images/footer-key-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	}	
	
#footer .keyicon a:hover {
	color:#c50000;
	}
	
#footer .handicon {
	background-image:url(images/fooer-hand-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	}	
	
#footer .handicon a:hover {
	color:#ff8500;
	}
	
#footer .briefcaseicon {
	background-image:url(images/footer-briefcase-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	}	
	
#footer .briefcaseicon a:hover {
	color:#ffc600;
	}
	
#footer .bookicon {
	background-image:url(images/footer-book-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	}	
	
#footer .bookicon a:hover {
	color:#bfca00;
	}
	
#footer .ballicon {
	background-image:url(images/footer-ball-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	}	
	
#footer .ballicon a:hover {
	color:#ff0078;
	}

/* 2 Column Layout */

#text-content {
	width:620px;
	float:left;
	}
	
#text-content p {
	padding-right:20px;
	}
	
#text-content ul {
	font-size:1.1em;
	}

#sidebar {
	width:300px;
	float:left;
	padding:0 0 0 20px;
	}
	
#sidebar-with-bg {
	width:308px;
	float:right;
	margin:0 0 0 12px;
	}
	
#sidebar-with-bg h2 {
	margin:0 4px 20px 4px;
	width:300px;
	font-size: 2.2em;
	padding: 0 0 5px 0;
	border-bottom: 7px solid #ececec;
	}
	
#sidebar-with-bg h4 {
	color:white;
	font-size:1.3em;
	}
	
#sidebar-with-bg h4 a {
	color:white;
	}
	
#sidebar-with-bg h4 a:hover {
	color:#bfca00;
	}
	
#sidebar-with-bg p {
	font-size:1em;
	line-height:1.4em;
	}
	
#sidebar-with-bg .post {
	clear:both;
	border-bottom:dashed 1px white;
	padding:18px 0 15px 0;
	}
	
#sidebar-with-bg .wp-post-image {
	float:left;
	padding: 8px;
	margin: 8px 15px 2px 0;
	display: inline;
	background-repeat:no-repeat;
	background-position:center;
}

#sidebar-with-bg .date {
	margin:0;
	}
	
.sidebar-bg-navy {
	background-image:url(images/sidebar-bg-navy.gif);
	background-repeat:no-repeat;
	padding:10px 30px 15px 30px;
	color:white;
	width:248px; /* Needed for BG image to show correctly in IE6 and IE7 */
	}
	
.sidebar-bg-navy .wp-post-image {
	background-image: url(images/teachers-blog-thumb-background.gif);
}
	
.sidebar-bg-orange {
	background-image:url(images/sidebar-bg-orange.gif);
	background-repeat:no-repeat;
	padding:10px 30px 15px 30px;
	color:white;
	width:248px; /* Needed for BG image to show correctly in IE6 and IE7 */
	}
	
.sidebar-bg-orange p {
	border-top:white dashed 1px;
	padding:20px 0;
	}
	
.sidebar-bg-orange h3 {
	color:white;
	padding:20px 0;
	}
	
.sidebar-bg-orange a {
	color:white;
	}
	
.sidebar-bg-blue {
	background-image:url(images/sidebar-bg-blue.gif);
	background-repeat:no-repeat;
	padding:10px 30px 15px 30px;
	color:white;
	width:248px; /* Needed for BG image to show correctly in IE6 and IE7 */
	}
	
.sidebar-bg-blue a, .sidebar-bg-blue a:hover {
	color:#2b366d;
	}
	
#sidebar-with-bg .sidebar-bg-blue h4 a:hover {
	color:#2b366d;
	}
	
.sidebar-bg-blue .date {
	color:#2b366d;
	}
	
.sidebar-bg-blue .wp-post-image {
	background-image: url(images/sports-news-thumb-background.gif);
}

.sidebar-bg-purple {
	background-image:url(images/sidebar-bg-purple.gif);
	background-repeat:no-repeat;
	padding:10px 30px 15px 30px;
	color:white;
	width:248px; /* Needed for BG image to show correctly in IE6 and IE7 */
	}
	
.sidebar-bg-purple a, .sidebar-bg-purple a:hover {
	color: #FFFFFF;
	}
	
#sidebar-with-bg .sidebar-bg-purple h4 a:hover {
	color:#9933FF;
	}
	
.sidebar-bg-purple .date {
	color: #FFFFFF;
	}
	
.sidebar-bg-purple .wp-post-image {
	background-image: url(images/fundraising-thumb-background.gif);
}
.sidebar-bg-pink {
	background-image:url(images/sidebar-bg-pink.gif);
	background-repeat:no-repeat;
	padding:20px 30px 15px 30px;
	color:white;
	width:248px; /* Needed for BG image to show correctly in IE6 and IE7 */
	}
	
.sidebar-bg-pink p {
	border-bottom:white dashed 1px;
	padding:5px 0 10px 0;
	margin:0 0 10px 0;
	}
	
.sidebar-bg-pink h2, .sidebar-bg-pink h3, .sidebar-bg-pink h4, .sidebar-bg-pink h5, .sidebar-bg-pink h6 {
	color:white;
	}
	
.sidebar-bg-pink a, .sidebar-bg-pink a:hover, .sidebar-bg-orange a, .sidebar-bg-orange a:hover, .sidebar-bg-lime a, .sidebar-bg-lime a:hover, .sidebar-bg-yellow a, .sidebar-bg-yellow a:hover, .sidebar-bg-red a, .sidebar-bg-red a:hover {
	color:white;
	text-decoration:underline;
	}
	
.sidebar-bg-yellow {
	background-image:url(images/sidebar-bg-yellow.gif);
	background-repeat:no-repeat;
	padding:20px 30px 15px 30px;
	color:white;
	width:248px; /* Needed for BG image to show correctly in IE6 and IE7 */
	}
	
.sidebar-bg-yellow p {
	border-bottom:white dashed 1px;
	padding:5px 0 10px 0;
	margin:0 0 10px 0;
	}
	
.sidebar-bg-yellow a,.sidebar-bg-yellow a:hover {
	color:white;
	text-decoration:underline;
	}
		
.sidebar-bg-bottom {
	background-image:url(images/sidebar-bg-bottom.gif);
	background-repeat:no-repeat;
	height:11px;
	}
	
#full-width-content {
	width: 940px;
	padding:0 4px 0 0;
	clear:both;
	}
	
/* Life Long Learning (School Logo Thumbs - also used on Home Page) */

.school-logo {
	width:113px;
	padding: 25px 36px 15px 36px;
	float:left;
	text-align:center;
	}
	
.school-logo a {
	color: #2b366d;
	}
	
.school-logo-row {
	clear:both;
	}
	

/* Community Access to School */

.community h3 {
	clear:both;
	padding-top:10px;
	}
	
.community img {
	float:left;
	padding:0 14px 0 0;
	}
	
/* Blog */

.blog-sidebar-wrapper { /* used to create extra padding above the first blog sidebar h2 tag to line up the border-bottom with the main page heading */
	padding:10px 0 0 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 10px 0;
	list-style:none;
	list-style-position: outside;
	}

#sidebar ul li {
	font-size:1em;
	padding:0;
	margin:0;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited {
	border-bottom: 1px dashed #2b366d;
	padding:7px 0 7px 0;
	margin:0;
	text-decoration:none;
	color:#2b366d;
	display: block;
	}
	
#sidebar ul li a:hover {
	color: #bfca00;
	}
	
#sidebar h2 {
	font-size:1.5em;
	padding: 0 0 5px 0;
	margin:0;
	border-bottom: 7px solid #ececec;
	}
	
/* IE6 Hack to remove whitespace in the nav */
	
#sidebar a { display: inline-block; }
#sidebar a { display: block; }

/* End Hack */

#searchform {
	margin: 0px auto;
	padding:15px 0 15px 0 ;
	text-align:left;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 4px;
	}
	

#sidebar #searchsubmit {
	padding: 4px;
	color:#fff;
	background-color:#2b366d;
	border:1px solid; 
	border-color: #2b366d;
	cursor:pointer;
	}
	
.commentlist {
	padding: 0;
	margin:0;
	}
	
.commentlist a {
	color:#bfca00;
	text-decoration:none;
	}

.commentlist li {
	margin: 15px 0 15px 0;
	padding: 15px;
	list-style: none;
	color: #2b366d;
	background-color: #F9F9F9;
	font-weight: bold;
		}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
	text-decoration:none;
	}
	
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	}
	
.commentlist li p {
	font-weight: normal;
	text-transform: none;
	padding: 10px 0 10px 0;
	}
	
#comment  {
	width:620px;
	}
	
#submit  {
	padding: 3px;
	color:#fff;
	background-color:#2b366d;
	border:1px solid; 
	border-color: #2b366d;
	cursor:pointer;
	}


/* Headings */

h1 {
	color:#2b366d;
	font-size: 2.2em;
	padding: 0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom: 7px solid #ececec;
	}

h2 {
	font-size:2em;
	color:#2b366d;
	padding:0 0 7px 0;
	}
	
h3 {
	font-size:1.8em;
	color:#2b366d;
	}
	
h4 {
	font-size:1.6em;
	color:#2b366d;
	}
	
h5 {
	font-size:1.4em;
	color:#2b366d;
	}
	
h6 {
	font-size:1.2em;
	color:#2b366d;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#2b366d;
	}
	
.large-underline {
	font-size: 2.2em;
	padding: 0 0 5px 0;
	margin:0;
	border-bottom: 7px solid #ececec;
	}
	
.large-underline-padded {
	font-size: 2.2em;
	padding: 10px 0 5px 0;
	margin:0;
	border-bottom: 7px solid #ececec;
	}
	
.smaller-underline {
	font-size: 1.8em;
	padding: 0 0 5px 0;
	margin:0;
	border-bottom: 7px solid #ececec;
	clear:both;
	}
	
.smaller-underline-padded {
	font-size: 1.8em;
	padding: 10px 0 5px 0;
	margin:0;
	border-bottom: 7px solid #ececec;
	clear:both;
	}
	
/* Coloured Styles Pages */

.pink h1, .pink h2,.pink h3,.pink h4,.pink h5,.pink h6,.pink a,.pink a:hover {
	color:#ff0078;
	}
	
.blue h1, .blue h2,.blue h3,.blue h4,.blue h5,.blue h6,.blue a,.blue a:hover {
	color:#00d9e6;
	}
	
.yellow h1, .yellow h2,.yellow h3,.yellow h4,.yellow h5,.yellow h6,.yellow a,.yellow a:hover {
	color:#ffc600;
	}
	
.lime h1, .lime h2,.lime h3,.lime h4,.lime h5,.lime h6 { /* The lime class does not need a 'a' setting as this colour is the standard link colour */
	color:#bfca00;
	}
	
.orange h1, .orange h2,.orange h3,.orange h4,.orange h5,.orange h6,.orange a,.orange a:hover {
	color:#ff8500;
	}
	
.red h1, .red h2,.red h3,.red h4,.red h5,.red h6,.red a,.red a:hover {
	color:#c50000;
	}
	
.navy h1, .navy h2,.navy h3,.navy h4,.navy h5,.navy h6 { /* The navy class does not need a 'a' setting as these pages use the standard link colour */
	color:#2b366d;
	}
	
.purple h1, .purple h2,.purple h3,.purple h4,.purple h5,.purple h6,.purple a,.purple a:hover {
	color: #9933FF;
	}

/* Tags and Classes*/

p {
	font-size: 1.1em;
	padding:7px 0;
	line-height:1.3em;
	}

ul { 
	list-style: square;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: inside;
	}

ul li { 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	margin-left:20px;  
	}

a {
	color:#a6b000;
	text-decoration: none;
	}

a:hover {
	color:#a6b000
	}

/* Misc Styles */

.pop {
	clear:both;
	}
	
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.attachment-thumbnail {
	float:left;
	padding: 10px;
	margin: 0 20px 2px 0;
	display: inline;
	background-image:url(images/news-thumb-background.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.attachment-medium {
	float:left;
	padding:10px 0 0 0;
	margin: 0 20px 2px 0;
	display: inline;
}

.post {
	clear:both;
	border-bottom:dashed 1px #2b366d;
	padding:18px 0 18px 0;
	}
	
.post-list {
	margin-bottom:0;
	}
	
.thispost {
	font-size:0.9em;
	border-top:dashed 1px #2b366d;
	border-bottom:dashed 1px #2b366d;
	margin:10px 0 0 0;
	}
	
.date {
	padding:0;
	margin:0;
	font-size:.9em;
	color:#bfca00;
	font-weight:bold;
	}
	
.next-prev {
	font-size:0.9em;
	color:#bfca00;
	}
	
.smalltext {
	font-size:0.9em;
	}
	
.largetext {
	font-size:1.3em;
	font-weight:bold;
	}
	
.bold {
	font-weight:bold;
	}
	
.blue-heading { /* used to color the 'Sports News' heading blue - couldn't use normal .blue style due to conflicting blue links in the sports news box */
	color:#00d9e6;
	}
	
.purple-heading { /* used to color the 'Fundraising' heading blue - couldn't use normal .purple style due to conflicting purple links in the fundraising box */
	color:#9933FF;
	}
	
.highlight {
	color:white;
	background-color:#2b366d;
	padding:10px;
	}
	
.highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5, .highlight h6 {
	color:white;
	}
	
table  {
  border-collapse: collapse;
  margin:15px 0 15px 0;
}

.wp-table-reloaded-id-1, table .wp-table-reloaded-id-2 {
	width:620px;
	}
	
th {
	background-color: #2b366d;
	color:white;
	padding:8px;
}

td {
 	padding:8px;
}


.wp-table-reloaded-id-1 .odd, .wp-table-reloaded-id-2 .odd {
	background-color:#f6f6f6;
	}
	
.wp-table-reloaded-id-1 .even, .wp-table-reloaded-id-2 .even {
	background-color:white;
	}
	
.wp-table-reloaded-id-1 .column-1, .wp-table-reloaded-id-4 .column-1 {
	width: 200px;
	}
	
.wp-table-reloaded-id-1 .column-2, .wp-table-reloaded-id-4 .column-2 {
	width: 95px;
	}
	
.wp-table-reloaded-id-1 .column-3, .wp-table-reloaded-id-4 .column-3 {
	width: 120px;
	}
	
.wp-table-reloaded-id-1 .column-4, .wp-table-reloaded-id-4 .column-4 {
	width: 140px;
	}
	
.wp-table-reloaded-id-1 .column-5, .wp-table-reloaded-id-4 .column-5 {
	width: 65px;
	}
	
.wp-table-reloaded-id-2 .column-1 {
	width: 150px;
	}
	
.wp-table-reloaded-id-2 .column-2 {
	width: 175px;
	}
	
.wp-table-reloaded-id-2 .column-3 {
	width: 200px;
	}
	
.wp-table-reloaded-id-5 .column-1, .wp-table-reloaded-id-6 .column-1, .wp-table-reloaded-id-7 .column-1, .wp-table-reloaded-id-8 .column-1, .wp-table-reloaded-id-9 .column-1, .wp-table-reloaded-id-10 .column-1, .wp-table-reloaded-id-11 .column-1, .wp-table-reloaded-id-12 .column-1, .wp-table-reloaded-id-13 .column-1, .wp-table-reloaded-id-14 .column-1, .wp-table-reloaded-id-15 .column-1, .wp-table-reloaded-id-16 .column-1, .wp-table-reloaded-id-17 .column-1, .wp-table-reloaded-id-18 .column-1, .wp-table-reloaded-id-19 .column-1, .wp-table-reloaded-id-20 .column-1, .wp-table-reloaded-id-21 .column-1, .wp-table-reloaded-id-22 .column-1, .wp-table-reloaded-id-23 .column-1 {
	width:75px;
	}
	
.wp-table-reloaded-id-5 .column-2, .wp-table-reloaded-id-6 .column-2, .wp-table-reloaded-id-7 .column-2, .wp-table-reloaded-id-8 .column-2, .wp-table-reloaded-id-9 .column-2, .wp-table-reloaded-id-10 .column-2, .wp-table-reloaded-id-11 .column-2, .wp-table-reloaded-id-12 .column-2, .wp-table-reloaded-id-13 .column-2, .wp-table-reloaded-id-14 .column-2, .wp-table-reloaded-id-15 .column-2, .wp-table-reloaded-id-16 .column-2, .wp-table-reloaded-id-17 .column-2, .wp-table-reloaded-id-18 .column-2, .wp-table-reloaded-id-19 .column-2, .wp-table-reloaded-id-20 .column-2, .wp-table-reloaded-id-21 .column-2, .wp-table-reloaded-id-22 .column-2, .wp-table-reloaded-id-23 .column-2 {
	width:175px;
	}
	
.wp-table-reloaded-id-5 .column-3, .wp-table-reloaded-id-6 .column-3, .wp-table-reloaded-id-7 .column-3, .wp-table-reloaded-id-8 .column-3, .wp-table-reloaded-id-9 .column-3, .wp-table-reloaded-id-10 .column-3, .wp-table-reloaded-id-11 .column-3, .wp-table-reloaded-id-12 .column-3, .wp-table-reloaded-id-13 .column-3, .wp-table-reloaded-id-14 .column-3, .wp-table-reloaded-id-15 .column-3, .wp-table-reloaded-id-16 .column-3, .wp-table-reloaded-id-17 .column-3, .wp-table-reloaded-id-18 .column-3, .wp-table-reloaded-id-19 .column-3, .wp-table-reloaded-id-20 .column-3, .wp-table-reloaded-id-21 .column-3, .wp-table-reloaded-id-22 .column-3, .wp-table-reloaded-id-23 .column-3 {
	width:394px;
	}
	
.wp-table-reloaded-id-5 .column-4, .wp-table-reloaded-id-6 .column-4, .wp-table-reloaded-id-7 .column-4, .wp-table-reloaded-id-8 .column-4, .wp-table-reloaded-id-9 .column-4, .wp-table-reloaded-id-10 .column-4, .wp-table-reloaded-id-11 .column-4, .wp-table-reloaded-id-12 .column-4, .wp-table-reloaded-id-13 .column-4, .wp-table-reloaded-id-14 .column-4, .wp-table-reloaded-id-15 .column-4, .wp-table-reloaded-id-16 .column-4, .wp-table-reloaded-id-17 .column-4, .wp-table-reloaded-id-18 .column-4, .wp-table-reloaded-id-19 .column-4, .wp-table-reloaded-id-20 .column-4, .wp-table-reloaded-id-21 .column-4, .wp-table-reloaded-id-22 .column-14, .wp-table-reloaded-id-23 .column-4 {
	width:150px;
	}
	
.wp-table-reloaded-id-5 .column-5, .wp-table-reloaded-id-6 .column-5, .wp-table-reloaded-id-7 .column-5, .wp-table-reloaded-id-8 .column-5, .wp-table-reloaded-id-9 .column-5, .wp-table-reloaded-id-10 .column-5, .wp-table-reloaded-id-11 .column-5, .wp-table-reloaded-id-12 .column-5, .wp-table-reloaded-id-13 .column-5, .wp-table-reloaded-id-14 .column-5, .wp-table-reloaded-id-15 .column-5, .wp-table-reloaded-id-16 .column-5, .wp-table-reloaded-id-17 .column-5, .wp-table-reloaded-id-18 .column-5, .wp-table-reloaded-id-19 .column-5, .wp-table-reloaded-id-20 .column-5, .wp-table-reloaded-id-21 .column-5, .wp-table-reloaded-id-22 .column-5, .wp-table-reloaded-id-23 .column-5 {
	width:150px;
	}
	
	
/* sticky footer required */

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

