/*
Theme Name: Keyboard Classroom
Theme URI: http://keyboardclassroom.com/
Description: A Theme by Visual Concepts Inc.
Version: 1.0
Author: VCI
Author URI: http://visualconceptsinc.com/

	KC v1.0
	 http://visualconceptsinc.com/

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ***** GLOBALS ***** */

*, body, html {
	font: normal small/1.4em arial, sans-serif;
}

body {
	background: #fff url(/images/body_bkgd.jpg) top left repeat-x;
	padding: 0 0 50px 0;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #1B498B;
}

a:hover {
	color: #000;
}

strong {
	font-weight: bold;
}


#container {
	width: 964px;
	margin: 35px auto 95px auto;
	background: transparent url(/images/container_bkgd.png) top left repeat-y;
	position: relative;

}

#header {
	width: 964px;
	background: transparent url(/images/header_bkgd.png) bottom left no-repeat;
	height: 118px;
	position: relative;
	top: -10px; /* background-image hack */
	left: 0;
}

#header h1 {
	text-indent: -999em;
}

#header .blogHome {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

#header .blogHome a {
	background: transparent url(/images/nav_bkgd_link.jpg) bottom left repeat-x;
	color: #1B498B;
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	float: left;
	font: 600 13px/29px arial, sans-serif;
	height: 27px;
}

#header .blogHome a:hover {
	color: #05254F;
}











#sidebar {
	width: 300px;
	height: 570px;
	float: left;
	background: transparent url(/images/sidebar_bkgd.png) top left no-repeat;
	padding: 25px;
	margin: 0 0 0 2px;
}

#sidebar #videoTutorial {
	background: transparent;
	margin: 0 0 0 -14px;
	width: 325px;
}

#sidebar h2 {
	color: #1B498B;
	font: 600 18px/1.3em arial, sans-serif;
	padding: 12px 0 0px 0;
}

#sidebar ul li ul li {
	list-style-type: disc;
	margin: 0 0 0 25px;
	color: #1b498b;
}



#content {
	background: transparent;
	margin: 0 0 0 350px;
	width: 505px;
	padding: 20px 55px 25px 40px;
	position: relative;
}

#content.widecolumn {
	margin: 0 0 0 25px;
	width: 750px;
}

#content h2 {
	color: #FEB245;
	font: bold 16px/24px arial, sans-serif;
	border-bottom: 3px double #FEB245;
	margin: 0 0 5px 0;
	padding: 15px 0 0px 0;
}

#content h2 a {
	color: #FEB245;
	text-decoration: none;
	font: bold 16px/24px arial, sans-serif;
}

#content small {
	font-size: 10px;
	color: #555;
}

.entry {
	margin: 15px 0 0 0; 
}

.postmetadata {
	font-size: 10px;
	color: #555;
}



#footer {
	clear: left;
	background: transparent url(/images/footer_bkgd.png) bottom left no-repeat;
	overflow: hidden;
	width: 954px;
	padding: 20px 5px;
	position: relative;
	top: 14px;
}

#footer p {
	text-align: center;
}