/* 
--------------------------
Awakenindia 2008 CSS:
--------------------------
		Created .......... April 2, 2008
		Last Updated ..... April 3, 2008
		Created by ....... Jacquie Childers (http://jacquie.org)

		{1} Global Styles ... [ body, headers, p, etc. ]
		
		{2} Airlock ... [ div containers ]
		
		{3} Header ... [ main header styles ]
		
		{4} Top Navigation ... [ main navigation styles ]
		
		{5} Sub-Navigation ... [ expanded links, bread crumbs ]
		
		{6} Content ... [ home, about, contact, etc. ]
		
		{7} Copyright ... [ main copyright styles ]
		
		{8} Misc ... [ forms, hidden elements, etc. ]
	
 */
 
 /*  
------------------
{1} Global Styles:
------------------	
 */ 
 
 /* -=( overall styles, body, headers, etc. )=- */


 body {
 	background: #d6d6c8 url(images/background_main.gif) repeat-x top;
	font: 10pt/16pt "Georgia", "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
 	color: #5F5F4E;
 	margin: 0px;
 	padding: 0px;
 }
h2 {
	font: 18pt/18pt "Georgia", "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
	color: #5F5F4E;
	font-weight: bold;
	margin: 5px 10px 10px 0px;
	padding: 5px 0px 5px 0px;
	letter-spacing: 1px;	
}
h3 {
	font: 15pt/15pt "Georgia", "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
	color: #5F5F4E;
	font-weight: bold;
	margin: 20px 10px 10px 0px;
	padding: 5px 0px 5px 0px;
	letter-spacing: 1px;	
}
 
  /* 
------------
{2} Airlock:
------------
 */ 
 
/* -=( airlock global styles, this holds the "design" in place )=- */
 
#airlock {
	background-color: transparent;
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	text-align: left;
}

  /* 
------------
{3} Headers:
------------
 */ 
 

/* -=( main header )=- */
 
 #header {
 	background: transparent url(images/header_neesha.jpg) no-repeat top left;
	width: 860px;
	height: 308px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 6px solid #ffffff;
}

#header a {
	background-color: transparent;
	text-decoration: none;
	font: 8pt/13pt arial, helvetica, sans-serif;
 	color: #ffffff;
	border: 0px;
	font-weight: normal;
	}


  /* 
---------------
{5} Content:
---------------
 */ 
 
/* -=( body id, this is where the content is displayed )=- */
 
 #body {
 	background-color: #ffffff;
	width: 860px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 6px solid #ffffff;
}

/* -=( content body bits )=- */
 
#body .content {
 	background-color: transparent;
	width: 530px;
	margin: 0px;
	padding: 30px 0px 20px 35px;
}
#content .pagebody {
 	background-color: transparent;
	margin: 0px;
	padding: 30px 30px 20px 35px;
}
#body .content p,
#content .pagebody p {
	font: 10pt/16pt "Georgia", "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
 	color: #5F5F4E;
	text-align: justify;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
 #body .feature_box,
 #body .entry_endnote,
 #body .entry {
 	background-color: #f6f6f4;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #efefeb;
}
img.floatleft {
	float: left;
	background-color: #ffffff;
	border: 1px solid #cccccc; 
	padding: 4px;
	margin: 5px 10px 3px 0px;
}
img.floatright {
	float: right;
	background-color: #ffffff;
	border: 1px solid #cccccc; 
	padding: 4px;
	margin: 5px 0px 3px 15px;
}
img.nofloat {
	background-color: #ffffff;
	border: 1px solid #cccccc; 
	padding: 4px;
	margin: 5px 10px 3px 0px;
}
 #body .side_bar .feature_sidebar img.floatright {
	float: right;
	background-color: #ffffff;
	border: 1px solid #E6BEB0; 
	padding: 4px;
	margin: 5px 10px 3px 15px;
}
 #body a {
	background-color: transparent;
	text-decoration: none;
 	color: #464646;
	border: 0px;
	font-weight: bold;
	}
 #body a:link {color: #493928; border-bottom: 1px #493928 solid; background: transparent}
 #body a:visited {color: #493928; border-bottom: 1px #493928 solid; background: transparent}
 #body a:hover {color: #9f564d; border-bottom: 1px #9f564d solid; background: transparent}
 #body a:active {color: #9f564d; border-bottom: 1px #9f564d solid; background: transparent}
 #body .content ul.photo_thumbs a {
	background-color: transparent;
	text-decoration: none;
 	color: #628A3B;
	border: 0px;
	}

  /* 
---------------
{5} Side Bar:
---------------
 */ 
 
/* -=( awakenindia sidebar styles )=- */

 #body .side_bar {
 	float: right;
 	background-color: transparent;
	width: 227px;
	margin: 30px 30px 0px 20px;
	padding: 0px;
	display: inline;
}
div.spacer {
  clear: both;
  }
 #body .side_bar .feature_sidebar {
 	background-color: transparent;
	width: 227px;
	margin: 0px;
	padding: 0px;
}
 #body .side_bar .feature_sidebar h3 {
 	background: transparent url(images/background_sbar_header.gif) no-repeat top left;
	font: 13pt/13pt "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
	color: #464646;
	width: 227px;
	height: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 13px 0px 0px 13px;
	letter-spacing: 1px;
	text-align: left;	
}
 #body .side_bar .feature_sidebar p {
	font: 10pt/14pt "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
 	color: #5F5F4E;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}
 #body .side_bar .feature_sidebar ul.sidebar_links {
	display: block;
	list-style: none;
	font: 10pt/14pt "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
 	color: #5F5F4E;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}
 #body .side_bar .feature_sidebar ul.sidebar_links li:before {
	content: "\00BB \0020";
}
 #body .side_bar .feature_sidebar ul.sidebar_links li {
    background-color: transparent;
	padding: 3px 5px 5px 5px;
	margin: 0px;
	}

 #body .side_bar .feature_sidebar ul.altlist {
	display: block;
	list-style: none;
	font: 10pt/14pt "Book Antiqua", "Times New Roman", verdana, arial, helvetica, sans-serif;
 	color: #5F5F4E;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	}
 #body .side_bar .feature_sidebar ul.altlist li.alt_item {
    background: #ffffff url(images/background_altlistitem.gif) no-repeat top left;
	border: 1px solid #F1B5C2;
	padding: 5px;
	margin: 0px;
	}
 #body .side_bar .feature_sidebar ul li {
    background-color: transparent;
	padding: 3px 5px 10px 5px;
	margin: 0px;
	}
 #body .content ul.links {
	display: block;
	list-style: none;
	font: 9pt/14pt arial, helvetica, sans-serif;
 	color: #5F5F4E;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	}
 #body .content ul.links h2 {
	font: 15pt/15pt "Book Antiqua", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #F15381;
	font-weight: bold;
	margin: 10px 10px 15px 10px;
	padding: 5px 0px 5px 0px;
	letter-spacing: 1px;
	}
 #body .content ul.links li#linkcat-2 {
    background: #ffffff url(images/background_postedentry.gif) repeat-x;
	border: 1px solid #F1B5C2;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	}
 #body .content ul.links li {
    background-color: transparent;
	padding: 3px 5px 8px 5px;
	margin: 0px;
	}
	
/* -=( photo gallery thumb styles )=- */

#content .body ul.photo_thumbs {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	display: inline;
}
#content .body ul.photo_thumbs li {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	display: inline;
}
#content .body ul.photo_thumbs li img {
	background-color: #ffffff;
	border: 1px solid #E6BEB0; 
	padding: 4px;
	margin: 0px 0px 5px 0px;
}
 

  /* 
---------------
{5} Content:
---------------
 */ 
 
/* -=( da footer )=- */
 
 #footer {
 	background-color: #ffffff;
	width: 860px; 
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 6px solid #ffffff;
}
#footer p {
	font: 8pt/13pt arial, helvetica, sans-serif;
 	color: #929282;
 	margin: 0px;
 	padding: 10px;
 	text-align: left;
}
#footer a {
	background-color: transparent;
	text-decoration: none;
	font: 8pt/13pt arial, helvetica, sans-serif;
 	color: #628A3B;
	border: 0px;
	font-weight: bold;
	}
#footer a:link {color: #493928; border-bottom: 1px #493928 solid; background: transparent}
#footer a:visited {color: #493928; border-bottom: 1px #493928 solid; background: transparent}
#footer a:hover {color: #493928; border-bottom: 1px #493928 solid; background: transparent}
#footer a:active {color: #493928; border-bottom: 1px #493928 solid; background: transparent}


/* -=( BAD Dogs logo floats over the design )=- */
 
 #bottom {
 	background: transparent url(images/background_footerbottom.gif) no-repeat;
	width: 737px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}

