/*  
Theme Name: Gluten Free For Good 2.0
Theme URI: http://glutenfreeforgood.com/
Description: The default theme for the Gluten Free For Good Blog 2.0
Version: 1.6
Author: Adam Penly
*/

html, body
{
	height: 100%;
}

body
{
	padding: 0px;
	margin: 0px;
	background: #F9FAFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C6564;
}

#MainWrapper
{
	width: 100%;
}

#LeftCol
{
	width: 170px;
	padding-top: 28px;
	padding-right: 5px;
	background: #F9FAFC;
}

#SpacerCol
{
	width:3px;
	background:#F9FAFC;
	border-left: #C3BAB2 dashed 1px;
}

#CenterCol
{
	height: 100%;
	width:539px;
	left: 3px;
	background:#FFFFFF;
	border-left: #9EA08C dashed 1px;
	border-right: #9EA08C dashed 1px;
}

#RightCol
{
	padding-top: 35px;
	padding-left: 21px;
	background: #F9FAFC;
}

.centerContent
{
	padding: 35px;
}

#SearchBox
{
	margin-top: 13px;
	margin-bottom: 15px;
	width: 145px;
}

#SearchBox .searchBox
{
	width: 145px;
	border: 2px solid #A8BDA2;
	padding-left: 2px;
	font-size: 11px;
	color: #567E48;
}

#SearchBox .searchSubmit
{
	font-size: 11px;
}

#NavItems
{
	margin-top: 10px;
	margin-left: 3px;
}

#NavItems .navItem
{
	color: #984326;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

#NavItems .navItem a
{
	color: #984326;
	font-size: 12px;
	text-decoration: none;
}

#NavItems .navItem a:hover
{
	color: #984326;
	font-size: 12px;
	text-decoration: underline;
}

#NavItems .navSubItem
{
	color: #7F8367;
	font-size: 12px;
}

#NavItems .navSubItem a
{
	color: #7F8367;
	font-size: 12px;
	text-decoration: none;
}

#NavItems .navSubItem a:hover
{
	color: #7F8367;
	font-size: 12px;
	text-decoration: underline;
}

#Subscribe
{
	margin-top: 15px;
}

#Subscribe img
{
	margin-bottom: 4px;
}

#Disclaimer
{
	margin-top: 14px;
	color: #5C6564;
	font-size: 10px;
	text-align: center;
}

.post
{
	border-bottom: 1px dashed #BFC1B3;
	margin-bottom: 28px;
}

.postTitle, .pageHeader
{
	color: #567E48;
	font-weight: bold;
	font-family: "Garamond Bold";
	font-size: 24px;
}

.postTitle
{
	text-transform: lowercase;
}

.pageHeader
{
	margin-bottom: 14px;
}

.postDate
{
	color: #8B9594;
	font-weight: bold;
	margin-bottom: 14px;
	padding-left: 2px;
}

.postImage img
{
	margin-bottom: 14px;
}

.postText
{
	color: #5C6564;
	font-size: 12px;
	margin-bottom: 5px;
}

.postText img
{
	padding: 5px;
}

.postMeta
{
	color: #567E48;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.postMeta a
{
	color: #567E48;
	font-weight: bold;
	text-decoration: none;
}

.postMeta a:hover
{
	color: #567E48;
	font-weight: bold;
	text-decoration: underline;
}

.pageSubHeader
{
	color: #8B9594;
	font-weight: bold;
	font-size: 11px;
}

.recentPhoto
{
	padding-top: 14px;
	padding-bottom: 12px;
}

.aboutInfo
{
	color: #558146;
	margin-bottom: 8px;
}

.aboutInfo .label
{
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
}

.aboutImage img
{
	margin-bottom: 5px;
}

.aboutImage .caption
{
	font-size: 10px;
	color: #558146;
	font-style: italic;
}

.aboutText
{
	margin-top: 14px;
	margin-bottom: 14px;
}

a
{
	color: #567E48;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #567E48;
	font-weight: bold;
	text-decoration: underline;
}

a.black
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.black:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.metaBlueText
{
	color: #558146;
	font-weight: bold;
	margin-top: 14px;
}

img
{
	border: 0px none;
}

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;
	}
