/*
Theme Name: Chuckanut Flying Club
Theme URI: http://www.chuckanutflyingclub.com/
Description: This is just a basic layout, with custom CFC elements applied.
Version: 1.0
Author: Derek Meyer
Tags: fixed width, anchored top-left, widgets
*/

* { padding: 0; margin: 0; }

body {
 color: #222b42;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #e6d8bb;
 background-image: url('images/cfc-bg.jpg');
 background-position: 0px 50px;
 background-repeat: no-repeat;
}
img { border: 0; }
#wrapper {
  margin: 0;
  width: 900px;
}
#logoWell {
  z-index: 10;
  width: 222px;
  height: 200px;
  position: relative;
  top: 6px;
  left: 3px;
}
#header {
 padding: 0;
 border: 0;
 margin: 0;
 width: 100%;
 height: 50px;
 background-color: #222b42;
 background-image: url('images/cfc-header.gif');
 background-position: 225px 24px;
 background-repeat: no-repeat;
}
#leftcolumn {
 padding: 190px 10px 10px 20px;
 border: 0;
 margin: 0;
 width: 200px;
 height: 350px;
 float: left;
}
#rightcolumn {
 padding: 70px 10px 10px 20px;
 border: 0;
 margin: 0;
 width: 600px;
 height: auto;
 display: inline-block;
}
h2 {
  // color: #ab824e;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}
h3 {
  margin: 10px 0;
}
p {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 20px !important;
}
a {
  color: #222b42;
  text-decoration: none;
}
#sidebar ul li ul li {
  padding: 5px 0 0px 35px;
  border: 0;
  margin-left: -30px;
  width: 185px;
  height: 25px;
  background-color: #222b42;
}
#sidebar ul li ul li a {
  color: #ab824e;
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}
#sidebar ul li ul li a:hover {
  color: #e6d8bb;
}
.textwidget {
  float: left;
  margin-top: -17px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
  }

/*	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: 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	display: none;
}
/* End captions */