/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	/*this is the background color for the bordering sections of web page*/
	/*ORIGINAL: background: #27343C;*/
	/*background: #ffcc66; bright orange*/
	/*background: #6699cc; THE BLUE THAT I FINALLY SETTLED ON AND LIKED THAT REB DIDN'T*/
	/*background: #336699; med blue*/
	/*background: #83bec9; light/med blue*/
	background: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*BODY TEXT COLOR*/
	/*ORIGINAL: color: #787878;*/
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*ORIGINAL: font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
	/*SIDE BAR HEADINGS*/
	/*ORIGIONAL: Color: #F93D00;*/
	Color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*COLOR OF THE UNDERLINES OF THE HYPERLINK BELOW....below also places the underlines on the hyperlinks*/
	/*border-bottom: 1px dotted #999999;*/
	/*SIDE BAR HYPERLINK COLORS*/
	/*ORIGINAL color: #417FDA;*/
	color: #417FDA;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	/*NOT SURE WHAT THIS DOES*/
	/*ORIGINAL: color: #FFFFFF;*/
	color: #ffcc66;
	
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	/*PAGE HEADING TEXT (BRIAN RADZOM, LCSW)*/
	/*ORIGIONAL: color: #FFFFFF;*/
	/*color: #F93D00; color that matches the side bar headings...dark orange*/
	/*color: #6b82d0; periwinkle color that matches photo banner*/
	/*color: #ffcc00; bright orangish yellow*/
	color: #ffffff;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	/*NOT SURE WHAT THIS DOES*/
	/*ORIGINAL: color: #FFFFFF; */
	color: #ffcc66;
}

#search-submit {
	display: none;
}


#banner {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
	background: url(images/Brian_e.png) no-repeat left top;
}

#banner_contact {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
	background: url(images/Brian_e.png) no-repeat left top;
}

#banner_office {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
	background: url(images/office_b.png) no-repeat left top;
}
/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	/*this is one of the banner pic controllers*/
	/*ORIGINAL: background: #565F68 url(images/img.jpg) no-repeat left top; */
	background: #565F68 url(images/img_a.jpg) no-repeat left top;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 20px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	/*TOP NAV BAR BUTTONS*/
	/*ORIGINAL: background: #FFFFFF; */
	/*background: #cccc99; this is the neutral beige brown*/
	/*background: #999999;  gray*/
	background: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*TOP NAV BAR BUTTON TEXT*/
	/*ORIGINAL: color: #000000; */
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	/*MAIN PAGE BACKGROUND COLOR (where text goes)*/
	/*ORIGINAL: background: #FFFFFF; */
	/*background: #ccffcc; nice mint green color...works well w/ the blue lay out; rebecca dislikes*/
	/*background: #cccc99; this is the light beige that i liked that rebecca didn't*/
	background: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
}

.post {
}

.post .title 
{
    /*NOT SURE WHAT THIS DOES*/
	/*ORIGINAL: color: #000000; */
	color: #000000;
}

.post .title a {
	background: none;
	/*TITLE or HEADING TEXT OF EACH INDIVIDUAL PAGE*/
	/*ORIGINAL: color: #417FDA; */
	color: #417FDA;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta 
{
    /*color code below CONTROLS THE DASHED LINES THAT SEPERATE BODY TEXT FROM THE HEADER*/
	border-bottom: 1px dashed #787878;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.entry li.bold {
	margin: 0;
	padding: 0;
	color: black;
	font: bold;
}

.entry ul.indent {
	margin-left: 2.5em;
	padding: 0;
	color: black;
	font: bold;
	list-style: circle;

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.entry ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry li {
	margin: 0;
	padding: 0;
	color: black;
}

.entry li.bold {
	margin: 0;
	padding: 0;
	color: black;
	font: bold;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0 0 30px;
	/*NOT SURE WHAT THIS DOES*/
	/*ORIGINAL: color: #787878; */
	color: #ffcc66;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	/*NOT SURE WHAT THIS DOES*/
	border-bottom: 1px dashed #ffcc66;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	/*NOT SURE WHAT THIS DOES*/
	color: #ffcc66;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a 
{
    /*NOT SURE WHAT THIS DOES*/
	color: #ffcc66;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	/*NOT SURE WHAT THIS DOES*/
	color: #ffcc66;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	/*NOT SURE WHAT THIS DOES*/
	color: #ffcc66;
}




#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a 
{
    /*NOT SURE WHAT THIS DOES*/
	color: #ffcc66;
}
