/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */


/* Custom Fonts 
-------------------------------------------- */
/* Font definition for Internet Explorer */
/*         (*must* be first)             */


@font-face {
    font-family: 'TheSerif';
    src: url('../fonts/TheSerifBold.eot');
    src: local('TheSerifBold'), 
         local('TheSerifBold'), 
         url('../fonts/TheSerifBold.ttf') format('truetype'),
         url('../fonts/TheSerifBold.svg#font') format('svg'); 
  }

@font-face {
    font-family: 'Typo';
    src: url('../fonts/Typo.eot');
    src: local('Typo'), 
         local('Typo'), 
         url('../fonts/Typo.ttf') format('truetype'),
         url('../fonts/Typo.svg#font') format('svg'); 
  }



 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Verdana, Lucida, Arial, sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
 	line-height: 18px;
 	font-size: 12px;
	margin: 0 0 18px 0;
}

/* LINKS 
-------------------------------------------- */
.typography a {
	color: #000;
  }

.typography a,.typography a:visited  { 
 	text-decoration: none; 
	border-bottom: 1px dotted #000;
  }
  
.typography a:hover { 
  text-decoration: none;
	border-bottom: 1px solid #000;
	}


/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 5px !important;
		font-size: 12px;
		line-height: 18px;
	}
		.typography li li {
			font-size: 11px;
		}

#layout ul {
  list-style-type: square;
  color: #7f604f;
  }
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5
 { 
  line-height: 18px;
	margin: 0 0 0px 0;
  font: bold TheSerif, Georgia, Times, serif;
	font: normal 20px TheSerif;
}

.typography h1 {
	font-size: 36px;
	margin: 0;
	color: #98b6d9; 
  }
.typography h2 { 
 	font-size: 30px; 
}	
.typography h3 {
	color: #000;
	clear: both;
	font: normal 20px TheSerif;
	font-size: 18px;
}
.typography h4 {
  color:#7F604F;
  font-size:16px;
  font-weight:300;
  line-height:18px;
  margin:0 0 10px;
}
.typography h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}


	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* HR 
-------------------------------------------- */
hr {
  height: 3px;
  margin: -5px 0 14px 0;
  padding: 0;
  border: none;
  border-bottom: 3px double #98b6d9;
  }


/* Footer 
-------------------------------------------- */
	
#footercontent p {
font-family: Georgia, Verdana, serif;
font-weight: bold;
font-family: TheSerif, Georgia, Verdana, serif;
font-weight: normal;
font-size: 14px;
color: #fff;
padding: 8px 0 0 0;
text-align: center;
}
#footercontent p.credits {
font-size: 11px;
margin: -20px 0 0 0;
letter-spacing: .02em;
}

#footercontent p.credits a {
font-family: TheSerif, Georgia, Verdana, serif;
}

#layout h3 {
  margin: -6px 0 0 0;
  text-decoration: underline;
  }
  

.nounderline {
  border-bottom: none !important;
  text-decoration: none !important;
  }
  
  
  
  
  
  
/* Sexy Buttons 
-------------------------------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}



/* input[type="reset"], input[type="button"], input[type="submit"]  */


a.button, button {
  background: transparent url(../images/button_bg_a.png) no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
  border: none !important;
  }

a.button span {
  background: transparent url(../images/button_bg_span.png) no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
  }

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
  }

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
  } 
  

/* Sidebar
-------------------------------------------- */
.sidebarBox { 
  width: 280px;
  }
.sidebarBox ul {  
  list-style-type: none !important; 
  }  
.sidebarBox ul li  {


  }  
.sidebarBox ul li a {
  border: none !important;
  }
.sidebarBox ul li a:hover {
  border-bottom: 1px solid #000 !important;
  }  
.sidebarBox h3 {
  text-decoration: none !important;
  text-align: center;
  margin-bottom: 0;
  }
.sidebarBox ul li.buyProducts a:hover {
  border-bottom: none !important;
  }
  
/* Image Gallery 
-------------------------------------------- */
#Content a  {
  border-bottom: none !important;
  }

p#boarding a {
  font-family: 'TheSerif', Georgia, Verdana, serif;
  font-size:20px !important;
  }


ul#Menu2 li a.current {
  font-style: italic;
  } 