/*
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
*/




/* -------------------------------------------------------------- 
  
   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;
	background: transparent;
}
body {
    background:#fff;
	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;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    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:2;
}
#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;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


/* =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:26px;
    font-weight:bold;
    line-height:26px;
    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
}









body {
	background-color: #F9F9F9;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	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 {
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/header_beholdMystery.jpg);
	background-position: center 202px;
	background-repeat: no-repeat;
}

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 ----------------- */

#header {
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/header_bgGradientBlue.png);
	background-position: center top;
	background-repeat:repeat-x;
	height: 200px;
}

#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(http://d2a5pqbp24oxts.cloudfront.net/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 .cym {
	font-weight: 300;
	margin-left: 10px;
	border-left: 1px solid #007CA5;
	padding-left: 10px;
}


#grown-up a:hover{
	text-decoration: underline;
}


/* ------------ Navigation ------------------- */

#access {
	border: none;
	margin: 0 auto;
	width: 960px;
	height: 88px;
	z-index: 200;
	
}

#access ul#nav {
	padding: 0;
	margin: 0;
	border: none;
	background-color: none;
}

#access ul#nav li.page-item {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	display: inline;
	float: left;
	position: relative; /*--Important--*/
	background: none;
}

#access ul#nav li.page-item a.nav-item {
	text-indent: -9999px;
	border: none;
	padding: 0;
	height: 91px;
	display: block;
	z-index: 50;
	position: relative;

}

#access ul#nav li:hover, 
#access a:focus, 
#access a:hover, 
#access a:active {
	background: none;
	border: none;
	z-index: 60;
}

 #access ul#nav li.page-item { 
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-repeat: no-repeat;
	height: 91px; 
	z-index: 600;
	text-indent: -9999px;
}


/* Mega Panel */

#access ul#nav li .drop {
	position: absolute; /*--Important--*/
	width: 968px;
	height: 395px;
	text-indent:0;
	z-index:1;
	display: none;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/megaPanel.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 0;
}

#access ul#nav li .drop.show {
	display: block;
	z-index: 1;
}

#access ul#nav li.page-item-about .drop {
	top: 85px;
	left: -4px;
}

#access ul#nav li.page-item-learn .drop {
	top: 85px;
	left: -164px;
}

#access ul#nav li.page-item-relationship .drop {
	top: 85px;
	left: -334px;
}

#access ul#nav li.page-item-live .drop {
	top: 85px;
	left: -486px;
}

#access ul#nav li.page-item-community .drop {
	top: 85px;
	left: -668px;
}


#access ul#nav li.page-item-store .drop {
	top: 85px;
	left: -846px;
}


/* Mega Panel Background Images */


#access ul#nav li .drop .megaPanel-bg .promoPanel{
	position: absolute;
	right: 240px;
	top: 0;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}



/* ------------ Mega Panel .promoText ------------------- */


.promoText {
	text-align: center;
	text-shadow: 1px 0 0 #fff;
		z-index: 200;
}

.promoText h3 {
	font-size: 2.2em;
	color: #FF5500;
	line-height: 1.1em;
	padding-bottom: 20px;
}

.promoText p {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 10px;

}

.page-item-about .promoText {
	position: absolute;
	top: 235px;
	left: 200px;
	text-align: center;
	width: 325px;

}

.page-item-learn .promoText {
	position: absolute;
	top: 40px;
	left: 500px;
	width: 200px;
}

.page-item-relationship .promoText {
	position: absolute;
	top: 40px;
	left: 425px;
	width: 275px;
}

.page-item-live .promoText {
	position: absolute;
	top: 40px;
	left: 475px;
	width: 235px;
	z-index: 200;
}


.page-item-community .promoText {
	position: absolute;
	top: 20px;
	left: 250px;
	z-index: 200;
	width: 212px;
	
}

.page-item-community .promoText h3 {
	
	width: 212px;
	height: 122px;
	background-image: url("/wp-content/themes/lifeteen/images/megaPanel_thirstChange.png");
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.page-item-community .promoText .call-to-action {
	position: absolute;
	left: 20px;
	top: 170px;
}

.page-item-store .promoText {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 350px;
	z-index: 200;
}


.promoText .call-to-action, .download-link {
	border: 3px solid #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color: #fff;
	background-color: #FF5500;
	background-image: none;
	font-size: 1.8em;
	margin: 40px auto 0 auto;
	line-height: 1em;
	-moz-box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	box-shadow:0 1px 3px #000;
	padding: 8px 10px;
}

.promoText .call-to-action:hover, .download-link:hover {
	background-color: #C94300;
}


.call-to-action a, .download-link a {
	color: #fff;
	text-indent: 0;
	text-align: center;
	line-height: 1em;
}









#access ul#nav li.page-item-about .drop .megaPanel-bg .promoPanel {
	width: 325px;
	height: 180px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/promoPanel_aboutUsVideo.jpg);
	left: 200px;
	top: 50px;
	-moz-box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	box-shadow:0 1px 3px #000;
}




#access ul#nav li.page-item-learn .drop .megaPanel-bg .promoPanel {
	height: 301px;
	width: 577px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/promoPanel_the171.jpg);
	left: 150px;
}
	
#access ul#nav li.page-item-relationship .drop .megaPanel-bg .promoPanel {
	height: 301px;
	width: 282px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/promoPanel_SX3.jpg);
	left: 150px;
}

#access ul#nav li.page-item-live .drop .megaPanel-bg .promoPanel {
	height: 301px;
	width: 233px;
	left: 225px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/promoPanel_movieDating.jpg);
}

#access ul#nav li.page-item-community .drop .megaPanel-bg .promoPanel {
	height: 301px;
	width: 527px;
	right: 4px;
	background-image: url(/wp-content/themes/lifeteen/images/megaPanel_thirstChange.jpg);
}

#access ul#nav li.page-item-store .drop .megaPanel-bg .promoPanel {
	height: 301px;
	width: 528px;
	background-image: url(/wp-content/themes/lifeteen/images/promoPanel_2010_09_bookSale.jpg);
	right: 4px;
}
		


/* Mega Panel Content */


/* ------------ Mega Panel .nav-section-categories ------------------- */

#access ul#nav .drop ul.nav-section-categories {
	position: absolute;
	top: 15px;
	left: -5px;
	z-index: 10;
	background-color: #126885;
	padding: 20px 20px 10px 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 0 3px #000;
	box-shadow:0 1px 3px #000;
}



#access ul#nav .drop ul.nav-section-categories li{
	background: none;
	text-indent: 0;
	display: block;
	float: none;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	font-family: Arial, sans-serif;

}

#access ul#nav .drop ul.nav-section-categories li a {
	background: none;
	text-indent: 0;
	display: block;
	float: none;
	height: auto;
	font-weight: bold;
}
	
#access ul#nav .drop ul.nav-section-categories li a:link, #access ul#nav .drop ul.nav-section-categories li a:visited {
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
}

#access ul#nav .drop ul.nav-section-categories li a:hover {
	color: #CCC;
}


/* ------------ Mega Panel .nav-section-tags ------------------- */

#access ul#nav li.page-item .nav-section-tags {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 180px;
	padding-left: 20px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/promoPanel_verticalDivider.png);
	background-position: left top;
	background-repeat: no-repeat;
}
	
	
#access ul#nav li.page-item .nav-section-tags h3 {
	font-size: 1.8em;
	padding-bottom: 10px;
	line-height: 1.2em;
	weight: 500;
}
	
#access ul#nav li.page-item .nav-section-tags a {
	background: none;
	text-indent: 0;
	display: inline;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}

#access ul#nav li.page-item .nav-section-tags a:hover {
	background: none;
	color: rgb(255, 75, 51);
}



/* ------------ Mega Panel .nav-section-links ------------------- */

#access ul#nav li.page-item .nav-section-links {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 350px;
	padding-left: 20px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/promoPanel_verticalDivider.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#access ul#nav li.page-item .nav-section-links ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

#access ul#nav li.page-item .nav-section-links li {
	padding-left: 75px;
	height: 60px;
}

#access ul#nav li.page-item .nav-section-links li.cym-promo-link {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/aboutUs_megaPanel_icons.png);
}

#access ul#nav li.page-item .nav-section-links li.facebook-promo-link {
	background-position: 0 -64px;
	background-repeat: no-repeat;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/aboutUs_megaPanel_icons.png);
}

#access ul#nav li.page-item .nav-section-links li.donate-promo-link {
	background-position: 0 -122px;
	background-repeat: no-repeat;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/aboutUs_megaPanel_icons.png);
}

#access ul#nav li.page-item .nav-section-links li.contact-promo-link {
	background-position: 0 -187px;
	background-repeat: no-repeat;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/aboutUs_megaPanel_icons.png);
}


	
#access ul#nav li.page-item .nav-section-links h3 {
	font-size: 1.1em;
	padding-bottom: 2px;
}

#access ul#nav li.page-item .nav-section-links p {
	font-size: .88em;
	margin: 0;
}

	
#access ul#nav li.page-item .nav-section-links a {
	background: none;
	text-indent: 0;
	display: inline;
	color: #333;
}

#access ul#nav li.page-item .nav-section-links a:hover {
	background: none;
	color: rgb(255, 75, 51);
}
	



/* About Navigation */

#access ul#nav li.page-item-about { 		
	width: 140px;
	background-position: 0 -24px;
	margin-right: 20px;
}

#access ul#nav li.page-item-about a:hover.nav-item
	{ 	
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}





/* Learn About Your Faith Navigation */

#access ul#nav li.page-item-learn	{ 
	width: 170px; 
	background-position: -160px -24px;
}


#access ul#nav li:hover.page-item-learn, 
#access ul#nav li.page-item-learn a:hover.nav-item
	{ 
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-position: -160px -132px;
	background-repeat: no-repeat;
	
} 






/* Relationship With God Navigation */

#access ul#nav li.page-item-relationship { 
	width: 152px; 
	background-position: -330px -24px;
}

#access ul#nav li:hover.page-item-relationship, 
#access ul#nav li.page-item-relationship	a:hover.nav-item  { 
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-position: -330px -132px;
	background-repeat: no-repeat;
}

#access ul#nav li.page-item-relationship.current_page_item { 
	
}


/* Live Your Catholic Life Navigation */

#access ul#nav li.page-item-live {
	width: 160px; 
	background-position: -482px -24px;
	margin-right: 22px;
}



#access ul#nav li:hover.page-item-live, 
#access ul#nav li.page-item-live a:hover.nav-item { 
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-position: -482px -132px;
	background-repeat: no-repeat;
}

#access ul#nav li.page-item-live.current_page_item { 
	
}


/* Community Navigation */

#access ul#nav li.page-item-community { 
	width: 158px;
	background-position: -664px -24px; 	
	margin-right: 20px;
}

#access ul#nav li:hover.page-item-community, 
#access ul#nav li.page-item-community	a:hover.nav-item  { 
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-position: -664px -132px;
	background-repeat: no-repeat;
}

#access ul#nav li.page-item-community.current-cat { 

}



/* Store Navigation */

#access ul#nav li.page-item-store { 
	width: 118px; 
	background-position: -842px -24px; 
}

#access ul#nav li:hover.page-item-store, 
#access ul#nav li.page-item-store a:hover.nav-item  { 
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/nav.png);
	background-position: -842px -132px;
	background-repeat: no-repeat;
}



/* yearly theme background */
#theme-bg { 
	background-color: #080F15;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: visible;
	margin: 0 auto;
	height: 441px;
	
}




/* ----------------- Trending Topics ----------------- */

#trending {
	height: 40px;
	margin: 0 auto;
	z-index: 10;
	width: 960px;
	position: relative;
}

#trending #topics {
	position: absolute;
	top: 17px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 500;
}

#topics a:hover {
	text-decoration: underline;
}

#trending #topics ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#trending #topics h2 {
	display: inline;
	padding: 0 15px 0 0;
}

#trending #topics li {
	display: inline;
	padding: 0 15px 0 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#trending form {
	position: absolute;
	right: 0;
	top: 10px;
}

#trending form {
background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/search_bg.png);
	height: 26px;
	width: 153px;
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	background-color: transparent;

}

#trending form #s {
	background: none;
	border: none;
	position: absolute;
	left: 10px;
	top: 3px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
}

#trending form #search-button {
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/search_magnifyingGlass.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	height: 17px;
	width: 17px;
	position: absolute;
	right: 5px;
	top: 4px;
	border: none;
}



/* ----------------- Featured ----------------- */

#featured-wrap {
	margin: 0 auto;
	width: 960px;
	z-index: 10;
}

#featured {
	position: absolute;
	top: 212px;
	z-index: 1;
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
}

/* ---- Daily Devotional ---- */
#slideleft {
	position: absolute;
	
}


/* ---- Feature Box Images ---- */

#slider {
	width: 960px;
	height: 379px;

}


.nivo-caption {
	padding: 20px 30px;
	color: #fff;
	width: 200px;
	background-image: url(http://d2a5pqbp24oxts.cloudfront.net/wp-content/themes/lifeteen/images/featureCaption_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	bottom: 30px;
	height: auto;
	}

#slider .nivo-caption h2 {
	font-size: 2em;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1.2em;
	text-shadow: 0 1px 0 #000;
}

#slider .nivo-caption p {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #fff;
	padding: 0;
	text-shadow: 0 1px 0 #000;
}


/* ---- Feature Box arrows ---- */
#slider .nivo-directionNav a {
	background: url(http://d2a5pqbp24oxts.cloudfront.net/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;
	top: -300px;
}


/* ------- Banner Images ------- */

#banner-image {
	text-align: center;
	position: relative;
}

#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(http://d2a5pqbp24oxts.cloudfront.net/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: 418px;
}

#container {
	width: 640px;
	
}

#content {
	width: 600px;
	overflow: visible;
	margin-left: 10px;
	padding-left: 30px;
	padding-right: 40px;
	background-color: #fff;
}

.post {
	padding-bottom:10px;
	padding-top:0;
	margin: 0;
}

.entry-content {
	width: 600px;
	overflow: visible;
}


.entry-meta {
	border-bottom: 1px dotted #bababa;
	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: 100px;
	float: right;
	
}

.facebook-share {
	margin-right: 15px;
	padding-right: 20px;
	float: left;
}




/* ----------------- 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: 0;
}

.aside {
	width: 280px;
	margin-left: 20px;
	background-color: #fff;


}

.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;

}


.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(http://d2a5pqbp24oxts.cloudfront.net/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;
}


/******* 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;
	background-color: #000;
	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: #007CA5;
	line-height: 1em;
}

#devotion h3 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 700;
	color: #007CA5;	
	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: 100px;
}


#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: 400px;
}

#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-647 #content, .pageid-647 .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;
	
	/* 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;
	
	/* 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(http://d2a5pqbp24oxts.cloudfront.net/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: 125px;
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;
}

.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;
}