/* - - - - - - - - - - - - - - - - - - - - -

Title : ActiveCanvas Website
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : Style sheet for ActiveCanvas site

Created : 10/13/2005
Modified : 3/22/2010

- - - - - - - - - - - - - - - - - - - - - */

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

*{
	margin: 0;
	padding: 0;
}
html{
	margin:0;
	padding:0;
	font-size: 1.25em; /* 1.25 x 16px = 20px */
}
body{
	margin:0;
	padding:0;
	color: #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:50%;
	background:#4d4d4d;
}
html>body {
    font-size: 10px; /* overrides the above in all browsers except IE */
}

/* ----- IDs ----- */

#container{
	margin: 40px auto 0 auto;
	background-color: #fff;
	padding: 10px 0 0 0;
}
#container, #footer{
	width: 720px;
}
#wrap, #content {
	clear: both;
	width: 720px; /* for IE5/Win */
	padding: 0 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 680px; /* actual value */
}
html>body #wrap, html>body #content {
	width: 680px; /* be kind to Opera */
}
#separator{
	clear:both;
	width: 680px;
	margin:0 20px;
	line-height: 0;
	border-top: 2px dotted #ccc;
}
#primaryContent, #navigation {
	clear: none;
	float: right;
	width: 480px; /* for IE5/Win */
	padding: 0 0 10px 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px; /* actual value */
}
html>body #primaryContent {
	width: 460px; /* be kind to Opera */
}
#secondaryContent, #home {
	clear: none;
	float: left; 
	width: 200px; /* for IE5/Win */
	padding: 0 20px 10px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px; /* actual value */
}
html>body #secondaryContent html>body #home {
	width: 180px; /* be kind to Opera */
}
#footer{
	padding: 10px 0;
	background-color: #4d4d4d;
	font-size: .9em;
	color: #fff;
	text-align: center;
	clear: both;
	text-decoration:none;
}

/* ----- CLASSES ----- */

.current {
	color: #c30; 
}
.submit {
	font: bold 1em Trebuchet, "Trebuchet MS", Arial, Helvetica, san-serif;
	color: #c30; 
	background-color: #eee;
}
.ndx{
	margin: 1.5em 0 .25em 0;
}
.right {
	float: right;
}
div.break{
	clear:left;
	float:left;
	width: 460px;
}
.initial{
margin-top:3em;
padding-top:3em;
font-size:2em;
}
.red, .initial{
color:#f33;
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, san-serif;
	font-weight: normal;
}
h1{
font-size: 2em;
color: #f33;
margin: .67em 0;
}
h2, dt{
font-size: 1.75em;
margin: 1em 0 0 0;
}
#navigation h1 {
margin: 1.5em 0 .25em 0;
}
#navigation h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.25em;
	font-weight: bold;
color: #888;
margin: 0;
}
#primaryContent h1, #primaryContent h2, dt {
	color: #86aabb;
}
h3 {
font-size: 1.25em;
margin: .83em 0;
color: #666;
	font-weight: bold;
}
h4{
font-size: 1em;
color:#666;
margin: 1.12em 0;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#86aabb;
	margin: 0;
}
h6{
font-size: .75em;
margin: 1.67em 0;
}
b, strong { 
font-weight: bolder 
}

/* ----- PARAGRAPHS ----- */

p, blockquote, ul, form, ol, dd, dir, menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
margin: .5em 0 1em 0;
color:#666;
line-height: 1.6em;
text-align: left;
}

#secondaryContent p, #secondaryContent ul {
font-size: 1em;
line-height: 1.3em;
}

/* ----- QUOTES ----- */

blockquote{
margin-left: 40px; 
margin-right: 40px;
}

/* ----- LISTS ----- */

ol{
margin-left: 40px;
}
ul{
margin-left: 0;
}
ol ul, ul ol, ul ul, ol ol  {
margin-top: 0; 
margin-bottom: 0; 
}

#navigation ul {
	padding: 2px 0;
	margin: 0;
}
#navigation ul li {
	display: inline;
	list-style: none;
	padding: 2px 45px 2px 0;
	margin: 0;
	text-align: left;
}

#primaryContent ul li, #secondaryContent ul li {
	list-style: none;
	padding: 0 0 0 10px; 
}
#primaryContent ul li {
	background:url(/images/arrow.gif) no-repeat 0 50%;
}
#secondaryContent ul li {
	background:url(/images/arrow.gif) no-repeat 0 0;
}

/* ----- IMAGES ----- */

img {
	margin: 5px; 
	border: 1px solid #999;
}
#secondaryContent img {
	margin: 5px 0; 
}
img a{
	border:none;
	text-decoration:none;
}
#home img {
	border: none;
	padding:10px 0 0 0;
}
.sample img {
	margin: 15px; 
	vertical-align:top;
}
img.imgL{
	margin:0 10px 0 0;
}
img.imgR{
	margin:0 0 0 10px;
}
#portfolio th img{
	margin:5px 10px 5px 0;
	width:122px;
}

/* ----- LINKS ----- */

a:link, a:visited{
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #f93;
	text-decoration: underline;
}
a:active {
	color: #999;
}

#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
}
#navigation ul li a:visited {
	color: #666;
}
#navigation ul li a:hover {
	color: #000;
}
#navigation ul li a:active {
	color: #f33;
}

#primaryContent h2 a {
	color: #86aabb;
}
#primaryContent h2 a, #primaryContent h2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#primaryContent h2 a:hover {
	color: #fff;
	background-color: #edb329;
}

#primaryContent h4 a {
	text-decoration: none;
}

#footer a{
	color: #fff;
	text-decoration:none;
}

/* ----- TABLES ----- */

table{
display: table;
border-spacing: 2px;
}
caption{
display: table-caption;
text-align: center;
}
thead, tbody, tfoot  { 
vertical-align: middle ;
}
th{
font-weight: bolder; 
text-align: center;
vertical-align: inherit;
}
td{
vertical-align: inherit;
}

/* ----- FORMS ----- */

#name, #submit_by, #org {
	width: 250px;
}
#contact fieldset{
	border: 1px solid #86aabb;
	margin: 0 40px;
	padding: 10px 20px;
}
#contact legend{
	font-size: 0.9em;
	background: #eee;
	border: 1px solid #86aabb;
	border-bottom-color:#888;
	border-right-color:#888;
	padding: 4px 8px;
}
input{
padding: 4px;
}
button, textarea, input, select { 
display: inline-block;
}

/* ----- DEFINITIONS ----- */

dd{
margin-left: 0;
}

#contact fieldset dl dt{
font-size: 1em;
font-weight: bold;
margin: 1em 0 0 0;
padding:0;
}
#contact fieldset dl dd{
font-size:.9em;
line-height: 1em;
margin-left: 10px;
color:#aaa;
}
#contact fieldset dl dd label{
font-size:1.2em;
color:#666;
}

/* ----- PRINTING ----- */

@media print {
h1 { 
page-break-before:avoid; 
}
h1, h2, h3, h4, h5, h6 { 
page-break-after: avoid; 
}
ul, ol, dl { 
page-break-before: avoid; 
}
}