@charset "utf-8";
/*
Theme Name: FMC
Theme URI: http://www.norrcom.com
Description: Custom Theme for Federate Mountain Clubs of NZ
Version: 1.0
Author: Josh Shand
Author URI: http://www.norrcom.com
Tags: custom, norrcom, ltd, FMC, Federated, Mountain, Club
*/

/* Start Globals */

html {
	overflow-y: scroll;
}
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	background:url(./images/bgtile.png) repeat #28313a;
	height: 100%;
}

table {
border: 0;
margin: 0;
padding: 0;
}

/* End Globals */

/* Begin Layout*/
div#container {
width: 952px;
min-height: 100%;
margin-left:auto;
margin-right: auto;
background:url(images/containerbg.png) repeat-y;
}

div#header {
background:url(./images/fmclogo.png) no-repeat left top;
width: 952px;
height: 199px;
margin: 0;
padding: 0;
}

div#headerpicture {
background:url(./images/headerbg.png) repeat-x;
margin: 0 0 0 224px;
width: 712px;
height: 199px;
padding: 0;
}

div#main {
width: 697px;
margin: 0 0 0 218px;
background:url(./images/mainbg.png) repeat-x;
padding:0 0 0 20px;
bottom: 0;
}

div#footer {
clear: both;
position: relative;
bottom:0;
text-align: center;
height: 133px;
width: 952px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size: 10px;
padding-top: 6px;
}

div#footerinside {
text-align: center;
width: 670px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size: 10px;
margin: 70px 0 0 240px;
}

div#sidebar {
width: 200px;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
margin: 0 0 250px 0;
padding-left: 17px;
float: left;
}

div#sidebarpicture {
background:url(./images/footerleft.png) no-repeat;
height: 133px;
width: 224px;
float: left;
}

/* End Layout */

/* Begin Formatting */
.entry {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:left;
color:#000;
margin: 0 20px 0 0;
}

small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:left;
margin: 0;
color: #00498f;
padding: 0;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight:500;
color:#bdc9cf;
padding: 0 0 10px 0;
margin: 0;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:500;
color:#00498f;
display:inline;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:500;
color:#993366;
}

h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:500;
color:#f29a29;
}

.post h3 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:500;
color:#f29a29;
text-decoration:none;
margin: 0;
padding: 0;
display:inline;
}

a, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#00498f;
}

hr {
color:#ffecd6;
background-color:#ffecd6;
height: 1px;
border:0;
text-align: center;
}

div#sidebar ul {
padding:0;
margin:0;
}

div#sidebar ul li {
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size:16px;
color:#0000ff;
}

/* End Formatting */

/* Begin Images */
p img {
	padding: 0;
	
	}
a img {
border:none;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
img.outlined {
border: solid 1px #fff;
}
/* End Images */


/* Sidebar */

* html #sidebar{ /*IE 6 only */
w\idth: 78px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#sidebar li {
/*border-bottom: 1px solid #292d30;*/
margin: 0;
}

#sidebar li a{
display: block;
padding: 5px 5px 5px 16px;
border-left: 8px solid #00498f;
/*border-right: 10px solid #a4a5a5;*/
/*background-color: #0073ae;*/
color: #00498f;
text-decoration: none;
width: 110px;
}

html>body #sidebar li a{ /*Non IE6 width*/
width: auto;
}

#sidebar li a:hover{
border-left: 8px solid #00315f;
/*border-right: 10px solid #afafaf;*/
background-color: #ffecd6;
color: #343b34;
}

/* End Sidebar */