/*
Theme Name: Blah Blah Tech
Theme URI: http://blahblahtect.com
Description: Three column personalize company template.
Author: Wayne Smallman
Author URI: http://blahblahtech.com
Version: 1.0
The template is not for public use.
*/

/** define body style */

p {
	color: black;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .85em;
	line-height: 1.65em;
	padding: 10px 0 10px 0;
	margin: 0;
}

body a:link, p a:link, strong a:link, em a:link,
body a:visited, p a:visited, strong a:visited, em a:visited {
	text-decoration: none;
}

body a:hover, p a:hover, strong a:hover, em a:hover,
body a:active, p a:active, strong a:active, em a:active {
	text-decoration: underline;
}

.post-subtitle {
	color: #666;
	font-family: "Times" sans-serif;
	font-size: 125%;
	line-height: 150%;
}

#layer-dynamic-categories p {
	padding: 0 20px;
	margin: 0;
}

#layer-header-strapline p {
	color: #900;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 70%;
	font-style: italic;
}

#datum {
	color: #666;
	font-size: 90%;
	font-style: italic;
	padding: 0;
	margin: 0 0 20px 0;
}

/** Headers */

h1 {
	font-family: "Times" serif;
	font-size: 220%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 5px 0 5px 0;
}

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

h1 a:hover,
h1 a:active {
	color: #666;
	text-decoration: underline;
}

h2 {
	font-family: "Times" serif;
	color: #666;
	font-size: 170%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 5px 0 15px 0;
}

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

h2 a:hover,
h2 a:active {
	color: #666;
	text-decoration: underline;
}

h3 {
	font-family: "Times" serif;
	color: #666;
	font-size: 130%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 20px 0 20px 0;
}

h3 a:link,
h3 a:visited {
	color: #666;
	text-decoration: none;
}

h3 a:hover,
h3 a:active {
	color: #666;
	text-decoration: underline;
}

h4 {
	font-family: "Times" serif;
	font-size: 115%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 20px 0 20px 0;
}

h4 a:link,
h4 a:visited {
	color: #666;
	text-decoration: none;
}

h4 a:hover,
h4 a:active {
	color: #666;
	text-decoration: underline;
}

/** Content / Quotes */

blockquote {
	padding: 0 0 0 0;
	margin: 10px 20px 10px 20px;
	width: 90%;
	background: url("../../images/interface/devices/quotes/primary/img-doublequote_open.gif") no-repeat top left;
}

blockquote p {
	color: black;
	font-family: "Times";
	font-size: 100%;
	line-height: 135%;
	font-style: italic;
	font-weight: normal;
}