/* pgcpc.ca */

/*

------------------------------------------------------------------------------------------------
Site CSS Template
Name:		Prince George Crisis Pregnancy Centre
Designer:	Chris Bowler
URL:		http://www.pgcpc.ca
Date:		09 Oct 2006

CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ 

Light box used courtesy of Lokesh Dhakar 
------------------------------------------------------------------------------------------------

*/

/*----- Layout -----*/

body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	min-width: 650px;
	height:  100%;
}

div.page {
	background-repeat: repeat-y;
	font-family: "lucidia grande", verdana, arial, sans-serif;
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px ;
	text-align: center;
	background: #fff url("images/widebg.gif") 50% 0;
	line-height:1.4em;
}

.page a {color:#fff;}
.page a:hover {color:#bea46f;border:none;}

div.logo {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: 180px;
	width: 760px;
	background-color: #323f67;
}

div.logo-image {
	height: 180px;
	width: 480px;
	margin: 0 auto;
	background: #323f67 url("images/logos/PGCPC_L_WHT.png") no-repeat 0 50%;
}

div.nav {
	background-color: #323f67;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 30px;
	font-size: 13px;
}

div.header {
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
	width: 760px;
	height: 220px;
	background: #fff url("images/bg.gif") repeat-x 50% 0;
}

div.header-img {
	margin: 8px 40px 0px 0px;
	padding: 0px 0px 0px 35px;
	float: right;	
	width: 300px;
	height: 200px;
}

div.main {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 760px;
	text-align: left;
	background: #323f67;
}

div.left-col {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 25px 35px;
	float: left;
	width:  350px;
}

div.right-col {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 25px;
	float: left;
	width: 250px;
}

div.footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 760px;
	border-top: dotted 1px #fff;
	border-bottom: solid 1px #fff;
	background: #cacbcf;
}

.footer a {color: #323f67;}

div.botleft {
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 0px 20px;
	float: left;
	width: 200px;
}

div.botmid {
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 0px 40px;
	float: left;
	width: 230px;
	border-right: dotted 1px #000;
	border-left: dotted 1px #000;
}

div.botright {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	width: 200px;
}

div.remove {
	clear: both;
	margin: 0px auto;
	height: 0px;
	width: 760px;
}

div.ser-left-col {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 15px 35px;
	float: left;
	width:  175px;
}

div.ser-mid-col {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	float: left;
	width:  175px;
}

div.ser-right-col {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 35px;
	float: left;
	width:  260px;
}

/*----- Navigation -----*/

#navlist {
	margin: 0px auto;
	padding: 10px 0px 20px 20px;
	border-bottom: 1px solid #bea46f;
}

#navlist ul, #navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 15px;
	margin: 0px 40px 4px 55px;
	text-decoration: none;
	color: #fff;
}

#navlist a:link#current, #navlist a:visited#current, a:hover {
	border-bottom: 4px solid #bea46f;
	padding-bottom: 2px;
	background: transparent;
	color: #bea46f;
}

div.right-col a {
	text-decoration: none;
	color: #ffffff;
}

div.right-col a:hover {
	border-bottom: dotted 1px #ffffff;
}

div.footer a:hover {
	color: #fb9012;
	border: none;
}

/*----- Basic Styling -----*/

p {
	color: #fff;
	font-size: .8em;
	padding: 0px 0px 5px 0px;
}

h1 {
	color: #bea46f;
	font-size: 1.1em;
}

/*----- Specific Styling -----*/

div.nav p {
	color:  white;
}

div.header h1 {
	margin: 0 auto;
	padding: 80px 0px 0px 35px;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
}

div.main li {
	text-decoration: none;
	font-size: .8em;
	color: #ffffff;
}

div.left-col td {
	font-size: 0.8em;
	color: #ffffff;
	vertical-align: top;
	padding: 12px 12px 12px 4px;
}

div.right-col p {
	color: #bea46f;
}

div.right-col h1 {
	color: #fb9012;
}	

div.footer p {
	color: #323f67;
	font-size: .7em;
	text-align: left;
}

div.footer h1 {
	color: #323f67;
	font-size: .8em;
	text-decoration: underline;
}

div.botright p {
	color: #000000;
}

/*----- Table Styles -----*/
table{border-top:1px solid #ddd;border-left:1px solid #eee;}
table tr{padding: 15px 0;}
table tr.alt{background: #ddd;}
table th{background-color:#666;color:#ddd;font:14px verdana, arial, helvetica, sans-serif;}
table td, th{border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding: 5px 10px;}


/*----- Lightbox -----*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	