/*
Theme Name: Retirement Living
Theme URI: http://www.retirementliving.com/
Description: A custom theme for the Retirement Living Information Center
Author: Bryan O'Malley
Author URI: http://www.axeva.com
Version: 1.0
Tags: white, yellow

License:
License URI:

General comments (optional).
*/
body {
	font-family: Verdana, Arial, sans-serif;
}
a {
	color: #4db3b3;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline !important;
	color: #4db3b3 !important;
}
a[href$='.pdf'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(/wp-content/themes/RetirementLiving/images/pdfIcon.png) center left no-repeat;
}
label {
	color: #066;
}
label[for] {
	color: #000;
}
td {
	vertical-align: top;
}
/*ADS PAGE*/
.ads.float-right {
  float: right;
  width: 38%;
}
.ads.float-left {
  float: left;
  width: 38%;
}
.text.float-left {
  width: 60%;
  float: left;
}
.text.float-right {
  width: 60%;
  float: right;
}

/* ----- Header ----- */

#header div {
	text-align: right;
}
#header div[class*="span-13"] {
	padding-top: 30px;
}
#s {
	background-color: #f5c959;
	border: solid 2px #f3b82f;
	border-radius: 10px;
	height: 18px;
	width: 130px;
	background-image: url(images/searchIcon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 0 1em 0 2.5em;
	color: #FFF;
	font-weight: bold;
}
#searchsubmit {
	background-color: #FFF;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
}
#header ul {
	margin: 25px 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#header ul li {
	display: inline;
}
#header ul li a {
	padding: .2em .5em;
	background-color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}
#header ul li a:link,
#header ul li a:visited {
	color: #999;
}
#header ul li a:hover {
}


/* ----- Directory ----- */

#directory div {
	border: solid 1px #dfdddd;
	padding: 7px 3px 7px 3px;
}
#directory h2 {
	background-image: url(images/greenArrowBanner.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 1px 0px #066;
	min-height: 100px;
	vertical-align: middle;
	padding-top: 30px;
}
#directory ul {
	padding: 0em 0.5em 0em 0em;
	margin: 0px;
	list-style-type: none;
}
#directory ul li {
	background: url(images/sunIcon.png) no-repeat left 0.65em;
	padding: 0 0 0 25px;
	font-size: 14px;
}
#directory ul li a {
	display: block;
	padding: 0.5em 0 0.5em 0;
	color: #000;
	text-decoration: none;
	border-bottom: dotted 2px #f0bc12;
}
#directory p {
	background-color: #4db3b3;
	border: solid 1px #f0bc12;
	margin: -2px -3px -7px -3px;
	padding: 2px;
	text-align: center;
}
#directory p a {
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
}
#directory p a:hover {
	color: #FFF !important;
}


/* ----- Front ----- */

#content .front {
	width: 708px;
	height: 270px;
	border: solid 1px #dfdddd;
	background-color: #f8ffd0;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 0px;
	margin: 0 0 8px 0;
}
#content .front table,
#content .front table tr,
#content .front table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#content .front h1 {
	color: #333;
	font-size: 24px;
	font-family: Molengo, Tahoma, Arial, sans-serif;
	width: auto;
	height: auto;
	padding: none;
	margin: none;
	background: none;
	letter-spacing: auto;
	text-shadow: none;
	display: block;
}
#content .front p {
	font-size: 16px;
	color: #666;
	margin: auto 0.5em 0 0.5em;
}
#content .front p a:link,
#content .front p a:hover,
#content .front p a:visited,
#content .front p a {
	display: block;
	text-align: right;
	color: #066;
	padding-top: 1em;
}


/* ----- Content ----- */

#yellowBand {
	background-color: #ffc85a;
	min-height: 24px;
	text-align:right;
	padding: 0 1em 0 1em;
	color: #faf1df;
}
#yellowBand h2 {
	line-height: 22px;
	display: inline;
	margin-right: 2em;
	font-size: 18px;
	color: #066;
}
#yellowBand a:link,
#yellowBand a:visited {
	line-height: 22px;
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	color: #066 !important;
}
/*
#content > div:first-child {
	min-height: 722px;
}
*/
#content h1 {
	width: 204px;
	height: 67px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	background-image: url(images/yellowArrowBanner.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	color: #066;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #f9e3b7;
	display: inline-block;
}
#content h2 {
	color: #066;
	font-size: 18px;
}
#content h3 {
	color: #926D00;
	font-size: 15px;
}
#content h4 {
	color: #5F3600;
	text-decoration: underline;
	margin-bottom: 0.25em;
	font-size: 14px;
}
#content ul {
	list-style-type: square;
}
#content li {
	margin: 0 0 1em 2em;
}
#content a:link,
#content a:visited {
	color: #009;
}
#content a:hover {
	color: #F90;
}
#loginform {
	float: right;
	background-color: #ffc85a;
	padding: 0 5px 5px 5px;
}
#loginform label {
	display: inline-block;
	width: 80px;
}
#loginform input[type=text],
#loginform input[type=password] {
	display: inline-block;
	width: 154px;
	color: #066;
	padding: 0 3px 0 3px;
}
#loginform input[type=submit] {
	background-color: #159b9b;
	border: solid 1px white;
	color: white;
	float: right;
}
#loginform a:link,
#loginform a:visited {
	color: #066 !important;
	text-decoration: underline;
}
#topBanner {
	background-color: #fff0d8;
	border: solid 1px #666;
	margin-bottom: 1em;
}
#topBanner img {
	float: left;
	margin-right: 10px;
}
#topBanner h1 {
	font-family: 'Molengo', sans-serif;
	font-size: 26px;
	color: #000;
	padding: 0.25em 0.5em 0.5em 0.5em;
}
#topBanner p {
	font-family: 'Molengo', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
tbody tr:nth-child(even) td,
tbody tr:nth-child(2n) td, 
tbody tr.even td {
  background-color: transparent !important;
}
p.ctr,
td.ctr {
	text-align: center !important;
}
td.btm {
	vertical-align: bottom;
}
ul.arrows  {
	list-style-type: none;
}
ul.arrows li {
	list-style-image: url(images/blueArrow.png);
}
#subscribeBox div,
#sendBox div {
	background-color: #fff0d8;
	border: solid 1px #949292;
	margin-top: 10px;
	padding: 1em;
}
#subscribeBox div img,
#sendBox div img {
	float: left;
	border: none;
	margin-right: 1em;
}
#subscribeBox p:last-child,
#sendBox p:last-child {
	margin-bottom: 0px;
}
table.rcshTable th {
	width: 200px;
	vertical-align: top;
	border-top: dotted 1px #CCC;
}
table.rcshTable td {
	border-top: dotted 1px #CCC;
}
table.rcshTable tr:first-child th,
table.rcshTable tr:first-child td {
	border-top: none;
}
table.rcshTable tr:last-child td {
	border-top: none;
	text-align: right;
}
a.signup:link,
a.signup:hover,
a.signup:visited,
a.signup {
	display: inline-block;
	margin: 0 auto;
	background-color: #ffc85a;
	padding: 0.5em;
	border-radius: 5px;
	border: solid 2px #CC9933;
	color: #066 !important;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0px 1px 1px #FFF;
	text-decoration: none !important;
}
p.next {
	float: right;
}


/* ----- Splash ----- */

#findCol div,
#learnCol div,
#searchCol div {
	border: solid 1px #dfdddd;
	padding: 5px 4px 5px 4px;
	position: relative;
}
#findCol div p:last-child,
#learnCol div p:last-child,
#searchCol div p:last-child {
	position: absolute;
	bottom: -12px;
	right: 5px;
}
#findCol div p a:after,
#learnCol div p a:after,
#searchCol div p a:after {
	content: " \25B6";
	color: #ffc85a;
}
#findCol div p:first-child,
#learnCol div p:first-child,
#searchCol div p:first-child {
	margin-bottom: 6px;
	background-color: #ffc85a;
	font-size: 18px;
	text-align: center;
	color: #333;
}
#findCol h3 {
	background-image: url(images/bicycleCouple.jpg);
}
#learnCol h3 {
	background-image: url(images/beachCouple.jpg);
}
#searchCol h3 {
	background-image: url(images/computerCouple.jpg);
}
#findCol h3 a,
#learnCol h3 a,
#searchCol h3 a {
	display: block;
	height: 200px;
	padding: 8px 5px 0px 5px; 
	font-size: 18px;
	letter-spacing: -1px;
	height: 285px;
	text-align: center;
	color: #926D00 !important;
	text-decoration: none !important;
}


/* ----- News ----- */

#archive h3 {
	background-image: url(images/greenArrowBanner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 1px 0px #066;
	min-height: 70px;
	vertical-align: middle;
	padding-top: 5px;
}
#archive > div:first-child {
	background: #fff0d8;
	background: -moz-linear-gradient(top, #fff0d8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff0d8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #fff0d8 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #fff0d8 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #fff0d8 0%,#ffffff 100%);
	background: linear-gradient(top, #fff0d8 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0d8', endColorstr='#ffffff',GradientType=0 );
	min-height: 800px;
}
#archive ul {
	list-style-type: none;
	margin: 0 0 0 1em;
}
#archive ul li {
	list-style-image: url(images/blueArrow.png);
	margin: 0;
}
#archive ul li a:link,
#archive ul li a:hover,
#archive ul li a:visited {
	color: #066;
}


/* ----- Footer ----- */

#footer {
	color: #666;
	padding: 1em 0 1em 0;
}
#footer div[class*="span-5"] {
	text-align: center;
}
#footer div[class*="span-6"] {
	text-align: right;
}
#footer div[class*="span-6"] a:link,
#footer div[class*="span-6"] a:visited {
	color: #666;
}
#footer ul.subMenu  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#footer ul.subMenu  li {
	display: inline;
}
#footer ul.subMenu  li a {
	padding: .2em .5em;
}
#footer ul.colMenu {
	padding: 0;
	margin: 0;
	border-left: dotted 1px #CCC;
	min-height: 110px;
}
#footer ul.colMenu:first-child {
	border-left: none;
}
#footer ul.colMenu li {
	margin: 0 10px 0 25px;
	list-style-image: url(images/blueArrow.png);
}
#footer ul.colMenu li a:link,
#footer ul.colMenu li a:hover,
#footer ul.colMenu li a:visited {
	color: #666;
}
#footer .subMenuContainer {
	float: left;
	width:940px;
	margin-right:0;
	padding: 5px;
	border: solid 1px #dfdddd;
}


/* ----- Google Website Optimizer - slidebox ----- */

#slidebox{
	width: 230px;
	height: 100px;
	padding: 10px 20px 10px 70px;
	background-color: #FFF;
	background-image: url(images/sunLogo.png);
	background-repeat: no-repeat;
	background-position: 10px 70%;
	border-top: 3px solid #fcc755;   
	position: fixed;
	bottom: 0px;
	right: -330px;
	-moz-box-shadow: -2px 0px 5px #aaa;
	-webkit-box-shadow: -2px 0px 5px #aaa;
	box-shadow: -2px 0px 5px #aaa;
}
#slidebox p {
	margin: 0 0em 0.25em 0;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	color: #555;
}
#slidebox a.title {
	font-size: 22px;
	color: #efad23;
	margin: 0 0 0.25em 0;
}
#slidebox a.more {
	font-size: 16px;
	cursor: pointer;
	color: #297573;
}
#slidebox a.more:hover{
	text-decoration: underline;
}
#slidebox a.close {
	background: transparent url(images/close.gif) no-repeat top left;
	width: 13px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
}
#slidebox a.close:hover{
	background-position: 0px -13px;
}

