.text {
	margin-left:auto;
	margin-right: auto;
	text-align:left;
	color: #DDDDDD;
	font-size: 1em;
	font-family: "Georgia", "Palatino", "Palatino Linotype", "URW Palladio L", serif;
	line-height: 1.2;
	/* [disabled]margin-top: 0.25em; */
}

.text img { 
	border: 1px solid #2E2E2E;
	margin-bottom: 5px; 
	margin-right: 5px;
}


.cursive {
  font-family: cursive;
  text-align: left;
}

#wrapper { 
   width : 1000px; 
   margin-top : 0; 
   margin-right : auto; 
   margin-bottom : 0; 
   margin-left : auto; 
   position : relative; 
   padding : 0; 
   background-color : #101010; 
 } 


.text p {	margin-top: 0; padding-top: .22em; margin-bottom: 0 }
.text a:link {  color: #FFFFFF; }
.text a:visited { color: #EFEFEF; }
h2 {
	color: #FC3
}
h3 { color: white}
h2 a:link {  color: #EEEEEE }
h2 a:visited { color: #EEEEEE }

.tripmenu div { padding: 5px 5px 5px 5px; -moz-border-radius: 5px; border-radius: 5px; }
.tripmenu div:hover { background-color: #5E5E5E}
.tripmenu a:link { text-decoration: none}
.tripmenu a:visited { text-decoration: none}

.nowrap {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    white-space: nowrap;
}

.sidecaption {
    font: italic 13px/1.5 georgia,serif;
    color: #bbb;
	margin-top:5px;
	padding-top:5px;
	line-height: 1.1;
}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px 1px 1px 0px;
	border-style: solid solid solid solid;
	border-collapse: collapse;
	background-color: black;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 0px;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}

#header {
	width:100%;
	height:40px;
    background-color:black;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	border-bottom-style: dotted;
	border-bottom-color: #996;
	border-bottom-width: 1px;
}
#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position:absolute;
	top:42px;
	left:13px;
}
#social {
    position:absolute;
    top:2px;
    right:15px;
}
#social a {
    text-decoration:none;
}

#content {
	width: 100%;
	margin-top:20px;
	vertical-align:baseline;
}
#footer {
	position:relative;
	height:40px;
	margin-top:20px;
	text-align:center;
	vertical-align:middle;
	font-size: small;
}
#footer img {
	vertical-align:middle;
}
#entries {
	font-family: 'Noto Sans', sans-serif;
	margin-top:10px;
}
#entries h2 {
	color:#CCC;
	font-family: "Noto Sans", sans-serif;
}
#bigtrips {
	width:58%;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333;
	margin-left:10px;
	padding-right:20px;
    font-family: "Georgia", "Palatino", "Palatino Linotype", "URW Palladio L", serif;
}

#datetag {
    float:right;
    text-align:right;
    color:#838F6E;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    padding-left:10px;
    padding-right:20px;
}

.hikedatetag {
    color:#838F6E;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    padding-left:10px;
    padding-right:20px;
}

#littletrips {
	width:350px;
    position:absolute;
	left:620;
    font-family: "Georgia", "Palatino", "Palatino Linotype", "URW Palladio L", serif;
}
#littletrips hr {
	clear:both;
	color:#999;
	width:80%;
	line-height:0px;
	border:1px;
	border-style:dotted;
}

#entry {
	width:100%;
	padding:8px;
	font-family: "sinanova","Georgia","Cambria","Times New Roman",Times,serif;
}

#entry h3 {
	color:#AE8D68;
    margin:0;
    font-size: 20px;
}
#entryimage {
	float:left;
	width: 208px;
	text-align: center;
}
#entryimage a {
    display:inline-block
}
#entryimage a img {
    display: block;
	max-width:180px;
	border-style:dotted;
	border-color:#777;
	border-width:1px;
    margin:5px;
    margin-left:-10px;
}

.entry-summary-text {
	color:#888;
    max-width: 800px;
    display: block;
    padding: 8px;

    font-family: "sinanova","Georgia","Cambria","Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 1.3;
  
    text-align: left;
    margin: 0 auto;
}
.galleria-counter {
	visibility:hidden;
}
.galleria-images {
	border: 2px;
	border-color: black;
}
