/*
File:			themes/blue.css
Description:	Custom styles for ThesisFolio
Author:			2010 Matt Hodder (www.matthodder.com)
*/

/* Font Face */
@font-face {
	font-family: 'YellowMagicianRegular';
	src: url('YellowMagician-webfont.eot');
	src: local('?'), url('YellowMagician-webfont.woff') format('woff'), url('YellowMagician-webfont.ttf') format('truetype'), url('YellowMagician-webfont.svg#webfont2ieGeGYk') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Header */
#featured_area, #page_area { background: #164e79 url(images/bg-blue.png) repeat-x top; }
.menu li.current, .menu li.current-parent { background: url(images/bg-blue.png) repeat-x 0 -1px; border: 1px solid #3f77a3; }
#featured_area .overlay, #page_area .overlay { background: none; }

/* Links */
a { color: #164e79; }

/* Strikethrough */
.scratch {text-decoration: line-through;}
