/* Dance to the beat */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

/* The background image for the left navbar is actually attached to this. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(images/left_navbar_bg.gif);
}

/* The panel on the right hand side is attached to this. */

#container {
background-image: url(images/right_side_panel.gif);
background-repeat: repeat-y;
background-position: right;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-weight: bold;
font-size: .8em;
margin-top: 0;
background-color: #825b80;
color: #e2cfdf;
padding-left: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
font-size: 1em;
font-weight: bold;
margin-left: 0;
background-color: #eef3e1;
text-align: right;
color: #825b80;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 74px;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-right: 84px;
background-color: #bfcf91;
border-right: 12px #eef3e1 solid;
border-left: 12px #eef3e1 solid;
margin-left: 180px;
padding-left: 7px;
padding-right: 7px;
margin-bottom: 0;
color: #474c35;
height: 100%;

}

p, ul, ol, table {
margin: 0;
padding-top: 7px;
padding-bottom: 7px;

font-size: .7em;
line-height: 1.7em;
}

ol, ul {
margin-left: 25px;
}

h2 {
font-size: .8em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #805b80;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 97px;
left: 8px;
width: 166px;
text-align: right;
}

#left-menu p {
padding-right: 5px;
margin-bottom: 5px;
font-size: .8em;
}

#left-menu a:link, #left-menu a:visited {
color: #eef3e1;
text-decoration: none;
}

#left-menu a:hover, #left-menu a.current {
color: #bfcf91;
text-decoration: none;
}

span.arrow {
color: #eef3e1;
font-size: 1.1em;
font-weight: bold;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 8px;
line-height: 21px;
font-size: .7em;
margin-top: 0;
background-color: #815b80;
border-top: 12px #eef3e1 solid;
color: #eef3e1;
clear: both; }

#footer a:link, #footer a:visited {
color: #eef3e1;
}

#footer a:hover {
text-decoration: underline;
color: #eef3e1;
}
#container #main-text p {
	color: #333333;
}


#shayari a:link, #shayari a:visited {
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

#shayari a:hover {
	text-decoration: underline;
	color: #333333;
}

