@charset "utf-8";
body  {
	background-image: url(../images/Saviyabkg.jpg);
	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: #301551;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F2D4B2;
}

.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/maincontentbkg.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header table {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height:10px;
}
.twoColFixRtHdr .sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* 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 */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #mainContent {
	padding: 0px;
	background-image: url(../images/maincontentbkgcap.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	margin: 0;
} 

.twoColFixRtHdr #mainContent p {
	margin-left: 70px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #mainContent .troupe {
	position: relative;
	right: -30px;
}


.twoColFixRtHdr #container #mainContent .titleimg {
	margin: 0px;
	padding: 0px;
	float: none;
}

.twoColFixRtHdr #container #mainContent h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #e69b57;
	padding-left: 70px;
}

.twoColFixRtHdr #container #mainContent h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #e69b57;
	padding-left: 70px;
}

.twoColFixRtHdr #container #mainContent h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #e69b57;
	padding-left: 70px;
}

a {
	font-weight: bolder;
	color: #310551;
	text-decoration: none;	
}

a:visited{
	font-weight:bolder;
	color: #e69b57;
	text-decoration:none;
}

a:hover{
	font-weight:bolder;
	color: #e69b57;
	text-decoration:underline;
}


.twoColFixRtHdr #footer {
	background-image: url(../images/footerbkg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 83px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 75px;
	text-align: center;
	clear:both;
	/*font-size: smaller;*/
} 
.twoColFixRtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
#embedded_content { /* this class is to create enough margin for embedded PHP content to clear borders */
    margin-left: 60px;
    margin-right: 30px;
   /* font-size: smaller;*/
}

img { border:0px;} /* fix image borders */

/* following styles to set up embedded image */
.container_serendipity_html_nugget_plugin {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 225px;
}

/* following styles to set up embedded blog calendar */
.container_serendipity_calendar_plugin {
    font-size: smaller;
    width: 80%;
    padding-left: 20px;
}

/* shrink links list content only, leave titling alone*/
.container_serendipity_plugin_linklist .serendipitySideBarContent {
    font-size: smaller;
 }
 
 /* maintain width spacing when no entries are listed */
 #mainpane {
    width: 100%;
}

#serendipityRightSideBar {
    width: 20%;
}
