/* Basic Tags styles */
body   {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: #693 url("../img/bkgd.gif") repeat-y fixed center top;
	margin: 0;
	padding: 0;
	border-width: 0
	}
img	{
	display: block;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	}
a:link {text-decoration: none; color: #363}     /* unvisited link */
a:visited {text-decoration: none; color: #363}  /* visited link */
a:hover {text-decoration: underline overline; color: #c69c6d}   /* mouse over link */
a:active {text-decoration: none; color: #c69c6d}  /* selected link */

/* Header divs and container */
#banner  {
	background-image: url("../img/header.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	border-style: none none solid;
	border-width: 0 0 3px 0;
	border-color: #c69c6d;
	}
#title {
	background-image: url("../img/title.png");
	width:390px;
	height:120px;
	border:0;
	padding:0;
	margin: 10px auto 0 auto;
	}
#container {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 600px;
	border-width: 0;
	}

/* Navigation Style */
#nav {
	float:left;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	width: 580px;
	border-right: 1px solid #8CB366;
	margin-left: 10px;
	margin-top:10px;
	background-color: transparent;
	color: #c69c6d;
	}
#nav ul {
	float:left;
	display:inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav ul li {
	float:left;
	height:19px;
	width:64px;
	margin: 0;
	text-align:center;
	border-top: 1px solid #8CB366;
	}
#nav ul li a {
	display: block;
	background-color: #363;
	border-top: 1px solid #8CB366;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	}
#nav a:link {
	color: #c69c6d;
	}
#nav a:visited {
	color: #c69c6d;
	}
#nav a:hover {
	color: #363;
	background-color: #c69c6d;
	}

/* Main Styles */
#main {
	
	width: 580px;
	margin: 10px 0 10px 10px;
	}
#main p	{text-indent: 25px}

p.byline {
        color: #363;
        font-size: 0.7em;
        margin-top: 0;
	text-indent: 0px;
        }
.mobile-photo {
	text-align:center;
	}

.mobile-photo img {
	width:320px;
	margin-left:auto;
	margin-right:auto;
	}


/* Footer Styles */
#divfooterside {
	width:550px;
	margin: 10px auto 10px auto;
	padding: 0;
	border: 0;
	background-image: url("../img/borderside.gif");
	background-repeat: repeat-y;
	}
#divfootertop {
	width:550px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url("../img/bordertop.gif");
	background-position: left top;
	background-repeat: no-repeat;
	}
#divfooterbottom {
	width:550px;
	margin: 0;
	padding: 10px;
	border: 0;
	background-image: url("../img/borderbottom.gif");
	background-position: left bottom;
	background-repeat: no-repeat;	
	}
#divfooterbottom p {
	color: #c69c6d;
	font-size: 0.7em;
	margin: 0;
	}
#divfooterbottom img {
	display:inline;
	border: 0;
	margin: 10px 5px 10px 5px;
	padding:0px;
	height: 31px;
	width: 88px;
	}
#divfooterbottom a {	
	}

/* Image-containing DIVs */
div.floatleft  { 
	float: left;
	width: 167px;
	padding: 3px;
	margin: 0px 5px 0px 0px;
	border: 3px solid #ccc;
	background: #eee;
	font-family: "Adobe Garamond", Garamond, Serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	}
div.floatleft img {border: 0px; margin: 0px 0px 2px 0px; }
div.floatright {
	float: right;
	width: 167px;
	padding: 3px;
	margin: 0px 0px 0px 5px;
	border: 3px solid #ccc;
	background: #eee;
	font-family: "Adobe Garamond", Garamond, Serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	}
div.floatright img {border: 0px; margin: 0px 0px 2px 0px; }
div.floatcenter {
	float: none;
	clear: both;
	width: 167px;
	padding: 3px;
	margin: auto;
	border: 3px solid #ccc;
	background: #eee;
	font-family:"Adobe Garamond", Garamond, Serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	}
div.floatcenter img {border: 0px; margin: 0px 0px 2px 0px; }

/* Photo Page Styles */
#photos	{
	text-align: center;
	padding: 5px 15px 15px 15px;
	margin: 0 1px;
	}
#slide img {
	border:0;
	margin:0px auto;
	}
a.img:link, a.img:visited, a.img:hover, a.img:active	{
	border: 0;
	text-decoration: none;
	}
a.slide:link, a.slide:visited {
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
	border: solid 1px #ccc;
	background: #8CB366;
	width: 422px;
	text-decoration: none;
	}
	
a.slide:hover, a.slide:active	{
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
	border: solid 1px #ccc;
	background: #c69c6d;
	width: 422px;
	text-decoration: none;
	}

/* writing section styles */
.footnote {font-size: 0.8em}

/* Portfolio Styles */
.site {
	border-top: 2px solid #c69c6d;
	border-bottom: 2px solid #c69c6d;
	margin-bottom:15px;
	padding:5px;
	}
.site p {
	height:120px;
	}
.site div.floatright {
	float: right;
	width: 167px;
	padding: 3px;
	margin: 0px 0px 0px 5px;
	border: 3px solid #c69c6d;
	background: #363;
	}
.site div.floatright img {border: 0px; margin: 0px 0px 2px 0px; }
