/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	/* vertical-align: baseline; */
}
body {
	color: #333;
    font-family: Helvetica,Arial,sans-serif;	
	font-size: 15px;
	/* font-weight: 500; */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: 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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -245px 30px 0;
	width: 100%;
}
#content {
	margin: 0 245px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 232px;
}

.home #container {
	float: left;
	margin: 0 -275px 0 0;
	width: 100%;
}
.home #content {
	margin: 0 275px 0 20px;
}
.home #primary,
.home #secondary {
	float: right;
	overflow: hidden;
	width: 260px;
}

#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {





	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;	
	font-size: 13.5px;
	/* font-weight: 500; */
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;	
	font-size: 13px;
	font-weight: 500;
}
#access .menu{
	font-size:15px;
}
#access .menu ul{
	font-size:13px;
}

pre {
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;	
	font-size: 13px;
	font-weight: 500;	
}
code {
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;	
	font-size: 13px;
	font-weight: 500;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#main,
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #DDDAC6;
}
body,
input,
textarea {
	color: #333;
	/* font-size: 12px; */
	line-height: 21px;
}
hr {
	background-color: #CFCFCF;
	border: 0;
	clear: both;
	height: 1px;
	   margin-bottom: 12px;
    margin-top: 12px;
}

/* Text elements */
p {
	line-height: 20px;
	margin-bottom: 20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 16px;
}
.entry-content li{
	margin-bottom: 6px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;

}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	font-weight: 500;
	color: #2e7db8;
	text-decoration: none;
}
a:visited {
	color: #2e7db8;
	text-decoration: none;
}
a:active,
a:hover {
	color: #A3B05E;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding-right:10px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background-image: url(images/menu-bg.gif);
	background-repeat:repeat-x;
	display: block;
	float: left;
	margin: 0 auto;
	width: 1000px;
	height:63px;
}
.home #access { 
	height:41px;
}
#access .menu {
	padding-top:6px;
/*	position:absolute;*/
	z-index:99999;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 20px;
	width: 1000px;
	font-weight:bold;
	margin-right:-20px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 35px;
	padding: 0 16px;
	text-decoration: none;
/*	text-transform: uppercase; */
	font-weight:700;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 251px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 150px;
}


#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #DDDAC6;
	line-height: 1em;
	padding: 8px 10px;
	width: 233px;
	height: auto;
	/* border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff; */
	margin-right:-1px;
	text-transform: none;
}
#access ul ul ul a {
	width: 250px;
}

#access li:hover > a {
	background: #2E7DB8; /* #CAC199; */
	color: #fff;
}
#access ul ul :hover > a {
	background: #77c5ff; /* #A3B05E; */
	color: #fff;
}
#access ul .children a,
#access ul .sub-menu a {
	background: #2E7DB8; /* #CAC199; */
}
#access ul .children:hover > a, 
#access ul .sub-menu:hover > a {
/*	background: #A3B05E; */
	background: #DDDAC6;
	color: #777;
}
#access ul .children,
#access ul .sub-menu {
	/* border-top:1px solid #fff; */
/*	margin-top:-1px;*/
	padding-right:2px;
}
#access ul .children .children a,
#access ul .sub-menu .sub-menu a {
	background: #DDDAC6;
	color: #777;	
}
#access ul .children .children :hover > a,
#access ul .sub-menu .children :hover > a  {
	background: #CAC199;
	color:#FFF;
}


#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.menu .current_page_item,
.menu .current_page_ancestor {
	background-color: #2E7DB8; /* #CAC199; */	
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
	background-color:#ECEADF;
	background-image:url(images/main-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	/* 
	color: #333;
	font-size: 16px;
	line-height: 24px;
	*/
}
#content input{
	padding:4px;
	font: 9pt Verdana, Geneva, sans-serif;
	margin-bottom: 2px;	
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
/* 
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
*/
#content table {
	/* border: 1px solid #e7e7e7; */
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/* border-top: 1px solid #e7e7e7; */
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 12px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #333333;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #2E7DB8;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;

}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 8px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
/* 	color: #888; */
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 8px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #2E7DB8;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 692px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 18px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #ffffff;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}

#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */


.navigation {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	/* color: #888; */
	text-decoration: none;
	font-weight:600;
}
.navigation a:active,
.navigation a:hover {
/*	color: #2E7DB8; */
}
.nav-previous {
	float: left;
	width: 50%;

	
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	

}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 13px 0 0;
}
#main .widget-area ul ul {

	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
	padding-left:12px;
/* 	margin-left:-10px;
	margin-top:20px;*/
}
.home #secondary {
	padding-right:0px;
	margin-left:0px;
	margin-top:20px;
}

/* Footer widget areas */
#footer-widget-area {
	font-weight:500;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color:#A4B05E;
	height:145px;
}
#site-info {
	font-weight: bold;
}

#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,

	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =Added by AM
-------------------------------------------------------------- */
#logo_link {
	float:left;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 8px;	
}
#menu-r-pr {
	float:right;
	background-image: url(images/menu_r_corner.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
	width:30px;
	height:58px;
	margin-right:-30px;
}
#menu-l-pr {
	float:left;
	background-image: url(images/menu_l_corner.gif);
	background-repeat:no-repeat;	
	background-position:left 1px;
	width:30px;
	height:58px;
	margin-left:-30px;
}
#sub_main {
	background-image: url(images/main-b-bg.png);
	_background-image:none;
	background-position:right bottom;
	*background-position:859px bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}
#follow_pr {
	float:right;
	background-image: url(images/follow-pr.png);
	background-repeat:no-repeat;
	width:354px;
	min-height:72px;
	margin-right:-30px;
	margin-top:8px;
}
#footer {
	color: #F6F6F6;
	font-size:15px;
	font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
}
#footer #first {
	/* margin-left:18px; */
	padding-top:20px;
}
#footer #first table {
	border-collapse: separate;
	border-spacing: 4px;
}
#footer #first #copyright {
	margin-top:30px;	
} 
#footer #follow_pr #second {
	margin-top:70px;
	margin-left:20px;
}
#footer-widget-area p {
	padding:0px;
	margin:0px;
}

.wsub_menu {
	max-width:208px;
	float:left;
}
.wbox_sub_menu {

}
/*** WBOX Start ***/
.wbox {

}
.wbox_he {
	clear:both;
	height:8px;
}
.wbox_he_l {
	background-image:url(images/box/box_t_l.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:8px;
	margin-right:7px;
}
.wbox_he_r {
	background-image:url(images/box/box_t_r.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:8px;
	width:7px;
	float:right;
}
.wbox_bot {
	clear:both;
	height:8px;
}
.wbox_bot_l {
	background-image:url(images/box/box_b_l.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:8px;
	margin-right:6px;
}
.wbox_bot_r {
	background-image:url(images/box/box_b_r.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:8px;
	width:6px;
	float:right;
}
.wbox_co {
	background-image:url(images/box/box_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F4F5F5;
}
.wbox_co_l {
	background-image:url(images/box/box_l.png);
	background-repeat:repeat-y;
	background-position:left;
}
.wbox_co_r {
	background-image:url(images/box/box_r.png);
	background-repeat:repeat-y;
	background-position:right;
	padding:8px 10px 8px 10px;
}


.wbox p {
	margin:0px;
	padding:0px;
}
.wbox #wnewsletter {
	background-image:url(images/news.png);
	width:69px;
	height:57px;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:228px;
	margin-top:-12px;
	z-index:999;
}
.wbox #wquotes {
	background-image:url(images/quotes1.png);
	width:86px;
	height:56px;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:215px;
	margin-top:-12px;
	z-index:999;
}
.wbox #wfromblog {
	background-image:url(images/blog.png);
	width:64px;
	height:59px;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:365px;
	margin-top:-11px;
	z-index:999;
}
.wbox #wupcoming {
	background-image:url(images/calendar.png);
	width:53px;
	height:56px;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:415px;
	margin-top:-9px;
	z-index:999;
}

/*** WBOX End ***/


/*** Sub Menu  sub-menu ***/
.left_sub_menu .page_item,
.left_sub_menu .menu-item {
	display:none;
	font-family: Helvetica, Arial, sans-serif;
}

.left_sub_menu .current_page_item>.children>.page_item,
.left_sub_menu .current_page_ancestor>.children>.page_item,
.left_sub_menu .current-menu-item>.sub-menu>.menu-item,
.left_sub_menu .current-menu-ancestor>.sub-menu>.menu-item {
	display:block;
}

.left_sub_menu .current_page_ancestor,
.left_sub_menu .current_page_item,
.left_sub_menu .current-menu-ancestor,
.left_sub_menu .current-menu-item {
	display:block;
}

.menu-secondary-menu-container ul,
.left_sub_menu ul {
	margin-left:0px;
} 
.left_sub_menu .children,
.left_sub_menu .sub-menu {
	margin-left:20px;
	list-style:none;
} 
.left_sub_menu .children .children,
.left_sub_menu .sub-menu .sub-menu {
	margin-left:0px;
}
.left_sub_menu .current_page_ancestor>a,
.left_sub_menu .current-menu-ancestor>a {
	color:#333;	
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #DADAD8;	
	display:block;
	padding: 15px 7px 10px 20px;
	width:240px;
}
.left_sub_menu .current_page_item>a,
.left_sub_menu .current-menu-item>a {
	color:#A3B05E;	
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #DADAD8;
	display:block;	
	padding: 15px 7px 10px 20px;
	width:240px;	
}

.left_sub_menu .children a,
.left_sub_menu .sub-menu a {
	font-size:14px;
	color:#333;	
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px solid #DADAD8;	
	padding: 7px 7px 7px 0px;
	display:block;	
}
.left_sub_menu .children .current_page_item  a,
.left_sub_menu .sub-menu .current-menu-item  a {
	color: #A3B05E;
	font-weight:bold;
}
.left_sub_menu .children .children a,
.left_sub_menu .sub-menu .sub-menu a {
	font-size:13px;
	color:#333;	
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px solid #DADAD8;
	padding: 5px 5px 5px 10px;
	display:block;
}
.left_sub_menu .children .children .current_page_item  a,
.left_sub_menu .sub-menu .sub-menu .current-menu-item a {
	font-weight:bold;
	color: #A3B05E;
	background-image:url(images/selected-sub-menu.png);
	background-repeat:no-repeat;
	background-position: 0px 9px;
}


#home-one {
	padding:0px 10px 10px 20px;	
}
#home-two {
	padding:0px 10px 10px 10px;	
}
#home-three {
	padding:0px 18px 10px 10px;	
}

#hnav {
	margin:0 0 0 0;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
}
#hnav li {
	display:inline;
	color:#AAAAAA;
	font-size:13px;

	font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
	margin-right:5px;
}
#hnav li a:link, 
#hnav li a:visited,  
#hnav li a:active {
	color:#333;
	font-size:13px;
	font-weight:500;
	font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
	text-decoration:none;
}
#hnav li a:hover  {
	color: #2E7DB8; /* #A3B05E; */
	
	font-size:13px;
	font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
	text-decoration:none;
}
/* advanced-recent-posts start */
.advanced-recent-posts{
	list-style:none;
	margin:18px 0 0 0;
	padding:0px;
}
ul.advanced-recent-posts {
	border-top:1px solid #CFCFCF;
}
.advanced-recent-posts li{
	display:block;
	
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	font-size:12px;
	font-weight:500;
	padding-left:85px;
	line-height:18px;
	min-height:80px;
}
.advanced-recent-posts li .recent-posts-thumb {
	float:left;
	width:50px;
	height:50px;
	margin-right:8px;
	margin-top:3px;
	margin-left:-85px;
}
.advanced-recent-posts li a {
	color: #2E7DB8;
	font-size:13px;
	font-weight: 600;
	line-height:16px;
	text-decoration: none;
}
.advanced-recent-posts li a:visited {
	color: #2E7DB8;
}
.advanced-recent-posts li a:hover, .advanced-recent-posts li a:active {
	color: #2e7db8;
}

.advanced-recent-posts li .date {
	display:block;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999999;
	padding-bottom:6px;
}
/* advanced-recent-posts end */

.wbox_co_r{
	padding: 10px 20px;
}
.wbox_co_r h2{
	font-weight: 600;
	color: #333333;
	font-size: 18px;
	padding-bottom:8px;	
}
.wbox_co_r h2 span{
	color: #a4b05e;
}

.entry-content h2{
	font-size: 16pt;
	color: #a4b05e;
	padding-bottom: 8px;
	line-height:24px;
}
.entry-content h2 a:link, .entry-content h2 a:visited{
	color: #a4b05e;
}
.entry-content h2 a:hover, .entry-content h2 a:active{
	color: #2E7DB8;
}


.entry-content h3{
	color: #000;
	font-weight: 500;
	margin-bottom:5px;
}

#welcome-home p{
	margin-bottom:12px;
}
.entry-content p {
	/* clear:both;	*/
}
#schedule-an-appointment {
	display:block;
	width:190px;
	text-decoration:none;
}
#schedule-an-appointment img {
	float:right;
}
.home #schedule-an-appointment {
	display:block;
	width:auto;
	text-decoration:none;
}

#wsearch-box {
	width:228px;
	height:30px;
	vertical-align:top;
	background-image:url(images/search_box.png);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	text-align:left;
	margin-top:5px;
	margin-right:5px;
}
#wsearch-box #search{
	padding:0px;
	margin:6px 0 0 7px;

	width:190px;
	font-size:14px;
	border:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	background:none;
}
#wsearch-box #search-magnifying {
	margin-top:3px;
	margin-right:3px;
	float:right;
}
.entry-content #wsearch-box  input {
	margin:0px;	
}


#linklist {
    margin-left: 		2px;
	margin-bottom:		33px;
}

#linklist ul {
    margin:0;
    padding:0;
    list-style-type: none;
	list-style-image: none;
}

#linklist li {

    width:100%;
    background-position: 0 .33em;
    background-repeat:no-repeat;
    line-height: 18px;
    margin-bottom:10px;
}

#linklist li a {

    width:100%;
    display: block;
    padding-left: 40px;
	font-weight:500;
	text-decoration:none;
}
#linklist li#pdf_home{
		margin-bottom: 18px;
		width:85%;
}
#linklist li#pdf_home a{
		padding-left:45px;
}

#linklist li#page {
	line-height: 35px;
    background-image:url(http://www.riverdalemediation.com/graphics/icons/page.png);
}

#linklist li#page2 {
    background-image:url(http://www.riverdalemediation.com/graphics/icons/page.png);
}

#linklist li#pdf {
	line-height: 35px;
    background-image:url(http://www.riverdalemediation.com/graphics/icons/pdf.png);
}

#linklist li#pdf2 {
    background-image:url(http://www.riverdalemediation.com/graphics/icons/pdf.png);
}
#linklist li#pdf_home {
    background-image:url(http://www.riverdalemediation.com/graphics/icons/pdf_home.png);
}

#linklist li#word {
    line-height: 35px;
	background-image:url(http://www.riverdalemediation.com/graphics/icons/word.png);
}

#linklist li#word2 {
    background-image:url(http://www.riverdalemediation.com/graphics/icons/word.png);
}
#linklist li#email {
    line-height: 35px;
	background-image:url(/graphics/icons/email.png);
}
#linklist li#calendar {
    line-height: 35px;
	background-image:url(/graphics/icons/calendar.png);
}
#linklist li#phone {
    line-height: 35px;
	background-image:url(/graphics/icons/phone.png);
	font-weight:500;
	padding-left:40px;
}



#linklist li#section {
    line-height: 35px;
	background-image:url(http://www.riverdalemediation.com/graphics/icons/section.jpg);
}

#linklist li#section2 {
    background-image:url(http://www.riverdalemediation.com/graphics/icons/section.jpg);
}

#content .courses td{
	border:0px;
	padding: 8px 0px;
}
#content .courses tr, #content table.courses {
	border:0px;
}

.read-more {
	display:block;
	text-align:right;
	color:#a4b05e !important;
	font-weight:bold;
	font-size:14px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:right 4px;
	padding-right:10px;

}
a.read-more{
	font-weight:bold;
}
.read-more:hover{
	display:block;
	text-align:right;
	color:#2e7db8 !important;
	font-weight:bold;
	font-size:14px;	
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:right -13px;
	padding-right:10px;	
}

/* Slider start */
#sliderCon {
	clear:both;
	height:331px;
	overflow:hidden;
	margin-bottom:25px;
}
#sliderCon .nivo-caption {
	position:absolute;
	left:740px;
	top:15px;
	background: none;
	color:#fff;
	width:241px;
	z-index:89;
	opacity:1;
	height:280px;
	overflow:hidden;
}
#sliderCon .nivo-caption  h2 {
	font-size:23.5px;	
	line-height:28px;
	font-weight: 600;
	color: #eceade;
	margin-bottom:10px;
}
#sliderCon .nivo-caption  span {
	font-size:15px;	
	font-weight: 500;
}
#sliderCon  div.nivoSlider {
	position:relative;
	margin:0px 0px 0px 0px;
}
#sliderCon .nivo-controlNav {
	position:absolute;
	left:800px;
	bottom:20px;
	z-index:999;
}
#sliderCon .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
	background-position:right 0;
}
#sliderCon  .nivo-controlNav a.active {
	background-position:left 0;
}
#sliderCon  .nivo-directionNav a {
	display:none;
}

/* Slider end */
.blog #content,
.single #content{
	padding-left:33px;
	padding-right:25px;
}
#breadcrumbs {
	background-image:url(images/breadcrumbs-bg.gif);
	display:inline-block;
	height:28px;
	background-repeat:repeat-x;
	background-position:right;
	padding-right:30px;
	line-height:27px;
	color:#999999;
	font-size:13px;
	font-weight:bold;
}
#breadcrumbs a {
	color:#999999;
	font-size:13px;
	font-weight:500;
}
#breadcrumbs a:hover {
	color:#2E7DB8;
}
.breadcrumb .breadcrumbs-plus {
	background-image:url(images/breadcrumbs-start.gif);	
	background-repeat:no-repeat;
	padding-left:20px;
}
#breadcrumbs .breadcrumbs-title {
	background-image:url(images/breadcrumbs-start.gif);	
	background-repeat:no-repeat;
	width:20px;
	height:28px;
	display:block;
	float:left;
}
#breadcrumbs .breadcrumbs-sep,
#breadcrumbs .breadcrumbs-separator {
	background-image:url(images/breadcrumbs-arrow.gif);
	background-repeat:no-repeat;
	height:28px;
	width:10px;
	display:inline-block;
	text-indent:-999px;
	margin:0 10px;
}

#topNavCont {
	margin-left:14px;
}
#topNavCont li {
	float:left;
	position:relative;
}
#topNavCont>div{
	position:relative;
	float:left;
	z-index:9999;
}
#topNavCont ul {
	list-style:none;
	margin-left:0px;
}
#topNavCont .sub-menu {

}
#topNavCont .sub-menu .sub-menu  {
	display:none;
}
#topNavCont .sub-menu .sub-menu :hover > a {
	background: #A3B05E;
	color: #fff;
}


#leftMenu .menu>.menu-item {
	display:none;
}
#leftMenu .menu>.current-menu-ancestor,
#leftMenu .menu>.current-menu-item{
	display:block;	
}

#leftMenu .sub-menu .menu-item {
	display:none;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#leftMenu  .current-menu-item>.sub-menu>.menu-item,
#leftMenu .current-menu-ancestor>.sub-menu>.menu-item {
	display:block;
}
#leftMenu ul{
	list-style:none;
}
#leftMenu li {
	background-color:transparent;
}
#leftMenu .menu {
	margin-left:0px;
}
#leftMenu .menu>li>a {
	color:#333;	
	text-decoration:none;
	font-size:16.5px;
	font-weight:bold;
	border-bottom:1px solid #DADAD8;	
	display:block;
	padding: 15px 7px 10px 16px;
	width:185px;
}
#leftMenu .menu>li>a:hover {
	color: #2E7DB8;
}
#leftMenu .menu>.current-menu-item>a {
	color:#A3B05E;	
	text-decoration:none;
	font-size:16.5px;
	font-weight:bold;
	border-bottom:1px solid #DADAD8;
	display:block;	
	padding: 15px 7px 10px 16px;
	width:185px;	
}
#leftMenu .sub-menu a {
	font-size:12.5px;
	color:#333;	
	text-decoration:none;
	font-weight:500;
	border-bottom:1px solid #DADAD8;	
	padding: 6px 6px 6px 0px;
	display:block;	
	line-height:18px;
}
#leftMenu .sub-menu .current-menu-item>a {
	font-weight: 600;
	color: #2E7DB8; /* #A3B05E; */
}
#leftMenu .sub-menu .sub-menu .current-menu-item>a {
	font-weight:bold;
	color: #A3B05E;
	background-image:url(images/selected-sub-menu.png);
	background-repeat:no-repeat;
	background-position: 0px 9px;
}

#leftMenu .sub-menu .sub-menu {
	margin-left:0px;
}
#leftMenu .sub-menu .sub-menu a{
	padding:5px 5px 5px 10px;
}
#leftMenu .sub-menu .sub-menu a:hover, #leftMenu .sub-menu a:hover {
	color:#2E7DB8;
}

#leftMenu .sub-menu .sub-menu .sub-menu a{
	padding:5px 5px 5px 15px;	
}
#leftMenu .sub-menu .sub-menu .sub-menu .current-menu-item>a {
	font-weight:bold;
	color: #A3B05E;
	background:none;
}
#leftMenu .sub-menu .sub-menu .sub-menu .sub-menu a{
	padding:5px 5px 5px 20px;
}
.page {
	min-height:800px;	
}
#topNavCont #menu-item-4507 ul {
	width:332px;
}
#topNavCont #menu-item-4507 ul li a {
	width:315px;
}
#topNavCont #menu-item-4507 ul {
	width:180px;
}
.menu-item-4530 {
	width: 150px;
}
#topNavCont #menu-item-4496 ul {
	width:175px;
}
#topNavCont #menu-item-4496 ul li a {
	width:160px;
}

#topNavCont #menu-item-4494 ul {
	width:193px;
}
#topNavCont #menu-item-4494 ul li a {
	width:178px;
}

#topNavCont #menu-item-4569 ul {
	width:165px;
}
#topNavCont #menu-item-4569 ul li a {
	width:150px;
}




.sitemap a{
	color: #ffffff;
	font-size:12.5px;
	font-weight:500;
}
.sitemap a strong{
	color: #dddac6;
	font-size: 16px;
}
#text-448590211{
	
}
#advancedrecentposts-3 .wbox_co_r{
	height:400px;	
}
#custom_post_widget-6 .wbox_co_r{
	height:518px;	
}
#custom_post_widget-5 .wbox_co_r{
	height:975px;
}
#custom_post_widget-13  .wbox_co_r, #custom_post_widget-7  .wbox_co_r {
	height:465px;
}
.menu-item-5383 .sub-menu{
	display: none;
}

.search #content{
	margin-left:30px;
	margin-right:275px;
}

/* Schedule an Appointment Form */
#li-4-11items, #li-4-12items, #li-4-15items{
	padding-left:20px;	
}
#li-4-11items .cf-after, #li-4-12items .cf-after, #li-4-15items .cf-after{
	width:25px;
}
#li-4-13{
	padding-left:40px;
	width:400px;
	padding-top:10px;
	text-align:left;
}
#li-4-13items, #li-4-14items{
	padding-left:205px;
}
#li-4-14{
	text-align:left;
	padding-left:40px;
	width:400px;
}
#li-4-15{
	width:185px;
	margin-bottom:20px;
}
#li-4-15items{
	padding-right:100px;
	padding-bottom:20px;
}
#li-4-6 label span{
	display:none;
}
p.cf-sb{
	margin-top:14px;
}
#li--8 select{
	margin-bottom:8px;
}
#li--11{
	width:500px;
	text-align:left;
	padding-left:33px;
	padding-top:10px;
}
#li--11items{
	padding-left:75px;

}
#li--11items label{
	font-size:13px;
	margin-left:8px;
	width:400px;
}
#li--11items{padding-top:8px; padding-bottom:20px;
}
#li--17{
	width:500px;
	text-align:left;
	padding-left:50px;
}
#li--17items label{
	display: inline;
}
#li--17items {
	padding-left:150px;
	padding-bottom:20px;
}



#twitter-home .tweets {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
}
#twitter-home .tweets li {
	margin-bottom:10px;
}
#twitter-home .timesince {
	display:none;	
}
.wbox #rdTwitter {
	background-image:url(images/twitter.png);
	width:60px;
	height:42px;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:228px;
	margin-top:-8px;
	z-index:999;
}

#primary .wbox_co_r{
	padding: 6px 18px;
}
#primary .wbox_co_r h3{
	font-size:16px;
	font-weight:600;
	color: #333333;
	padding-bottom:10px;
}
#primary .wbox_co_r h3 span{
	   color: #A4B05E;
}
	
#categories-2 .pr-widget-title{
	font-size:16px;
	font-weight:600;
	color: #333333;
}
#categories-2 ul{
	margin-top:6px;
}
#categories-2 li{
	list-style: disc;
}

	
#primary #advancedrecentposts-4 .wbox_co_r, #text-448590214, #text-448590212, #text-448590213, #text-448590223{
	font-size:16px;
	font-weight:600;
	color: #333333;
}
#text-448590214 .textwidget, text-448590212 .textwidget, #text-448590213 .textwidget, #text-448590223 .textwidget{
	padding-top:5px;
	font-size:12px;
	font-weight:normal;
	color: #333;	
}
#primary #advancedrecentposts-4 .wbox_co_r a{
	font-size:16px;
	font-weight:600;
	color: #333333;
	text-decoration:none;
}
#primary #advancedrecentposts-4 .wbox_co_r a:hover{
	color:#2E7DB8;
}

#primary #advancedrecentposts-4 .wbox_co_r ul.advanced-recent-posts {
	margin:0px;
}

#primary #advancedrecentposts-4 .wbox_co_r ul.advanced-recent-posts li{
	font-size:12.5px;
	padding-left:0px;
	padding-bottom:0px;
	font-weight:normal;
}
#primary #advancedrecentposts-4 .wbox_co_r ul.advanced-recent-posts li .date{
	display:none;	
}
#primary #advancedrecentposts-4 .wbox_co_r ul.advanced-recent-posts li a{
	text-decoration:none;
	color:#2E7DB8;
	font-size:12.5px;
}
#primary #advancedrecentposts-4 .wbox_co_r ul.advanced-recent-posts li a:hover{
	color:#A4B05E;
}

/*
#primary #stray_widgets-3 .wbox_he, #primary #stray_widgets-3 .wbox_bot {

	display:none;
}
#primary #stray_widgets-3 .wbox_co_r, #primary #stray_widgets-3 .wbox_co, #primary #stray_widgets-3 .wbox_co_l {
	background:none;
	padding:0px;
	margin:0px;
}
*/


.faq{
	font-weight:500;
}
#primary #linklist, #primary #linklist ul{
	margin:0px;	
}
#primary #linklist li{
	margin-bottom:5px;	
}

#primary a{
	font-weight:500;	
}
#leftMenu .sub-menu .sub-menu .menu-item-5645{
	display:none;
}

#secondary .stray_quote-5{
	padding-left:20px;
}

div.nivoSlider {
	box-shadow:none;
}

.search .page{
	min-height:20px;
	margin-bottom:18px;
}
.category #main #sub_main{padding-left:33px; padding-top:10px;}

#main #twitter-3 .tweets{
	font-size:12.5px;
	line-height:18px;
	list-style:none;
	margin-left:0px;
	margin-top:8px;
}
#main #twitter-3 .tweets li{
	margin-bottom:10px;
}

#main #twitter-3 .pr-widget-title a{
	font-size:16px;
	font-weight:600;
	color: #333333;
	padding-bottom:10px;
	text-decoration:none;
}
#main #twitter-3 .pr-widget-title a:hover{
	color:#2E7DB8;	
}

#text-448590223 #linklist li{
	line-height:16px;
	margin-bottom:8px;
}
#custom_post_widget-15 #t33QuoteArea em{
	font-size: 15px;
	line-height:23px;
}


#content .gform_footer #gform_submit_button_1{
	background: #2E7DB8;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}


#content .gform_wrapper{
	
	max-width:100%;
}

#content .gform_wrapper #input_1_7 label{
	margin:0px;
}

#content .gform_footer{
	padding-top:5px;
	margin-top:2px;
}
#content .gform_wrapper .ginput_complex label{
	margin-top:0px;
	margin-bottom:10px;	
	color: #2E7DB8;
}
#content input[type=submit] {
	font: 11pt 'Helvetica Neue',Arial, Helvetica, sans-serif;
		border:0px;
	background: #2E7DB8;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	padding:10px 20px;
}

#content .gform_footer #gform_submit_button_1:hover{
	background: #77c5ff;
}
#text-448590224 .wbox, #text-448590224 .wbox_he, #text-448590224 .wbox_co, #text-448590224 .wbox_bot, #text-448590224 .wbox_he_r, #text-448590224 .wbox_he_l, #text-448590224 .wbox_co_l, #text-448590224 .wbox_co_r, #text-448590224 .wbox_bot_r, #text-448590224 .wbox_bot_l{
	background: none;	
	padding:0px;
	margin:0px;
}
#text-448590224 {
	margin-bottom:10px;
	
}
#text-448590224 .wbox_he{
	display:none;
}
#text-448590224 .wbox a:link, #text-448590224 .wbox a:visited{
	display:block;
	background: #2E7DB8;
	color: #ffffff;
	text-decoration:none;
	padding:12px 15px;
	text-align:center;
}
#text-448590224 .wbox a:hover, #text-448590224 .wbox a:active{
	background: #77c5ff;
}
