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

Title :    The Child Advocacy Center, Inc.
URL :      http://www.childadvocacycenter.org/

Created :  04.08.2009
Modified : 07.22.2010

- - - - - - - - - - - - - - - - - - - - - */
/* G L O B A L - R E S E T
- - - - - - - - - - - - - - - - - - - - - */
/*
	v1.0 | 20080212 
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h2, 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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* remember to define focus styles! */
:focus { outline: 1px dashed #333; }


/* - - - - - - - - - - - - - - - - - - - - -
	H T M L - E L E M E N T S										
- - - - - - - - - - - - - - - - - - - - - */

body {
	font: 62.5% Verdana, Helvetica, Arial, sans-serif;
	background: #1E55A2 url(../images/body_bg.jpg) repeat-y center center;
	color: #000;
	text-align: center;
}

html>body { font-size: 10px; }

/* Anchor Links */
a:link { color: #00f; text-decoration: underline; }
a:visited { color: #00f; text-decoration: underline; }
a:hover {  color: #00f; text-decoration: none; }
a:active {  color: #00f; text-decoration: none; }

/* Headings */
h1, h2, h2, h4, h5, h6 { margin-bottom: 0.25em; font-weight: bold;}
h1 { margin: 0 0 0.75em; font-size: 2em; }
h2 { margin: 0 0 1em; font-size: 1.5em; }
h3 { margin: 0 0 1.286em; font-size: 1.167em; }
h4 { margin: 0 0 1.5em; font-size: 1em; }
h5 { margin: 0 0 1.8em; font-size: .834em; }
h6 { margin: 0 0 2em; font-size: .75em; }

/* Text Elements */
p, ul, ol, dl, blockquote, pre { font-size: 1.2em; margin: 0 0 1.75em; line-height: 1.4em; }
ul ul, ol ol { font-size: 1em; }
blockquote { padding: 0 3em; font-size:1em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: .9em; line-height: 1em; vertical-align: sub; }
sup { font-size: .9em; line-height: 1em; vertical-align: super; }

/* Tables */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: .25em .5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }


/* - - - - - - - - - - - - - - - - - - - - -
	M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */

.print { display: none; }

.clear { clear: both; height:1px; }

html, body, #wrapper { height: 100%; }

body > #wrapper { height: auto; min-height: 100%; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 145px;
	background: url(../images/header.jpg) no-repeat 0 0;
}

#content {
	background: #fff url(../images/content_bg.jpg) repeat-x 0 0px;
}

#content .inner-content {
	clear: both;
	top: 145px;
	width: 860px;
	padding: 0 50px 180px;
	background: url(../images/footer.jpg) no-repeat left bottom;
}

body.subpage #main-content {
	background: url(../images/content_bg.gif) repeat-x 0 0;
}

body.homepage #banner {
	width: 860px;
	height: 364px;
	background: url(../images/home_banner.jpg) no-repeat 0 0;
}

body.homepage #main-content .inner-main {
	width: 784px;
	margin: 0;
	padding: 20px 38px;	
}

body.subpage #main-content .inner-main {
	position: relative;
	width: 784px;
	margin: 0;
	padding: 30px 38px;
}

body.subpage #main-content .inner-main h1 {
	color:#8b1a1a;
}

body.subpage #main-content .inner-main h2 {
	color:#8b1a1a;
	margin-bottom: 0.25em;
}

body.subpage #main-content .inner-main h3 {
	
}

#wrapper {
	position: relative;
}

#kite {
	position: absolute;
	z-index:0;
	top: 5px;
	right: -24px;
	width: 270px;
	height: 240px;
	background: url(../images/kite.png) no-repeat 0 0;
}

#foot-icons {
	clear: both;
	padding: 40px 0 0;
	text-align: center;
}

#foot-icons li {
	display: inline;
	margin: 0 30px;
}

#foot-icons li img {
	height: 43px;
}

/* - - - - - - - - - - - - - - - - - - - - -
	N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - - */

ul.nav, ul.nav li { margin: 0; list-style: none; }

/* Utility Navigation */
ul.utility {
	width: 960px;
	height: 1px;
	overflow: hidden;
	text-indent: -9999em;
}


/* Global Navigation */
#menu {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	background: #041C48 url(../images/nav_bg.jpg) repeat-x 0 0;
	z-index:1000;
}

ul.global {
	height: 28px;
	padding: 12px 0 0 0;
	overflow: hidden;
}

ul.global li {
	display: inline;
	border-left: 1px solid #fff;
	float: left;
	line-height: 1.2em;
	margin: 0 .8em 0 -.8em;
	padding: 0 .8em 0 .8em;
}

ul.global li a, ul.global li a:visited { color: #fff; text-decoration: none; }

ul.global li a:hover { color: #e8e8e8; text-decoration: underline; }

/* - - - - - - - - - - - - - - - - - - - - -
	P A G E - D E T A I L S
- - - - - - - - - - - - - - - - - - - - - */

 img, div, input { behavior: url("../images/iepngfix.htc") }


p.staff {
	font-size:12px;
	width:220px;
	height:60px;
	margin-right:20px;
	float:left;
	line-height:14px;
}

p.sponsor {
	font-size:12px;
	width:310px;
	margin-right:20px;
	float:left;
	line-height:14px;
	margin-bottom:20px;
}

/* Iconize Links */
.pdf { 
	padding: 5px 22px 5px 0;
	background: transparent url("../images/icon_pdf.gif") no-repeat center right;
}

.doc { 
	padding: 5px 22px 5px 0;
	background: transparent url("../images/word_logo.gif") no-repeat center right;
}

.ppt { 
	padding: 5px 22px 5px 0;
	background: transparent url("../images/powerpoint_icon.gif") no-repeat center right;
}

.mythtitle {
	font-weight:bold;
	font-style:italic;
	width:100px;
	float:left;
	font-size:1.2em;
}

.myth {
	float:left;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:10px;
	width:270px;
}

.facttitle {
	font-weight:bold;
	font-style:italic;
	width:100px;
	float:left;
	font-size:1.2em;
}

.fact {
	float:right;
	font-size:1.2em;
	margin: 0 0 30px;
	width:270px;
	
}

.pusher{
cursor:pointer;
padding:3px 10px 3px 0px;
font-size:1.4em;
font-style:italic;
padding-top:20px;
}

.faqtitle {
	padding-top:20px;
}

.imgright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.imgright2 {
	float:right;
	margin-left:10px;
	margin-bottom:20px;
}

.imgleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.blueborder {
	/*border:1px solid #164384;*/
	padding:3px;
	background-color:#e8e8e8;	
}

#wishlistphotocaption {
	width:294px;
	margin-left:20px;
	float:right;
}

#wishlistphotocaption p {
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
	font-style:italic;
}

#wishlistphotos {
	width:154px;
	margin-left:20px;
	float:right;
	text-align:center;
}

#wishlistphotos .push {
	margin-bottom:25px;
}

ul.fulllist img {
	position:absolute;
	z-index:100;
}

#mythfact1 {
	width:370px;
	float:left;
	margin-right:10px;
}

#mythfact2 {
	width:370px;
	float:right;
	margin-left:10px;
}

.columleft {
	width:370px;
	margin-right:15px;
	float:left;
}

.columright {
	width:370px;
	margin-left:15px;
	float:left;
}

#virtual_tour {
	width:370px;
	float:left;
	margin-right:41px;
	margin-bottom:20px;
}

.gallery {
	width:370px;
	float:left;
	margin-bottom:20px;
}

#virtual_tour h2, .gallery h2, .galleries h2, .upcoming-events h2 {
	padding:5px;
	background-color:#e8e8e8;
	color:#8B1A1A;
	font-size:14px;
	margin:0px;
	text-align: left;
}

.galleries {
	float: left;
	width: 480px;
	margin: 0 0 30px;
}

.galleries .left-thumb {
	float: left;
	margin: 20px 0 0;
}

.galleries .right-thumb {
	float: right;
	margin: 21px 0 0;
}

.upcoming-events {
	float: right;
	width: 280px;
	text-align: center;
}

.upcoming-events img { margin: 6px 0 0; }

.center {
	text-align:center;
}

.eventbanner {
	border:1px solid #000;
}

.blackborder {
	border:2px solid #000;
}

#rightbannercolumn {
	float:right;
	width:310px;
	margin-right:-35px;
	margin-left:25px;
}

.img-column {
	float: right;
	width: 250px;
	margin: 0;
	list-style: none;
}

.img-column li {
	float: right;
	margin: 0;
	list-style: none;
}

.img-column img { width: 180px; }

.divider { margin: 0 0 25px; border-bottom: 1px solid #999; }

.donate-box {
	margin: 0 auto;
	padding: 10px; 
	border: 1px solid #000; 
	text-align: center;
}

.donate-box .field { margin: 0 0 8px; }