/*
Theme Name: Science Fair (Print)
Author: Robert Wolf
*/

/*-------------------- CSS Reset --------------------*/

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}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/*-------------------- Main Elements --------------------*/

body {
	font-size: 62.5%;/* Resets 1em to 10px */
	padding: 20px;
}

#page {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
}

#header {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

#content {
	float: left;
	width: 68%;
	padding-right: 2%;
	display: inline;/* IE Fix */
}

#content-wide {
	width: 100%;
}

#sidebar {
	float: right;
	width: 28%;
	padding-left: 2%;
	display: inline;/* IE Fix */
}

.post {
	margin: 0 0 20px;
	clear: both;
}

#dates-text p {
	padding: 0 0 10px;
}

#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding: 8px 0 0;
}

h1, h1 a {
	text-align: center;
	text-decoration: none;
	font: bold 1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-spacing: -2px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p {
	padding: 4px 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

small {
	font-size: 10px;
}

blockquote {
	padding: 0 0 0 40px;
	font-style: italic;
}

blockquote:before {
	color: #e5e5e5;
	display: block;
	font-size: 800%;
	position: relative;
	top: 30px;
	right: 55px;
	content: '\201C';
	height: 0;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

a {
	color: #000;
}

/*-------------------- Images --------------------*/

.aligncenter {
	margin: 10px auto 10px;
	padding: 2px;
	border: 2px solid #ccc;
	display: block;
}

.alignright {
	margin: 6px 8px 2px 0;
	padding: 2px;
	border: 2px solid #ccc;
	float: right;
}

.alignleft {
	margin: 6px 8px 2px 0;
	padding: 2px;
	border: 2px solid #ccc;
	float: left;
}

.wp-caption {
	border: 0;
}

.wp-caption img {
	padding: 2px;
	border: 2px solid #ccc;
}

.wp-caption-text {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin: 2px 0 0 0;
}

/*-------------------- Lists --------------------*/

ul {
	list-style-type: disc;
	padding: 2px 0 2px 20px;
}

li {
	padding: 2px 0 2px;
}

ol {
	list-style-type: decimal;
	padding: 2px 0 2px 20px;
}

ul.columnlist {
	float: left;
	padding: 2px 0 2px 20px;
	margin: 0;
}

/*-------------------- Form Elements --------------------*/

form p {
	clear: both;
}

form label {
	float: left;
	padding: 2px 0;
}

form strong {
	float: left;
}

form input {
	float: right;
	width: 330px;
	height: 14px;
	padding: 2px;

}

form textarea {
	float: right;
	width: 330px;
	height: 330px;
	padding: 2px;
}

form #usermessage {
	font-weight: bold;
	text-align: center;
}

/*-------------------- Miscellaneous --------------------*/

.notice {
	font-size: 1em;
	line-height: 1.6em;
	margin: 8px;
	padding: 2px 4px;
	border: 1px dotted #000;
}

.jScrollPaneContainer {
	position: relative;
	overflow: visible;
}

/*-------------------- Hidden Elements --------------------*/

#navmenu, #navleft a, #navleft a, #sidebar2, #footer-buttons, .button, #searchform {
	display: none;
}