/*

File name: /wp-content/themes/flatdogs/style.css
Website: Flatdogs Camp | www.flatdogscamp.com
Created by NinerNet Communications: http://www.niner.net
Copyright (c) 1996-2010 NinerNet Communications. All rights reserved.
Version 2.0.2, Wednesday 10 March 2010.

Recent Revision History:

		2010-03-10 (2.0.2)	-	Remove more image borders.

		2010-03-04 (2.0.1)	-	Remove image borders,
								Yet another failed attempt to have the Flash map slide under the header.

	2010-02-01 (2.0.0)	-	File created.

To Do:

	* Nothing in particular.

Notes:

	* None.


INFORMATION FOR WORDPRESS BACK END:

Theme Name: Flatdogs
Theme URI: http://www.niner.net/
Description: Theme based on existing Flatdogs Camp website design, converted to pure CSS.
Version: 2.0.1
Author: NinerNet Communications
Author URI: http://www.niner.net/
Tags: flatdogs, two columns, elastic width, no widgets, ninernet

*/


body {
	margin: 0;
	background-color: #fdffdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	color: #333;
	}

a:link {
	color: #00425a;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #00425a;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

#page_container {
	/* border: #0cc solid 3px; */
	width: 100%;
	background-color: #fdffdf;
	background-image: url("assets/graphics/right_column.gif");
	background-repeat: repeat-y;
	background-position: right;
	/* height: 2000px; */
	}

#header {
	/* border: #0ff solid 1px; */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 82px;
	background-image: url("assets/graphics/top_bar.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #fdffdf;
	position: fixed;
	top: 0;
	z-index: 100;
	}

#address {
	margin: 0;
	}

#logo {
	margin: 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	}
	
.flash_container {
	z-index: -10;
	}

#content_container {
	/* border: #f00 solid 1px; */
	/* margin: 50px 272px 0 0; */
	margin: 50px 0 0 0;
	/* padding: 20px 292px 20px 20px; */
	padding: 20px 0 20px 20px;
	/* padding: 20px; */
	/* overflow: visible; */
	}

#content {
	/* border: #cc0 solid 1px; */
	/* margin: 50px 272px 0 0; */
	margin: 0 282px 0 0;
	/* padding: 20px 292px 20px 20px; */
	padding: 0;
	/* padding: 20px; */
	/* overflow: visible; */
	}

h1 {
	font-size: 17px;
	color: #333;
	line-height: 18px;
	padding: 0;
	}

h2 {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	padding: 10px 0 0 0;
	}

#sidebar {
	/* border: #00f solid 1px; */
	float: right;
	/* position: fixed; */
	/* top: 82px;
	right: 0; */
	width: 252px;
	/* background-color: #000; */
	background-color: #b0bc84;
	background-image: url("assets/graphics/sidebar_gradient.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px;
	margin: 0 0 0 20px;
	}

.sidebar_box_header {
	width: 244px;
	background-color: #b0bc84;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 40px;
	border-color: #fdffdf;
	border-width: 2px;
	border-style: solid;
	}

.sidebar_box_header a:link {
	text-decoration: none;
	}

.sidebar_box {
	width: 232px;
	background-color: #fdffdf;
	padding: 5px 10px 10px 10px;
	list-style-position: inside;
	}

.sidebar_box a:link {
	text-decoration: none;
	}

.sidebar_box ul li {
	margin-top: -5px;
	margin-left: -38px;
	font-size: 10px;
	}

.sidebar_box ul.site_menu li a:link {
	text-decoration: none;
	}

.sidebar_box ul.site_menu li a:visited {
	font-weight: normal;
	}

.sidebar_box ul.site_menu li {
	margin-top: 0;
	margin-left: -28px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	}

#footer {
	/* border: #ff0 solid 1px; */
	background-color: #b0bc84;
	font-size: 10px;
	}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	}


/* Styles borrowed from the default theme. */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}

td img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}

/*	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 */


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 0 none;
	text-align: center;
	background-color: #fdffdf;
	padding-top: 0;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End captions */
