/*
	Theme Name: Oradell/YB-Light
	Description: Easy and light theme by <a href="http://blog.seonews2.com/">Yellow Blog</a>
	Author: Aivar Azizov</a> modified by <a href="http://LarryAronson.com">Larry Aronson
	Author URI: http://blog.seonews2.com/
	Version: 1.3
	Tags:two columns,fixed width,white,light,blue,pink,easy,tags

*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: 10pt arial,sans-serif; color: #333;  background: #fff url(images/oradell_bg.jpg) repeat-y center top;}


ul { margin-bottom: 1em; }
ol { list-style-position: inside; }
li { margin-left: 24px;}


h1, h2, h3 { font-family: Verdana,sans-serif; color: #820000; }

a { text-decoration: underline; color: #333; }
a:hover { color: #333; }

h1 a { color: #820000; text-decoration: underline; }
h1 a:hover { color: #eb95b8; }

p { line-height: 1.4em; padding-bottom: 20px; }

/* pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; } */
pre { margin-bottom: 20px; }

img { border: 0px; }
img.printablelogo { display: none; }

/* Blocks ------------------- */

#container { width: 920px; margin: 0 auto; padding: 0px; overflow: hidden; background-color: #fff; }
#header { height: 120px; clear: both; position: relative; }
#content { width: 890px; float: left; padding: 15px; }
#sidebar { width: 177px; margin-top: 20px; float: left; }
#footer { clear: both; font-size: 11px; text-align: center; padding: 20px 0 10px 0; position: relative; }

/* Logo ------------------- */

#logo { position: absolute; top: 50px; left: 15px; font: normal 28px Verdana; color: #820000; text-decoration: none; }
#logo em { visibility: hidden; }

/* Description ------------------- */

#description { position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #eb95b8; text-decoration: none; }
#description h2  { visibility: hidden; }

/* Header ------------------- */


#header ul { position: absolute; top: 110px; width: 920px; overflow: hidden; background: #820000 url(images/nav_bg.gif) repeat-x top left; list-style-type: none; }
#header ul li { float: left; height: 20px; padding: 5px 8px 0px 7px; border-left: #333 solid 1px; margin: 0; }
#header ul li a { color: #fff; text-decoration: none; font-size: 14px; }
#header ul li a:hover { color: #eb95b8; }

/* page title ------------------*/
#page-title { margin: -4px auto 20px -20px; padding: 0; }


/* Sidebar ------------------- */
#sidebar li { list-style-type: none; margin: 0 .5em; }
#sidebar .widget { background: #f7fcff; margin-bottom: 10px; padding: 8px; }
#sidebar .widget h2 { color: #884055; font-size: 12pt; padding-bottom: 2px;}
#sidebar .widget li { padding: 2px 0 1px 1px; }
#sidebar .widget li a { color: #549bcc; text-decoration: none; }
#sidebar .widget li a:hover { color: #333; }

/* Post ------------------- */

.post { /* border-bottom: 1px dashed #aaa;  margin-bottom: 15px; */ 
 margin: auto 20px 10px 20px;
}
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post  a { text-decoration: none; color: #549bcc; }
.post  a:hover { color: #555; text-decoration: underline; }
.post li { padding-bottom: .75em; } 
.post h1 { font-size: 16pt; padding: 1.2em 0 0 0; }
.post h1 a { color: #820000; }
.post h1 a:hover { color: #549bcc; text-decoration: underline; }

div.post-tags { margin-top: 1.25em; }
div.post-tags a { color: #549bcc; padding-left: .5em; }

h4.post-title { margin: 1em 0; }
h4.post-title a { color: #549bcc; }

h2.archivetitle {
	text-align: center;
	margin-top: 1em;
	color: #666;
}
table .post {
  line-height: 14pt;
}

/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { color: #549bcc; }
#footer a { color: #820000; text-decoration: underline; font-weight: bold; line-height: 16px; }


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	


.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* special sections on the home page */

#frontpage td {
	vertical-align: top;
}
#frontpage h3 a { color: #820000; }
#frontpage h3 a:hover { color: red; text-decoration: underline; }

#home_emergency h3 {
	height: 32px;
	width: 70%;
	background: #820000 url(/images/home_emergency.jpg) no-repeat;
	margin-top: 15px;
	padding-left: 65px;
	line-height: 32px;
}

#home_emergency p {
	padding-left: 65px;
}
#home_emergency h3 a {
	color: white;
	border-style: none; 
	text-decoration: none;
}
#home_emergency h3 a:hover {
	text-decoration: underline;
}
#home_emergency p a {
	color: #820000;
}
#home_emergency p a:hover {
	color: red; text-decoration: underline;	
}

#home-social h2 {
 width:300px;
 margin: 15px auto;
 background-color: #f7f7f7;
 border: solid #999;
}

#home-social h2.blog-link {
 text-align: center;
 padding: 1px 0; 
}

#frontpage p.intro {
 padding-top: 1em;
 font-size: 1.2em;
 line-height: 1.1em;
 color: #820000;
}

#appt-hours h3 {
	margin: 1em auto;
}
#appt-hours td {
 	padding: 0 2px;
}
#appt-info {
	padding: 4px 0 4px 24px;
	margin: .5em auto;
	line-height: 1.4em;
}
#appt-info a {
	color: black;
	padding: 2px 4px;
	border: thin solid;
	background-color: #afc;
	text-decoration: none;
}
#appt-info a:hover {
	color: #white;
	background-color: #063;
}

#online-services {
	margin: 24px auto auto 0;
}
#online-services div {
	margin: 12px 0 12px 24px;
}

#petportal { width: 330px; padding: 0 .5em; }
#petportal h3 { margin: 2px auto; }
#petportal h3 a { color: #549bcc; }
#petportal h3 a:hover { color: #000; }

#pharmacy a {
	border-bottom: none;
	padding-left: 8px;
}
#featured-news { margin: 20px 0; }
#featured-news li { 
	list-style-type: circle; 
	padding-bottom: 0px;
}
#featured-news .post-title {
	margin-bottom: .2em;
}
#featured-news .post-body p {
	line-height: 1.1em;	
	margin-top: 0;
}
#featured-news a {
	text-decoration: none;
	border: none;
}
#featured-news a:hover {
	color: black;
	text-decoration: underline;
}
#home-calendar {
	margin-top: 24px;
}
#home-calendar h5 a {
 	color: #549bcc;
}
#home-calendar h5 a:hover {
	color: black;
	text-decoration: underline; 
}
#home-calendar a.small-reference-link {
 font-size: 15px;
 display: block;
 margin: -18px auto 0 24px;
 color: #820000;
}

#video-button {
 font-size: 18px; 
 color: #820000; 
 padding: 2px 6px;
}
#video-button:hover {
 cursor: pointer;
}

#bergenQA {
	margin: 12px 0;
}
#bergenQA li {
	list-style-type: circle;
	padding-bottom: 0px;
} 
#bergenQA h3 {
	padding-bottom: 4px;
} 
#bergenQA h4 {
	padding-bottom: 12px;
} 
#bergenQA h4.post-title {
	margin: 0;
}
#bergenQA h4.post-title a {
	border-style: none; 
	text-decoration: none;
}
#bergenQA h4.post-title a:hover {
	color: black; 
	text-decoration: underline;
}

#patient-highlights h4.post-title a {
	font-size: 16px;
	color: #820000;
}
#home_announce {
	line-height: normal;
}

#home_library {
	text-align: center;
	padding-right: 40px;
}
#home_library h4 {
	width: 230px;
	text-align: center;
	margin: 10px auto 30px auto;
	padding: 10px;
	border: thin black solid;
	background-color: #afc;
}

#home_library h4 a {
	color: black;
	text-decoration: none;
}

#home_library h4 a:hover {
	text-decoration: underline;
}

#aaha-link {
margin-top: 20px;
padding: 0px;
text-align: center;
vertical-align: top;
}
#oradell-links a.title { 
	color: black; 
	text-decoration: none; 
	border-bottom: none; 
	font: bold large verdana,arial,sans-serif; 
	}

#offices {
/* float:left; */
width:920px;
background-color:#FFFFFF;
font-family:Verdana;
font-size: 9px;
color: #333333;
}

#office1 {
float:left;
width:220px;
margin-top:30px;
margin-left:45px;
padding:15px;
background-color:#F7ECEA;
}

#office2 {
float:left;
width:245px;
margin-top:30px;
margin-left:0px;
padding:15px;
background-color:#F7ECEA;
}

#office3 {
float:left;
width:275px;
margin-top:30px;
margin-left:0px;
padding:15px;
background-color:#F7ECEA;
}

div.two-photos img {
 padding: 10px 0 10px 5px;
}
div.two-photos:first-child {
 padding: 10px 5px 10px 0;
}

#hot-news-posts ul {
 margin-top: 1em;
}
#hot-news-posts li {
 font-size: .9em;
 padding-bottom: 0;
}

.textlink {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #880000;
	text-decoration: underline;
}

.textlink:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #cc9900;
	text-decoration: underline;
	}

.homelink:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #880000;
	text-decoration: underline;	
	}
	
.textblacklink {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.textblacklink:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #880000;
	text-decoration: underline;
	}
	
.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	line-height: 14pt;
}

.caption {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}

.textbig {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.textorange {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	color: #2F3182;
	text-decoration: underline;
}

.textbigred {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #820000;
	text-decoration:none;	
}

.textbigred2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #820000;
}

.textbigwhite {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
}

.titlered {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	color: #820000;
}
.titlewhite {
	font-family: "verdana";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.titlewhite:hover {
	font-family: "verdana";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.titleblue {
	font-family: "verdana";
	font-size: 12px;
	font-weight: bold;
	color: #004575;
	text-decoration: none;
}
.titleblue:hover {
	font-family: "verdana";
	font-size: 12px;
	font-weight: bold;
	color: #004575;
	text-decoration:underline;
}

.title {
	font-family: "verdana";
/*	font-size: 14px; */
	font-weight: bold;
/*	color: #333333; */
}

.title a {
	text-decoration:none;
}
.title a:hover {
	text-decoration: underline;
}

h2.title, 
h3.title,
h4.title {
 margin-bottom: 1em;
 padding-left: 16px; 
 background: url(images/sq_blue.gif) no-repeat left 3px;
}

.subtitle {
	font-family: "verdana";
	font-size: 15px;
	font-weight: bold;
	color: #574192;
}

#footer a.linksm {
	font-family: "verdana";
	font-size: 8pt;
	font-weight: normal;
	color: #820000;
	text-decoration: underline;
}
#footer a.linksm:hover {
	color: red;
}

.textcaption {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
.captiontitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.hospital_title {
	font-family: "verdana";
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#oradell-cares {
	margin: 36px auto auto 18px;
}
#oradell-cares li {
  	padding: .75em;
}

#ss-nav { 
	width: 150px; 
	margin-right: 2em;
	padding: .5em;
background-color: #F5E4E1;
font-family:Arial;
font-size:12px;
font-weight:normal;
}

#ss-nav ul li {
	list-style-type:none;
	border-bottom: 2px solid white;
	padding: .75em;
        margin: 0;
}

#ss-nav li a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #004c84;
	text-decoration: none;
}

#ss-nav li a:hover {
	color: #820000;
	}
	
#ss-pagetitle {
	margin: 0;
        padding: 0 0 0 50px;
	color: #004c84;
	line-height: 34px; 
	background: url(images/ss_title_square.gif) no-repeat 0 0;
}

.link_blue {
	font-size: 12px;
	color: #004c84;
	text-decoration: none;
}

.blue-button:link, 
.blue-button:visited {
  color: black;
  text-decoration: none;
  padding: 4px 10px;
  border: thin solid;
  background-color: #aaf;
  border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-khtml-border-radius: 6px;
}
 
.link_blue:hover {
	font-size: 12px;
	color: #004c84;
	text-decoration: underline;
}

div.definition-term a {
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}
div.term-definition {
  display: none;
  border: 1px solid #666;
  padding: .5em .75em;
  margin: .5em 0;
}

/*
hr {height:0;border:0;border-top:1px solid #c7c7c7; width: 92%;
text-align: left;} 
*/

/* shortcode styles */
.definition-term {
 margin-top: 1em;
}

/* special styles for doctor/staff bios */

#biopage #conten-main {
 margin: 36px;

}

#staff-list h2 {
	margin-top: 2em;
}
#staff-list h3 {
	margin-top:  1em;
	margin-left: 40px;
}
#staff-list hr {
	clear: both;
	margin-top: 1em;
}

#doctors {
	border-top: dotted pink;
	padding-top: 1.5em;
}

div.doctor {
	width: 500px;
   	padding: 0 0 0 36px;
	margin: 0 auto;
}
#biopage div.doctor {
	width: 800px;
	position: relative; 
	top: 36px; left: 36px;
}
#biopage #content-main > h3 { 
	padding: 36px 0 0 36px; 
	}
h4.doctor-name {
	clear: both;
	font: bold 11pt Arial,Helvetica,sans-serif;
	color: black;
}
h4.doctor-name a {
	color: #880000;
}
div.doctor-info {
	white-space: pre-wrap;
	padding: 2px;
}

ul.authorposts {
 	margin: 8px 0;
}
ul.authorposts li {
	list-style-type: none;
}
ul.authorposts li a {
	font: .9em Tahoma,verdana,sans-serif;
}
ul.authorposts li em {
	font: .85em monospace;
	padding-right: 8px;
}
#events_calendar { float: right; padding-right: 50px; padding-top: 35px; }
#events { float: left; }
#events h4 {  margin: 1.5em auto 0 1.5em; }

#events div.events_list { width: 550px; margin-left: 2em; }
#events li.dbem-no-events { margin-left: 4em; margin-top: 1em; }

#frontpage .events_list ul li { list-style-type: circle !important; font-size: 120%; }

#events_calendar .dbem-calendar-table { 
 font-size: 133% !important;
}

#hospital-admin div.doctor h4 { padding-top: 15px; }
#hospital-admin div.doctor-info { padding-bottom: 40px; }

#sharethis_0 { float: right; padding-right: 36px; }
