/************************************************************
* scottmcleod.com stylesheet
* Last updated: June 20, 2004
************************************************************/
	
/*************************************************
* Globals
*************************************************/
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif;
	line-height: 16px;
}

h1 {
	margin: 0;
	padding: 0;
	color: #d2b48c;
}

h2 {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #d2b48c;
        margin: 10px 0 0 0;
	padding-bottom: 2px;
}

h2 a:link,
h2 a:visited {
	color: #d2b48c;
	text-decoration: none;
	border-bottom: 0;
}

h2 a:hover {
	color: #cd853f;
	text-decoration: none;
	border-bottom: 0;
}

h3 {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #828282;
	margin: 0 0 10px 0;
	padding: 0px;
}

h3 a:link,
h3 a:visited {
	color: #d2b48c;
	text-decoration: none;
}

h3 a:hover {
	color: #cd853f;
	text-decoration: none;
}

h4 {
	color: #d2b48c;
	font-size: 12px;
	font-weight: bold;
	background: #fff5ee;
	padding: 2px 2px 2px 0;	
	border-bottom: 1px solid #d2b48c;
	border-left: 1px solid #d2b48c;
	border-right: 1px solid #d2b48c;
	text-align: center;
	margin: 0;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #d2b48c;
	padding: 0 0 2px 0;
	margin: 1.2em 0 0.8em 0;
	border-bottom: 1px dashed #bfbfbf;
}

h5 a:link,
h5 a:visited {
	color: #d2b48c;
	text-decoration: none;
}

h5 a:hover {
	color: #cd853f;
	text-decoration: none;
}

code {
	color: #330d73;
	font-size: 105%;
	line-height: 1.2em;
	text-align: left;
}

code strong {
	color: #261a40;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

/*************************************************
* Wrapper for top image
*************************************************/
#banner {
	font-size: 18px;
	font-weight: normal;
	color: #d2b48c;
	padding: 20px 0 20px 40px;
	/*background: #fff5ee;*/
	border-top: 10px solid #d2b48c;
}

#banner a:link, #banner a:visited {
	color: #d2b48c;
	text-decoration: none;
	font-weight: bold;
}

#banner a:hover {
	color: #bfbfbf;
	font-weight: bold;
	text-decoration: none;
}

/*************************************************
* Navigation List
*************************************************/
#navcontainer {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	line-height: 90%;
	background-color: #fff;
	padding: 0 0 0 40px;
	border-top: 1px solid #d2b48c;
	border-bottom: 1px solid #d2b48c;
	margin: 0;
}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #fff5ee;
}

li.firstNav {
	border-left: 1px solid #d2b48c;
}

ul#navlist li#active {
	color: #d2b48c;
	background-color: #ffefd5;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #d2b48c;
	border-right: 1px solid #d2b48c;
	text-decoration: none;
}

#navlist a:hover {
	color: #cd853f;
	background-color: #ffefd5;
}

/*************************************************
* Main wrapper
*************************************************/
#container {
        clear: both;
	width: 90%;
	margin: 0; /* was 10px (???)*/
	padding: 0 0 0 40px;
}

/*************************************************
* Main content
*************************************************/
#content {
        float: left;
	width: 500px;
	margin: 0;
	padding-top: 15px;
}

#content ul {
	list-style: none;
	margin: 0;
	padding-left: 18px;
}

#content ul li {
	padding: 0 0 0 1em;
	line-height: 1.5em;
	background: url(../images/linksBullet.gif) no-repeat 0 0.5em;
}

/*************************************************
* Wrappers for right column
*************************************************/
#links {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	margin: 0 0 0 530px;
	padding: 0;
	width: 150px;
	background: #ffefd5;
}

#right {
	/*margin: 0;*/
	/*padding: 0;*/
}

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

#links li {
	background-image: url(../images/linksBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}

.linksImg {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d2b48c;
	border-left: 1px solid #d2b48c;
	border-right: 1px solid #d2b48c;
}

.linksImg img {
	padding: 4px;
	background-color: #fff5ee;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d2b48c;
}	

.side {
	color: #bfbfbf;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	padding: 10px 4px 10px 10px;
	border-bottom: 1px solid #d2b48c;
	border-left: 1px solid #d2b48c;
	border-right: 1px solid #d2b48c;
}

#links a:link, #links a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #d2b48c;
	text-decoration: none;
}

#links a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #cd853f;
	text-decoration: none;
}

/*************************************************
* Footer
*************************************************/
#footer {
	clear: both;
	color: #bfbfbf;
	font-size: 11px;
	margin: 15px 0 0 0;
	border-top: 1px solid #d2b48c;
	background-color: #fff5ee;
	padding: 6px 0 6px 40px;
}

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

#footer li {
	padding: 0;
}

/*************************************************
* Images
*************************************************/
#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #d2b48c;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

#content a img.thumb:hover {
	border-color: #000;
}

#content img.gallery-head {
	float: left;
	border-color: #d2b48c;
	border-width: 1px;
	border-style: solid;
	margin: 0 10px 6px 0; /* top was 0.5em */
	padding: 5px;
}

#content a img.gallery-head:hover {
	border-color: #000;
}

.gallery-para {
	color: #828282;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

#content img.gallery {
	margin: 0.5em 0 6px 10px;
	border-color: #d2b48c;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

#content a img.gallery:hover {
	border-color: #000;
}

.album img {
	background-color: #ffefd5;
	border: 1px solid #d2b48c;
	margin: -8px 8px 5px -8px;
	padding: 8px;
	position: relative;
	vertical-align: bottom;
}

.album {
	background: url(/photos/album-shadow.gif) bottom right;
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/*************************************************
* Body content
*************************************************/
.blogbody {
	color: #828282;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

.blogbody a:link, .blogbody a:visited {
	color: #d2b48c;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px dotted #d2b48c;
}

.blogbody a:hover {
	text-decoration: none;
	color: #cd853f;
	padding-bottom: 0;
	border-bottom: 1px solid #cd853f;
}

/*************************************************
* Posted
*************************************************/
.posted {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	color: #bfbfbf; 
	font-size: 10px; 
	margin-bottom:25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d2b48c;
}
		
.posted a:link,
.posted a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #bfbfbf;
	text-decoration: none;
	border-bottom: 0;
}		
	
.posted a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #d2b48c;
	text-decoration: none;
	border-bottom: 0;
}

/*************************************************
* Buttons
*************************************************/
input.button {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	color: #d2b48c;
	font-size: 11px;
	font-weight: bold;	
	background: #fff5ee;
	margin-top: 5px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #bfbfbf;
}

input, textarea, select {
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #bfbfbf;
	background: #fff;
	padding: 2px;
	color: #828282;
}

input:focus {
	border: solid 1px #d2b48c;
	color: #d2b48c;
	background: #e5efe4;
}

/*************************************************
* Comments
*************************************************/
.comments {
	background: #fff5ee;
	border: 1px solid #d2b48c;
	padding: 10px;
	margin: 25px 0 25px 0;
}


/*************************************************
* Unused
*************************************************/
.comments-head	{
	font-size: 14px;
	color: #d2b48c; 
	border-bottom: 1px solid #d2b48c;
	margin-top: 15px;
	font-weight: bold;
}

.comments-body {
	color:#828282;
	font-size: 12px;
	font-weight: normal;
  	line-height: 140%;
 	padding-bottom: 10px;
  	padding-top: 10px;		
 	border-bottom: 1px dotted #d2b48c; 					
}		

.comments-post {
	color:#828282;
	font-size: 11px;
	font-weight: normal;
}	
			
.trackback-url {
	color:#828282;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding: 5px;		
	border: 1px dotted #bfbfbf; 					
}

.trackback-body {
	color: #828282;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 10px;		
	border-bottom: 1px dotted #bfbfbf; 					
}		

.trackback-post {
	color:#828282;
	font-size: 11px;
	font-weight: normal;
}	

#banner-commentspop {
	color: #fff;
	font-size: large;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #003366;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.calendar {
	color: #828282;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	padding: 2px;
       	text-align: left;
	/*border: 1px solid #d2b48c; */
}
	
.calendarhead {	
	color: #d2b48c;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	text-align:left;			
	/*border: 1px solid #d2b48c;*/
}