/*
Theme Name: AK Tanker
Theme URI: http://aktanker.com
Description: ATC Wellness Challenge
Version: 1.0
Author: C. Heyen
Author URI: http://cassiejane.me/
*/

/* Basics
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0px;
	font-family: Georgia, serif, Times New Roman;
	background: #e5e4d2 url(images/sand.jpg);
	color: #000000;
	font-size: 16px;}

#background {
	left: 0px;
	position: absolute;
	top: 0px}

img {
	border: none;
	padding: 0px;
	margin: 0px;}

p {
	line-height: 140%;}

/* Classes
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.goleft {
	float: left;
	margin-right: 10px;}

.goright {
	float: right;
	margin-left: 4px;}

strong {
	font-weight: bold;
	color: #53a8d3;}

/* Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	background: #6ab4db url(images/sky.jpg) repeat;
	z-index: 3;
	width: 100%;
	height: 205px;}

#snowpeak {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: url(images/divvies.jpg) no-repeat top center;
	z-index: 10;
	width: 720px;
	height: 409px;}

#snowpeak .quote {
	position: relative;
	padding-top: 282px;
	margin-left: 495px;
	width: 350px;
	z-index: 1;
	color: #53a8d3;
	font-size: 20px;
	font-weight: bold;}

/* Container
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
	position: absolute;
	top: 420px;}

/* Left
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#leftnav {
	float: left;
	width: 300px;
	margin-bottom: 20px;}

/* Menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#leftnav .menu {
	padding: 0px 0px 13px 0px;
	margin: 0px;
	z-index: 3;
	width: auto;
	background: #6ab4db url(images/sky.jpg) repeat;}

#leftnav .menu a {
	font-weight: bold;
	font-size: 20px;
	color: #c3e9fb;
	text-decoration: none;
	padding: 1px 4px 1px 4px;}

#leftnav .menu a:hover {
	color: #6eb6da;
	background: #e5e4d2 url(images/sand.jpg);}

/* Calendar
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#ticker {
	width: 100%;
	overflow: auto;}

#calendar {
	font-size: 11px;}

.wplc_event_list ul, .wplc_event_list li {
	list-style-type: circle;}

/* Recipes
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.spacey {
	padding-left: 5px;
	padding-right: 5px;}

.ingredients {
	font-size: 11px;}

/* Headings
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

h1 {
	background: #6ab4db url(images/sky.jpg) repeat;
	color: #ffffff;
	font-size: 32px;
	padding: 1px 0px 11px 5px;
	margin: 0px}

h2 {
	background: #6ab4db url(images/sky.jpg) repeat;
	color: #ffffff;
	font-size: 23px;
	padding: 1px 0px 11px 5px;
	margin: 0px}

h3 {
	background: #6ab4db url(images/sky.jpg) repeat;
	color: #ffffff;
	font-size: 18px;
	padding: 1px 0px 11px 5px;
	margin: 0px;}

em {
	font-style: normal;
	border-bottom: 2px solid #a8d7e2;}

/* Right
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content, #content1 {
	margin-left: 330px;
	padding: 0px 0px 0px 0px}

#content ul  {
	list-style-image: url(images/check.gif);
	list-style-type: square;
	line-height: 150%;}

#content li {
	padding-bottom: 15px;}

#content a, #calendar a, .spacey a {
	background: #6ab4db url(images/sky.jpg) repeat;
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;}

#content a:hover, #calendar a:hover, .spacey a:hover {
	color: #6eb6da;
	background: #ffffff;}

#content a:active, #calendar a:active, .spacey a:active {
	color: #6eb6da;
	background: #ffffff;}

#content1 a img {
	border: 5px solid #6ab4db;
	margin: 10px;}

#content1 a:hover img {
	border: 5px solid #ffffff;}

/* Nutrition
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tabs {
	text-align: center;}

#tabs ul {
	list-style-type: none;
	padding: 0px;
	line-height: 33px;}

#tabs li {
	white-space: pre;
	display: inline;
	list-style-type: none;
	margin: 0px 10px 0px 0px;}

#tabs a {
	border: 2px solid #a8d7e2;}

#tabs a:active {
	color: #6eb6da;
	background: #ffffff;}

.quote1 {
	color: #53a8d3;
	font-size: 18px;
	font-weight: bold;}

/* Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	clear: both;
	margin: 20px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	background: #6ab4db url(images/sky.jpg) repeat;
	padding: 10px;
	text-align: center;}

