/*
Theme Name: Avalanche Country
Theme URI: http://www.avalanchecountry.com
Description: Modified version of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Becky Resler
Author URI: http://www.avalanchecountry.com/
*/

/* Begin Typography & Colors */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
#content {
	font-size: 1.2em
	}
.widecolumn .entry p {
	font-size: 11px;
	}
/*    
.widecolumn {
	line-height: 1.6em;
	}
*/    
.narrowcolumn .postmetadata {
	text-align: right;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;;
	}
.description {
	font-size: 11px;
	text-align: center;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li, #commentform input, #commentform textarea {
    font-size: 9pt;
    font-family: verdana, arial, helvetica, sans-serif;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #000000;
	}	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font-family: verdana, arial, helvetica;
    font-size: 11px;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
    text-align: center;
	}
/* End Typography & Colors */

/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}	
/*    
.narrowcolumn {
	padding: 0 0 5px 5px;
	margin: 0px 0 0;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;	
	}
*/	
.post {
	text-align: justify;
    font-size: 12px;
	}
.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.postmetadata {
	font-size: 11px;
}    
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {	
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 2px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 4px 0 3px;
	padding: 5px 4px 3px;
	list-style: none;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 1px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 1px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 1px 0;
	text-align: center;
	}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 12px;
    font-size: 10pt;
    padding: 0px;
	}
/* End Various Tags & Classes*/

/* other stuff needed for sidebar */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* STYLES AND CLASSES FOR LAYOUT TO MATCH REST OF SITE */
/* REDEFINING CSS */
body {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
}
a {
    color: #0099cc;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 13pt;
    color: #006699;
    font-variant: small-caps;
}
h2 {
    font-size: 10pt;
    color: #006699;
    font-variant: small-caps;
}
h3 {
	font-size: 10pt;
    font-weight: bold;
}

/* LAYOUT CSS */
#header {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
    height: 275px;
    background-image: url(/images/avalanche_banner.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 1px solid #666666;
}
#container {
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10pt;
    padding: 5px;
}
#footer {
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 8pt;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px;

}
.divider {
    height: 2px;
    line-height: 2px;
    font-size: 2px;
    background-color: #006699;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
}

/* POSITIONING CSS */
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}

/* NAVIGATION CSS */
#navbar {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
	background-color: #eeeeee;
    background-image: url(/images/bkgrnd.gif);
    height: 20px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
#centered {
	width: 670px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
}
#menu ul, #menu li	{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a:link, #menu a:visited	{
	background: #eeeeee;
    background-image: url(/images/bkgrnd.gif);
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
	color: #ffffff;
	float: left;
    font-family: verdana, helvetica, arial;
	font-size: 12px;
    font-variant: small-caps;
	font-weight: bold;
	line-height: 14px;
	margin-right: 0px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
#menu a:hover	{
	color: #000000;
    background-color: #99ccff;
    background-image: url(/images/bkgrnd-blue.gif);
    font-weight: bold;
    border-bottom: 0px;
}
body.section-1 #menu li#nav-1 a,
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a,
body.section-6 #menu li#nav-6 a,
body.section-7 #menu li#nav-7 a,
body.section-8 #menu li#nav-8 a,
body.section-9 #menu li#nav-9 a {
	background-color: #99ccff;
    background-image: url(/images/bkgrnd-blue.gif);
	color: #000000;
}
#breadcrumbs {
    color: #006699;
}
#bottomnav {
    font-size: 8pt;
    text-align: center;
    color: #006699;
    padding: 4px;
}

/* other CSS */
.navlinks {
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	margin-top: 3px;
  	margin-bottom: 3px;
}
.errors {
  	color: #ff0000;
}
.credits {
	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	text-align: center;
  	margin-top: 10px;
  	padding-top: 5px;
  	border-top: 1px solid #cccccc;
}

.post h2 {
	text-align: left;
    font-size: 14px;
}

.pagetitle {
    font-size: 14px;
    text-align: left;
}
