﻿/*
-------------------------------------
    Basic tags
-------------------------------------
*/

body
{
	background-color:#FFFFFF;
	font-family: verdana;
	line-height:1.5;
	font-size: 11pt;
	color: #000000;
	margin: 0;
}

div
{
	border: 0px;
	margin: 0px;
	text-align: left;
}

td
{
	vertical-align: top;
}

#body
{
	width:100%;
	text-align:center;
}

#main
{
	position:relative;
	width:1020px;
	margin:auto;
}



/*
-------------------------------------
    Side bar
-------------------------------------
*/


#sidebar
{
	position:absolute;
	top:40px;
	left:20px;
	width:230px;
	background-image:url(images/citrine-logo-small.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	transition: top 750ms ease-in-out;	
}

#sidebar h1
{
	font-size: 20pt;
	font-weight: normal;
	margin:0px 0 8px 80px;
	margin:80px 0 8px 0px;
	text-align: left;	
}

#sidebar h2
{
	font-size: 14pt;
	font-weight: normal;
	margin: 4px 0px 18px 80px;
	margin: 4px 0px 18px 0px;
	text-align: left;
}

#sidebar a
{
	padding:5px 0px;
	display:block;
	width:227px;
	text-decoration:none;
	background-color:#707CA2;
	color:white;
	border-radius:7px;
	margin:0px 3px 5px 0px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	float:left;
}

#sidebar a.half
{
	width:112px;
}

#sidebar a.new
{
	background-color:#FFB432;
	color:black;
	xmargin-top:20px;	
	xmargin-bottom:20px;
}

#sidebar a.last
{
	margin-bottom:20px;
}

#sidebar a:hover
{
	background-color:#9B9BBD;		
}

#social
{
	float:left;
	margin-top:20px;
}

#social a
{
	width:26px;
	height:26px;
	padding:4px;
	display:inline-block;
	text-align:center;
	border-radius:20px;
}

#covid
{
	clear:both;
	background-color:#95D0AA;
	padding:10px;
	font-size:8pt;
}

/*
-------------------------------------
    Big Square
-------------------------------------
*/

#home
{
	width: 740px;
	height: 740px;	
}
/*
#background-fixed
{
	position: absolute;	
	xbackground-image: url(images/background-page.jpg);
	background-repeat: no-repeat;
	1background-position: ;
}

#background-small
{
	xposition: absolute;	
	xbackground-image: url(images/citrine-logo-small.png);
	min-height: 5000px;
	position: absolute;
	top: 30px;
	left: 280px;
	width: 700px;	
	xbackground-repeat: no-repeat;
	xbackground-position: 330px center;
}
*/

/*
-------------------------------------
    Content
-------------------------------------
*/

#content
{
	position: absolute;
	top: 37px;
	left: 270px;
	width: 750px;
	border-left: 1px solid #888888;
	padding:0 20px;
}

.auto-style2
{
	color: #888888;

}


#content-table
{
	width: 100%;
	border: 0;
	padding: 0;
}

.col1
{
	width: 450px;
	padding-bottom: 30px;
}

.col2
{
	padding-bottom: 30px;
	padding-left: 30px;
}

.header
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20pt;
	font-weight: normal;
}

strong
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
}


/*
-------------------------------------
    Home Page Slides
-------------------------------------
*/

.homeslide
{
	position: absolute;
	top: 25px;
	left: 20px;
}

.newslide
{
	display:none;
}

/*
-------------------------------------
    Slides
-------------------------------------
*/

.slide
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.slideshow
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.sizer
{
	box-shadow: 0px 0px 10px #333333;
}

/*
-------------------------------------
    Examples
-------------------------------------
*/

.examples img
{
	width:600px;
}


