/* 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, a img {
	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; }
	
ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

/*** End reset ***/

/*****************************************
 *										 *
 *				page-wide				 *
 *										 *
 *****************************************/

body {
	background-image: url('../images/bg-640px.jpg');
	width: 320px;
	margin: 0 auto; }

.container {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Franklin Gothic',helvetica,ariel,sans-serif;
	width: 294px; }

.divider { border-bottom: 1px solid #504946; }

/*****************************************
 *										 *
 *				  header				 *
 *										 *
 *****************************************/

#header {
	margin-top: 13px;
	margin-bottom: 8px;
	height: 61px;
	position: relative; }

#logo {
	position: absolute;
	top: 0;
	left: 0; }

#v3 {
	position: absolute;
	top: 0;
	right: 0; }

#ISPhotographic {
	position: absolute;
	top: 12px;
	left: 62px;}

/*****************************************
 *										 *
 *				   nav					 *
 *										 *
 *****************************************/

#nav { position: relative; height: 46px; }
#nav ul { list-style-type: none; }
#nav li { display: block; }
#nav a { opacity: .8; position: absolute; }
#nav a:hover { opacity: 1; }

#call a { 
	left: 3px;
	top: 2px; }
#email a { 
	left: 72px;
	top: 0; }
#about a { 
	left: 144px;
	top: 5px; }
#blog a { 
	right: 5px;
	top: 2px; }

/*****************************************
 *										 *
 *				 content				 *
 *										 *
 *****************************************/
 
/*****************************************
 *										 *
 *				  footer				 *
 *										 *
 *****************************************/
 
#footer { position: relative; height: 42px;}
#maxMedia { position: absolute; top: 12px; right: 12px; }
#arcticsoft { position: absolute; top: 10px; left: 12px; }

/*****************************************
 *										 *
 *				   home 				 *
 *										 *
 *****************************************/

#home-page #content {
	height: 416px;
	width: 320px;
	background-color: white;
	margin: 12px 0;}


/*****************************************
 *										 *
 *				   about				 *
 *										 *
 *****************************************/

#about-page {
	font-size: 95%;
	line-height: 1.3em; }

#about-page #content {
	margin: 8px;
	margin-top: 13px;
	width: 304px;}

#about-page #michaelAndDave {
	float: right;
	margin-left: 4px;
	font-size: 80%;}

#about-page p {
	font-size: 100%;
	text-align: center;
	margin-bottom: 1em;}

#about-page #michaelAndDave p {
	font-size: 90%; }

#about-page p.testimonial span {
	font-size: 75%;
	line-height: 1.2em;
	display: block;	}

#about-page .finalAbout {
	font-size: 125%;
	clear: both;
	line-height: 1.3em;}

/*****************************************
 *										 *
 *				   call 				 *
 *										 *
 *****************************************/

p.contact-method {
	margin: 16px 0;
	font-size: 1.3em; }

p.phone {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.6em; }
	p.phone a { color: #000000; text-shadow: 0 0 4px #ffffff }

p.map {	 }

p.map a { 
	display: block;
	background-image: url('../images/map.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 218px; }

p.address {
	font-size: .9em;
	text-align: center; }