/****  Global stylesheet for C.C.Wolfe Photography *****/
body {
	/* background: black; */
	/* background-image: url("images/site/ccwp-grey-stripe-bkgd.gif"); */
	color: white;
	font-family: Arial, sans;
	font-size: 10pt;
}


/*****  Quickies *****/
.right { text-align: right }
.left { text-align: left }
.center { text-align: center }
.dense {	font-size: 10px;}
.superdense {	font-size: 8px;}
.italic { font-style: italic; }
.big { font-size: 13pt; }

/*****  About Page *******/

p {
   padding-left: 20px;
}

h2 {
   text-align: left;
}

h3 {
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 4px;
}

h4.faq-q {
   padding-left: 10px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-top: 0px;
}

p.faq-a {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 1em;
    padding-left: 20px;
    font-size: 9pt;
}


/******** Links **********/
a {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #3366CC
}

a.nohover:hover {
	color: white;
}

a.link_underline {
	text-decoration:underline;
}
/****** Forms and Errors ********/
.fieldWithErrors {
	padding: 2px;
	background-color: red;
}
.formError {
	color: red;
	font-style: italic;
}

/****** Rounder Boxes ********/
.rounder-n-2 {
	background: black;
	border-top: 2px solid white;
}
.rounder-w-2 {
	background: black;
	border-left: 2px solid white;
}
.rounder-e-2 {
	background: black;
	border-right: 2px solid white;
}
.rounder-s-2 {
	background: black;
	border-bottom: 2px solid white;
}
.rounder-nw-2 {
	background-image:url(../images/InteriorPage_06.gif);
}
.rounder-sw-2 {
	background-image:url(../images/InteriorPage_06.gif);
}
.rounder-ne-2 {
	background-image:url(../images/InteriorPage_07.gif);
}
.rounder-se-2 {
	background-image:url(../images/InteriorPage_07.gif);
}

