@charset "UTF-8";
/* CSS Document */

/* CSS Document for Quigley Village Site
	Author: Naphtalie Squier
	Date: January 14, 2010
	Quigley's Village
 */

/* general styles */ 

body {
	background-image: url(images/backround_photoshop_web.gif);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


/* individual elements */


div#home_image	{
	padding-left: 20px;	
	padding-right: 10px;
	background: #339900;
	}
	
div#home_text {
	padding-left: 10px;	
	padding-right: 20px;	
	}
	
	
lh {
	font-size: 18px;
	font-weight: bold;
	color: #6d63ac;
	padding-bottom: 5px;
	}
	

/* page divs */ 

div#main_content {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background: #b9c4e4;
	}
div#main_image {
	padding-right: 15px;
	margin-bottom: 20px;
	}	
div#text_portion {
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: left;
	}
div#copyright	{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #6d63ac;
	letter-spacing: 0.1em;
	vertical-align: 2.1;
	font-size: 12px;
	}
div#facebook_link {
	margin-right: 15px;
	margin-bottom: -5px;
	}
div#footer_links {
	margin-right: 15px;
	margin-bottom: -5px;
	color: #b9c4e4;
	}
	
	

/* links */ 

a:link {
	color: #6d63ac;
}
a:visited {
	color: #6d63ac;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fac456;
	}
	
/* footer links */ 
div#footer_links a:link {
	color: #fff;
	text-decoration: none;
	}
	
div#footer_links a:visited {
	color: #fff;
	text-decoration: none;
	}

div#footer_links a:hover {
	color: #fac456;
	text-decoration: none;
	}
	
div#footer_links a:active {
	color: #fff;
	text-decoration: none;
	}

	
/* facebook links */ 
div#facebook_link a:link {
		color: #b9c4e4;
	text-decoration: none;
	}
	
div#facebook_link a:visited {
	color: #fff;
	text-decoration: none;
	}

div#facebook_link a:hover {
	color: #b9c4e4;
	text-decoration: none;
	}
	
div#facebook_link a:active {
	color: #b9c4e4;
	text-decoration: none;
	}
	


	
	
	
/* classes */

.homepage_header_text {
	font-size: 32px;
	font-weight: bold;
	color: #6d63ac;
	}
.main_header_text {
	font-size: 32px;
	font-weight: bold;
	color: #6d63ac;
	}
.homepage_subhead_text {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	}
.subhead_text {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	}
.learn_more_table_header {
	font-weight: bold;
	font-size: 17px;
	font-variant: small-caps;
	}
.learn_more_title {
	font-weight: bold;
	font-size: 17px;
	}
/* parents classes for QV*/
.parents_second_subhead {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	}
.parents_page_text {
	font-size: 15px;
	}
.parents_subject_header {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	}
	
/* kids classes for QV*/
.kids_page_text {
	font-size: 18px;
	font-weight: bold;
	}
.content_page_nav_image {
	padding-top: 20px;
	padding-right: 20px;
	}
.content_page_nav_buttons {
	padding-top: 5px;
	padding-right: 20px;
	}
.kids_table_title {
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.character_name {
	font-weight: bold;
	font-size: 18px;
	color: #6d63ac;
	}
	







	
	
	

/* div sections NOT USED for QV*/
div#nav	{
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-transform: lowercase;
	padding-bottom: 10px;
	}
	
div#page_image {
	vertical-align: top;
	top: 0px;
	position: relative;
	left: 0px;
	}
	
div#footer	{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	vertical-align: 2.1;
	font-size: 12px;
	background-color: #6d63ac;
	}

	
#main_content table tr td #text_portion table {
	text-align: center;
}
