

/* Added by Bart */
input {
  font: normal 9px/1.1em Verdana, Arial, Helvetica, sans-serif;
}
/* END: Bart */


a:link, a:visited {
	color: #D06023;
}
a:hover {
	color: #000;
}

/* main positioning and background items
-----------------------------------------------------------------*/
#main {
	width: 740px !important;
	margin: auto;
	padding: 0;
	text-align: left;
	background-color: #dcebc2;
	display: block;
}

#contentCol {
	position: relative;
	top: 0;
	left: 0;
	z-axis: 100;
	padding: 0;
	margin: 0 10px 10px 0;
	width: 518px;
}

td.contentCell {
	width: 540px;
}

#miscCol {
	z-axis: 100000;
	width: 160px;
	padding: 16px;
}

/* Side Bar Styles
------------------------------------------------------------------*/

#miscCol div.sideBox {
	width: 130px;
	border: 1px solid #6600CC;
	padding: 8px 8px 8px 8px;
	font-size: 1em;
	background-color: #dcebc2;
	color: #330077;
	margin: 0 0 20px 0;
}
#miscCol div.sideBox h3 {
	font-size: 1.1em;
	padding: 0;
}

/* Generic Tags
------------------------------------------------------------------*/
body {
	font-family: "Georgia", georgia, "Garamond", "Times New Roman", Times, serif;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	background-color: #eceed8;
	font-size: 1em;
	color: #666;
}

#mainContent {
	padding: 17px 25px 0 25px;
	font-size: 1em;
	line-height: 1.4em;
}

#footer {
	width: 740px;
	padding: 5px 0 5px 0;
	background-color: #799259;
	display: block;
	text-align: center;
	border-top: 1px solid #fff;
	font-family: "Georgia", georgia, "Garamond", "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #D06023;
}
/* Main Menu
------------------------------------------------------------------*/
#menuBar {
	display: block;
	background-color: #fff;
	font-family: "Georgia", georgia, "Garamond", "Times New Roman", Times, serif;
	width: 534px;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #959E29;
	border-left: 1px solid #959E29;
	border-bottom: 1px solid #959E29;
	text-transform: uppercase;
}
#menuBar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;

}
#menuBar ul li {
	margin-left: auto;
	padding: 5px 0 5px 5px;
	border-left: 1px solid #959E29;
	list-style: none;
	display: inline;
}
#menuBar ul li.first {
	margin-left: auto;
	border-left: none;
	list-style: none;
	display: inline;
}
#menuBar li.first a:link, #menuBar li.first a:visited {
	margin-left: auto;
	border-left: none;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#menuBar li a:link, #menuBar li a:visited {

	margin-left: auto;
	border-left: none;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#menuBar ul li a:hover, #menuBar ul li.first a:hover {
	margin-left: auto;
	border-left: none;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #959E29;
}

/* Calendar style */
table#EventCalendar {
	width: 150px;
	background: #fff;
	font-size: 85%;
}
#EventCalendar input {
	width: 10px;
	background: #eee;
	border: 1px solid #ddd;
}
#EventCalendar td {
	text-align: center;
	border: 1px solid #ddd;
	font-size: 7pt;
}




/* teacher/studio listing style
---------------------------------------------------------------*/
table#directoryList {
	width: 480px;
	border: 1px solid #D06023;
	background: #fff;
}
table#directoryList th, table#directoryList th a {
	text-decoration: none;
	color: #D06023;
	background: #fff;
}
table#directoryList tr{
	border: 1px solid #D06023;
}
table#directoryList td {
	text-align: center;
}

/* profile page style
----------------------------------------------------------------*/
#profileBlock {
	padding: 10px 0 10px 0px;
	margin: 0 auto;
	width: 498px;
}

#profileTitle {
	font-family: "Verdana", "Helvetica", Arial, sans-serif;
	height: 35px;
	width: 498px;
	padding: 7px 25px 0px 25px;
	margin: 0;
	background-image: url("http://www.yoga-houston.org/images/profile_title_bg.gif");
	background-repeat: no-repeat;
	font-size: 12pt;
}
.profileTitle, .profileTitle a:link, .profileTitle a:visited {
	font-family: "Verdana", "Helvetica", Arial, sans-serif;
	font-size: 12pt;
	color: #666666;
	whitespace: nowrap;
}
.profileTitle a:hover {
	color: #000000;
}
#profileClasses {
	background: #fff;
	color: #BB874A;
	padding: 3px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#profileContent {
	margin: 0;
	padding: 0 3px 0 3px;
	background-color: #F1FCDD;
}
#profileFooter {
	background-image: url("http://yogahouston.org/cms/images/profile_footer_bg.gif");
	height: 34px;
	background-repeat: no-repeat;
	background-color: #F1FCDD;
	background-position: center bottom;
	text-align: center;
	font-size: 85%;
	border-top: 1px solid #799259;
}
.profileBorderLeft {
	border-left: 2px solid #799259;
	width: 230px;
}
.profileBorderRight {
	border-right: 2px solid #799259;	
}
.profileBorderSides {
	border-right: 2px solid #799259;
	border-left: 2px solid #799259;
}
.profileDetails {
	background: #D3EEB9;
	margin: 1px;
	padding: 3px;
	font-size: 8pt;
}
/* profile side cal */
#profileSideBar {
	font-size: 85%;
	width: 120px;
	padding: 0 0 0 10px;
	color: #8C581D;
}
#profileSideBar h4 {
	border-bottom: 2px solid #95B471;
	padding: 0 0 8px 0;
}
.activeday {
	background: #D3EEB9;
}

/* phpwcms classes
---------------------------------------------------------------*/
#messageArea {
	padding: 5px;
	border: 1px solid #eee;
	background: #fff;
	color: red;
}
.articleHead {
	font-family:  "Garamond", "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: 800;
	padding: 0;
	margin: 0 0 30px;
	display: block;
}
.articleSubHead {
	font-family:  "Garamond", "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	padding: 0 0 20px 0;
}
.contentHead {
	display: block; /* this is a span b/c in phpwcms a span is hard coded */
	font-family:  "Garamond", "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: left;
	color: #D06023;
	font-weight: bold;
}
.contentSubHead {
	display: block;
	font-family:  "Garamond", "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	padding: 0 20px 0 0;
}

/********************************************
 **          Calendar Event
 ********************************************/
 
#calendarEvent {
	width: 400px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
}

#calendarEvent .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #999999;
	text-align: center;
	padding-top: 0px;
}
#calendarEvent .line {
	font-size: 10px;
	margin: 0px;
}

