/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #770AF1; 
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #B2B2B2;
	padding-top: 0px;
	}
#homeP #homePLink,
#aboutP #aboutPLink,
#galleriesP #galleriesPLink,
#infoP #infoPLink,
#contactP #contactPLink,
#weddingsP #weddingsLink,
#couplesP #couplesLink,
#familiesP #familiesLink,
#pregnancyP #pregnancyLink,
#eventsP #eventsLink,
#petsP #petsLink	{
	font-weight: bold;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1	{
	font-weight: normal;
	font-size: 110%;
	display: block;
	margin-bottom: 10px;
}

html	{
	height: 100%;
	width: 100%;
}
.all	{
	width: 1000px;
	margin: 10px auto;
	padding: 0 100px;
}
a	{
	color: #770AF1;
	text-decoration: none;
}
a:hover	{
	font-weight: bold;
}

#topHalf	{
	background-color: white;
	width: 100%;
	padding-bottom: 130px;
	/*background-image: url(../images/home_page/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;*/

}
#topHalf_contact	{
	background-color: white;
	width: 100%;
	padding-bottom: 10px;
	/*background-image: url(../images/home_page/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;*/


}
#topHalf_info,
#topHalf_galleries	{
	background-color: white;
	width: 100%;
	padding-bottom: 5px;
	/*background-image: url(../images/home_page/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;*/

}

#container	{
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
}

.info	{
	width: 548px;
	padding: 1em;
	padding-top: 0;
	float: left;
}

ul.info_list	{
	margin: 30px 15px;
}

ul.info_list li	{
	font-style: italic;
	margin: 10px 10px;
}
#footer	{
	width: 100%;
	height: 120px;
	background-image: url(../images/skyline_grey_single.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#footnote	{
	width: 1000px;
	height: 50px;
	font-size: 80%;
	margin: 10px auto;
	color: #FFF;
	padding-bottom: 20px;
}
