/* @override http://localhost:8888/joannekennedybooks.com/wp-content/themes/JKBooks/css/framework.css */

/* Settings
Colors: White, #404040 Grey, Black
Appearance: Rounded corners, Simplified

*/
/* @group Reset */

*, html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, q, quote, pre, a, abbr, acronym, address, code, del,
dfn, em, img, 
table, tbody, tfoot, thead, tr, th, td, caption
ol, ul, li, dl, dt, dd,
fieldset, form, label, legend, input, textarea
hgroup, menu, nav, section,
header, footer, section, article, aside, nav,
time, mark, audio, video {
	border: 0;
	color: white;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style-type: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
header, footer, section, article, aside, nav {
	display: block;
}
html, body {
	height: 100%;
	width: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table, caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after, quote:before, quote:after {
	content: "";
}
blockquote, q, quote {
	quotes: "" "";
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
nav ul {
	list-style: none;
}
header {
	text-align: center;
}

/* @end */

/* @group Framework */

/* @group Text */

body {
	background-color: black;
	color: white;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 100%;
}
h1, h2, h3 {
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}
h4, h5, h6 {
	color: white;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-variant: small-caps;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.0em;
}
p {
	color: white;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.4em;
	margin:0;
}
.left, .alignleft {
	clear: both;
	float: left;
	margin: 10px 10px 10px 0;
}
.right, .alignright {
	clear: both;
	float: right;
	margin: 10px 0 10px 10px;
}
.center, .aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}

/* @end */

/* @group Links */

a, a:link, a:visited {
	color: white;
}
a:focus, a:hover, a:active, a:hover * {
	color: white;
	text-decoration: none;
}

/* @end */

/* @group Lists */

ul, ol, li, dl, dd, dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Tables */

table {
	margin: 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {}
tr.even td {
	background: #DDD;
}
tfoot {
	font-style: italic;
}
caption {
	background: #DDD;
}

/* @end */

/* @group Forms */

form {}
fieldset {}
legend {
	
}
label {}
input, select, textarea, button, .button {
	background: transparent;
	border: 2px dashed #777;
	margin: 2px;
	-moz-border-radius: 4px;
	padding: 2px;
	-webkit-border-radius: 4px;
}
input:hover, select:hover, textarea:hover, button:hover, .button a:hover {
	background-color: #AAA;
}
input:focus, select:focus, textarea:focus, button:focus, .button a:focus {
	background-color: #DDD;
	background-color: #191919;
}
input, select, button, .button a {
	cursor: pointer;
}
input[type='password'], input[type='text'] {
	cursor: text;
}

/* @end */

/* @group Output */

p.error, p.notice, p.success {
	border: 2px solid #DDD;
	margin: 1.0em;
	padding: .8em;
}
input.error {
	background: #5C1C0C url(../img/comments-background.jpg);
	border: 2px dashed #A77163;
}
p.error {
	background: #5C1C0C url(../img/comments-background.jpg);
	color: white;
	border: 2px dashed #A77163;
}
.error a {
	color: #fff;
}
.notice {
	background: #b9dffb;
	border-color: #39498a;
	color: #39498a;
}
.notice a {
	color: #fff;
}
.success {
	background: #b0d199;
	border-color: #7ab74f;
	color: #253718;
}
.success a {
	color: #fff;
}

/* @end */

/* @group Styling */

blockquote, q, quote {
	color: #999;
}
strong {
	font-weight: bold;
}
em, dfn, cite, i {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
}
address {
	font-style: italic;
}
del, .removed {
	text-decoration: line-through;
}
ins, .added {
	text-decoration: underline;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
.small {
	font-size: .8em;
}
.large {
	font-size: 1.2em;
}
.hide, .hidden {
	display: none;
}
.quiet {
	color: #aaa;
}
.loud {
	color: #000;
}
.highlight, m {
	background-color: #ffffb2;
}

/* @end */

/* @group Articles */

article ul, article ol {
	margin-bottom: 1.5em;
}
article ul {
	list-style-type:disc;
}
article ol {
	list-style-type:decimal;
}
article li ul, article li ol {
	margin: 0 1.5em;
}
article dl {
	margin:0 0 1.5em 0;
}
article dl dt {
	font-weight: bold;
}
article dd {
	margin-left:1.5em;
}
article p {
	margin:0 0 1.5em;
}

/* @end */

/* @end */

/* @group Clearfix
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* @end */
/*----------------------------------------------------------------------------------*/

