/**
 * Print Stylesheet
 */


@import "generic.css";


#above_body,
#top,
#top_features,
#index_insert,
#sidebar,
#sidebar_2,
#site_footer,
.pagination,
.post-edit-link 
{
	display: none;
}














/**
 * Fonts
 * Kudos to fontsquirrel.com for help in this
 */

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

@font-face {
	font-family: 'DejaWebBoldItalic';
	src: url('fonts/DejaWeb-BoldItalic.eot');
	src: local('DejaWeb Bold Italic'), local('DejaWeb-BoldItalic'), url('fonts/DejaWeb-BoldItalic.woff') format('woff'), url('fonts/DejaWeb-BoldItalic.ttf') format('truetype'), url('fonts/DejaWeb-BoldItalic.svg#DejaWeb-BoldItalic') format('svg');
}

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

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






* {
	font-family: "DejaWeb", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
	line-height: 1.5em;
}
body, input, textarea {
	font-family: "DejaWeb", Arial, sans-serif !important;
}

code, pre, .code, .wp_syntax {
	font-family: 'Andale Mono','Lucida Console', monospace !important;
	border: 0 !important;
	background: #eee;
}
pre {
	padding: 10px;
	word-wrap: break-word;
}
blockquote {
	border-left: 8px solid #eee;
	padding: 0 10px 0 10px;
	margin: 0 1.5em 1.5em 20px;
}
ul li {
	list-style: square;
}
ol ol {
	list-style: upper-alpha !important;
}
ol ol ol {
	list-style: lower-roman !important;
}
ol ol ol ol {
	list-style: lower-alpha !important;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

h1, h2 {
	font-size: 24pt;
	line-height: 1.5em;
}
h1 {
	color: #ccc;
}
h1 span {
	color: #666;
}

h1 a, h2 a {
	text-decoration:none;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}

h3, h2.widgettitle {
	font-size: 16pt;
	line-height: 1.5em;
}


table {
	border: 1px solid #eee !important;
	text-align: left;
}
tr th,
thead th {
	border: none !important;
	font-weight: bold;
}
tr td {
	border: none !important;
	border-top: 1px solid #eee !important;
}






.wp-caption {
	border: none;
	background: #eee;
	color: #666;
	text-align: center;
	line-height: 1.5em;
}
.wp-caption img {
	margin: 8px 8px 4px 8px;
}
.wp-caption p.wp-caption-text {
	padding-bottom: 8px;	
}
.wp-smiley {
	margin:0;
}























