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

Title : Sally Alspaugh CAP&trade;
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : Main style sheet for the Sally Alspaugh CAP&trade; website

Created : 05/06/2006
Modified : 05/19/2007

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

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

*{
margin: 0;
padding: 0;
}
html{
font-size: 1.25em; /* 1.25 x 16px = 20px */
}
body{
margin: 0;
color: #333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 50%; /* adjusts base font to 10px */
background-color: #fff;
}
html>body {
    font-size: 10px; /* overrides the above in all browsers except IE */
}

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

#container{
margin: 0 auto 10px auto;
background-color: #fff;
text-align: left;
}
#container, #nav, #wrapper, #Group, #footer{
width: 770px;
}
#nav{
	clear: right;
	float: left;
	padding: 0;
}
#logo{
	clear: none;
	float: left;
	width: 206px;
	padding: 10px 0;
}
#navigation{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	clear: none;
	float: right;
	margin: 0;
	padding: 47px 10px 0 0;
}
#wrapper{
	border: 1px solid #999;
	clear: both;
	float: left;
	margin:0;
	padding:0;
}
#Group{
	background: #faf8ea !important;
}
#header, #leftContent{
	clear: none;
	float: left;
	width: 304px; /* for IE5/Win */
	margin: 0;
	padding: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 280px; /* actual value */
}
html>body #header, html>body #leftContent {
	width: 280px; /* be kind to Opera */
}
#concept, #rightContent{
	clear: none;
	float: right;
	width: 466px;
	margin: 0;
	padding: 12px 0;
}
#header, #concept{
	background: inherit;
}
#Content{
	clear:both;
	float:left;
}
#footer{
	font: .9em Arial, Helvetica, sans-serif;
	clear:left;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	background: #699;
	color: #fff;
}

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

.rightContentColumnA, .rightContentColumnB{
clear:none;
float:left;
width:224px;
padding: 0 0 0 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 214px; /* actual value */
}
html>body .rightContentColumnA, html>body .rightContentColumnB {
	width: 214px; /* be kind to Opera */
}

.foto{
	padding:10px;
	background:#faf8ea;
	border:1px solid #ccc;
}
.foto_pic{
	margin:5px 10px 0 5px;
	background:#faf8ea;
	border:1px solid #ccc;
}

.h {
  display:none; 
}

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

h1{
margin: 0;
padding: .67em 0 .25em 0;
font-size: 1.6em;
font-weight: bolder;
text-transform: uppercase;
	color: #066;
}
h2{
font-size: 1.5em;
margin: .75em 0;
}
h3{
font-weight: bolder;
font-size: 1.17em;
margin: .83em 0;
}
h4, blockquote, ul, fieldset, form, ol, dl, dir, menu {
font-size: 1em;
margin: 1.12em 0;
}
h5{
font-size: .83em;
margin: 1.5em 0;
}
h6{
font-size: .75em;
margin: 1.67em 0;
}
h1, h2, h3, h4, h5, h6 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

p{
font-size: 1.2em;
}

#header p {
line-height: 2em;
}
#Content p {
	line-height: 1.4em;
}


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

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

/* ----- CODE ----- */

pre, tt, code, kbd, samp { 
font-family: monospace 
}

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

li{
list-style-type: square;
}
ol{
margin-left: 40px;
}
ul{
margin-left: 40px;
}
ol ul, ul ol, ul ul, ol ol  {
margin-top: 0; 
margin-bottom: 0 
}

#navigation ul li{
display: inline;
list-style: none;
letter-spacing: .15em;
margin:0;
padding:0;
}

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

#concept img {
margin-right: 12px;
border: 1px solid #ccc;
}

/* ----- TEXT FORMATTING ----- */

strong, b {
font-weight:bolder;
}

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

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

#logo a img, form a img{
	border:none;
	text-decoration: none;
}
#navigation ul li a{
	text-decoration: none;
}
#navigation ul li a:hover{
	text-decoration: underline;
}
#footer a:hover{
	color: #faf8ea;
}

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

table{
display: table;
border-spacing: 2px;
text-align:;
}
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 ----- */

label{
padding:0 0 8px 0;
font-size:1.2em;
}
button, textarea, input, select { 
display: inline-block ;
}

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

dd{
margin-left: 40px;
}

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

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