/*   
Theme Name: Goody Training Solutions, Feb 2009
Theme URI: http://www.marramgrass.org.uk/
Description: Version 2 of GoodyTrainingSolutions.co.uk, the first WP version
Author: Mark Goody
Author URI: http://www.marramgrass.org.uk
.
Produced exclusively for Goody Training Solutions. Copyright 2009 Goody Training Solutions. All rights reserved.
.
*/

/* ======== Meyer CSS Reset ========*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* makes sure of high-contrast default colours */
body {
    color: #000;
    background-color: #fff;
}

/* ======== END Meyer CSS Reset ======== */


/* basic page structure */
#wrapper {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

#header {
  position: relative;
  margin-bottom: 75px;
}

#mainContent {
  position: relative;
  /* width: 565px;
  padding-left: 40px; */
  width: 565px;
  float: left;
  padding-left: 40px;
  /* border: 2px red solid; */
}

#breadcrumbs {
  position: absolute;
  left: 40px;
  top: -45px;
}

#sidebar {
  /* width: 230px;
  float: right; */
  width: 230px;
  float: right;
  text-align: center;
  /* border: 2px blue solid; */
}

#footer {
  clear: both;
  text-align: center;
  padding-top: 3em;
  color: #666;
  font-size: 10px;
  /* border: 2px green solid; */
}

.clear {
  clear: both;
}


/* general styling */
p {
  margin-bottom: 24px;
}

h2 {
  font-size: 1em;
  color: #0a2e50;
  margin-top: 0;
  padding-top: 0;
}

address {
  font-style: normal;
  margin-bottom: 24px;
}


/* breadcrumbs styling */
#breadcrumbs li {
 display: inline;
 font-size: 10px;
 color: #666;
 
}

#breadcrumbs a {
  background: url("site_images/crumbs.gif") no-repeat center right;
  padding-right: 6px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
  color: #666;
  border-bottom: none;
  text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
  color: #666;
  border-bottom: none;
  background-color: #fff;
  text-decoration: underline;
}

.gtsHome #breadcrumbs {
  display: none;
}


/* testimonial styling */
.testimonial blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #0a2e50;
}

.testimonial .testifier {
  margin-top: 0;
  font-variant: small-caps;
  color: #666;
  text-align: right;
}


#sidebar .testimonial .testifier {
  margin-bottom: 0;
}

.testimonial {
  text-align: left;
}

#mainContent .testimonial {
  width: 60%;
  margin-left: 3em;
  margin-bottom: 48px;
}


/* article styling */
.gtsResources #mainContent blockquote {
  margin-left: 3em;
  margin-right: 3em;
  font-style: italic;
}


/* sidebar styling */
#sidebar .articles {
  font-size: 12px;
  text-align: left;
}

#sidebar .articles h2 {
  text-align: center;
  margin-top: 24px;
}


/* mainContent styling */
#mainContent h2 {
  font-family: "Georgia";
  font-size: 18px;
  padding-bottom: 24px;
}

#mainContent h3 {
  color: #0a2e50;
}

#mainContent ul {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 2em;
}

#mainContent > ul {
  margin-bottom: 1em;
}

#mainContent .services .rowContainer div {
  color: #666;
  font-size: 12px;
}

#mainContent .services .rowContainer div h3 {
  font-size: 16px;
}

#mainContent .services .rowContainer div ul {
  list-style-type: square;
  list-style-position: inside;
}

#mainContent .services .rowContainer div {
  width: 200px;
  float: right;
}

#mainContent .services .rowContainer .first {
  float: left;
}

#mainContent .services .rowContainer div img {
  border: 1px #666 solid;
}

#mainContent .services {
  width: 494px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-top: 7px;
}

#mainContent .services .rowContainer {
  clear: both;
  padding-top: 2em;
}

#mainContent .services h3 {
  color: #666;
}

.resourceList li {
  list-style: none;
  margin-bottom: 24px;
}

.resourceList li p {
  display: inline;
}

.articleNav {
  text-align: center;
  color: #666;
}

.articleTitle {
  display: block;
}

.articleTitle h3 {
  display: inline;
}

.articleTitle p {
  display: inline;
  font-size: 10px;
  color: #666;
  padding-left: 1em;
}

.articleMeta {
  color: #666;
  font-style: italic;
}

.lede {
  font-style: italic;
}


/* footer styling */
#footer p {
  margin-bottom: 0;
}


/* navigation elements, links etc */
a:link, a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 1px #333 solid;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
  border-bottom: 1px #333 solid;
  background-color: #fdbd00;
}

a.image:link, a.image:visited {
  border: 0;
}

a.image:hover, a.image:active {
  border: 0;
  background-color: #fff;
}

.more a:link, .more a:visited {
  color: #666;
  font-size: 10px;
  text-decoration: none;
  border-bottom: 1px #666 solid;
}

.more a:hover, .more a:active {
  color: #666;
  font-size: 10px;
  text-decoration: none;
  border-bottom: 1px #666 solid;
  background-color: #fdbd00;
}

.more {
  text-align: right;
}

.toplink a:link, .toplink a:visited {
  color: #666;
  font-size: 10px;
  text-decoration: none;
  border-bottom: 1px #666 solid;
}

.toplink a:hover, .toplink a:active {
  color: #666;
  font-size: 10px;
  text-decoration: none;
  border-bottom: 1px #666 solid;
  background-color: #fdbd00;
}

ul.nav {
  display: inline;
}

.nav li {
  display: inline;
}

#header .nav {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
}

#header .nav li {
  margin-left: 44px;
}

#header .nav li a {
  padding-bottom: 2px;
}

#header .nav li a:link, #header .nav li a:visited {
  text-decoration: none;
  color: #333;
  border-bottom: 5px solid #0a2e50;
}

#header .nav li a:hover, #header .nav li a:active {
  text-decoration: none;
  color: #333;
  border-bottom: 5px solid #fdbd00;
  background-color: #fff;
}

.gtsHome #header ul li.navHome a:link, .gtsHome #header ul li.navHome a:visited {
  border-bottom: 5px solid #fdbd00;
}

.gtsServices #header ul li.navServices a:link, .gtsServices #header ul li.navServices a:visited {
  border-bottom: 5px solid #fdbd00;
}

.gtsResources #header ul li.navResources a:link, .gtsResources #header ul li.navResources a:visited {
  border-bottom: 5px solid #fdbd00;
}

.gtsContact #header ul li.navContact a:link, .gtsContact #header ul li.navContact a:visited {
  border-bottom: 5px solid #fdbd00;
}

#footer .nav li a:link, #footer .nav li a:visited {
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid #666;
}

#footer .nav li a:hover, #footer .nav li a:active {
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid #666;
}

#sidebar .articles ul li a:link, #sidebar .articles ul li a:visited {
  color: #0a2e50;
  text-decoration: none;
  border-bottom: 1px solid #0a2e50;
}

#sidebar .articles ul li a:hover, #sidebar .articles ul li a:active {
  color: #0a2e50;
  text-decoration: none;
  border-bottom: 1px solid #0a2e50;
}

a:focus { ;
	border-color: #fdbd00;  
	border-style: dashed;  
	border-width: 1px;  
}


/* cosmetic elements */
p.bullet {
  text-align: center;
}

.bullet {
  margin-top: 25px;
  margin-bottom: 24px;
}

#footer .bullet {
  margin-bottom: 48px;
}
