/*
Theme Name: Facetime
Theme URI: http://www.mydogboris.com/
Description: The Facetime Performing Arts custom theme.
Version: 1.0
Author: Dan Hayes
Author URI: http://www.mydogboris.com/
Tags: fixed width, two column, arts, theater, theatre

*/

body  {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #969f59;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	color: #9b63a3;
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 0 192px 0 0;
}
#footer { 
	padding: 2px 10px 2px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #9b63a3;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;	
	border-top: 1px solid #666666;
} 
#menucontainer {
	padding:0px 15px 0 15px;
	margin: 0 192px 15px 0;
	background: #9b63a3;
} 
ul#menu {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	/*font-family:"Trebuchet MS",Arial,sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:4px 0 0 0;
}
ul#menu li {
	display:inline;float:left;margin:0 0 0 4px;height:27px;
}
ul#menu li.left {
	margin:0;
}
ul#menu li a {
	display:block;float:left;color:#fff;background:#969f59;line-height:27px;text-decoration:none;padding:0 8px 0 10px;height:27px;
}
ul#menu li a.right {
	padding-right:19px;
}
ul#menu li a:hover {
	color:#9b63a3;background:#e2daba
}
ul#menu li.current_page_item a {
	color:#9b63a3;background:#fff;
}
ul#menu li.current_page_item a:hover {
	color:#9b63a3;background:#fff;
}
#sidebar1container {
	float: right; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e2daba; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 20px;
}
#sidebar1content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	margin: 5px 0px;
	top: 0px;
}
#mainContent {
	font-size: 11px;
	margin: 0 200px 10px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent .imgholder {
	float: left; 
	margin: 0 10px 10px 0; 
	padding-right: 15px;
}
#searchform {
	margin: 5px 0;
}
#searchform form {
	display: inline;
}
#searchform input {
	width: 150px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	height: 16px;
	border: 1px solid #666666;
}
#searchform .inputbutton {
	width: 60px;
	margin-top: 2px;
	font-weight: bold;
	height: 18px;
}
#sidebar1container ul {
	margin: 5px 5px 5px 15px;
	padding-left: 1em;
}
#sidebar1 .imagecontainer {
	margin: 0px;
	padding: 0px;
}
#sidebar1container .heading {
	font-weight: bold;
	padding-top: 5px;
}
