/*
	JOHNSTONEIMAGING.COM :: Brian Johnstone
	(c) 2008 Brian Johnstone :: All Rights Reserved.
	
	Site/Design/Code by Derek Kleinfeldt for Harbour Road Design.
	http://www.harbourroad.ca  :: hello@harbourroad.ca
*/




/*--------------------------------------------------------
			LAYOUT FORMATTING
  -------------------------------------------------------- 
*/

body {
	background-color: #000;
}

form { 
	margin: 0px; 
}

img {
	border: 0px;
}

img.center {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}

img.left {
	display: block;
	margin-left: 0px; 
	margin-right: auto; 
	padding-right: 10px;
}

img.right {
	display: block;
	margin-left: auto; 
	margin-right: 0px; 
	padding-left: 10px;
}

img.galleries {
	display: block;
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid #4a4a4a;
	padding: 0px;
}

#container {
	position: relative;
	width: 758px;
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
	background-color: #000;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#header {
	position: relative;
	width: 100%;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 25px;
	height: auto;
	background-color: #000;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#headerimage {
	position: relative;
	width: 442px;
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
	background-color: #000;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#topnavbar {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 25px;
	height: auto;
	background: #000;
	border: 0px;
	padding: 0px;
}

#contentframe {
	position: relative;
	width: auto;
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
	background-color: #000;
	border: 1px solid #4a4a4a;
	padding: 2px;
}

#content {
	position: relative;
	width: auto;
	margin-left: auto; 
	margin-right: auto;
	height: auto;
	background-color: #000;
	border: 1px solid #4a4a4a;
	padding: 25px;
}

#flashframe {
	position: relative;
	width: 652px;
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
	background-color: #000;
	border: 1px solid #4a4a4a;
	padding: 2px;
}

#flash {
	position: relative;
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	height: auto;
	background-color: #222;
	border: 1px solid #4a4a4a;
	padding: 25px;
}

#contact {
	position: relative;
	width: auto;
	margin-left: auto; 
	margin-right: auto;
	height: auto;
	background-color: #222;
	border: 1px solid #4a4a4a;
	padding: 0px;
}

#galleries {
	position: relative;
	width: auto;
	margin-left: auto; 
	margin-right: auto;
	height: auto;
	background-color: #222;
	border: 0px;
	padding: 0px;
}

#footer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height: auto;
	background-color: #000;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
}



/*--------------------------------------------------------
			TEXT FORMATTING
  -------------------------------------------------------- 
*/

body,td,th,input,select,textarea {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #e3e1e2;
	font-weight: normal;
}

p {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #e3e1e2;
	font-weight: normal;
}

h1 {
	font-family: tahoma,arial,sans-serif;
	font-size: 16px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	font-family: tahoma,arial,sans-serif;
	font-size: 14px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: underline;
}

.wiggle {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #938B89;
	font-weight: normal;
	text-decoration: none;
}

.title {
	font-family: tahoma,arial,sans-serif;
	font-size: 15px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: underline;
}

.photoname {
	font-family: Georgia;
	font-size: 15px;
	color: #e3e1e2;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	padding-left: 105px;
	padding-right: 105px;
}

.photocredit {
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
	color: #938B89;
	font-weight: normal;
}

#contact td {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: none;
}

#contact input,select,textarea {
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

.formlabel {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: none;
	line-height: 2;
}

.textarea {
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

#footer body,td,th,input,select,textarea {
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
	color: #938B89;
	font-weight: normal;
}

#footer p {
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
	color: #938B89;
	font-weight: normal;
}



/*--------------------------------------------------------
			LINK FORMATTING
  -------------------------------------------------------- 
*/

a:link {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #938b89;
	font-weight: normal;
	text-decoration: none;
}

#topnavbar a:link {
    padding: .2em 1em;
    background-color: #000;
	font-family: tahoma,arial,sans-serif;
	font-size: 13px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: none;
}

#topnavbar a:visited {
    padding: .2em 1em;
    background-color: #000;
	font-family: tahoma,arial,sans-serif;
	font-size: 13px;
	color: #e3e1e2;
	font-weight: normal;
	text-decoration: none;
}

#topnavbar a:hover {
    padding: .2em 1em;
    background-color: #000;
	font-family: tahoma,arial,sans-serif;
	font-size: 13px;
	color: #938b89;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:link {
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
	color: #938B89;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
	color: #938B89;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	font-family: tahoma,arial,sans-serif;
	font-size: 10px;
	color: #938B89;
	font-weight: normal;
	text-decoration: underline;
}



/*--------------------------------------------------------
			TABLE FORMATTING
  -------------------------------------------------------- 
*/

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #000;
	text-align: center;
}

table.contact {
	width: 100%;
}

tr.contact {
	vertical-align: top;
	text-align: left;
}

table.galleries {
	width: 100%;
}

tr.galleries {
	vertical-align: top;
	text-align: center;
}

tr.prints {
	vertical-align: top;
	text-align: center;
}

