/*Laurel Smith's new site - HTML5*/
/*Author: Sirkka Gorham*/



/* Changes for HTML5 */
header, nav, footer, aside, figure {
    display:block;
}

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000080; /*navy*/
}

a:visited {
	color: #800000; /*maroon*/
}
a:hover, a:focus {
	color: #800000; /*maroon*/
}
body {
	color: #2B2118;
	font-family: Verdana, sans-serif;
	font-size: 12px;


background:  #B4A89D; /* #e0d8d2; Old browsers */
background: -moz-linear-gradient(left, #e0d8d2 0%, #9e8068 50%, #957357 51%, #b6aaa0 100%); /* FF3.6+ */

/*Chrome currently not working
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e0d8d2), color-stop(50%, #9e8068), color-stop(51%, #957357), color-stop(100%, #b6aaa0)); 
background: -webkit-linear-gradient(left, #e0d8d2 0%, #9e8068 50%, #957357 51%, #b6aaa0 100%); 
*/
background: -o-linear-gradient(left, #e0d8d2 0%,#9e8068 50%,#957357 51%,#b6aaa0 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #e0d8d2 0%,#9e8068 50%,#957357 51%,#b6aaa0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d8d2', endColorstr='#b6aaa0',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #e0d8d2 0%,#9e8068 50%,#957357 51%,#b6aaa0 100%); /* W3C */
}

#container {
	width: 920px;
	border-right: 3px solid #644D38;
	border-left: 3px solid #644D38;
	border-bottom: 3px solid #644D38;
	margin-left: 10%;
	float:left;
	padding: 0px;
	background-color: #FFEFDB;
}

@media screen and (max-width: 1000px) {
	#container {
		width: 99%;
		margin-left: 1%;
		min-width: 900px;
	}
	

}

#content {
	width: 756px;
	margin: 0px;
	border-left: 1px solid #644D38;
	float: left;
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	min-height: 512px;
}



header {
	/*padding: 15px 0px;*/
	border-bottom: 5px solid #644D38;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px;
	background: url(images/bg_light.gif) repeat;

}

h1 {
	font-family: Garamond, Palantino Linotype, serif;	
	font-size: 2.2em;
	background: #FFFAF0;
	border: 1px solid #644D38;
	/*margin: 0px 40px;
	padding: 7px 7px;*/
	padding: 15px 10px 14px 10px;

	text-shadow: 1px 1px 30px #644D38;


-moz-box-shadow: inset 0px 0px 5px 0px #8E827D;
-webkit-box-shadow: inset 0px 0px 5px 0px #8E827D;
box-shadow: inset 0px 0px 5px 0px #8E827D;
}


.lsmith {
	font-size: 140%;
	vertical-align: -10%;

}

/*
.lsmith:first-letter {
	font-weight: bold;
	font-size: 300%;
}*/

.ps {
	font-size: 70%;

}


h1,h2,h3 {
}

h2, h3 {
font-family: Helvetica,Verdana,Arial,Sans-serif;
font-size: 16px;
font-weight: bold;

}




h4 {
	font-size: 1.1em;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #644D38;
	
}

section h4 {
	display: block;
	border: 0 none;
	color: #644D38;
}

h5 {
	font-size: 1.1em;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #644D38;
	padding-bottom: 10px;
}


img {
	float:right;
}

li {
	margin-left: 30px;
}

ol li {
	padding-bottom: 10px;
}

ul {

}	

p {
	
}


article h2 {
	color: #FFFFFF;
	background-color: #644d38;
	position: absolute;
	margin-top: -42px;
	margin-left: -18px;
	padding: 3px 15px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px; 

-moz-box-shadow: inset -1px 3px 5px 0px #362A26;
-webkit-box-shadow: inset -1px 3px 5px 0px #362A26;
box-shadow: inset -1px 3px 5px 0px #362A26;

text-shadow: 1px 1px 3px #000 /*, -1px -1px #333*/; /*right-left top-bottom blur color*/
}

section h3 {
	color: #644d38;
	position: relative;
	margin-top: -40px;
	padding-bottom: 17px;
	display: block;
	width: 100%;
	text-align: center;
}


article {
	-moz-border-radius: 0px 15px 15px 15px;
	border-radius: 0px 15px 15px 15px;

	display: block;
	border: 3px solid #644D38;
	border-top: 7px solid #644D38;
	width: 50%;
	float: left;
	margin: 40px 20px 0px 20px;
}


.half {
	width: 50%;
}

.full {
	width: 90%;
}

.third {
	width: 40%;
}


section {
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 40px 0px 0px 20px;
}

article, section {
padding: 15px;
-moz-box-shadow: inset -2px -2px 10px 0px #8E827D;
-webkit-box-shadow: inset -2px -2px 10px 0px #8E827D;
box-shadow: inset -2px -2px 10px 0px #8E827D;
}


article.borderless {
	border: 0 none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;

-moz-box-shadow: inset 0 0 0 0 #FFFFFF;
-webkit-box-shadow:  inset 0 0 0 0 #FFFFFF;
box-shadow:  inset 0 0 0 0 #FFFFFF;
}

article.borderless section {
	float: left;
	border: 3px solid #644D38;
	border-radius: 2em;
}


section {
	width: 90%;
}

section#using {
	width: 50%;
}

section#news {
	width: 32%;
}

section#links {
	width: 90%;
}

aside {
	color: #644D38;
	padding: 30px 4px 10px 4px;
}

address {
	font-style: normal;
}


/* misc */

.error {
	color: red;
}

section#news a {
	display: block;
	margin-bottom: 18px;
	padding: 0px;
}


section#news li {
  	list-style-type: disc;
  	list-style-image: url(images/document.png);
  	list-style-position: outside;

}

.readmore {
	font-size: 90%;
	font-style: italic;
	text-align: right;

}


figure {

	float: left;
	clear: none;
	text-align: center;


-ie-box-shadow: 5px 5px 5px #8E827D;
-moz-box-shadow: 5px 5px 5px #8E827D;
-webkit-box-shadow: 5px 5px 5px #8E827D;
box-shadow: 5px 5px 5px #8E827D;
}


figure img {
	border: 1px solid #644D38;
}

figcaption {
	display: inline-block;
	clear: both;
	float: left;
	width: 100%;
	font-size: .8em;
	padding: 3px 0px;
	border-left: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}


figure#mainpage {
	position: relative;
	float:right;
	margin: 40px 100px 0px 0px;

	/*position: absolute;
	top: 122px;
	margin: 10px 10px -50px 475px;*/
}

figure#office {
	margin-right: 30px;
}


figure.aboutus {
	margin-top: 4px;
	margin-bottom: 15px;
}

figure.photoright {
	float: right;
	margin-left: 25px;
	margin-right: 15px;
}

figure.photoleft {
	float: left;
	margin-right: 25px;
}

#map {
	margin: 20px 20px 0px 0px;
}



/*link exchange form */



input:focus, textarea:focus, select:focus {
    background-color: #E8DBD0;
}



input[type="reset"], input[type="submit"]  {
	padding: 3px 5px;
	margin: 10px 0px;
	font: normal 90% Arial bold;

    background: #fff -o-linear-gradient(top, #fff, #7F6147) top no-repeat;
    background: #fff -moz-linear-gradient(top, #fff, #7F6147) top no-repeat;
    background: #fff -webkit-linear-gradient(top, #fff, #7F6147) top no-repeat;
    background: #fff -ms-linear-gradient(top, #fff,#7F6147) top no-repeat;
    background: #fff linear-gradient(top, #fff, #7F6147) top no-repeat;
    border: none;
    -moz-border-radius: 10px/20px;
    border-radius: 10px/20px;
-moz-box-shadow: 1px 2px 4px #003;
    box-shadow: 1px 2px 4px #003;
 text-shadow: -0.01em -0.05em 0.05em #7F6147, 0 1px 3px #FFFFFF;
 
}

input[type="reset"]:focus, input[type="submit"]:focus {
	-moz-box-shadow: -1px -1px 4px #003;
    	box-shadow: -1px -1px 4px #003;

    background: #fff -o-linear-gradient(bottom, #fff, #B6A596) top no-repeat;
    background: #fff -moz-linear-gradient(bottom, #fff, #B6A596) top no-repeat;
    background: #fff -webkit-linear-gradient(bottom, #fff, #B6A596) top no-repeat;
    background: #fff -ms-linear-gradient(bottom, #fff, #B6A596) top no-repeat;
    background: #fff linear-gradient(bottom, #fff, #B6A596) top no-repeat;

}



/* navigation 

The states must be defined in the correct order:
   1. link
   2. visited
   3. hover
   4. active

*/
nav {
	width: 163px;
	float: left;
}

nav a.button {

	font-family: Garamond, Arial Narrow, serif;
	COLOR: #FFF8DC;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 28px; /*centering*/
	background-color: #644D38;
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: 0 none;


text-shadow: 1px 1px #000, -1px -1px #333;
}


nav a.button:link, nav a.button:visited {

COLOR: #FFF8DC;
background: url(images/books/button6.gif) no-repeat;
}

nav a.button:hover,nav a.button:active, nav a#current {
COLOR: #FFF8DC;
background: url(images/books/button10.gif) no-repeat;
}



/* footer */
footer {
	font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	font-weight: bold;
        background: #644d38 url(images/bg_dark.gif) repeat-x;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
footer a:link, footer a:visited {
	font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
}

footer a:hover, footer a:active {
	font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

