/*
	
	IPC Media
	housetohome : print.css
------------------------------------------------------------------------------------------------- */

	a, img {
		border: 0;
	}
	
	body {
		width:640px; 
		font: normal normal 100% Arial, Helvetica, sans-serif; 	 
	}

	ul, ol, dl, p {
		margin: 10px 30px;
		font-size: 77%;
	}
	
	p, li {
		margin: 10px 0;
		line-height: 1.3em;
	}
	
	ul li {
		list-style: disc;
	}
	
	ol li {
		list-style: decimal;
	}
	
	ul ul, ol ol {
		font-size: 93%;
	}
	
	input, textarea, select { 
		color: #ccc;
		font-size: 77%;
	}

	h1, h2, h3, h4, h5, h6 {
		clear:both;
		margin: 10px 0;
		background-repeat: no-repeat;
		background-position: left top;
		line-height: 1.1em;
	}
		
	h1 {
		font-size: 116%;
	}
	
	h2 { 
		font-size: 100%;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h3 { 
		
		font: normal bold 85% Georgia, "Times New Roman", Times, serif;
	}
	
	h4 {
		font-size: 93%;
	}
	
	h5 {
		font-size: 77%;
	}

	h6 {
		margin-bottom: 0; 
		font-size: 70%;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	em {
		font-style: italic;
	}
	
	a { 
		text-decoration: underline;
		outline: none;
		color: #2082bd;
	}
	
	a:hover { 
		color: #b56b8e;
	}
	
	a:active {
		color: #666;
	}

	button {
		border: none;
	}
	
	button:hover {
		cursor: pointer;
	}
	
	strong {
		font-weight: bold;
	}	
	
	/* Genreal two column form */
	dl {
		width: 100%;
	}
	
	dd, dt { 	
		float: left;
		display: inline;
		width: 50px;
	}
	
	dt {
		clear: left;
	}


.logo {
	height: 68px;
	width: 298px;
	overflow: hidden; 
}


/* Gallery Links */

.galleries_list {
	margin: 10px 0;
	padding: 0;
	clear: both;
}

.galleries_list li {
	float: left;
	margin: 0 0 0 8px;
	padding: 0;
	list-style: none;
}

/* Hide unwanted elements */
.nav, .quick_nav, #search, .top_branding {
	display: none;
}
