/***** BASIC STYLING *****/

a, abbr, acronym, blockquote, cite, div, form, h1, h2, h3, h4, h5, h6, 
img, input, label, li, ol, p, span, textarea, ul {
	padding: 0;
	margin: 0;
}

body {
    max-width: 820px;
    margin: 2px auto;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 80%;
    background: #aaa;
}

a, a:hover, a:visited {
    color: #c16c46; #a7432f; /*#bf663d; /*#c50; /* #943734; #90493a; #7194b0; #67775f; /*#5f7663; /*#90493a; /*#905154; /*#8e745d; #5478A0; /*#7391b5; #181e12; /*#5e5e56; /* #6a92ae;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
	cursor: help;
	font-size: 0.9em;
	letter-spacing: 0.07em;
}

blockquote {
    text-align: justify;
    margin: 0 2.5em;
    padding-left: 0.5em;
    border-left: solid 4px #777;
}

cite, small {
	font-size: 0.85em;
}

code, pre {
    font-family: courier, monospace;
    font-size: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em 0;
    font-weight: bold;
    color: #355683;
}

h1 {    font-size: 2.0em;   }
h2 {    font-size: 1.5em;   }
h3 {    font-size: 1.1em;   }
h4 {    font-size: 1.0em;   }
h5 {    font-size: 1.0em;   }
h6 {    font-size: 1.0em;   }

h1, h2 {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
}

label {
    color: #355683;
    font-size: 0.85em;
    font-weight: bold;
}

li, p {
    margin: 1.2em 0;
    font-size: 1em;
    text-align: justify;
}



/***** Page Layout *****/

#page {
    height: 100%;       /* fixes IE's float problem? */
    margin: 0;
    padding: 0 1em 1em 1em;
    text-align: left;
    background: #fff;
    border-right: 4px solid #999;
    border-left: 4px solid #999;
}

#header {
    margin: 0 -1em;
    background: #000 url("/images/icefields_header2.jpg") no-repeat center right;
    height: 150px;
    padding: 0.25em 0 0 1em;
}
#header h1 {
    width: 10em;
    margin: 35px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #c16c46; #a7432f; #bf663d;
    font-family:  Impact, "Lucida Grande", Verdana, sans-serif;
    font-size: 2.8em;
    font-weight: normal;
    font-style: italic;
    text-align: right;
}
#header h1 a, #header h1 a:hover, #header h1 a:visited {
    color: #c16c46; #a7432f; #bf663d; #d60;
    text-decoration: none;
}
#header p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    font-style: italic;
    text-align: left;
}

#content, #sidebar {
    margin: 1em 0;
    padding: 0;
}

#content {
    /* sidebar right
    float: left;
    width: 70%; */
    /* for sidebar left */
    float: right;
    width: 70%;
}

#sidebar {
    /* sidebar right
    margin-left: 70%;
    padding-left: 2em;*/
    /* for sidebar left */
    margin-right: 70%;
    padding-right: 2em;
}

#footer {
    color: #999999;
    font-size: 0.75em;
    width: 100%; 
    clear: both;
    text-align: right;
}


/***** Post Data *****/

.post {
    margin: 0 0 1em 0;
    clear: both;
}

.post h2 a,
.post h2 a:hover,
.post h2 a:visited {
    text-decoration: none;
    color: #355683; #588; #c50; #944; #90493a;
}

.post .postheader h4 {
    float: left;
    width: 6em;
}

.post .postheader p {
    margin: 0.5em 0;
}


.post img {
    float: left;
    margin: 0.5em 0.5em 0 0;
}
.post img.map {
    width: 100%;
    margin: 0 0 0.5em 0;
}

.post img.minimap {
    float: right;
    padding-left: 1.5em;
    width: 50%;
    margin: 0 0 0.5em 0.5em;
}


.post a.post_comments,
.post a.post_comments:hover,
.post a.post_comments:visited {
    font-size: 0.75em;
    text-decoration: none;
    color: #cccccc;
}

.post small {
    font-size: 0.85em;
    color: #999999;
}

.metadata {
    font-size: 0.85em;
    text-align: right;
}

.metadata p {
    color: #999999;
    display: block;
    margin: 0;
    text-align: right;
}

.metadata p.metadata_cat {
    text-align: right;
}

.entry a,
.entry a:hover,
.entry a:visited {
    text-decoration: underline;
}

.entry {
    line-height: 1.5em;    
}

.entry p {
    line-height: 1.5em;    
}

.entry li {
    list-style: circle;
    line-height: 1.5em;    
    margin-bottom: 0.5em;
}

.divider {
    margin: 1em 0;
    border-top: 1px solid #ddd;
}

/*
 * pagination
 */

div.pager p { display: block; margin: 0; }
div.pager p.pager_left { float: left; max-width: 25em; }
div.pager p.pager_right { text-align: right; }

/*
 * sidebar stuff
 */
 
#searchform input {
    margin-left: 0;
    width: 98%;
}

#sidebar h3 {
    border-bottom: 1px solid #000;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}
 
#sidebar li {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    /*border: 3px solid #999;*/
    border: 1px solid #ddd;
}

#sidebar li li {
    padding: 0;
    border: none;
}

 
#sidebar ul li {
    margin-bottom: 1.5em;
}
 
#sidebar ul li.search {
    margin-bottom: 1.25em;
}
 
#sidebar p {
    text-align: left;
    display: block;
    color: #000; 
    font-size: 0.85em;
    line-height: 1.25em;
    margin: 0;
    margin-bottom: 0.75em;
    padding-left: 0em;
    /* padding-right: 0.75em; */
}

#sidebar h2 {
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.75em;
    border-bottom: solid 1px #355682;
    color: #355682;

}
 
#sidebar ul ul {
    margin: 0;
    padding: 0;
    padding-left: 0.75em;
}
 
#sidebar ul ul li {
    color: #999999;
    font-size: 0.85em;
    font-style: italic;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    margin-left: 0.25em;
    list-style: none;
}
 
#sidebar a, #sidebar a:hover, #sidebar a:visited {
    font-style: normal;
    font-weight: bold;
}

#sidebar small {
    font-size: 0.9em;
}
#sidebar strong {
    font-size: 0.9em;
}

#sidebar #feeds {
	padding-left: 1em;
	}

#sidebar .feed {
	display: inline;
	border: 1px solid #000;
	padding: 1px;
	background: #fff;
	font-size: 90%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	}
	
#sidebar .feed a,
#sidebar .feed a:hover {
	margin: 0px;
	padding: 0px 2px;
	background: #00a;
	color: #fff;
	text-decoration: none;
	}

#sidebar .feed #rss {
	background: #e70;
	}

/***** Comments List *****/
  
ol.commentlist {
    margin-top: 1.5em;
}
  
.commentlist li {
    padding: 10px;
    list-style-type: none;
    border: 1px solid #ddd;
    margin-bottom: 1.5em;
}

.commentlist li.comment_odd {
    border-color: #ddd;
}
.commentlist li.comment_even {
    border-color: #355683;
}


/***** Comments Form *****/

#comment_form input {
    width: 20em;
}

#comment_form input#ud_remember_y,
#comment_form input#ud_remember_n {
    width: 3em;
}

#comment_form input#submitcomment {
    width: 12em;
}

#comment_form textarea {
    width: 100%;
}
    
#comment_form label {
    float: left;
    width: 12em;
}

#comment_form label#rememberinfo {
    width: 16em;
}

#ud_preview {
    border: solid 1px #dddddd;
    padding: 9px;
    width: 97%;
    margin-right: 1em;
}

/*
 * plugins stuff
 */
 
div.pager {
    font-size: 0.85em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
 
/*
 * miscellanea
 */

.message {
    margin-top: 0.25em;
}
