/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/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;
}

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;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

 
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	/*background: #BAA1C2; */
    background: linear-gradient( #0000A0, #80FFFF ); // ( #3D004C /*#AF66C2 */, #E4CCEB ); /* Standard syntax */ 
	border: none;
	color: #0000A0;  // #521466; 
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}

h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
    color: #F5D6FF;
    padding-top: 30px;
    text-align: center;
}

h2 {
	font-size: 28px;
	line-height: 44px;
//	padding: 22px 0;    	
    text-align: center;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
    color: #0000A0; // #521466; // #F5D6FF;
    cursor: pointer;
}

h3:hover {
    text-decoration: underline;
}

p {
	font-weight: normal;
	padding-bottom: 22px;
}

/*
a {
	color: #CC6600; 
	text-decoration: none;
}

a:visited {
	color: #FFFF00; /*#CC6600; */
	outline: none;
	text-decoration: none;
}

a:hover {
	color:#FFFF00; /* #FF9900; */
	text-decoration: underline;
}

a:active {
	color: #FFFF00; /* #CC6600; */
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}
*/

#mast h1 {
	/* padding: 30px 0 20px 40px; */
    	text-align: center;
        display: block;
        // padding-left: 80px;
        color: #80FFFF;  // color: #86;
}

#mast h2 {
    	text-align: center;
        font-size: 18px;
        display: block;
//        padding-left: 95px;
        color: #80FFFF; // #A0;   //  #F5D6FF;
}

#80FFFF
div#girl {
   width: 200px;
   float: left;
   padding-top: 50px;
}
 
#intro {
	background-color: #ccc;  /* Box background color */
	margin-top: 50px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 370px;
}

#intro p {
 	width: 400px;
}

#intro a {
	/* color: #fff; */
	background-color: #333;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#intro a:hover {
	color: #FF9900;
	background-color: #222;
	text-decoration: none;
}

#intro #photo {
	background-color: #fff; 
	float: right;
	margin-top: -220px;                                      /* vertical position of photo */
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;<img src="../images/main_bkgd.png" width="260" height="10" alt="" border="0">
	-webkit-border-radius: 4px;
	width: 450px;
	height: 300px;
}

#photo div {
	background-color: #333; 
	margin: 10px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 405px;
	height: 270px;
	text-align: center;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 115px 0 0 0;
}

div#main {
	/* background: url(../images/main_bkgd.png) repeat-y top right; */
    /* background: radial-gradient(red 5%, green 15%, blue 60%); */ /* Standard syntax */ 
    border: none;
    color: black;
}

div#Patents{
    margin-left=100pix;
 }

#main #articles {
	float: left;
	margin-left: 40px;
	width: 600px;
	border: none;
}

article {
   margin-left: 30px;
   
	/* border-bottom: 1px dotted #aaa; */
}

div#indent{
  margin-left: 60px;
 }
 
article:last-child {
	border-bottom: none;
}

div#Where {
   cursor: pointer;
}

div#Where:hover {
	text-decoration: underline;
}

