/*
Padalacs Photography CSS style sheet (Formatting)
Designed by Harry Leith of Digital Forge
http://www.digitalforge.com.au
version 1.0 | 31st August 2007

This CSS style sheet controls how text and paragraphs are formatted. This controls the look-and-feel of the document. Typeface, size, colour, spacing etc.
*/


/* #### Default styling for body elements #### */
body
{
	color: #ddd;
	font-size: 70%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}


/* #### Paragraph styling for text on the main body section of the page  #### */
#content p
{
	/*border: 1px #ffffff solid;*/
	padding: 0px 0px 15px 0px;
	margin: 0px;
}



/* #### CSS styling for headings within the main body section of the page  #### */
#content h2
{
	font-size: 200%;
	font-family: "Times New Roman", Times, TimesNR, Georgia, "Book Antiqua", Palatino Linotype, Palatino, "MS Serif", serif;
	padding: 0px;
	margin: 0px;
	/*border-bottom: 1px #555555 solid;
	text-align: center;*/
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
}

#content h3
{
	font-size: 130%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #555555 solid;
	font-variant: normal;
	font-weight: normal;
}

#content ul
{
	list-style-type: circle;
	padding-bottom: 15px;
}

#content .disclaimer
{
	font-size: 90%;
	font-family: Arial, Verdana, sans-serif;
	border-top: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
	padding: 0px;
	margin: 0px;
	
}

#content .imagedisclaimer
{
	font-size: 90%;
	font-family: Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	
}

address
{
	padding: 35px 0 35px 35px;
	font-style: normal;
	background-image: url(../images/bg_address_black.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

address .contact_heading { font-weight: bold; }

.link_title
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	
}

#content .links p { padding: 0px 0px 14px 0px; }

#content .links h3
{
	font-size: 130%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-variant: normal;
	font-weight: normal;
}

#content .links h4 {
padding: 0px 0px 0px 0px;
margin: 0px;
font-size: 110%;
}


/* #### CSS styling for pullquote text on the main body section of the page  #### */
.pullquote
{
	font-size: 220%;
	font-family: "Times New Roman", Times, TimesNR, Georgia, "Book Antiqua", Palatino Linotype, Palatino, "MS Serif", serif;
	text-align: center;
	font-style: italic;
	padding: 20px 50px 20px 50px;
}


/* #### Paragraph styling for text on the footer section of the page  #### */
#footer p{
font-size: 90%;
}