
/* 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;margin:0px;padding:0px; background-color:#aaa; }

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;
}
a:link {color:#1a1; text-decoration:none;} 
a:visited{ color:#1a1;text-decoration:none;} 
a:hover {color:#1a1; text-decoration:none;}






/* Text styling throughout the website*/




p
{
color:#000;
font-size:1em;
font-family:georgia;
margin:0.7em;
line-height:1.1em;
}


h1
{
font-family:georgia;
font-size:1.7em;
font-weight:bold;
}


h2
{
font-family:georgia;
font-size:1.4em;
font-weight:bold;
font-style:oblique;
margin:0.5em;
}

h3
{

font-family:georgia;
font-size:1em;
font-weight:bold;
margin:0.5em;
}



/* center the entire website  and define width*/
#website
{
position:relative;
max-width:62.5em; 

margin:0 auto; 
height:310em;
background-color:#fff;
box-shadow: 0px 0px 15px #000;
}

#bottomdog
{
position:absolute;
bottom: 1em;
width:100%;
}


.centered
{position:relative;
text-align:center;
margin:0 auto;
}




/* container within website enabling free positioning of elements within - not necessarily centered*/

#container
{
width:62.5em;
padding:0px;

}

#titlelogo
{

margin:1em 1em 1em 0em;
width:65%;
}

#clockface
{
position:relative;
width:20%;
top:-1em;
right:-1em;
}



#addresshead p
{

font-size:1em;
margin:1em;
text-align:right;
color:#000;
}

#menu

{
background-color:rgba(0,0,0,0.3);
padding:0.8em;


}

#menu li

{
display:inline;
font-size:0.8em;
margin:0em;
padding:0.3em;

}
#menu li a
{
color:#fff;
font-style:oblique;
}



#strapline
{
margin:2em;

}

#strapline p
{
font-size:1em;
line-height:1em;
font-style:oblique;
}

#lowerhalf
{
background-image:url('shopnodog.jpg');
background-repeat:no-repeat;
height:100%;
}

#leftpane
{

position:relative;
float:left;
width:100%;
background-color:rgba(255,255,255,0.9);
}


.article
{
position:relative;
border-width:1px;
border-radius:1em;
border-style:solid;
border-color:#393;
margin:2em;
padding:1em;
}

.article li
{

margin:0.5em 0.5em 0.5em 2em;
}





#shopfront
{

height:10em;
margin:1em;


}

#googlemap
{


width:80%;
height:10em;
float:left;
margin:1em;
}


#rightpane
{
position:relative;
display:none;
float:right;
width:30%;
background-color:rgba(255,255,255,0.9);
}

#rightpane p
{
font-size:1em;

}

#rightpane img
{
width:80%;
margin: 2em 0em 3em 0em;
border-width:1px;
border-radius:1em;
border-style:solid;
border-color:#393;
padding:0.5em;
}




ul li
{
margin:1.5em;
font-size:0.9em;
}

#sales img, #engraving img
{
width:70%;
margin:2em;
display:inline;
position:relative;
}
#repairs .multiplepics img
{
margin:0.5em;
width:30%;
}

#sales p
{
padding:1em;
margin:1em;
font-size:0.9em;
border-width:0px 0px 1px 0px;
border-style:solid;
border-color:#393;
font-style:oblique;
}

#sales .multiplepics img
{
margin:0.5em;
width:40%;
}

.rightalign
{
float:right;
}

#facebook
{
width:100%;
height:6em;
background-color:rgba(0,0,255,0.2);
}

#facebook img
{width:3em;
border:0px;
margin:0.5em;
float:left;

}

#facebook p
{
margin:1em;
position:relative;
top:2em;
font-weight:bold;
font-size:0.7em;
color:#fff;

}
