/*********************************************/
/*                                           */
/*    Author: Josh Minnich                   */
/*                                           */
/*    Title: CSS Template for Podi-Notes     */
/*                                           */
/*********************************************/

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, 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-weight:inherit;
	font-style:inherit;
	font-size:1em;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/***********************/
/***** Body & Tags *****/
/***********************/

body {
	background:#FFF;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	margin:2em 0 2em 0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.4em;
	margin:0 0 .5em 0;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.35em;
	font-weight:bold;
	margin:0 0 1em 0;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
}

hr {
	background:transparent;
	border:0;
	border-bottom:1px solid #E0E0E0;
	height:0;
	margin:0 0 1em 0;
	width:100%;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1em 0;
}

a {
	color:#999;
	cursor:pointer;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ol {
	list-style-type:decimal;
	list-style-position:inside;
}

/* input {
	background:url(/img/input_bg.gif) repeat-x;
	border:1px solid #95A3AB;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	max-width:300px;
	padding:.3em;
	width:20em;
} */

/**************************/
/***** Div Containers *****/
/**************************/

#maincontainer {
	margin-left:auto;
	margin-right:auto;
	width:810px;
}

#header {
	background:url(/img/header_bg.gif) no-repeat;
	display:block;
	height:230px;
	overflow:hidden;
	width:810px;
}

#loginmethod {
	float:right;
	margin:68px 50px 0 0;
	text-align:right;
}

#loggedin {
	float:right;
	margin:114px 50px 0 0;
	text-align:right;
}

#innercontainer {
	background:url(/img/container_bg.gif) repeat-y;
	width:810px;
}

#contentcontainer {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:700px;
}

#sidebarleft {
	float:left;
	margin:0 60px 0 0;
	width:230px;
}

#searchentries {
	margin:0 0 3em 0;
	overflow:hidden;
}

#relatedentries {
	margin:0 0 2em 0;
}

#relatedtutorials {
	margin:0 0 2em 0;
}

#newsupdates {
	background:#EAEAEA;
	padding:1em 1em 0.1em 1em;
}

#postcontainer {
	float:left;
	width:410px;
}

#tableofcontents {
	float:left;
	overflow:hidden;
	width:410px;
}

#footer {
	background:url(/img/footer_bg.gif) no-repeat;
	display:block;
	clear: both;
	height:144px;
	overflow:hidden;
	width:810px;
}

/*******************/
/***** Classes *****/
/*******************/

.clearfloat {
	clear:both;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.distext {
	display:none;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/* Flash Message */
#flashMessage {
	background-color: #eaeaea;
	color: #000;
	border: 1px solid #fc0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0 0 3em 0;
}

/***** Header *****/

#podihome {
	float:left;
	height:114px;
	margin:50px 0 0 50px;
	width:228px;
}

#podihome h1.podilogo {
	background:url(/img/logo.gif) no-repeat;
	display:block;
	height:125px;
	width:500px;
}

body.anatomy #podihome h1.podilogo {
	background:url(/img/anat_logo.gif) no-repeat;
}

#podihome h1.podilogo a {
	display:block;
	height:100%;
	width:100%;
}

/***** Login Method Styles *****/

#header #loginmethod ul {
	margin:0 0 1em 0;
}

#header #loginmethod ul li {
	display:inline;
	font-size:1.2em;
}

#header #loginmethod input.text {
	background:url(/img/input_bg.gif) repeat-x;
	border:1px solid #95A3AB;
	color:#999;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	margin:0 0 .5em 0;
	padding:.3em;
	width:280px;
}

#header #loginmethod input.submit {
	background:#EAEAEA;
	border:0;
	font-size:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	padding:4px;
}

#header #loginmethod a {
	color:#000;
	text-decoration:underline;
}

#header #loginmethod a:hover {
	color:#999;
	text-decoration:none;
}

/***** Logged In Styles *****/

#loggedin ul {
	margin:0 0 1em 0;
}

#loggedin ul li {
	display:inline;
	font-size:1.2em;
}

#loggedin p {
	font-size:1.2em;
	margin:0 0 1em 0;
}

#loggedin a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#loggedin a:hover {
	text-decoration:underline;
}

/***** Top Nav *****/
#frontpagenav {
	margin:0 0 4em 0;
	width:100%;
}

#frontpagenav p {
	font-weight:bold;
}

#frontpagenav ul li {
	display:inline;
	font-size:1.2em;
	margin:0 .5em 0 0;
}

#frontpagenav a {
	color:#000;
	text-decoration:none;
}

#frontpagenav a:hover {
	color:#999;
}

/***** Sidebarleft Styles *****/

#sidebarleft ol, #sidebarleft ul {
	margin:0 0 3em 0;
}

#barbarleft ol li, #sidebarleft ul li {
	font-size:1.2em;
	margin:0 0 8px 0;
}

/***** Footer Links *****/
#footer ul {
	float:right;
	margin:10.8em 5.5em 0 0;
}

#footer ul li {
	color:#999;
	display:inline;
	font-size:1.2em;
	text-transform:uppercase;
}

#footer ul li a {
	color:#999;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#000;
}