/*
 * site.css
 *
 * Author: Nate Silva
 * Date: February 2, 2009
 *
 * This is the CSS for my personal web site.
 *
 * It is valid CSS level 2.1 and does not use any "IE hacks."
 */

body {
    background-color: #f5f3f3;
	color: #463c3c;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#content_area {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

#page_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	padding-top: 7px;
}

#page_top {
	margin-top: 24px;
	margin-bottom: 2px;
}

#headline {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
    color: #5A5A5A;
}

#tagline {
	text-align: center;
	font-size: 14px;
	color: #969696;
	padding-bottom: 24px;
}

#slideshow {
	height: 293px;
}

#image_block {
    position: absolute;
    border: 1px solid #333;
    height: 293px;
    width: 630px;
}

.slideshow_image {
    position: absolute;
    top: 0px;
}

#image_caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 10px;
    font-style: italic;
    text-align: left;
    color: #e6e6e6;
    background: url(images-r1/semi_opaque.png) repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    text-indent: 5px;
}

#destinations {
	margin-left: 4px;
	margin-top: 28px;
}

h3 {
	font-size: 15px;
}

.thumbtack_list {
	padding-top: 20px;
	list-style-type: none;
	position: relative;
	left: -28px;
	top: -8px;
}

.thumbtack_list li {
	font-size: 15px;
	list-style-type: none;
	background: url(images-r1/thumbtack.png) no-repeat 0px 50%;
	padding-left: 35px;
	height: 33px;
	padding-top: 11px;
}

a {
    color: #463c3c;
    text-decoration: underline;
}

a:visited {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

