/*
Theme Name: F.A.T. Default
Theme URI: http://fitafterthirty.org/
Description: F.A.T. theme. Changing this could cause permanent damage to the appearance of the blog.
Version: 0.1
Author: Initial Design Group
Author URI: http://initialdesigngroup.com.com/
Tags: fat, fixed width, three columns

	F.A.T. v0.1
	http://fitafterthirty.org/

	This theme was designed and built by Initial Design Group,
	whose site you will find at http://initialdesigngroup.com.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color: #d1aab1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Sans-Serif;
	color: #333;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	background-color: #fff;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
}

#header {
	
}

#content {
	font-size: 1.2em
}

#navcolumn .about {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #44383a;
}

#navcolumn .about .header {
	font-family: Georgia, serif;
	font-size: 13px;
}

#navcolumn .nav,
#navcolumn .nav a {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 21px;
	color: #44383a;
}

#navcolumn .nav {
	background-image: url(images/navcolumn_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navcolumn .additional,
#navcolumn .additional a {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 21px;
	color: #44383a;
}

.singlenav {
	background-color: #f7f7f7;
	border-bottom: 1px dotted #d1aab1;
}

.singlenav .left,
.singlenav .left a,
.singlenav .right,
.singlenav .right a {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 11px;
	color: #6b4d54;
}

.singlenav .home {
	text-align: center;
}

.narrowcolumn .entry {
	line-height: 1.4em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.narrowcolumn td {
	border-bottom: 1px dotted #d1aab1;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	border: none;
}

#footer .nav,
#footer .nav a {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	color: #d1aab1;
}

#footer .additional,
#footer .additional a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #d1aab1;
}

#footer .copyright,
#footer .copyright a,
#footer .id,
#footer .id a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #fff;
}

small {
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 21px;
	color: #44383a;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	height: 24px;
	border-bottom: 1px dotted #d1aab1;
}

h4 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	font-style: italic;
	color: #d1aab1;
}

#sidebar,
#sidebar a {
	color: #44383a;
}

#sidebar h2 {
	font-family: Georgia, serif;
	font-size: 1.2em;
}

#sidebar ul {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #d1aab1;
}

#sidebar ul li {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #44383a;
	border-bottom: 1px dotted #d1aab1;
}

#sidebar ul li .stats {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#sidebar .about {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #44383a;
}

#sidebar .sitebrowser {
	line-height: 18px;
}

#sidebar .sitebrowser .left,
#sidebar .sitebrowser .right,
#sidebar .sitebrowser .leftbottom,
#sidebar .sitebrowser .rightbottom {
	font-family: Georgia, sans-serif;
	font-size: 12px;
}

#sidebar .sitebrowser .left {
	border-bottom: 1px dotted #d1aab1;
	border-right: 1px dotted #d1aab1;
}

#sidebar .sitebrowser .right {
	border-bottom: 1px dotted #d1aab1;
}

#sidebar .sitebrowser .leftbottom {
	border-right: 1px dotted #d1aab1;
}

#sidebar .sitebrowser .rightbottom {

}

#sidebar .friends {
	line-height: 18px;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.post .date .month {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #d1aab1;
}

.post .date .day {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #d1aab1;
}

.post .subtitle {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #d1aab1;
}

.post .footer {
	text-align: left;
	font-size: 11px;
	color: #d1aab1;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
}

.post .divider {
	border-bottom: 1px solid #ececec;
}

.post .linkage,
.post .tags,
.post .related {
	color: #44383a;
}

.post .linkage {
	border-right: 1px solid #ececec;
}

.entry p a:visited {
	color: #b85b5a;
}

#commentsbar {
	background: #6b4d54;
}

#commentsbar .count {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #fff;
}

#commentsbar .add,
#commentsbar .add a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}

.comment {
	border-bottom: #efefef;
}

.comment p,
.comment .poster,
.comment .date {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	color: #44383a;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #d1aab1;
	text-decoration: none;
}

a:hover {
	color: #44383a;
	text-decoration: underline;
}

.pink {
	color: #d1aab1;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
}

h3 {
	clear: both;
}

#leaderboard {
	margin: 9px 0px 11px 0px;
	width: 728px;
	height: 90px;
}

#page {
	position: relative;
	background-color: #fff;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 273px;
	width: 990px;
}

#header .navitem {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#navcolumn {
	float: left;
	padding: 20px 0px 10px 0px;
	width: 175px;
}

#navcolumn .about {
	margin: 0 20px 0 28px;
	padding-bottom: 10px;
}

#navcolumn .contest {
	margin-left: 18px;
	padding-bottom: 10px;
}

#navcolumn .nav {
	margin-left: 25px;
	padding: 0px 0px 10px 3px;
}

#navcolumn .additional {
	margin-left: 25px;
	padding: 10px 0px 10px 3px;
}

#navcolumn .ads {
	margin-left: 5px;
	padding: 0px 0px 10px 0px;
}

.singlenav {
	position: relative;
	z-index: 0;
	float: left;
	padding: 25px 15px 0px 15px;
	margin: 0px;
	width: 500px;
	height: 55px;
}

.singlenav .prev {
	float: left;
	width: 220px;
}

.singlenav .next {
	float: right;
	width: 220px;
}

.singlenav .home {
	position: relative:
	z-index: 1;
	margin-top: 30px;
	width: 60px;
}

.narrowcolumn {
	float: left;
	padding: 0px 0px 20px 35px;
	margin: 0px;
	width: 420px;
}

.narrowcolumn td {
	padding: 10px 20px 10px 10px;
}

.catheader {
	margin: 20px 0px 0px -25px;
}

.post {
	position: relative;
	margin: 0px 0px 40px;
	text-align: left;
}

.post .title {
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
	background: url(images/post_date_divider.gif) bottom no-repeat;
}

.post .date {
	position: relative;
	z-index: 10;
	margin-top: -26px;
	left: 354px;
	width: 51px;
	height: 51px;
	background: url(images/post_date_bg.gif) no-repeat;
	text-align: center;
}

.post .date .month {
	margin: 0px;
	padding: 8px 0px 0px;
}

.post .date .day {
	margin-top: -8px;
}

.post .subtitle {
	margin-top: -16px;
}

.post .footer {
	margin-top: 40px;
}

.post .footer .readmore {
	position: relative;
	z-index: 10;
	float: left;
	width: 105px;
	margin: -10px 0px 0px 20px;
}

.post .footer .poster {
	float: right;
	width: 265px;
	text-align: right;
	padding: 10px 20px 0px 0px;
}

.post .footer .info {
	margin: 10px 0px 10px 20px;
}

.post .divider {
	margin: 10px;
	height: 1px;
}

.post .linkage {
	display: inline;
	padding: 5px 20px 5px 20px;
}

.post .linkageaddthis {
	display: inline;
	padding: 5px 20px 5px 20px;
}

.post .linkageaddthis .button {
	margin-bottom: -4px;
}

.post .tags,
.post .related {
	padding: 0px 20px 0px 20px;
}

.post .related ul {
	
}

.post hr {
	display: block;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	height: 170px;
	width: 990px;
	clear: both;
}

#footer .band {
	position: absolute;
	z-index: 0;
	top: 94px;
	left: 0px;
}

#footer .nav {
	float: left;
	width: 645px;
	padding-top: 70px;
	text-align: right;
}

#footer .nav .item {
	display: inline;
	padding-left: 45px;
}

#footer .additional {
	float: right;
	width: 100px;
	padding: 38px 35px 0px 0px;
}

#footer .copyright {
	position: relative;
	z-index: 10;
	clear: both;
	float: left;
	width: 645px;
	padding-top: 42px;
	text-align: right;
}

#footer .id {
	position: relative;
	z-index: 11;
	float: right;
	width: 270px;
	padding: 42px 0px 0px 0px;
}

#shadowtop { 
	position: absolute;
	top: -11px;
	left: -11px;
	width: 1012px;
	height: 10px;
}

#shadowleft { 
	position: absolute;
	top: 0px;
	left: -11px;
	width: 10px;
	height: 100%;
	background: url(images/bg_shadow_l_repeat.gif) repeat-y;
}

#shadowright {
	position: absolute;
	top: 0px;
	right: -11px;
	height: 100%;
	width: 10px;
	background: url(images/bg_shadow_r_repeat.gif) repeat-y;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
	/*padding-right: 65px;*/
	padding-right: 45px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* 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: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#sidebar ul li {
	padding-bottom: 10px;
	margin: 10px 0px 5px 0px;
}

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



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px 0px 15px;
}

#searchform #s {
	padding: 5px;
	width: 165px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	border: 1px dotted #d1aab1;
}

#searchform #searchsubmit {
	margin-bottom: -7px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/* text-align:center; */
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

#commentsbar {
	
}

#commentsbar .count {
	float: left;
	width: 200px;
	margin-left: 18px;
	padding: 8px 0px 5px 0px;
}

#commentsbar .add {
	float: right;
	padding: 10px 18px 5px 0px;
	text-align: right;
}

.comment {
	padding-top: 20px;
}

.comment .header {
	background: #efefef;
}

.comment .header .poster {
	float: left;
	width: 240px;
	padding: 3px 0px 0px 10px;
}

.comment .header .date {
	float: right;
	padding: 3px 10px 0px 0px;
}

.comment p {
	margin: 10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0px 10px 3px;
	margin-left: 680px;
	width: 300px;
}

#sidebar form {
	margin: 0;
}

#sidebar .about {
	margin: 0 14px 15px 17px;
}

#sidebar .sitebrowser {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 270px;
}

#sidebar .sitebrowser .headercontainer {
	padding: 7px 0px 0px 0px;
}

#sidebar .sitebrowser .header {
	display: inline;
}

#sidebar .categoriescontainer {
	padding: 5px 10px 10px 0px;
}

#sidebar .sitebrowser .left,
#sidebar .sitebrowser .right,
#sidebar .sitebrowser .leftbottom,
#sidebar .sitebrowser .rightbottom {
	padding: 10px 5px 15px 10px
}

#sidebar .friends {
	margin: 20px 0px 10px 15px;
}

#sidebar .friends .friendscontainer {
	padding: 10px 10px 0px 10px;
}

#sidebar .friends .friendsdivider {
	margin-top: 10px;
	height: 100px;
	background-image: url(images/fatfriends_divider.gif);
	background-repeat: repeat-y;
}

#sidebar .ads {
	padding: 0px 0px 10px 0px;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.noborder {
	border: none;
}

.hidden {
	display: none;
}

.floatshield {
	clear: both;
	height: 1px;
}
/* End Various Tags & Classes*/



/* 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;
	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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
