@charset "utf-8";
/*
	$Id: hc.style.publications.css 0000 2012-07-07 14:21:00 dk $
	$Type: CSS Document $
	$Dir: /includes/css/ $
	
	Author: Dinesh Korday, Modulus Software  [ http://www.modulus.co.in ]
	Copyright: (c) 2012 Modulus Software
	Description: Released under the agreement with The Himalayan Club, Mumbai, IN  [ http://www.himalayanclub.org ]
*/

/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, /* sub, sup, */
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
<!-- ol, ul { list-style: none; } -->
blockquote, q { quotes: none; margin: 15px 50px; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* BASELINE */
/*-------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #f3faff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Calibri;
	font-size: 12px;
	line-height: 18px;
	color: #545454;
	overflow:auto;
} 
hr { background-color: #999; }

/* Hyperlinks */
a       { color: #333; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

p {
	margin-bottom: 8px;
	padding: 0;
	text-align: justify;
}

/* Headings */
h1, h2, h3, h4, h5, h6, legend { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; text-align: center; }
h1 { font-size: 20px; margin-bottom: 20px; }
h2 { font-size: 18px; margin-bottom: 18px; }
h3 { font-size: 15px; margin-bottom: 18px; }
h4 { font-size: 12px; font-weight: bold; margin-bottom: 15px; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 18px;}
h6 { font-size: 12px; font-weight: bold; }

h1.title { color: #020e19; }
h3.author { margin-bottom: 30px; color: #333; }
h4.tagline { font-style: italic; font-size: 14px; font-weight: normal; text-align: center; width: 100%; margin: -10px 0 30px 0; }

#more { float: right; font-style: italic; }
#more.dark a { color: #666; text-decoration: none; }
#more.dark a:hover { color: #000; text-decoration: none; }
#more.light a { color: #e7e7e7; text-decoration: none; }
#more.light a:hover { color: #fff; text-decoration: none; }

#hc-header, #hc-main, #hc-footer-links {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	clear: both;
}

/* --- Header block begins --- */
#hc-header {
	margin-bottom: 35px;
	height: 155px;
}
#hc-header.elv { background: url(./images/hc.bg.header.pub.elv.png) no-repeat; }
#hc-header.hj  { background: url(./images/hc.bg.header.pub.hj.png) no-repeat; }
#hc-header.nl  { background: url(./images/hc.bg.header.pub.nl.png) no-repeat; }

#hc-logo {
	float: right;
	margin: 25px 0 30px 25px;
	width: 117px;
	height: 100px;
	background: url(./images/hc.logo.pub.png) no-repeat;
	display: block;
}

#hc-ddlist {
	float: left;
	margin: 125px 25px 0 0;
	padding: 0;
	width: 300px;
}
#hc-ddlist select {
	float: left;
	background: #f3faff;
	margin-right: 10px;
	padding: 5px 5px 5px 15px;
	width: 260px;
	min-height: 22px;
	border: #999 1px solid;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Calibri;
	font-size: 12px;
}
#hc-ddlist select option {
	padding: 2px 20px;
	line-height: 30px;
}
#hc-ddlist a img {
	margin-top: 2px;
	padding: 0;
	border: 0;
}

/* --- Header block ends --- */

/* --- Footer block begins --- */
#hc-footer {
	background: #2d2d2d;
	height: 150px;
	padding: 25px 0;
}
#hc-footer a {
	color: #999;
	text-decoration: none;
}
#hc-footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
#hc-footer-links {
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
}
#hc-footer ul li.l1, #hc-footer ul li.l2, #hc-footer ul li.l3 {
	margin: 0 15px 0 0;
	padding: 0;
	width: 200px;
	list-style: none;
	float: left;
}
#hc-footer ul li.l4 {
	margin: 0 15px 0 0;
	padding: 0;
	width: 100px;
	list-style: none;
	float: left;
}
#hc-footer ul li.r1 {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	float: right;
	text-align: right;
}
#hc-footer ul li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* --- Footer block ends --- */

/* --- Main content block begins --- */
#hc-main {
	min-height: 300px;
	overflow: hidden;
}

#hc-content {
	margin: 0 0 25px 0;
	padding: 0;
	width: 675px;
	float: right;
	text-align: justify;
}
/* --- Adjusting image placement --- */
#hc-content div.image-left {
	margin: 5px 20px 15px 0;
	float: left;
}
#hc-content div.image-right {
	margin: 5px 0 15px 20px;
	float: right;
}
#hc-content div.image-center {
	margin: 25px 0 15px 0;
}

#hc-content div.image-center img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#hc-content div.image-left p, #hc-content div.image-right p, #hc-content div.image-center p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	text-indent: 0;
}
/* --- End: Adjusting image placement --- */

#search-sections {
	margin: 5px 0;
	padding: 0 0 0 25px;
	text-align: right;
	float: right;
	color: #666;
}
#search-sections ul, #search-sections ul li {
	margin: 0;
	padding: 0;
}
#search-sections ul li {
	padding: 0 20px;
	border-left: #333 1px solid;
	list-style: none;
	display: inline;
	float: left;
}
#search-sections ul li:first-child {
	border-left: none;
}
#search-sections ul li a {
	text-decoration: none;
}
#search-sections ul li a:hover {
	text-decoration: none;
}

#search-results ol {
	list-style: decimal;
}
#search-results ol li {
	margin: 0 0 15px 50px;
}
/* --- Sidebar -> Left --- */
#hc-sidebar-left {
	margin: 0 25px 0 0;
	padding: 0;
	width: 300px;
	float: left;
}

/* Search icons */
#hc-search {
	float: left;
	clear: right;
	margin-top: 25px;
}
#hc-search ul li {
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	display: inline;
	float: left;
}
#hc-search ul li input {
	width: 215px;
	height: 15px;
	padding: 3px 15px;
	background: #f3faff;
	border: #999 1px solid;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Calibri;
	font-size: 11px;
	color: #545454;
}
#hc-search ul li input[type=image] {
	margin: 0;
	padding: 0;
	width: 19px;
	height: 19px;
	border: none;
	background: none;
}

/* --- Himalayan Journal --- */
#hc-sidebox-hj {
	height: 190px;
	margin-bottom: 25px;
}
#hj-cover-small {
	margin-right: 15px;
	width: 95px;
	height: 150px;
	float: left;
}
#hj-details {
	float: right;
	width: 185px;
}
#hj-details h6 {
	text-align: left;
	line-height: 16px;
}
h6.hj-index {
	border-top: #999 1px solid;
	padding-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
ol#hj-index {
	margin: 0 0 25px 30px;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 11px;
	line-height: 15px;
}
ol#hj-index li {
	margin-bottom: 10px;
}
ol#hj-index li a {
	color: #545454;
	text-decoration: none;
}
ol#hj-index li a:hover {
	color: #010101;
	text-decoration: none;
}
#hc-sidebox {
	margin: 0 0 25px 0;
	width: 298px;
	min-height: 248px;
	border: #999 1px solid;
	overflow: hidden;
}
#hc-sidebox h4 {
	margin: 0;
	padding-left: 20px;
	width: 278px;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	color: #fdfdff;
	text-align: left;
	border-bottom: #999 1px solid;
}
#hc-sidebox h4 a { color: #e7e7e7; text-decoration: none; }
#hc-sidebox h4 a:hover { color: #fff; text-decoration: none; }
#hc-sidebox h4.sponsors { background: #0b331a; }

#hc-sidebox-contents {
	margin: 0;
	padding: 10px;
}

/* --- sidebox (sb) -> sponsors (spon) --- */
#hc-advt-img img {
	margin: 0;
	padding: 0;
	width: 298px;
	height: 218px;
}
#hc-advt-img img a { border: none; }
#hc-advt-img img a:hover { border: none; }

a.zoom-in {
	position: relative;
	margin-left: 15px;
	min-width: 31px;
	min-height: 16px;
	background: url(./images/hc.icon.zoom-in.png) no-repeat;
	outline-style: none;
}
#ftn {
	font-weight: bold;
}
ol.ftn {
	list-style: inside;
	list-style-type: decimal;
}

/* --- Main content block ends --- */

div.clean { clear: both; }
