/* CSS Document */

html *{
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:80%;
}
h1, h2, h3, h4{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
p, menu, dir, ol, ul {
	margin:.3em 0;
}
/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  display: block;
  height: 2px;
  border: 1px inset;
  margin: 0.5em auto 0.5em auto;
  color: gray;
  -moz-float-edge: margin-box;
  -moz-box-sizing: border-box;
}

blockquote{
	margin:1em 40px;
}
h1{
	text-transform:uppercase;
	font-size: 1.3em;
	margin: .5em 0;
	font-weight:bold;
	color:#000033;
}
h2 {
  margin: .3em 0;
  font-size:1.2em;
}
a img {
	border:none;
}
h2 a{
	color:#000000;
	text-decoration:none;
}
h2 a:hover{
	color:#000000;
	text-decoration: underline;
}

h3 {
  margin: .5em 0;
}

h4 {
  margin: .5em 0;
}

h5 {
  margin: .5em 0;
}

a{
	color:#990000;
	text-decoration:underline;
}
img{
	margin:5px;
}

/*top*/
div#top{
	width:912px;
	height:6px;
	background:url(images/bg/top.jpg) no-repeat top;
	margin:0 auto;
}

/* wrapper */
div#wrapper{
	width:912px;
	margin:0 auto;
	background:url(images/bg/body.jpg) repeat-y center;
	position:relative;
}
/* header */
#header{
	width:880px;
	margin:0 auto;
	padding:15px 0;
	padding-left:20px;
	background: url(images/bg/header.jpg) top repeat-x;
	height:70px;
}
#header h1{
	font-size:32px;
	text-transform:none;
	color:#FFF;
	margin:0;
}
#menu{
	height:25px;
	float:left;
	background:url(images/bg/menu_right.jpg) right bottom no-repeat;
	margin-top: 16px;
	margin-left:275px;
}
#menu ul{
	list-style:none;
	float:left;
	background:url(images/bg/menu_left.jpg) left bottom no-repeat;
	height:25px;
	margin:0;
	
}
#menu ul li{
	float:left;
	padding-right:15px;
	padding-top:2px;
		padding-left:15px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:1.1em;
	font-weight:bold;
	background: url(images/bg/dot.gif) right no-repeat;
	color:#990000;
}
#menu ul li.end{
	float:left;
	padding-right:15px;
	padding-top:2px;
	background: none;
}
#menu ul li a{
	text-decoration:none;

	color:#000000;
}
/* content */
#content{
	width:890px;
	margin:0 auto;
	position:relative;
	padding:0 20px;
}

/* footer */
#footer{
	width:912px;
	margin:0 auto;
	background:url(images/bg/footer.jpg) bottom no-repeat;
	padding:0;
	text-align:center;
	font-size: .8em;
	color:#666666;
	padding-bottom:6px;
}

/* Menu */

#menu a:hover, #menu a:active{
	color:#993300;
}


p.desc{
	font-size:.9em;
	color:#333333;
	margin:0;
	padding:0;
}

#col_1_2{
	float:left;
	width:559px;
	padding-right:10px;
	margin-right:20px;
	border-right:1px #CCCCCC solid;
}
#col_2_2{
	width:280px;
	padding-right:20px;
	float:left;
}
.clearer{
	display:block;
	clear:both;
}	

.home_pic{
	float:left;
	width:180px;
	text-align:center;
}
.home_pic h2{
	margin:0;
}
.home_pic img{
	width:172px;
}
div.rss{
	width:18px;
	height:18px;
	background:url(images/bg/rss.png) no-repeat left top;
	float:right;
}
/*div.section_1_2{
	background:url(images/bg/section_1_2.jpg) no-repeat top center;
	padding:5px 10px;
}*/	

/*twitter*/
div#twitter_div{
}
div#twitter_div ul{
	list-style:none;
}
div#twitter_div li{
	background:#FFFFCC;
	padding:10px;
	margin-bottom:5px;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
}

div#map{
	width:860px;
	height:571px;
	position:relative;
	background:url(images/big_world_map.jpg) no-repeat;
}
div.map-pin{
	width:15px;
	height:24px;
	background:url(images/bg/push_pin.png) no-repeat;
}
div.been_there{
	width:10px;
	height:10px;
	cursor:pointer;
	position:absolute;
	background:url(images/bg/been_there_pin.png) no-repeat center;
}
div.lived_there{
	width:10px;
	height:10px;
	cursor:pointer;
	position:absolute;
	background:url(images/bg/vacation_pin.png) no-repeat center;
}
div.pop_up{
	width:200px;
	border:2px solid #BBBBBB;
	position:absolute;
	background:#FFFFFF;
	z-index:50;
	visibility:hidden;
}
div.pop_up h4{
	margin:0;
	padding:0;
	background:#EEEEEE;
	text-transform:uppercase;
}
div.pop_up img{
	display:block;
	margin:0 auto;
}

.alert{
	color:#990033;
	background:#EDDEDE;
	padding:3px;
	width:60%;
	margin:0 auto;
	text-align:center;
}
/*old stuff*/
ul#slideshow li{
	font-size:12px;
	text-decoration:none;
	float:left;
	list-style:none;
	margin:0;
	margin-bottom: 3px;
	padding:0;
	width:325px;
}
li#previous{
	text-align:left;
}
li#next{
	text-align:right;
}
#albumbox {
	width: 650px;
	margin: 0 auto;
}