/*
Theme Name: Member Loyalty Group
Theme URI: http://ihopeyouloveit.com/memberloyaltygroup
Description: Simple three page layout theme with custom home, featured comments, blog layout, and sidebar widgets enabled.
Version: 0.1
Author: Chad Gowan
Author URI: http://www.allspeeds.net
Tags: fixed width, two column, widgets
*/
/************************************************
 *	 Color Key         :                        *
 *    Red-brown        : #b3651b                *
 *    Blue             : #2b6990                *
 *    Green            : #2a8222                *
 *    Text-blue        : #50849f                *
 *    Link-blue        : #0a456c                *
 *    form-blue        : #aee3ff                *
 *    h2-home-green    : #6cb76f                *
 *    footer-blue      : #113141                *
 *    img-stroke       : #4c99c1                *
 ************************************************/
 
@import "css/reset-fonts.css";	/* RESET BROWSERS TO START IN THE SAME PLACE */
@import "css/forms.css";		/* FORMS */

/* GENERAL
************************************************/
html, body { 
	background:#fff url(images/bg_wrapper.png) repeat-x;
}
body {
	color:#484848;	
	text-shadow:#000 0 0 0; /* To fix goofiness in safari */
}
/* ANCHORS
************************************************/
a, a:visited {
	color:#0a456c; 
}
a:hover {  
	color:#b3651b; 
}
.rss {
	padding-left:18px;
	background:url(images/icon_rss.png) no-repeat 0 50%;
}
.icon {
	margin:0 auto;
	width:20px;
	height:20px;
	display:block; 
	text-indent:-9999px !important;
	padding:0 !important;
	background-position:2px 2px;
}
a.read-more {
	font-weight:bold;
	text-align:right;
	display:block;
	clear:both;
	padding:0 5px 0 0;	
}
a.read-more_button {
	display:block;
	clear:both;
	width:97px;
	height:22px;
	text-indent:-9999px;
	background:url(images/button_read-more.png) no-repeat;
}
/* CLEARING ELEMENTS
************************************************/	
div.clearer { 
	clear: left; 
	height: 0; 
	line-height: 0; 
}
hr { 
	border:0;
	width:99%; 
	height:2px; 
	color:#526687; 
	background-color:#526687; 
	margin:15px auto;
	margin-top:0; 
	line-height:1px; 
	clear:both; 
}
/* POSITIONING
************************************************/	
.fl-left {
	float:left;
	padding:2px;
}
.fl-right {
	float:right;
	padding:2px;
}
.centered {
	display:block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.hidden {
	display:none; 
}
/* POSITIONING
************************************************/	
.aligncenter {
	text-align: center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 5px 10px;
	display: block;
}
.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	display: block;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.alignright, img.alignleft, img.aligncenter, 
a img.alignright, a img.alignleft, a img.aligncenter {
	border:1px solid #cbcfd2;	
}
.wp-caption {
	background-color: #fff;
	border-top: 2px solid #cbcfd2;
	border-bottom: 2px solid #cbcfd2;
	padding:10px 5px;
	text-align: center;
}
.wp-caption:hover {
	background-color: #ddd5be;
	border-top: 2px solid #cbcfd2;
	border-bottom: 2px solid #cbcfd2;
}
.wp-caption a img, .wp-caption a img:hover {
	padding:0;
	border:0 none;
}
.wp-caption .wp-caption-text {
	margin: 10px 0 0 0;
	padding:0;
	font-style:italic;
	color:#666;
}
.hidden {
	display:none; 
}
/* COMMON TAGS, SPECIAL STYLES
************************************************/
p, address { 
	padding:0 0 15px 10px;
}
strong {
	font-weight:bold;
}
strong em, em strong {
    font-weight:bold;
    font-style:italic;
}
q, em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:underline;
}
sup, sub {
	position: relative;	
}
sup {
	bottom:1ex;
}
sub {
	top:.5ex;
}
acronym, abbr {
	border-bottom-width:thin;
	border-bottom-style:dotted;
	cursor:help;
}
abbr.published {
	border:none;
}
/* HEADERS
************************************************/
h1, h2, h3, h4, h5, h6 {
	letter-spacing:-1px;
	margin-bottom:15px;
	padding:0;
	clear:both;
}
h1 {
	font-size:2em;
	color:#316b88;
        margin-top:15px;
}
h2 {
	font-size:131%; /*17px*/
	color:#316b88;
}
h2 a {
	text-decoration:none;
}
h3 {
	font-size:123.1%; /*16px*/
	color:#4d93b6;
}	
h4 {
	font-size:93%; /*12px*/
	color:#4d93b6;
}
h5 {
	font-size:1.0em;
	color:#4d93b6;
}
h6 {
	font-size:1.0em;
	color:#4d93b6;
	text-align:center;
}
/* LISTS
************************************************/
ul, ol, dl {
	margin-bottom:15px;
}
ul {
	margin-left:.75em;
	/*margin-right:.5em;*/
}
li ul {
	margin-bottom:0;
}
dl {
	margin-left:.75em;
	margin-right:.5em;
}
dt {
	font-weight:bold;
}
dd {
	background:url(images/bullet_blue-arrow.png) no-repeat 0 1.5em; 
	padding:15px 0 15px 20px;
}
ol {
	margin-left:5em;
	/*margin-right:.5em;*/
}
ol li {
	padding-bottom:10px;
	list-style-type:decimal;
}
ol.type-A li { 
	list-style-type:upper-alpha !important;
}
ul.bullet_blue-arrow li {
	background:url(images/bullet_blue-arrow.png) no-repeat 0 1.5em;
	padding:15px 0 15px 20px;
	border-bottom:1px solid #a7d49e;
}
ul.bullet_blue-arrow li.last {
	border:none;
}
ul.bullet_blue-arrow {
	margin-top:-15px;
}
ul.bullet_blue-dot li, #content_blog ul li {
	 background:url(images/bullet_blue-dot.png) no-repeat 0 .75em;
	 padding:5px 0 5px 10px;
}
ul.bullet_blue-dot li a,  #content_blog ul li a {
	 color:#5b6c75;
}
ul.bullet_blue-dot-side li {
	 background:url(images/bullet_blue-dot-side.png) no-repeat 0 .75em;
	 padding:5px 0 5px 10px;
}
ul.bullet_blue-dot-side li a {
	 color:#2c5f5f;
}
li.read-more { 
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	margin-bottom:10px;
	background-image:none !important;
	clear:both;
}
ol li.read-more { 
	list-style:none;
}
/* QUOTATIONS
************************************************/
blockquote {
	margin:0 auto;
	margin-bottom:15px;
	width:395px; /*425px*/
	background:#d7ecf7 url(images/bg_blockquote_top.png) no-repeat top;
	padding-top:35px;
	padding-left:30px;
}
blockquote p {
	padding-left:0;
	padding-right:35px;
}	
blockquote > p:last-child {	
	background:url(images/bg_blockquote_bottom.png) no-repeat bottom right;
	padding-bottom:30px;
}
blockquote .leader {
	font:40px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#ccccff;
	float:left;
	margin:0 4px 4px 4px;
	padding-bottom:4px;
}
/* BOXES
************************************************/
/* Box Sizing */
.quarter_box, .half_box, 
.three-fourths_box {
	margin-bottom:10px;
	padding:0;
}
.quarter_box {
	width:24%;
}
.half_box {
	width:48.8%;
}
.sixty_box {
	width:60%;
}
.fourty_box {
	width:38%;
}
.three-fourths_box {
	width:70%;
}
.full_box {
	width:100%;
	clear:both;
	margin-left:0;
}
/* CONTAINERS & NAVIGATIONS
************************************************/
#wrapper { 
	margin:0 auto; 
	width:969px;
	display:block;
	min-height:100%;
}
#content {
	display:block;
	width:969px;
	margin:0 auto;
}
#header, #footer {
	width:969px;
	margin:0;
	padding:0;
}
#header h1#logo {
	width:275px;
	height:114px;
	margin:0;
	float:left;
}
#header h1#logo a {
	display:block;
	width:300px;
	height:114px;
	margin:0;
	padding:0;
	line-height:0;
	background:url(images/mlg_logo.png) no-repeat;
	text-indent:-9999px;
	outline:0;
}
#header-right {
	float:right;
	width:354px;
}
#footer {
	background:#fff url(images/bg_footer_lines.png) no-repeat top;
	color:#113141;
	padding-top:10px;
	font-size:85%;
	line-height:153.9%;
}
#footer a {
	color:#0472ac;
	text-decoration:none;
}
#footer a.license {
	float:left;
	display:block;
	width:88px;
	height:33px;
	margin-right:10px;
}
#footer #license {
	float:left;
	width:50%;
}
#footer h2#satmetrix-logo {
	float:right;
	width:168px;
	clear:none;
	background:transparent;
	padding:0;
}
#footer h2#satmetrix-logo a {
	display:block;
	width:168px;
	height:39px;
	text-indent:-99999px;
	background:url(images/satmetrix-logo.png) no-repeat;
	outline:none;
	padding:0;
	margin:0;
}
#utility-nav {
	margin-top:10px;
	width:354px;
}
#utility-nav li {
	float:left;
	height:35px;
	text-indent:-9999px;
}
#utility-nav li a {
	height:35px;
	display:block;
	outline:none;
}
#utility-nav li.home a, #utility-nav li.page-item-37 a {
	width:80px;
	background:url(images/utility-nav.png) no-repeat;
}
#utility-nav li.home a:hover, #utility-nav li.page-item-37 a:hover {
	background-position:0 -35px;
}
#utility-nav li.site-map a, #utility-nav li.page-item-41 a {
	width:109px;
	background:url(images/utility-nav.png) no-repeat -80px 0;
}
#utility-nav li.site-map a:hover, #utility-nav li.page-item-41 a:hover {
	background-position:-80px -35px;
}
#utility-nav li.contact a, #utility-nav li.page-item-43 a {
	width:104px;
	background:url(images/utility-nav.png) no-repeat -189px 0;
}
#utility-nav li.contact a:hover, #utility-nav li.page-item-43 a:hover {
	background-position:-189px -35px;
}
#utility-nav li.faqs a, #utility-nav li.page-item-45 a {
	width:61px;
	background:url(images/utility-nav.png) no-repeat -293px 0;
}
#utility-nav li.faqs a:hover, #utility-nav li.page-item-45 a:hover {
	background-position:-293px -35px;
}
#global-nav {
	width:969px;
	height:53px;
	background:url(images/bg_nav_lines.png) repeat-x bottom;
	margin:0;
	padding:0;
}
#global-nav ul, #global-nav ul li {
	margin:0;
	padding:0;
}
#global-nav li {
	float:left;
	height:49px;
	text-indent:-9999px;
}
#global-nav li a {
	height:49px;
	display:block;
	outline:none;
}
/*27,239,241,243,13,39*/
#global-nav li.loyalty-program a, #global-nav li.page-item-27 a {
	width:199px;
	background:url(images/global-nav.png) no-repeat;
}
#global-nav li.loyalty-program a:hover, #global-nav li.page-item-27 a:hover {
	background-position:0 -49px;
}
#global-nav li.benchmarking a, #global-nav li.page-item-239 a {
	width:165px;
	background:url(images/global-nav.png) no-repeat -199px 0;
}
#global-nav li.benchmarking a:hover, #global-nav li.page-item-239 a:hover {
	background-position:-199px -49px;
}
#global-nav li.net-promoter-score a, #global-nav li.page-item-241 a {
	width:202px;
	background:url(images/global-nav.png) no-repeat -364px 0;
}
#global-nav li.net-promoter-score a:hover, #global-nav li.page-item-241 a:hover {
	background-position:-364px -49px;
}
#global-nav li.resources a, #global-nav li.page-item-243 a {
	width:147px;
	background:url(images/global-nav.png) no-repeat -566px 0;
}
#global-nav li.resources a:hover, #global-nav li.page-item-243 a:hover {
	background-position:-566px -49px;
}
#global-nav li.about-us a, #global-nav li.page-item-13 a {
	width:137px;
	background:url(images/global-nav.png) no-repeat -713px 0;
}
#global-nav li.about-us a:hover, #global-nav li.page-item-13 a:hover {
	background-position:-713px -49px;
}
#global-nav li.blog a, #global-nav li.page-item-39 a {
	width:118px;
	background:url(images/global-nav.png) no-repeat -851px 0;
}
#global-nav li.blog a:hover, #global-nav li.page-item-39 a:hover {
	background-position:-851px -49px;
}
#subnav {
	background:url(images/bg_nav_lines.png) repeat-x bottom;
	clear:both;
	height:30px;
	padding:0;
	margin:0;
}
#subnav li {
	float:left;
	margin-left:10px;
	padding-left:16px;
	height:20px;
}
#splash-head {
	background:url(images/bg_splash.png) repeat-x 0 50%;
	margin-bottom:20px;
}
#splash-ad {
	width:450px;
	margin:0;
	padding:0;
	padding-top:30px;
	padding-right:20px;
}
#splash-ad, #splash-head ul {
	float:left;
}
#splash-head ul {
	width:479px;
	background:url(images/bg_splash_lines.png) no-repeat;
	margin:0;
margin-top: 20px;
	padding:0;
	padding-left:20px;
}
#splash-head h2 {
	font-size:108%;
	font-weight:normal;
	text-transform:uppercase;
	color:#6cb76f;
	background:none;
	padding:0;
}
#splash-stories, #splash-featured, #splash-recent {
	width:252px; /*322px*/
	float:left;
	margin:0;
}
#splash-stories, #splash-featured, #splash-recent, #recent, #recent-comments {	
	padding:0 35px 15px 35px;
}
#splash-stories p, #splash-featured p, #splash-recent p {
	padding-left:0;
}
#splash-stories h2, #splash-featured h2, #splash-recent h2, #recent h2 {
	padding:0;
	margin-bottom:5px;
}
#splash-stories h2 a, #splash-featured h2, #splash-recent h2 a, #recent h2 a, #recent-comments h2, #categories h2 {
	display:block;
	width:100%;
	height:60px;
	outline:none;
	text-indent:-9999px;
}
#splash-stories {
	width:253px; /*323px*/
	background:url(images/bg_stories.png) no-repeat;
	margin-right:1px;
}
#splash-stories img {
	border:1px solid #4c99c1;
	width:202px;
	margin-bottom:15px;
}
#splash-featured {
	background:url(images/bg_featured-comments.png) no-repeat;
	margin-right:1px;
}
#splash-recent, #recent {
	background:url(images/bg_recent-blog.png) no-repeat;
	color:#0a456c;
}

#splash-recent ul li a {
	border-right:1px solid #4fa241;
	font-weight:bold;
	padding-right:10px;
	margin-right:10px;
}
#recent-comments {
	background:url(images/bg_recent-comments.png) no-repeat;
	color:#0a456c;
}
#categories {
	background:url(images/bg_categories.png) no-repeat;
	color:#0a456c;	
	padding:0 0 15px 20px;
}
#categories ul {
	width:22em;
	margin-bottom:15px;
}
#categories li ul li {
	float:left;
	width:10em;
}
#content_blog {
	float:left;
	width:603px;/*543*/
	margin:0;
	padding:0;
	padding-right:40px;
	border-right:1px solid #c0e1f3;
}
#content_blog h2, #content_blog h3, #content_blog h4 {
	font-weight:bold;
	padding-left:12px;
}
#content_blog h2 {
	padding-bottom:14px;
	background:url(images/bg_header_lines.png) repeat-x bottom;
	padding-top:25px;
}
#content_blog h3 {
	font-size:108%; /*14px*/
}
#content_blog h3, #content_blog h4 {
	padding-bottom:12px;
	border-bottom:1px solid #7eb4d0;
}
#sidebar {
	float:left;
	width:322px; /*325px*/
	margin:0;
	padding:0;
	padding-left:3px;
}
#sidebar-utility {
	margin:0;
	padding:0;
}
#sidebar-utility a, #sidebar-utility li, #sidebar-utility img {
	display:block;
	margin:0;
	padding:0;
}
#sidebar-utility li {
	margin-bottom:3px;
}
ul#recent, ul#recent-comments, ul#categories { /*#sidebar*/
	margin:0;
}
ul#recent-comments .entry-title a {
	color:#59391a;
}
ul#recent-comments ul li {
	padding-bottom:10px;
}
ul#recent-comments ul li p {
	background:url(images/bg_recent-comments_lines.png) no-repeat bottom;
	color:#2b668d;
}
ul#recent-comments ul li.last p {
	background:none;
	padding-bottom:0;
}
.entry-wrapper {
	border-bottom:1px solid #c0e1f3;
	padding-bottom:15px;
}	
.entry-wrapper .entry-title {
	background:none !important;
	padding-bottom:10px;
	margin-bottom:0;
}
.entry-head {
	margin-bottom:20px;
	border-top:1px solid #66a6c9;
	border-bottom:1px solid #a5d5f0;
	padding:6px 0;
	color:#4d93b6;
	font-weight:bold;
	font-size:93%;/*12px*/
	background:url(images/bg_entry-title.png) repeat-y;
}
.entry-head .entry-author, .entry-head .entry-date, .entry-head .entry-comments {
	display:inline;	
	padding:0 10px;
}
.entry-head .entry-author, .entry-head .entry-date {
	border-right:1px solid #b1c5cf;
}
.entry-head .entry-author a {
	text-decoration:none;
}
.entry-head .entry-date {
	font-weight:normal;
}
.entry-head .entry-comments {
	padding-right:14px;
	background:url(images/icon_comments_r.png) no-repeat right 50%;
}
.entry-head .entry-comments a {
	text-decoration:underline;
	color:#e49448;
}
.entry-head .entry-comments .comments {
	padding-left:14px;
	background:url(images/icon_comments_l.png) no-repeat 0 50%;
}
.entry-categories {
	padding-left:10px;
	font-size:77%;/*10px*/
}
.entry-categories a {
	color:#58b7e9;
	text-decoration:underline;
}
.entry-categories .meta-prep {
	color:#8d9ba2;
	text-transform:uppercase;
}
.commentlist {
	margin:0;
	padding:0;
}
.commentlist .comment {
	border-bottom:1px solid #c0e1f3;
	color:#8b8b8b;
	padding:10px 5px;
}
.commentlist li.even {
	background-color:#ebf7fd;	
}	
.commentlist li.dd {
	background-color:#fff;
}	
.commentlist li.bypostauthor {}
.commentlist .comment-meta {
	margin-bottom:15px;
}
.commentlist .comment-meta a {
	text-decoration:none;
	color:#4d93b6;
}
.commentlist .comment-meta span {
	padding:0 7px;
	margin:0;
}
.commentlist .comment-meta span.comment-author a {
	font-weight:bold;
}
.commentlist .comment-meta .comment-author, .commentlist .comment-meta .comment-date {
	border-right:1px solid #abbcc5;
}