/*
** This is the default CSS for Parinaam.org
** 
** Designed by Amit Kumar (www.proxygeek.org)
** Date: 15-May-2010
**
** FooterTeal: #009baa :rgba(0, 155, 170)
** Yellow: #FFBB07
** Shadow: #E4E4E4
** Hyperlink: #E8A804
** Heading: #009BAA
*/


/* PAGE-WIDE configuration STARTS */
body {
	background-color: #ffffff;
	text-align:center;
        font-family:helvetica, georgia, sans-serif;
        overflow:auto;
		font-size:90%;
}

scroll{
overflow:hidden;
}


ul, li, img, body, html
{
	margin: 0;
	padding: 0;
}


.fl {float:left; padding: 1em 1em 1em 0;}
.fr {float:right; padding: 1em 0 1em 1em;}


a{text-decoration:none;}

a img{border: none;}

ul{list-style-type: none;}

#container
{
	text-align: left;
	margin: auto;
	width: 990px;
	height:605px;
	background: #d6d6d6 url('../images/shadow_left.gif') repeat-y;
	padding-left: 1.5em;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	/*border:2px solid green;*/
	border-right:1px solid #d6d6d6;
}
/* PAGE-WIDE configuration ENDS */



/* HEADER section configuration STARTS */
#header
{
	margin:auto;
	height:36px;
	width:100%;
}

#nav a
{color:#333; }

#nav {
	margin: 0;
	padding: 2px 10px 10px 4px;
	line-height: 100%;
	border-radius: 2em;
	height:40px;
 
	/*-webkit-border-radius: 2em;
	-moz-border-radius: 2em;*/

	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	/*-moz-border-radius: 2em;*/

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
 
	background: #009baa; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#009baa', endColorstr='#004c53'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#009baa), to(#004c53)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #009baa,  #004c53); /* for firefox 3.6+ */
 
	border: solid 1px #6d6d6d;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}



/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}



/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecba', endColorstr='#ffd360'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffecba), to(#ffd360)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffecba,  #ffd360); /* for firefox 3.6+ */
 
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}



/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
 
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}



/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffd360'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffd360)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ffd360); /* for firefox 3.6+ */
 
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}



/* dropdown */
#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}


/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}


/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}
/* HEADER section configuration ENDS */


/* CONTENT section configuration STARTS */
#main
{
	background:white url('../images/Parinaam_front_page_background_1.gif') no-repeat left 25px;
	width:100%;
	height:488px;
	padding-top:2em;
}

	#updates_pane
	{
		width:25%;
		height:100%;
		padding-left:1em;
		float:left;
	}

	#content
	{
		background:url('../images/faded_statue.jpg') no-repeat right bottom;
		width:60%;
		height:100%;
		/*height:413px;*/
		float:right;
		padding-right:1em;
	}

		#pictures
		{
			text-align:right;
			float:right;
		}

		#page_text
		{
			font-size:75%;
		}
			#welcome
			{
				width:45%;
				float:left;
			}

			#directors_note
			{
				width:45%;
				float:right;
			}

			#page_text a, strong {
				font-weight:bold;
				color:#009baa;
			}

			#page_text strong {font-size:150%;}

/* CONTENT section configuration ENDS */



/* FOOTER section configuration STARTS */
#footer
{
	background:#009baa;
	height:32px;
	width:98%;
	margin:auto;
	/*width:934px;
	margin-left:1.9em;
	margin-right:1.5em;*/
	padding-left:1em;
	padding-right:1em;
	font-size:75%;
	font-weight:bold;
	color:white;
	/*border: 2px solid black;*/
}

#footer a
{
	clear: both;
	color:white;
	/*padding-bottom:3em*/
}

#footer a:hover
{
	text-decoration:underline;
}

#footer span
{
	/*margin-bottom:100%;*/
}
/* FOOTER section configuration ENDS */
