@import url('reset.css');

body {
   	background-color: #800080;
   	background: transparent url("Graphics/bkg.gif");
   	background-repeat: repeat-x;
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#800080), to(#ffa500));
   	background-image: -webkit-linear-gradient(top, #800080 40%, #ffa500);
   	background-image:    -moz-linear-gradient(top, #800080 40%, #ffa500);
   	background-image:     -ms-linear-gradient(top, #800080 40%, #ffa500);
   	background-image:      -o-linear-gradient(top, #800080 40%, #ffa500);
   	background: linear-gradient(top, #800080 40%, #ffa500 100%); */

	font: normal 62.5% Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	padding-bottom: 100px;
	}

#wrapper{
	 margin: 12px auto;
	 margin-bottom: 10px;
     width: 934px;
     height: auto;
     padding: 30px 20px 20px 20px;
     -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);

    background-color: tan;
   	/* background: transparent url("Graphics/bkg.gif");
   	background-repeat: repeat-x; */
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFE5D5), to(tan));
   	background-image: -webkit-linear-gradient(top, #FFE5D5 40%, tan);
   	background-image:    -moz-linear-gradient(top, #FFE5D5 40%, tan);
   	background-image:     -ms-linear-gradient(top, #FFE5D5 40%, tan);
   	background-image:      -o-linear-gradient(top, #FFE5D5 40%, tan);
	background: linear-gradient(top, #FFEFD5 40%, tan 100%);

     /* background: url('Graphics/DrMaryPromoPhotoS.jpg') center center no-repeat;
     background-size: cover; */
     position:relative;
     overflow:auto;
    }

#weather {
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: transparent;
	}

.doctorin {
	margin-top:3em;
	border: solid 1 black;
	padding:5px;
	-webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5); }

p {
	font-size:1em;
	line-height:1.2;
	padding-top:0.7em;
	color: #222;
	}

ul	{
	margin-left:20px;
	}

ol {
    margin-left: 20px;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

li	{
	font-size:1em;
	list-style-type: disc;
	list-style-position: inside;
	margin-left:20px;
	}

dd	{
	line-height:1.2;
	margin-bottom:10px;
	}

td	{
	padding:5px;
	}

h1	{
	font-size:2em;
	font-style: bold;
	padding-bottom:0.7em;
	color: #222;
	/* -moz-text-shadow: 3px 3px 5px #555;
	-webkit-text-shadow: 3px 3px 5px #555;
	text-shadow: 3px 3px 5px #555; */
	}

h3	{
	font-size:1.5em;
	font-style: bold;
	padding:0.7em 0em 0.7em 0em;
	color: #222;
	}

dd {
	margin-left:30px;
	}

/* img	{
	float:left;
	margin:20px;
	} */

#footer	{
	clear:both;
	font-size:0.9em;
	width:960px;
	padding: 10px;
	margin: 12px auto;
	background-color:tan;
	-webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     overflow: auto;
	}

.clear	{
	clear:both;
	}

.dropcap:first-letter {
	float: left;
	font-size: 4em;
	line-height: .8em;
	margin-right: 3px;
	padding: 2px;
	}

.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
	font-weight: normal;
	}

.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	}

.picture img {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
	}

.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
	}

.left {
	margin: 0.5em 0.8em 0.5em 0;
	float:left;
	}

/* 	<div class="picture left" style="width:278px;">
	<img src="google.gif" width="276" height="120" alt="Google Logo" />
	<br />Image Caption goes here. </div> */

/* Menu Bar ********************************************************************/

#leftbox {
	background-color: coral;
	background-position: center 3%;
	background-repeat: no-repeat;
	float: left;
	width: 150px;
	background-image: url(files/Mary_Promo_Shot.jpg);
	height: 100%;
	margin: 0px 30px 15px 0px;
	position: relative;
	-webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

#navigation {
	width: 150px;
	margin: 160px 15px 8px 0px;
	font-family: Arial, Helvetica, sans-serif; }

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0; }

#navigation li {
	border-bottom: 1px solid #FFFFFF;
	text-align:right;
	font-weight: bold;
 	}

#navigation li a {
	display: block;
	padding: 5px 8px 5px 0.5em;
	background-color: coral;
	color: #FFF;
	-moz-text-shadow: 2px 2px 3px #555;
	-webkit-text-shadow: 2px 2px 3px #555;
	text-shadow: 2px 2px 3px #555;
	text-decoration: none;
	-webkit-transition-property: background;
  	-webkit-transition-duration: 0.6s;
  	-webkit-transition-timing-function: ease;}

#navigation li a:hover {
	display: block;
	padding: 5px 8px 5px 0.5em;
	background-color: #FFFFFF;
	color: #222;
	text-decoration: none; }

#logo {
	width: 150px;
	height:110px;
	margin-left:1px;
	background-color: transparent;
	background-size: 100% auto;
	background-image: url(files/DrMaryOfficeSign-1.png);
	background-repeat: no-repeat; }

#tagline {
	width: 150px;
	height: 10px;
	font-size: 10.5px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	margin-top:-4px;
	text-align: center; }

/* Containers ******************************************************************/

#box3 {
	float:right;
	width:80%;
	font-size: medium;
	margin-bottom:15px;
	}

.raised	{
	 -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     }
