@charset "utf-8";
/* Global */

* {
	margin: 0px;
	padding: 0px;
}

html a img {
	text-decoration: none;
	border: 0px;
}

html {
	background: #000;
	/*font-family: "museo500", helvetica, sans-serif;*/
	font-family: "Century Gothic", Verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #e6e6e6;
	overflow-y: scroll;
}

a {
    color: #e6e6e6;
    text-decoration: none;
    outline: none;
}

a:hover { color: #830000; }

h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

#container {
	width: 1052px;
	margin: 0 auto;
	overflow: hidden;
}

.dc-caption {
	margin: -15px 0px 15px 0px;
	text-align: center;
	font-style: italic;
	font-size: .7em;
}

/**********************************************/
/* Header */

#banner {
	margin: auto;
	padding-top: 20px;
	margin: 10px 0px 5px 0px;
}

#banner span {
	display: none;
}
#banner a { 
	background: url(images/banner.png) no-repeat; 
	display: block; 
	width: 462px;
	height: 44px;
	outline: none;
}
#banner a:hover { background: url(images/banner-hover.png) no-repeat; }



/**********************************************/
/* Menu */

#menu {
	width: 1050px;
	font-size: 18px;
	padding-top: 5px;
	text-align: right;
}

#menu ul li, #menu ul { list-style: none outside; }

#menu ul li {
	display: inline;
	padding: 0px 0px 10px 10px;
}

#menu ul li a:hover { color: #830000; }
.active a { color: #830000; }
 
.submenu {
	width: 1050px;
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
}

.submenu ul li, .submenu ul { list-style: none outside; }

.submenu ul li {
	display: inline;
	padding: 0px 0px 25px 10px;
}
.submenu ul li a:hover { color: #830000; }
#submenu-bot { 
	margin-top: 15px;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif; 
}
.active a { color: #830000; }




/**********************************************/
/* Content */

#main {
	padding-top: 70px;
	min-height: 500px;
	padding-bottom: 50px;
	/*font-family: "MuseoSans500", Helvetica, sans-serif;*/
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	width: 1052px;
}
#main h2 a { text-decoration: none; }

#blog-main {
	padding-top: 70px;
	min-height: 500px;
	padding-bottom: 50px;
	/*font-family: "Trebuchet MS", helvetica, verdana, serif;*/
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*font-family: "MuseoSans500", Helvetica, sans-serif;*/
	width: 750px;
	float:left;
	margin-left: 30px;
}
#blog-main a { text-decoration: underline; }
#blog-main h2 a { text-decoration: none; }

#splashtext h1 {
    margin: -20px 0px 25px 0px;
    text-align: center;
}

#splashtext h1 a {
	font-style: italic;
}

#main-img { 
	margin-top: -30px; 
	margin-bottom: 40px;
}
#main-img img {
	margin: auto;
	display: block;
	border: 1px solid #333;
}

#blabla {
	width: 600px;
	text-align: left;
	line-height: 1.5em;
}

.wallpaper-blabla {
	width: 600px;
	margin: 0 auto;
}

#main p a { text-decoration: underline; }
#blabla a { text-decoration: underline; }
#blabla p { margin-bottom: 20px; }
#blabla .quote { 
	text-align: center;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#blabla ul {
	margin: 10px 0px 0px 70px;
	list-style: none;
}
#blabla h2 {
	margin-top: 20px;
	margin-left: 30px;
}
#blabla table {
	margin: 30px auto;
	border-spacing: 40px 10px;
}
#blabla s { color: #830000; }

.book { margin: 30px 0px 30px 0px; }
.book-desc { width: 500px; }
.book-desc a { text-decoration: underline; }
.book-desc li { 
	list-style: disc; 
	padding-left: 20px; 
	padding-bottom: 10px; 
	list-style-position: inside; 
}
.book-cover { float: right; padding-left: 25px; }

.book-quote {
	width: 400px;
	margin-top: 15px;
	margin-left: 50px;
	font-size: 11px;
}

#exiftable{ margin-top: 50px; }
#exiftable td { padding: 10px 20px 10px 20px; text-align: center; }
#exiftable th { padding: 10px 20px 10px 20px; text-align: center; }
#exiftable tr:nth-child(odd) {background-color: #111;}
#exiftable tr:nth-child(even) {background-color: #222;}

#awards { padding-top: 10px; }
#awards li { list-style: disc; }
#awards a { font-style: italic; }
#awards table { padding-top: 50px; }
#awards table tr td { 
	vertical-align: top; 
	padding: 20px 0px 0px 15px;
	width: 500px; 
}
#awards h3 {
font-style: italic;
font-weight: normal;
font-size: 1.1em;
margin-bottom: 5px;
}


#coord {
color: #666;
font-size: .9em;
text-align: center;
margin-top: -10px;
margin-bottom: 20px;
}

#coord a {
color: #666;
text-decoration: underline;
}
#coord a:hover { color: #830000; }

#dashboard {
	font-family: "Century Gothic", Verdana, helvetica, verdana, serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 50px 50px 50px 50px;
	background-color: #eee;
	color: #111;
	line-height: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 30px #888;
	-webkit-box-shadow: 0px 0px 30px #888;
	box-shadow: 0px 0px 30px #888;
	margin-top: 22px;
	margin-bottom: 30px;
}
#dashboard img {
    -moz-box-shadow: 0px 5px 20px #111;
    -webkit-box-shadow: 0px 5px 20px #111;
    box-shadow: 0px 5px 20px #111;
}
#dashboard .nodrop a img { 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#dashboard p { margin-bottom: 20px; }
#dashboard a { color: #111; }
#dashboard a { text-decoration: underline; }
#dashboard a:hover { color: #830000; }

#dashboard:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#books-presentation { 
	margin: auto; 
	text-align: center;
}
#books-presentation table { margin: auto; }
#books-presentation th { padding: 20px 80px 20px 80px; }
#books-presentation td { padding: 5px 50px 6px 50px; }

.testimonial { padding-left: 15px; padding-top: 20px; }

#dash-illustration { float: right; }
#illustration {
	float: right;
	width: 286px;
	overflow: hidden;
	text-align: center;
}

#illustration p { font-size: 10px; }
#illustration img { border: 1px solid #333; padding: 2px; }
#illustration a { text-decoration: underline; }

#galleries-list table {
	margin: 0 auto;
	border-spacing: 150px 50px;
	padding-bottom:0px;
}

#galleries-list tr td { text-align: center; }

#galleries-list tr td span { display: block; padding-top: 5px; }
#galleries-list tr td a { text-decoration: none; }
#galleries-list p { text-align: center; }


/*.gal-thumb a img { padding: 1px; border: 1px solid #000; outline: none; }
.gal-thumb a:hover img { border: 1px solid #830000;  }*/
.gal-thumb a:hover img {
    -moz-box-shadow: 0px 20px 5px #111;
    -webkit-box-shadow: 0px 20px 5px #111;
    box-shadow: 0px 20px 5px #111;
}

#gal-latest a { outline: none; display: block; width: 200px; height: 140px; background: url(/images/thumb-latest.jpg) no-repeat; }
#gal-latest a:hover { background: url(/images/thumb-latest-hover.jpg) no-repeat; }
#gal-climbers a { outline: none; display: block; width: 200px; height: 140px; background: url(/images/thumb-climbers.jpg) no-repeat; }
#gal-climbers a:hover { background: url(/images/thumb-climbers-hover.jpg) no-repeat; }
#gal-landscapes a { outline: none; display: block; width: 200px; height: 140px; background: url(/images/thumb-landscapes.jpg) no-repeat; }
#gal-landscapes a:hover { background: url(/images/thumb-landscapes-hover.jpg) no-repeat; }
#gal-nature a { outline: none; display: block; width: 200px; height: 140px; background: url(/images/thumb-nature.jpg) no-repeat; }
#gal-nature a:hover { background: url(/images/thumb-nature-hover.jpg) no-repeat; }
#gal-urban a { outline: none; display: block; width: 200px; height: 140px; background: url(/images/thumb-urban.jpg) no-repeat; }
#gal-urban a:hover { background: url(/images/thumb-urban-hover.jpg) no-repeat; }
#gal-people a { outline: none; display: block; width: 200px; height: 140px; background: url(/images/thumb-people.jpg) no-repeat; }
#gal-people a:hover { background: url(/images/thumb-people-hover.jpg) no-repeat; }

#content ul, #content ul li { list-style-type: disc; margin-bottom: 10px; list-style-position: inside }
#content ul ul li { list-style-type: circle; margin-left: 30px; }

.post-content { font-size: 1.1em; line-height: 1.5em; font-style:normal; }
.post-content { margin-bottom: 30px; }
.post-content a { text-decoration: underline; }
/*.post-content h2, .post-content h3, .post-content h4 { padding-top: 20px; } */
#content h2 { font-size: 24px; line-height: 1.3em; padding-bottom: 20px; }
#content h3 { font-size: 18px; line-height: 1.3em; padding: 30px 0px 20px 0px; }
.post-content p, .post-content ul { padding-top: 15px; }

.post {
	/*font-family: "Trebuchet MS", helvetica, verdana, serif;*/
	font-family: "Century Gothic", Verdana, helvetica, verdana, serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 50px 100px 50px 100px;
	background-color: #eee;
	color: #111;
	line-height: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 30px #888;
	-webkit-box-shadow: 0px 0px 30px #888;
	box-shadow: 0px 0px 30px #888;
	margin-top: 22px;
}
.post img {
    -moz-box-shadow: 0px 5px 20px #111;
    -webkit-box-shadow: 0px 5px 20px #111;
    box-shadow: 0px 5px 20px #111;
}
.nodrop-img a img { 
	display: block; 
	margin: 0 auto; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post p { margin-bottom: 20px; }

.post a { color: #111; }
.post a:hover { color: #830000; }


#media-table tr td {
	padding: 7px;
}
#media-table th {
	padding-top: 80px;
	padding-bottom: 5px;
	padding-right: 20px;
}

#video-table tr td {
	padding: 10px;
	padding-bottom: 30px;
	text-align: center;
}
#video-table tr td a img { padding: 1px; border: 1px solid #000; outline: none; }
#video-table tr td a:hover img { padding: 1px; border: 1px solid #830000; outline: none; }


/**********************************************/
/* DC Category page */

#writings-content {
	margin: 0 auto;
	width: 750px;
}
.writings-post { 
	/*font-family: "Trebuchet MS", helvetica, verdana, serif;*/
	font-family: "Century Gothic", Verdana, helvetica, verdana, serif;
	font-size: 1em;
	margin: 22px 0px 45px 0px; 
	font-size: 1.1em;
	padding: 30px 70px 20px 70px;
	background-color: #eee;
	color: #111;
	line-height: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 30px #888;
	-webkit-box-shadow: 0px 0px 30px #888;
	box-shadow: 0px 0px 30px #888;
}
.writings-post a { color: #111; }
.writings-post a:hover { color: #830000; }
.writings-post h2 {
	line-height: 1.4em;
	font-size: 24px;
	font-weight: normal;
}
.writings-post h3 { font-size: 18px; line-height: 1.3em; padding: 30px 0px 20px 0px; }

.writings-post img {
    -moz-box-shadow: 0px 5px 20px #111;
    -webkit-box-shadow: 0px 5px 20px #111;
    box-shadow: 0px 5px 20px #111;
}

.writings-post i { margin-bottom: 20px; }
.writings-post hr {
	margin: 10px 0px 15px 0px;
	color: #333;
	background-color: #333;
}
/*.commentcount {
	padding-top: 35px;
	font-size: 11px;
	float: right;
}
.commentcount p a { text-decoration: none; }
*/
.day-date {
	margin-top: -5px;
	font-size: 10px;
	font-style: italic;

}
#rss-offer { 
	margin-top: 150px;
	font-size: 10px; 
}



/**********************************************/
/* Galleries */

#gallery-image h1 { text-align: center; font-size: .9em; }
#gallery-nav {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px 0px 5px 0px;
	margin-bottom: 30px; 
	margin-top: -50px;
	text-align: center;
}
#gallery-nav ul li {
	list-style: none;
	display: inline;
	font-size: 18px;
	padding-right: 20px;
}
#gallery-nav-vert {
	padding: 0px 15px 0px 15px;
	margin-bottom: 30px; 
	margin-top: -20px;
	text-align: center;
	float:left;
}
#gallery-nav-vert ul li {
	list-style: none;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#gallery-image { text-align: center;  }
#gallery-image img { border: 1px solid #333; }

#album-images ul {
	text-align: center;
}

#album-images ul li {
	display: inline;
	text-align: center;
	list-style: none;
	padding: 40px;
	margin-bottom: 20px;
	line-height: 100px;
}

.nice-form { margin: 20px 0px 40px 0px; }
.nice-form table { border-spacing: 10px 5px; }
.nice-form input, .nice-form textarea {
	color:#111;
        background-color:#ddd;
	font-size: .9em;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	padding: 3px 3px 1px 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px;
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.nice-form input:focus, .nice-form textarea:focus {
	box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
        -moz-box-shadow: 0 0 10px #fff;
}
.nice-form h3 { margin-top: 20px; margin-bottom: 10px; }
.formerror {
	display: none;
	color: #ff0000;
	font-size: 11px;
}

.preload { display: none; }

#comments { 
	margin-top: 30px; 
	width: 750px;
}
#comments h3 {
	margin-top: 15px;
	margin-bottom:10px;
}
#comments dl { margin-bottom: 5px; }
#comments dt {
	font-size: 80%;
	margin-top: 30px;
}
#comments dd {
	margin-top:5px;
	padding: 10px;
	background-color: #ddd;
	color: #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

#comments dd a {
	color: #830000;
	}
#comments p.msg {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 110%;
	font-style: bold;
}
#comments hr { width: 100%; }

#sidebar {
	/*font-family: "Trebuchet MS", helvetica, verdana, serif;*/
	font-family: "Century Gothic", Verdana, helvetica, verdana, serif;
	float: right;
	margin-top: 90px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 10px;
	margin-right: 5px;
	width: 200px;
	font-size:11px;
	border: 1px solid #222;
	background-color: #aaa; 
	color: #111; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#sidebar h2 { padding-top: 15px; font-size: 16px; }
#sidebar ul { padding-bottom: 10px; }
#sidebar a { color: #111; }
#sidebar a:hover { color: #830000; }

/*#sidebar li { list-style: none; }*/

#archive-list a { text-decoration: none; }
#archive-list h2 { padding-top: 15px; }
#archive-list ul { padding-bottom: 20px; }
#archive-list li { 
	padding-left: 15px; 
	list-style: disc; 
	list-style-position: inside; 
}

#archive-list .day-date { padding-top: 15px; }
#archivenav {
	padding-bottom: 20px;
	padding-top: 5px;
}

#contact-list h1 {
font-size: 1.5em;
font-variant: small-caps;
margin-bottom: -5px;
}


/**********************************************/
/* Fonts */

@font-face {
	font-family: 'Museo500';
	src: url(/fonts/Museo500-Regular.eot);
	src: local('Museo 500'), local('Museo500'), url(fonts/Museo500-Regular.otf) format('opentype'), url(fonts/Museo500-Regular.ttf) format('truetype'), url(fonts/Museo500-Regular.svg#Museo500-Regular) format("svg");
}

@font-face {
	font-family: 'MuseoSans500';
	src: url(/fonts/MuseoSans500-Regular.eot);
	src: local('Museo Sans 500'), local('MuseoSans500'), url(fonts/MuseoSans500-Regular.otf) format('opentype'), url(fonts/MuseoSans500-Regular.ttf) format('truetype'), url(fonts/MuseoSans500-Regular.svg#MuseoSans500-Regular) format("svg");
}

@font-face {
	font-family: 'MuseoSans500-Italic';
	src: url(/fonts/MuseoSans500-Italic.eot);
	src: local('Museo Sans 500 Italic'), local('MuseoSans500-Italic'), url(fonts/MuseoSans500-Italic.otf) format('opentype'), url(fonts/MuseoSans500-Italic.ttf) format('truetype'), url(fonts/MuseoSans500-Italic.svg#MuseoSans500-Italic) format("svg");
}

