/* 
Theme Name: West Coast Alpine Club
Description: West Coast Alpine Club theme
Version: 1.0
Author: Andy
*/

/* @import url('fontfacekit/stylesheet.css'); */

/* General styles                                   */
/* ------------------------------------------------ */
html {
	height: 100%;
}

body {
	margin: 0;
	background: #166f99 url(images/bg.jpg) left 50% no-repeat fixed;
	background: #166f99 url(images/bg.jpg) left bottom no-repeat fixed\9; /* IE8 and below */
	background-size: cover;
	height: 100%;
}


html, body, p, li, ul, dd, td {
	color: #2a4b0c;
	font-family: 'Cabin', sans-serif;
	font-size: 1.0em;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #07a9e5;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #c72717; 
}

ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 160%;
	padding-bottom: 6px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
}

h1, h1 a {
	font-size: 2.0em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.6em;
}

h3, h3 a {
	font-size: 1.4em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #81aad2;
	color: #81aad3;
	margin: 5px 0 15px 0; 
}
  
#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 10px;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	height: 170px;
	padding-top: 14px;
	background: url(images/header-bg.png);
	text-align: center;
}

#header img {
	display: inline-block;
}

.headertext {
	color: #fff;
	font-size: 44px;
	font-family: georgia, times, serif;
	font-weight: bold;
	height: 170px;
	line-height: 170px;
	vertical-align: top;
	display: inline-block;
	*display: inline; /* for stupid IE7 */
	zoom: 1; /* for stupid IE 7 */
}

#headerpic {
	background: url(images/content-bg.png);
	padding: 9px 19px;
}

/* Navbar                                           */
/* ------------------------------------------------ */

#navbar {
	background: url(images/nav-bg.png);
	height: 86px;
	margin: 0 auto;
	position: relative;
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#navbar ul li {
	display: inline-block; /* for all other browsers */
	zoom: 1;
	*display: inline; /* for IE7 */
	padding: 0 8px;
	background: none;
	font-size: 17px;
	font-weight: 700;
}

#navbar ul li a {
	/* display: block; not needed? */
	color: #2c4f0d;
	text-decoration: none;
	line-height: 43px;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #fff;
}

/* Content                                          */
/* ------------------------------------------------ */
#content {
	padding: 15px 40px 30px 40px;
	overflow: hidden;
	background: url(images/content-bg.png);
}

#content, #content p {
	line-height: 160%;
}

#content-left {
	margin-right: 32px;
	width: 184px;
	float: left;
}

#content-main {
	width: 640px;
	float: left;
}

.ngg-gallery-thumbnail-box {
	width: 25%;
}

#TB_closeWindow {
	display: none;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 30px 0 30px 0;
	background: url(images/footer-bg.png) left bottom no-repeat;
	text-align: center;
}
 
#footer a, #footer, #footer p {
	color: #9ad5ef;
}

#footer img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

#copyright {
	font-size: 0.8em;
	padding: 20px 0;
	text-align: center;
}

#copyright, #copyright a {
	color: #fff;
	font-family: georgia, times, serif;
}



/* WP Common Styles */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
   padding-bottom: 10px;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}

.wp-caption img {
	padding-bottom: 5px;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


@media screen and (max-width: 560px) {
	.alignleft, .alignright {
		float: none;
		margin: 20px auto;
	}
}