/*
Theme Name: LifeTeen.com Theme
Theme URI:
Description: LifeTeen.com child theme for Wordpress based on Thematic theme framework
Author: Life Teen Inc., Ryan Miller, Matt Smith
Author URI:
Template: thematic
Version: 1.0
*/

#comments { display: none; }


.nivo-caption { display: none; }


html {
  	background: url(http://lifeteen.com/wp-content/uploads/2012/01/2012_01-LT-BG-08.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}


/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}
body {
//	background: url(http://lifeteen.com/wp-content/uploads/2012/01/2012_01-LT-BG-01.jpg) no-repeat center top;
//	background: url(http://lifeteen.com/wp-content/uploads/2012/01/2012-01_LT-BG2-02.jpg) repeat;
//	background: url(http://lifeteen.com/wp-content/uploads/2011/12/2011-12_LT-ChristmasBG.jpg) repeat-x center 241px;
//	background: url(/wp-content/themes/lifeteen/images/lt-header-bg.png) repeat;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
	color:#000;
	font: 12px Arial, sans-serif;
	line-height:18px;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	clear:both;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 1.5em;
}
dt {
	font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
	border-bottom:1px dotted #333;
	cursor: help;
}
ins {
	text-decoration:none;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
	min-width:960px;
}
#header {
	position:relative;
	width: 940px;
	margin: 40px auto;
}
#branding {
	position: absolute;
	left: 0;
	top: 10px;
}
#access {
	position: absolute;
	right: 0;
	top: 20px;
	width: 600px;
	padding-left: 30px;
}
.menu {
	width:940px;
	margin:0 auto;
}
#container {
	width:640px;
	float:left;
	background-color: rgb(255,255,255); /* The Fallback */
   background-color: rgba(255,255,255,0.90);
	border-radius: 9px;
}

#content {
	margin: 20px;
	width:600px;
	overflow:hidden;
}
.main-aside {
	width:300px;
	float:right;
	position:relative;
	right:10px;
}
#secondary {
	clear:right;
}
#footer {
	clear:both;
}
#subsidiary {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
#subsidiary .aside {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}
#subsidiary #third {
	margin:0;
}
#siteinfo {
	clear:both;
	width:940px;
	margin:0 auto;
}
/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
	margin: 0 0 18px 0;
}
.alignleft, img.alignleft {
	float: left;
	margin-right:20px;
}
.alignright, img.alignright {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter, img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
	margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	font: 15px Georgia, serif;
	line-height:22px;
}
p, ul, ol, dd, pre {
	margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
	color:#666;
	font-style:italic;
}
table {
	border:1px solid #ccc;
	border-width:1px 1px 0 1px;
	font-size:13px;
	line-height:18px;
	margin:0 0 22px 0;
	text-align:left;
}
caption {
	text-align:left;
}
tr {
	border-bottom:1px solid #ccc;
}
th, td {
	padding: .7em 1.25em;
}
hr {
	background-color:#ccc;
	border:0;
	color:#ccc;
	height:1px;
	margin-bottom:22px;
}
a:link {
	color:#004B91;
}
a:visited {
	color:#743399;
}
a:active, a:hover {
	color: #FF4B33;
}
/* =Header
-------------------------------------------------------------- */

#header {
	z-index:10;
}
#branding {
	padding:88px 0 44px 0;
}
#blog-title {
	font-family:Arial, sans-serif;
	font-size:34px;
	font-weight:bold;
	line-height:40px;
}
#blog-title a {
	color:#000;
	text-decoration:none;
}
#blog-title a:active, #blog-title a:hover {
	color: #FF4B33;
}
#blog-description {
	color:#666;
	font-size:13px;
	font-style:italic;
}
/* =Menu
-------------------------------------------------------------- */

.skip-link {
	display:none;
}
/* =Menu
-------------------------------------------------------------- */

#access {
// background: #b9191f; /* Show a solid color for older browsers */
// background: -moz-linear-gradient(#b9191f, #9c1116);
// background: -o-linear-gradient(#b9191f, #9c1116);
// background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9191f), to(#9c1116)); /* older webkit syntax */
// background: -webkit-linear-gradient(#b9191f, #9c1116);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	background: url(http://www.lifeteen.com/wp-content/uploads/2011/01/Devotion_BG.png) repeat;
	border-radius: 4px;
	clear: both;
	display: block;
	float: right;
	margin: 0 auto 6px;
	width: 650px;
	height: 50px;
}
#access ul {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	padding-bottom: 0;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 200px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	background: #efefef;
}
#access li:hover > a, #access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: bold;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	padding:66px 0 22px 0;
}
.page-title {
	font-size:13px;
	line-height:18px;
	padding:0 0 44px 0;
}
.attachment .page-title {
	font-style:italic;
}
.page-title a {
	color:#666;
	text-decoration:none;
}
.page-title a:active, .page-title a:hover {
	color: #FF4B33;
}
.page-title span {
	font-style:italic;
}
.page-title .meta-nav {
	font-style:normal;
}
.hentry {
	padding:0 0 22px 0;
}
.single .hentry {
	padding:0;
}
.home #content .sticky {
	border:1px solid #ccc;
	margin:0 0 66px 0;
	padding:22px 20px 0 20px;
}
.entry-title {
	font-family:Arial, sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height:36px;
	padding:0 0 7px 0;
}
.entry-title a {
	color:#000;
	text-decoration:none;
}
.entry-title a:active, .entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color:#666;
	font-size:13px;
	font-style:italic;
	line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
	font-size:11px;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.entry-meta a {
	color:#666;
	text-decoration:none;
}
.entry-meta a:active, .entry-meta a:hover {
	color: #FF4B33;
}
.entry-meta abbr {
	border:none;
	cursor:text;
	font-size:11px;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.entry-content {
	padding:22px 0 0 0;
}
.entry-content h1, .entry-content h2 {
	font-family:Arial, sans-serif;
	font-size:19px;
	font-weight:bold;
	padding:28px 0 14px 0;
}
.entry-content h3 {
	font-size:17px;
	font-style:italic;
	padding:28px 0 14px 0;
}
.entry-content h4 {
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.entry-content table {
	margin-left:1px;
}
.entry-content embed {
	margin:0 0 22px 0;
}
.entry-utility {
	color:#666;
	font-size:13px;
	line-height:18px;
	margin:0 0 44px 0;
}
.entry-utility a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
.entry-utility a:active, .entry-utility a:hover {
	color: #FF4B33;
}
.page-link {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0 0 22px 0;
	padding:22px 0 0 0;
	word-spacing:0.5em;
}
.page-link a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.page-link a:active, .page-link a:hover {
	color: #FF4B33;
}
ul#links-page, ul#archives-page {
	list-style:none;
	margin-left:0;
	overflow:hidden;
}
li.content-column {
	float:left;
	margin-right:20px;
	width:45%;
}
.gallery {
	padding:0 0 22px 0;
}
.wp-caption-text, .gallery-caption {
	color:#666;
	font-size:13px;
	line-height:18px;
}
#author-info {
	margin:0 0 44px 0;
	overflow:hidden;
}
#author-info .avatar {
	float:left;
	margin:.3em 1em 0 0;
}
/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container, .attachment-png #container {
	width:100%;
}
.attachment-jpeg #content, .attachment-png #content {
	width:930px;
}
.attachment-jpeg #comments, .attachment-png #comments {
	width:540px;
	overflow:hidden;
}
.attachment-jpeg .main-aside, .attachment-png .main-aside {
	display:none;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color:#666;
	font-size:13px;
	line-height:18px;
	margin:0px 0 22px 0;
	overflow:hidden;
}
.navigation a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
.navigation a:active, .navigation a:hover {
	color: #FF4B33;
}
.navigation .meta-nav {
	font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above, #nav-below {
	width: 100%;
}
#nav-above {
	display:none;
}
.paged #nav-above {
	display:block;
	padding:0 0 44px 0;
}
/* =Comments
-------------------------------------------------------------- */

#comments {
	padding:22px 0 0 0;
}
#comments, #comments input, #comments textarea {
	font-size:13px;
	line-height:18px;
}
#comments code {
	font-size:12px;
	line-height:18px;
}
#comments h3 {
	font-family:Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	padding:0 0 18px 0;
}
#comments-list {
	padding:0 0 18px 0;
}
#comments-list ol, #comments-list ul {
	list-style:none;
	margin:0;
}
#comments-list ol {
	border:1px solid #ccc;
	border-bottom:none;
	margin:0 0 18px 0;
}
#comments-list li {
	background:#fafafa;
	border-bottom:1px solid #ccc;
	padding:18px 1.5em 0 1.5em;
	position:relative;
}
#comments-list li.alt {
	background:#fff;
}
#comments-list li.bypostauthor {
	background:#FFFFCC;
}
#comments-list ul li {
	border:1px solid #ccc;
	margin:0 0 18px 0;
}
#comments-list li .avatar {
	position:absolute;
	top:22px;
	left:1.5em;
	width:36px;
	height:36px;
}
#comments-list .comment-author {
	font-weight:bold;
	padding:9px 0 0 46px;
}
#comments-list .comment-meta {
	color:#666;
	font-size:11px;
	padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
	color: #FF4B33;
}
.comment-reply-link {
	font-size:11px;
	padding:0 0 18px 0;
	text-align:right;
}
.comment-reply-link a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
.comment-reply-link a:active, .comment-reply-link a:hover {
	color: #FF4B33;
}
.comment-navigation {
	font-weight:bold;
	padding:0 0 18px 0;
	margin-right:0.5em;
}
.comment-navigation a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.comment-navigation a:active, .comment-navigation a:hover {
	color: #FF4B33;
}
.comment-navigation a, .comment-navigation span {
	margin-right:0.5em;
}
#trackbacks-list .comment-content {
	position:absolute;
	left:-9000px;
}
#respond {
	background:#fff;
	margin-bottom:22px;
	overflow:hidden;
	padding:18px 0 0 0;
	position:relative;
}
#comments-list #respond {
	border-bottom:1px solid #ccc;
	margin:0 0 18px 0;
	padding:18px 1.5em;
}
#comments-list ul #respond {
	border:1px solid #ccc;
	margin:0;
}
#cancel-comment-reply {
	font-size:11px;
	position:absolute;
	top:18px;
	right:1.5em;
}
#cancel-comment-reply a {
	color:#666;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
.form-section label {
	font-size:11px;
}
.form-section input {
	margin:0 0 18px 0;
	width:98%;
}
.form-section textarea {
	width:99%;
}
#form-allowed-tags p {
	color:#666;
	font-size:11px;
	margin:0;
}
#form-allowed-tags span {
	font-style:italic;
}
#form-allowed-tags code {
	font-size:11px;
	line-height:normal;
}
.form-submit {
	padding:18px 0 0 0;
	text-align:right;
}
.subscribe-to-comments {
	color:#666;
	float:left;
	font-size:11px;
	margin:0;
	padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
	color:#666;
	font-size:11px;
	padding:18px 0 0 0;
}
.comment_license {
	color:#666;
	clear:both;
	font-size:11px;
	margin:0;
	padding:18px 0 0 0;
}
/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside, .aside input {
	font-size:13px;
	line-height:18px;
	margin-bottom:6px;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin-bottom:18px;
}
.aside pre, .aside code {
	font-size:12px;
	line-height:18px;
}
.aside .current_page_item a {
	color: #FF4B33;
}
.aside .current_page_item .page_item a {
	color:#666;
}
.aside .current_page_item .page_item a:hover, .aside .current_page_item .page_item a:active {
	color: #FF4B33;
}
.aside {
	color:#666;
}
.aside a {
	color:#666;
}
.aside a:active, .aside a:hover {
	color: #FF4B33;
}
.aside h3 {
	font-size:15px;
	font-style:italic;
	line-height:22px;
}
.aside h3 a {
	text-decoration:none;
}
.aside caption {
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.aside ul {
	list-style:none;
	margin-left:0;
}
.aside ul ul {
	list-style:disc;
	margin:0 0 22px 20px;
}
.aside ul ul li {
	padding:1px 0;
}
.aside ul ul ul {
	margin-bottom:0;
}
.aside form, .aside table {
	margin-bottom:22px;
}
.aside table {
	border:none;
}
.aside thead {
	border:1px solid #ccc;
}
.aside tbody {
	border:1px solid #ccc;
}
.aside th, .aside td {
	border-right:1px solid #ccc;
	padding:.25em .8em;
}
.aside tfoot tr {
	border:none;
}
.aside tfoot td {
	border-color:transparent;
}
.widget_tag_cloud {
	margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;
}
/*
    Main Asides
*/
.main-aside ul {
	padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
	padding:0;
}
#primary {
	border:1px solid #ccc;
	padding:18px 0 0 0;
	margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
	border:1px solid #ccc;
	margin:0 0 22px 0;
	padding:18px 0 0 0;
}
#content .aside ul {
	padding:0 20px;
}
#content .aside h3 {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:17px;
	font-style:italic;
	padding:0 0 7px 0;
	text-transform:none;
}
#content .aside ul ul {
	padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
	padding:33px 0 0 0;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top:1px solid #ccc;
	margin-top:22px;
}
#siteinfo {
	color:#666;
	font-size:11px;
	line-height:18px;
	padding:22px 0 44px 0;
}
#siteinfo a {
	color:#666;
}
#siteinfo a:active, #siteinfo a:hover {
	color: #FF4B33;
}
/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	margin:0 0 0 -.5em;
	padding:0.5em 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	border:1px solid #ccc !important;
	color:#666!important;
	font-style:normal;
	margin:0 .375em !important;
	padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
	border:1px solid #ccc !important;
	color:#666 !important;
}
.wp-pagenavi a:hover {
	border:1px solid #ccc !important;
	color:#FF4B33 !important;
}
.wp-pagenavi a:active {
	border:1px solid #ccc !important;
	color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
	border:none !important;
	color:#666 !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border:none !important;
	color:#666 !important;
	font-weight:normal !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-pagenavi span.extend {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
	margin:2px;
	padding:2px 4px;
}
/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
	margin-bottom:18px;
}
/* =PageNavi
-------------------------------------------------------------- */

/* I'm not overriding PageNavi anymore, it's too much of a mess.

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
	width:0px;
	height:0px;
	overflow:hidden
}
/* Friendship */

.friend-letter {
	padding-left: 60px;
	padding-right: 30px;
	font-size: 16px;
	font-style: italic;
	background: url("http://www.lifeteen.com/wp-content/uploads/2011/07/2011-07_FriendLetter.jpg") no-repeat top left;
	position: relative;
}
.friend-text {
	padding-left: 60px;
	background: url("http://www.lifeteen.com/wp-content/uploads/2011/07/2011-07_FriendText.jpg") no-repeat top left;
	position: relative;
}
.friend-conversation {
	padding-left: 60px;
	background: url("http://www.lifeteen.com/wp-content/uploads/2011/07/2011-07_FriendConversation.jpg") no-repeat top left;
	position: relative;
}
.friend-conversation p {
	display:block;
	clear: both;
	width: 300px;
}
.friend-conversation p.alignleft {
	color: #4779BA;
}
.friend-conversation p.alignright {
	text-align: right;
	color: #BA5909;
}
body {
	color: #333;
	font: 10px/15px Arial, sans-serif;
	text-rendering: optimizeLegibility;
}
#main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.entry-content {
	font-size: 1.4em;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	text-align: left;
	padding: 0;
}
.entry-content strong {
	line-height: 1.5em;
	font-size: 1.1em;
}
p {
	margin: 0 0 24px 0;
}
a:link, a:visited {
	color:#007CA5;
	outline:medium none;
	text-decoration:none;
}
#wrapper {
	position: relative;
//	background: url(/wp-content/themes/lifeteen/images/vss-logo-2.png) no-repeat right top;
}
#vss {
	position: absolute;
	overflow: visible;
	top: 202px;
	right: 20px;
}
.loggedin #vss {
	top: 200px;
}
#vss-header {
	position: absolute;
	overflow: visible;
	top: -40px;
	right: 144px;
	z-index: 2;
}
h1, h1 a:link, h1 a:visited, h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	color:#333333;
	font-weight:bold;
}
li {
	padding-bottom: 10px;
}
.cmr-logo-padding {
	padding-top: 30px;
}
/* ----------------- Header ----------------- */


#branding {
	height: 70px;
	padding: 0;
	position: relative;
}
/* ---------- Logo ---------------- */

#blog-title {
	width: 200px;
	height: 66px;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	left: 0px;
}
#blog-title a {
	background-image: url(/wp-content/themes/lifeteen/images/lifeteen_logo.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 200px;
	display: block;
}
#blog-title a:link, #blog-title a:visited {
	background-position: left top;
}
#blog-title a:hover {
	background-position: left bottom;
}
#blog-description {
	display: none;
}
/* ------------ Grown up Content ------------- */


#grown-up {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 1.2em;
}
#grown-up .contact-us {
	margin-right: 10px;
	border-right: 1px solid #007CA5;
	padding-right: 10px;
}
#grown-up .cym {
	font-weight: 300;
	margin-left: 10px;
	border-left: 1px solid #007CA5;
	padding-left: 10px;
}
#grown-up a:hover {
	text-decoration: underline;
}
/* ----------------- Featured ----------------- */

#featured-wrap {
	margin: 0 auto;
	width: 960px;
	z-index: 10;
	padding-top: 40px;
}
#featured {
	position: absolute;
	top: 140px;
	z-index: 1;
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
}
.loggedin #featured {
	top: 240px;
}
/* ---- Daily Devotional ---- */
#slideleft {
	position: absolute;
	background-image: url(http://www.lifeteen.com/wp-content/uploads/2011/01/Devotion_BG.png);
	background-repeat: repeat;
}
#slideleft.paddingRight {
	background-image: url(http://www.lifeteen.com/wp-content/uploads/2011/01/DevotionBlack_BG.png);
	background-repeat: repeat;
}
/* ---- Feature Box Images ---- */

#slider {
	width: 960px;
	height: 379px;
}
#slider .nivo-caption {
	//	padding: 20px 30px;
//	color: #fff;
//	width: 200px;
//	background-color: rgba(0,0,0,0.5);
	display: none !important;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 30px;
	height: auto;
}
#slider .nivo-caption h2, #slider .nivo-caption p {
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1.2em;
	text-shadow: 0 1px 0 #000;
	font-family: "facitweb-1", "facitweb-2", sans-serif;
	font-weight: bold;
	display: none !important;
}
/* ---- Feature Box arrows ---- */
#slider .nivo-directionNav a {
	background: url(/wp-content/themes/lifeteen/images/featureBox_arrows.png) no-repeat scroll 0 0 transparent;
	height: 92px;
	width: 61px;
	top: 25%;
}
#slider a.nivo-nextNav {
	background-position: -61px 0;
}
/* ---- Section Menus ---- */

#section-menu {
	margin: 0 auto;
	width: 960px;
	padding: 40px 0 20px;
	position: relative;
	top: 0;
}
#section-menu a:link, #section-menu a:visited {
	color: #fcd504;
}
/* ------- Banner Images ------- */

#banner-image {
	text-align: center;
	position: relative;
}
.single #banner-image {
	margin-top: 20px;
}
#banner-image img {
	margin: 0 auto;
	width: auto;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:none;
	background: transparent repeat-x bottom center;
}
#banner-image img.no-shadow {
	/* CSS3 Box Shadow */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#banner-image ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	text-indent: -9999px;
}
/* ----------------- Main Body ----------------- */

#main {
//	background-image: url(/wp-content/themes/lifeteen/images/whiteBox_fade.png);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: visible;
	height: 382px;
	padding: 40px 4px;
	margin-top: 30px;
	 
}
.home #main {
	margin-top: 475px;
}
#container {
	width: 640px;
}

.post {
	padding-bottom: 20px;
	border-bottom: #666 1px solid;
	padding-top:0;
	margin: 0 0 40px 0;
}
.entry-content {
	width: 600px;
	overflow: visible;
}
.entry-meta {
	margin: 0px 0 20px 0;
	padding: 5px 0 3px 0;
	font-style: normal;
}
.entry-meta #entry-meta-left {
	float: left;
	width: 250px;
}
.entry-meta #share-buttons {
	float: right;
	width: 340px;
	text-align: right;
}
.entry-meta #share-buttons div {
	display: block;
	width: 75px;
	float: right;
}
.entry-meta #share-buttons div.facebook-share {
	width: 150px;
}
/* ----------------- PageNavi ----------------- */


#content .wp-pagenavi {
	margin:0 0 0 0;
	padding: 10px 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
#content .wp-pagenavi a.page {
	background-color: #007CA5;
	color: #fff !important;
	margin: 0 3px !important;
	padding: 2px 6px !important;
}
#content .wp-pagenavi span, #content .wp-pagenavi a.nextpostslink, #content .wp-pagenavi a.previouspostslink {
	color: #000;
	background-color: none;
	border: none !important;
	margin: 0 6px;
}
#content .wp-pagenavi .current {
	margin: 0 6px !important;
}
.paged #nav-above {
	padding: 0;
}
#content .wp-pagenavi .last, #content .wp-pagenavi .first {
	display: none;
}
#content .wp-pagenavi a {
	padding: 4px 6px;
}
/* ----------------- Sidebars ----------------- */

/* Primary */
#primary {
	border: none;
	padding: 20px 0 0 0;
}
.aside {
	width: 280px;
	margin-left: 20px;
//	background-color: #fff;
	padding-top: 20px;

background-color: rgb(255,255,255); /* The Fallback */
   background-color: rgba(255,255,255,0.90);
	border-radius: 9px;
}
.page .aside {
	display: none;
}
.main-aside ul {
	padding: 0;
}
.aside h3, #twitter-flock h2 {
	font-size: 1.4em;
	font-weight: 700;
	padding: 0;
	padding: 5px 0 0;
	margin: 0 0 10px 0;
	font-style: normal;
	color:#333;
	text-shadow: 1px 1px 0 #ffffff;
}
#rss-3 .widgettitle {
	display: none;
}
#text-8 {
	border: none;
}
#rss-3.widgetcontainer {
	border-top: none;
}
#text-7 {
	margin-bottom: 10px;
}
.widgetcontainer {
	margin: 0 10px 40px 10px;
	border-top: 3px solid #333;
}
.tf_status img {
	width: 48px;
	height: 48px;
}
/* Connect */

ul#connect-widget {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 260px;
}
ul#connect-widget li {
	background-image: url(/wp-content/themes/lifeteen/images/connect-icons.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 30px;
	height: 31px;
	float: left;
	margin-right: 18px;
}
ul#connect-widget li a {
	text-indent: -9999px;
	height: 31px;
	width: 30px;
	display: block;
}
#connect-widget li.connect-facebook {
	background-position: 0 0;
	margin-left: 18px;
}
#connect-widget li.connect-twitter {
	background-position: -30px 0;
}
#connect-widget li.connect-rss {
	background-position: -60px 0;
}
#connect-widget li.connect-vimeo {
	background-position: -90px 0;
}
#connect-widget li.connect-podcasts {
	background-position: -120px 0;
}
/* Facebook */

#text-4 {
	margin-bottom: 40px;
}
#text-4.widgetcontainer {
	border: none;
}
#text-3 {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.textwidget .connect-widget {
	background-color: #fff;
}
/* News Box (Twitter) */

.widgetcontainer .tb_tweet {
	padding: 8px 2px;
}
/* Staff / Writers */

#text-6 ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#text-6 ul ul {
	padding-left: 15px;
}
#text-6 .writers {
	margin-top: 15px;
}
/*-------------- Reset Typography ----------------- */


#blog-title {
	font-size:35px;
	line-height:42px;
}
#slider {
	z-index: 50;
}
#slider a img {
	z-index: 60;
}
#slider a {
	display: block;
}
.clear {
	clear: both;
	display: block;
}
/******* Site Wide Settings ************/



/******* Daily Devotional Slider ************/

.slide {
	height:381px;
	margin:0 200px 0 0;
	overflow: hidden;
	width: 260px;
	z-index: 100;
	position: relative;
	left: 700px;
}
#devotion {
	width: 960px;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.paddingRight {
	width: 960px;
	left:0;
	;
	margin: 0;
}
.slide .button {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 101;
	padding: 0;
	color: #fff;
	font-size: 1.2em;
}
#devotion h1 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0.5em;
}
#devotion h2 {
	font-size:2.2em;
	margin-bottom: 1em;
	font-weight: 700;
	color: #fffd44;
	line-height: 1em;
}
#devotion h3 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 700;
	color: #fffd44;
	text-transform: uppercase;
}
#devotion ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#devotion li {
	font-size: 1.15em;
	line-height: 1.3em;
	color: #E5E5E5;
	position: relative;
	clear: both;
	display: block;
	padding-left: 0;
	padding-bottom: 5px;
	width: 200px;
}
#devotion li.mass-readings {
	padding-top: 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
#devotion li div {
	text-align: right;
	width: 110px;
	left: 0;
	display: inline;
}
#devotion li strong {
	color: #fff;
	text-align: left;
	float: right;
	width: 140px;
}
#devotion a {
	text-decoration: none;
}
#devotion1 p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #ffffff;
	margin-bottom: 15px;
}
#devotion2 p {
	font-size: 1.3em;
	line-height: 1.4em;
	color:#fff;
	margin-bottom: 15px;
}
#devotion a:link, #devotion a:visited {
	color: #fff;
}
#devotion a:hover {
	text-decoration: underline;
}
#devotion1 {
	height: 351px;
	width: 230px;
	margin: 15px;
	float: left;
	color: #fff;
}
#devotion2 {
	height: 351px;
	width: 670px;
	margin: 15px 30px 15px 0;
	float: left;
}
#slider .nivo-controlNav {
	bottom: -20px;
}
/******* Gallery ************/

.ngg-gallery-thumbnail-box {
	text-align: center;
	width: 33%;
	margin: 15px 0;
}
.ngg-gallery-thumbnail {
	text-align: center;
	width: 195px;
}
/* ----------------- Section Navigation ----------------- */


#section-menu {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	width: 960px;
	height: 40px;
	margin: 30px auto 10px auto;
	color: #fff;
	font-family: "facitweb-1", "facitweb-2", sans-serif;
}
#section-menu h2 {
	display: inline;
	float: left;
	font-size: 3em;
	line-height: 1em;
	width: 380px;
}
#section-menu h2 a:link, #section-menu h2 a:visited {
	color: #ddd;
	text-shadow: 2px 2px 0 #000;
}
#section-menu ul {
	float: right;
	display: inline;
	margin: 0;
}
#section-menu li {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: right;
	font-size: 1.3em;
	line-height: 30px;
}
#section-menu li a:hover {
	text-decoration: underline;
}
/* ----------------- About Us Styles -------------------------- */

.pageid-645 #container, .pageid-647 #container, .pageid-4005 #containter, .pageid-4162 #containter {
	width: 960px;
}
.pageid-645 #content, .pageid-645 .entry-content, .pageid-4005 #content, .pageid-4005 .entry-content, .pageid-4162 #content, .pageid-4162 .entry-content {
	width: 870px;
}
.pageid-645 .entry-title, .pageid-647 .entry-title, .pageid-4005 .entry-title {
	font-size: 3em;
}
.pageid-645 h2, .pageid-645 h3, .pageid-647 h2, .pageid-647 h3, .pageid-4005 h2, .pageid-4005 h3 {
	padding: 0 0 10px 0;
}
.pageid-645 .about-left, .pageid-647 .about-left, .pageid-4005 .about-left {
	width: 400px;
	float: left;
}
.pageid-645 .about-right, .pageid-647 .about-right, .pageid-4005 .about-right {
	float: right;
	width: 400px;
}
.pageid-650 #main, .pageid-1039 #main, .pageid-1041 #main, .pageid-1043 #main, .pageid-1051 #main {
	display: none;
}
/* ----------------- About Us "Apple-style" Image Slider ----------------- */



/* Gallery styles */

#apple-gallery {
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
	position: relative;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:none;
	background: transparent repeat-x bottom center;
	/* The width of the gallery */
	width:960px;
	overflow:hidden;
	margin: 0 auto;
}
#apple-slides {
	/* This is the slide area */
	height:491px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:960px;
	overflow:hidden;
}
.apple-slide {
	float:left;
	position: relative;
}
.apple-slide img {
	z-index: 1;
}
.apple-slide .slide-caption {
	z-index: 2;
	position: absolute;
	color: #fff;
	bottom: 0;
	width: 840px;
	padding: 20px 60px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.apple-slide .slide-caption h2 {
	color:#007CA5;
	font-size: 3em;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 #000;
	line-height: 1em;
}
.apple-slide .slide-caption p {
	font-size: 1.6em;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
#apple-menu {
	/* This is the container for the thumbnails */
	background-color: #e1e1e1;
}
#apple-menu ul {
	margin:0px auto;
	padding:0px;
	text-align: center;
}
#apple-menu li {
	display:inline-block;
	list-style:none;
	overflow:hidden;
	margin: 0 auto;
	padding: 10px;
}
/* Spirituality Thumbnails */

.pageid-1039 #apple-menu {
	height: 165px;
}
.pageid-1039 #apple-menu li {
	width:85px;
	height:145px;
}
.pageid-650 #apple-menu li, .pageid-1041 #apple-menu li, .pageid-1043 #apple-menu li {
	width: 205px;
}
#apple-menu li.inact:hover {
/* The inactive state, highlighted on mouse over */
/*	background:url(img/pic_bg.png) repeat;*/
}
#apple-menu li.act, li.act:hover {
/* The active state of the thumb */
	/*background:url(img/active_bg.png) no-repeat;*/
}
#apple-menu li.act a {
	cursor:default;
}
#apple-menu.fbar {
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;/*	background:url(img/divider.png) no-repeat right;*/
}
#apple-menu li a {
	display:block;
	/*background:url(img/divider.png) no-repeat right; */
	height:145px;
	padding-top:10px;
}
#apple-menu a img {
	border:none;
}
/* ----------------- "Content Trinity" Category Landing Pages ----------------- */


#category-head {
	margin: 20px auto;
	padding-top: 30px;
	width: 950px;
	background-color: #C0CE5C;
	color: #fafafa;
	background-image: url(http://lifeteen.com/missions/wp-content/themes/lifeteen/images/noise-bg.png);
	background-repeat: repeat;
	z-index: 3;
	position: relative;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: 5px solid #EAF2B7;
}
#category-head h1, #category-head p {
	padding: 0 40px;
	text-align: center;
}
#category-head h1 {
	font-size: 5em;
	margin-bottom: 20px;
	text-shadow: 2px 1px 0 #EAF2B7;
	line-height: 1em;
}
#category-head p {
	font-size: 1.5em;
	line-height: 1.5em;
}
/* -- Remove Category Page Title -- */

.category h1.page-title {
	display: none;
}
/* ----------------- #footer ----------------- */

#footer {
	border: none;
	margin-top: 80px;
}
.footer-items {
	margin: 0 auto;
	width: 940px;
	padding: 20px 0;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
}
.flags {
	float: left;
	width: 600px;
}
.wallpapers {
	float: left;
	width: 150px;
	margin-left: 75px;
	padding-left: 75px;
	background-image:  url(/wp-content/themes/lifeteen/images/promoPanel_verticalDivider.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#siteinfo {
	color:#ccc;
	text-shadow: 1px 1px 0 #fff;
	font-size: 13px;
	position: relative;
	padding: 50px 0 0;
	margin: 10px auto 50px auto;
}
#siteinfo p {
	margin-bottom: 10px;
	padding-left: 475px;
}
.footer-logos {
	position: absolute;
	left: 60px;
	top: 32px;
}
/* --- Category head page -- */


h4.entry-announce {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	padding: 5px 0 5px 15px;
	background-color: #F2F2F2;
	margin: 0 0 20px 0;
	display: none;
}
.page h4.entry-announce {
	display: none;
}
.archive-meta {
	display: none;
}
.more-excerpt {
	font-size: 1.4em;
	margin-top: 20px;
}
.missionary-profile {
	width: 150px;
	height: 150px;
	border: 1px solid #F3F3F3;
	padding: 3px;
}
/* ----------------- Entry Utility ----------------- */

.entry-utility {
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	margin-top: 30px;
	padding:20px;
	font-style: normal;
}
.entry-utility a {
	font-style: normal;
}
.entry-cats {
	padding-bottom: 10px;
}
#author-info {
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	margin-top: 20px;
	padding:10px;
}
#author-info h2 {
	font-size: 2.4em;
	padding-bottom: 10px;
}
#author-info h3 {
	font-weight: bold;
	font-size: 14px;
}
#author-info p {
	font-size: 1.3em;
	line-height: 1.4em;
}
#author-info #author-email {
	display: none;
}
.author-bio {
	padding-left:180px;
}
/* ----------------- Community Pages ----------------- */

.community-left {
	width: 400px;
	float: left;
}
.community-right {
	width: 400px;
	float: right;
}
.pageid-1890 #main {
	height: 800px;
}
.entry-content span[style] {
	color: #333 !important;
}
.pageid-647 hr, .pageid-4005 hr {
	clear: both;
}
.thermo-bg {
	background-image: url("/wp-content/themes/lifeteen/images/thermo-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.home #content .sticky {
	border: none;
	margin: 0px;
	padding: 0px;
}
p.feed {
	font-size: 15px;
	line-height: 25px;
}
#xlt-info {
	font-size: 1.4em;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
}
#xlt-info h2 {
	padding-bottom: 20px;
}
#xlt-info .xlt-meta {
	border: 1px solid #D6D6D6;
	background-color: #F4F4F4;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
}
.wp-pagenavi .current {
	display: none;
}

.entry-thumb { display: none; }

/* ----------------- Sidebar Avatar List ------------------- */


.user { margin: 10px 0; height: 90px; vertical-align: top; border-bottom: 1px dotted #BABABA; }
.author-list img.avatars { float: left; height: 74px; width: 74px; margin: 0 10px 10px 0; padding: 3px; border: 1px solid #DDDDDD }

.post { position: relative; }
.avatars-title img {position: absolute; top: 0; left: 0; height: 74px; width: 74px; margin: 0 10px 10px 0; padding: 3px; border:1px solid #DDDDDD  }


.page .entry-title, .page .entry-meta { width: 600px; margin-left: 0; }

.entry-meta { margin-bottom: 10px; padding-top: 10px; font-size: 13px; font-weight: bold;}

.entry-meta #share-buttons { width: 250px; }

#category-head { background-image: url(images/noise-bg.png); background-repeat: repeat; }


#nav { display: none; }
