/*  ------------------------------------------------
	Preferred stylesheet for rwardell.com v 2.0		|
	Author: Bob Wardell, 2009, css 2.1 				|	
	see 'blue' and 'warm' css cascades for colors	|
	------------------------------------------------ */
	
/* ----> default tag attributes for this site */
h1 {
	padding: 6px 0px 4px 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-style: normal;
	font-variant: small-caps; 
	font-weight: normal; 
	}
h2 {
	padding-top: 8px;
	margin: 6px 0px 0px 9px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: italic; 
	font-weight: bold; 
	color: #000000;
	}
h3	{
	padding: 2px 10px 2px 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	}
h4 {
	margin: 0px 10px 0px 10px;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
	/* colors from blue/warm cascade */
	}
sup {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal;
	}
li {
	margin-top: 3px;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* top level containers */
#parent-container {
	width: 809px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	text-align: justify;
	}
#masthead {
	background-position: top left;
	background-repeat: no-repeat;
	height: 85px;
	}
#style-switch {
	background-image:  url(../images/blue/css.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 19px;
	padding-top: 6px;
	width: 114px;
	height: 30px;
	float:right;
	text-align: center;
	font-size: 10px;
	color: #cccccc
}
#style-switch a {
	color: #fefefc;
	text-decoration: none;
	}
#style-switch a:hover {
	color: #fefefc;
	text-decoration: underline;
	}
#content-top {
	height: 3px;
	overflow:hidden;
	}
#content-container {
	position: relative;
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 21px 0 20px;
	}
#body-content {
	position: relative;
	width: 726px;
	margin-top: 20px;
	padding-right: 2px;
	background-color: #ffffff;
	}
#body-header {
	position: absolute;
	top: 8px;
	left: 395px;
	width: 400px;
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}	
/* top navigation */
#topnav-container {
	margin-left: auto;
	margin-right: auto;
	}
#topnav {
	margin: 0;
	padding: 0;
	}
#topnav .nav {
	margin: 0;
	width: 113px;
	float: left;
	list-style: none;
	font-variant: small-caps;
	}
#topnav .nav-secondary {
	position: relative;
	z-index: 2;
	margin: 0;
	width: 98px;
	float: left;
	list-style: none;
	font-variant: small-caps;
	}
#topnav div a {
	padding: 6px 0px 6px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
	}
#topnav div a:hover {
	text-decoration: underline;
	}
li.nav-c {
border-right: 1px solid #304d68;
}
#topnav li.on a {
    font-weight: bold;
    }
/* end of top navigation */

#splint { /* height placeholder for templates */
	width: 1px;
	float: left;
	height: 409px;
	overflow: hidden;
	}

/* home, profile, and portfolio base styles */
#content-container.home #content { /* the overarching container */
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 28px;
	}
#content-container.home #text {	/* the left text on the home page */
	width:300px;
	float: left;
	margin-top: 18px;
	text-align: justify;
	}
#content-container.home #graphic { /* the photo montage on the right */
	position: relative;
	top: -26px;	/* to float under the nav list */
	width: 424px;
	height: 413px;
	float: right;
	text-align: right;
	}
#profile-graphic { /* the photo montage on the right */
	position: relative;
	top: -38px;	/* to float under the nav list */
	width: 424px;
	float: right;
	margin-left: 3px;
	padding-right: 1px;
	text-align: right;
	}
.drop-cap {		/* for home page and profile */
	width: 41px;
	float: left;
	font-size: 54px;
	margin: 3px 5px 0px 0px;
	letter-spacing: 0px;
	line-height: 40px;
	padding: 4px 0px 0px 0px;
	font-family: "colonna mt",arial,courier;
	color: #ffffff;
	text-align: center;
	background-position: top left;
	background-repeat: no-repeat;
	}

/* portfolio classes and IDs */
.portfolio-block {
	width: 242px;
	height: 250px;
	float: left;
	text-align: center;
	}
.portfolio-collapse {
	display: none;
	}
.portfolio-expand {
	display: block;
	position: absolute;
	top: 40px;
	left: 90px;
	cursor: pointer;
	width: 620px;
	height: auto;
	z-index: 1;
	}
.portfolio-text {
	width: 240px;
	float: right;
	text-align: justify;
	margin: 2px 8px 2px 0px;
	}
.jQuery-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.portfolio-icon {
	width: 240px;
	float: right;
	margin-left: 12px;
	Border: 1px solid;
	}
/* footer styles */
#home-content-bottom { /* the radiused bottom on the home page*/
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
	}
#secondary-content-bottom { /* the radiused bottom on secondary pages*/
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
	}

#footer-contain { /* parent container */
	height: 203px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	}
#footer-text {
	padding-left: 8px;
	padding-top:12px;
	margin-bottom: 12px; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	background-color: transparent;
	}
#footer-text a:link, #footer-text a:visited {
	font-weight: normal;
	text-decoration: underline;
	}
#footer-text a:hover { 
	text-decoration: none;
	}	
#footer-text a:active {
	color: #cccccc;
	}
#copyright {
	margin-bottom: 10px;
	padding: 0px;
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #cccccc; 
	text-align: center;
	line-height: 18px;
 	}
	
/* for opening validation pane over hovered text */
.info-win {
	position: relative;
	cursor: default;
	}
.info-win .preview {
	border: ridge #e4e0d5;
	width: 250px;
	height: 55px;
	padding: 10px 8px 10px 8px;
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
	color: #000000;
	}
.info-win a {
	cursor: pointer;
	}
.info-win a .preview {
	display: none;
	}
.info-win a:hover .preview {
	display: block;
	position: absolute;
	top: -78px;
	left: -140px;
	text-align: center;
	cursor: default;
	z-index: 2;
	}
/* video classes */
a.video-frame {
	width: 320px;
	height: 180px;
	float: left;
	text-align: center;
	border: inset 4px #cccccc;
	margin: 12px 12px 12px 2px;
	}
.video-ogg {
	width: 320px;
	height: 180px;
	float: right;
	text-align: justify;
	background-color: #cccccc;
	/* background-image: url(../video/splash/barrett.jpg); */
	border: inset 4px #cccccc;
	margin: 16px 29px 6px 12px;
	}
/* utility classes and IDs */
.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
.clear-floats {	/* de-confuse the rendering engine ;-) */
	height: 1px;
	overflow: hidden;
	clear: both;
	}
#val-css {
	margin: 5px 20px 5px 15px;
	border: none;
	}
#val-xhtml {
	margin: 5px 0px 5px 5px;
	border: none;
	}
.pseudo-link {	/* for onclick events */
	cursor: pointer;
	text-decoration: underline;
	border-bottom: 1px solid;
	}
		
/* project iframes */
#DataFrame {
	width: 726px;
	float: left;
	display: none;
	border:solid 1px #6b849a;
	}
#VideoContent {			/* Flowplayer container */
	margin-top: 10px;
	width: 360px;
	height:270px;
	float: left;
	border:inset 4px #cccccc;
	}
#Player {
	display: block;		/* Flowplayer div id */
	margin-top: 0px;
	width: 360px;
	height: 270px;
	/* background-image: URL(  };  */
	background-color: black;
	}	
	
/* Projects demo classes */
.projects-block {
	width: 325px;
	float: left;
	margin: 0px 5px 10px 5px;
	text-align: left;
	}
.colsep {
	width: 12px;
	float: left;
	margin-left: 10px;
	margin-right: 8px;
	}
.proj-thumb {
	width: inherit;
	height: inherit;
	margin: 0px 15px 15px 0px;
	float: left;
	}
#mindata {
	width: 680px;
	float: left;
	margin: 0px;
	text-align: left;
	overflow: auto;
	}
.mineral-name {
	width: 140px;
	float: left;
	padding-left: 20px;
	/*font-size: 12px;
	line-height: 20px;*/
	}
.button {
	height: 30px;
	width: 80px;
	border: outset 4px #cccccc;
	background-color: white;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	}
.formula1 {
	width: 250px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	}
.formula2 {
	width: 275px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	}
#httprequest {
	width: 726px;
	float:left;
	text-align: left;
	overflow: hidden;
	}
#codepane {
	margin-left: 0px;
	width: 671px;
	font-size: 12px;
	}
.utility-graphic {
	width: inherit;
	height: inherit;
	margin: 0px 15px 15px 0px;
	float: right;
	}
#pic-abs1 {
	position: absolute;
	top: 375px;
	left: 400px;
	width: 190px;
	height: 150px;
	z-index: 1;
	padding: 0px;
	border: ridge #e4e0d5;
	}
#pic-abs2 {
	position: absolute;
	top: 470px;
	left: 455px;
	width: 190px;
	height: 150px;
	z-index: 2;
	padding: 0px;
	border: ridge #e4e0d5;
	}
/* JSON Demo classes */
#demoCode {
	font-size:10px
	}
#demoFieldset {
	width: 200px;
	height:50px;
	margin-bottom:20px
	}
#demoLegend {
	padding-bottom:8px
	}
#minLeft {
	width:250px;
	float:left;
	border: double #cccccc;
	border-right:none;
	padding:0px 12px 8px 12px	
	}
#minRight {
	width:350px;
	float:left;
	border: double #cccccc;
	border-left:none;
	padding:0px 2px 9px 12px
	}
.minTitle {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	color: #888888;
	}
.minData {
	font-style: normal;
	font-weight: bold;
	color: black;
	}
		