/*
Theme Name: Lawyer For Seniors
Theme URI: http://www.jinies.com/
Description: Custom Theme
Version: 2.0
Author: Brian Jemail
Tags: 
*/
@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #1D177D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* wordpress common */

.screen-reader-text {
     position: absolute;
     left: -1000em;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
cite {
	font-size: 90%;
	font-style: normal;
}
ol#comments li p {
	font-size: 100%;
}

.feedback {
	font: 90%/175% Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: left;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* calendar */
.calnk a:hover {
	background-position:0 0;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a:visited {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a {
	text-decoration:none;
	font-weight: bold;
	color:#000000;
	border-bottom:1px dotted #900;
	font-size: 12px;
}
.calnk a span {
	display:none;
}
.calnk a:hover span {
	color:#333333;
	background:#F6F79B;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:150px;
	z-index:100;
}
.calendar-table {
	margin-top: 10px;
	margin-bottom: 10px;
	border:none;
	width:100%;
}
.calendar-heading {
	height:25px;
	text-align:center;
	border-bottom: 1px solid #888;
	background-color: #ACC4E0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.calendar-next {
	width:25%;
	text-align:center;
}
.calendar-prev {
	width:25%;
	text-align:center;
}
.calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
}
.normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #DFE6DE;
	background-color:#C1D3E7;
}
.weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #DFE6DE;
	background-color:#C1D3E7;
	color: #E95125;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #f5f5f5;
	padding: 3px;
}
.no-events {
}
.day-without-date {
	width:60px;
	height:60px;
	border:1px solid #fff;
}
span.weekend {
	color:#E95125;
}
.current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #888;
	background-color:#ACC4E0;
	padding: 3px;
}
span.event {
	font-size:0.75em;
}
.event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
.event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
}
.calendar-date-switcher form {
	margin:0;
	padding:0;
}
.calendar-date-switcher input {
	border:1px #D6DED5 solid;
}
.calendar-date-switcher select {
	border:1px #D6DED5 solid;
}
.cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #D6DED5;
}



/* jinies tools common */
.event-listing {
	padding-top: 2px;
	padding-bottom: 4px;
}
div.event-listing span span {
	font-size: 12px;
	/*position: relative;
	z-index: 132;
	left: -145px;*/
}

.jinies_form {
	color: #444;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 12px;	
}
.jinies_form input, .jinies_form textarea, .jinies_form select {
	border-style: solid;
	border-width: 2px;
	border-color: #888;
}
.jinies_form textarea {
	width: 280px;
}
.jinies_form .separator td, .jinies_form .columnizer td {
	border-bottom: none;
}
.jinies_form .columnizer td {
	line-height: 0px;
	height: 0px;
}
.jinies_form .invalid_field {
	border-color: #CC0033;
	background-color: #F1C3C9;
}
.jinies_form input[type="checkbox"].invalid_field {
	background: #F1C3C9;
	color: #CC0033;	
}
.jinies_form .invalid_parent {
	color: #CC0033;
	/*background-color: #F5F5F5;*/
}
.jinies_form #jinies_tcharer #jinies_tchar_left {
	font-weight: bold;
}
.jinies_form #jinies_tcharer {
	background-color: #F5F5F5;
	margin-bottom: 8px;
	padding: 4px;
	width: 276px;
}

/* theme specific */
#page {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #333333;
	background-image: url(/images/background_xrp.jpg);
	background-repeat: repeat-x;
	background-position: 0px -20px;
}

#frame {
	width: 1042px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
}
#frame #heading {
	height: 260px;
	background-image: url(/images/heading.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#frame #middle {
	background-image: url(/images/middle_yrp.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333333;
}
#frame #bottom {
	height: 78px;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
}
#frame #middle #canvas {
	min-height: 340px;
	padding-right: 37px;
	padding-left: 25px;
	background-image: url(/images/middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: none;
}
#content {
	color: #333;
	padding-left: 16px;
	width: 665px;
	padding-top: 64px;
	margin-bottom: -55px;
	position: relative;
	z-index: 99;
	float: left;
	padding-right: 10px;
}
#frame #toolbar {
	position: relative;
	top: 245px;
	left: 0px;
	text-align: right;
	z-index: 111;
	overflow: visible;
	padding-right: 50px;
	height: 25px;
}

#frame #toolbar ul {
	margin: 0px;
	list-style-type: none;
	white-space: nowrap;
	padding-right: 10px;
	height: 25px;
}
#frame #toolbar ul li {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	background-image: url(/images/tbtn_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#toolbar ul li b {
	background-image: url(/images/tbtn_end.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-top: 4px;
}

#frame #middle #canvas #sidebar {
	padding-top: 62px;
	width: 280px;
	float: left;
	margin-bottom: -55px;
	position: relative;
	z-index: 97;
}
#content .title {
	margin-top: 0px;
	color: #68696C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	letter-spacing:-0.01em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: none;
	/*width: 481px;*/
}
#content a.title_link:hover {
	text-decoration: none;
}
#content .post {
	padding-bottom: 13px;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 20px;
}
#content h3 {
	font-size: 16px;
}
#frame #heading #toolbar ul li a {
	color: #15125F;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#frame #heading #toolbar ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer {
	font-size: 11px;
	color: #BCBCBC;
	/*background-color: #333333;*/
	font-weight: bold;
	padding-bottom: 32px;
	padding-right: 52px;
	padding-left: 41px;
	margin-top: -10px;
}
#frame #footer a {
	color: #D6D6D6;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 27px;
	font-size: 14px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar ul.page_links {
	padding-left: 36px;
}
#sidebar ul li {
	background-image: url(/images/bullet_large.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 1px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 0px;
}
#sidebar ul.page_links li {
	background-image: url(/images/bullet_small.jpg);
	padding-left: 20px;
	background-position: 0px 5px;
}

#sidebar #sidevideo {
	margin-top: -26px;
	padding-left: 27px;
}
#sidebar #sidevideo #videolinks {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#sidebar ul ul li {
	font-size: 12px;
	background-image: url(/images/bullet_small.jpg);
	padding-left: 20px;
	background-position: 0px 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar ul ul {
	margin-bottom: 10px;
	padding-left: 9px;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18px;
	margin-left: 23px;
	margin-right: 9px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #F8F8F8;
	font-weight: normal;
	background-image: url(/images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 8px;
}

#footer #foot_contact {
	width: 300px; 
	float: right; 
	text-align: right;
}#feature {
	width: 675px;
	padding-top: 3px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DBDBDB;
	margin-left: -10px;
}
#feature div {
	width: 306px;
	float: left;
	margin: 12px;
	position: relative;
	z-index: 100;
}
#feature div h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0px;
	color: #FFF;
	margin-bottom: 0px;
	background-image: url(/images/feature_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 0px;
	color: #333;
	width: auto;
	padding: 6px;
}
#feature div ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#feature div ul li {
	padding-top: 1px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 0px;
	margin-left: 0px;
}
#feature div ul li a {
	color: #15135C;
}
#feature div p {
	padding: 8px;
	margin: 0px;
}
#sidebar ul li small {
	font-size: 11px;
}
#sidebar h2 span, #feature h2 span {
	float: right;
	font-size: 10px;
	padding-top: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: none;
	font-variant: normal;
}
#feature h2 span {
	padding-top: 2px;
	padding-right: 4px;
}
#sidebar h2 span a {
	color: #fff;
}

/* other */
#context {
	font-size: 15px;
}
#content #toc {
	border: 1px solid #bcbcbc;
	padding: 10px;
	background-color: #EDF1FA;
	width: 240px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
}
#content #toc a {
	display: block;
	background-image:url(/images/bullet_small.jpg);
	background-repeat: no-repeat;
	background-position:0 5px;
	padding-left:20px;
}
#content #toc h4 {
	margin-top: 0px;
}
#radio div.station {
	font-size: 12px;
	width: 205px;
	height: 80px;
	float: left;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 4px;
}

#context span {
	font-family: Georgia, "Times New Roman", Times, serif  !important;
	font-size: 15px !important;
}


.calendar-table {
	border: 1px solid #888;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	position: relative;
}
.calnk .hidden-hover {
	position: absolute;
	
}
.calnk .hidden-hover .arrowimg {
	height: 26px;
	width: 12px;
	left: 0px;
	top: 0px;
}
.calnk .hidden-hover .hidden-container {
	background-color: #ACC4E0;
	position: relative;
	width: 220px;
	left: 12px;
	top: -240px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.calnk .hidden-hover .hidden-container .inner {
	padding: 10px;
	font-size: 11px;
	cursor: pointer;
}


