﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
	text-align: justify;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #3B65CD;
}

a:visited {
	color: #4B68B2;
}

a:hover {
	text-decoration: underline;
	color: #3C6FF0;
}

a:active {
	color: #4B68B2;
}

body {
	background-color: #B6B6B6;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 55px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
}

h2 {
	position: absolute;
	left: 85px;
	top: 50px;
	font-size: 12px;
	color: #EDEDED;
}

.NewsListHeading, .EventsListHeading
{
	font-size: 12px;
	font-weight: bold;
	bottom: 20px;
		
}

.menua {
	position: absolute;
	right: 37px;
	top: 15px;
	font-size: 10px;
	color: #FFFFFF;
}

.banner-date
{
	text-align: right;
	position: relative;
	right: 37px;
	top: 10px;
	font-size: 12px;
	color: #D1B181;
}

.nav
{
	position: absolute;
	right: 37px;
	top: 53px;
	font-size: 9px;
	color: #023C85;
}

.menua a {
	color: #FFFFFF;
}

.nav a {
	color: #023C85;
}


/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 9px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	color: #E35838;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
	color: #A2452F;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#users_edit, #guestbook_list, #guestbook_detail, #guestbook_sign, #aboutme, #family, #downloads, #guestbook, #admin_default, #photoalbum_new, #photoalbum_list, #photoalbum_contents, #news_view, #news_list, #member_details, #member_list, #member_register, #login, #locations-view, #locations-list, #events-view, #events-list, #contact, #news-list, #news-view, #home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

/* ARP - PAGES THAT HAVE FULL BODY CONTENTS */

#users_list, #news_edit, #events-calender, #events-edit, #locations-edit, #battleship
{
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-top: 1px;
	padding-bottom: 40px;
	width: 686px;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#family h4, #aboutme h4, #resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 33px;
	top: 20px;
	width: 214px;
}

#family #photo-parents, #family #photo-shourov, #family #photo-myself, #family #photo-arnob, #family #photo-prokriti {
	margin-top: 50px;
	padding-top: 0;
	position: absolute;
	left: 33px;
	width: 214px;
}

#family .first, #aboutme .first, #resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

ul
{
	padding-top: 0px;
	margin-top: 0px;
}

#resume li
{
	line-height: 1.5em;
	padding-bottom: 0px;
}

#resume .first li
{
	line-height: 1.5em;
	padding-bottom: 10px;
}


li
{
	line-height: 1.5em;
	padding-bottom: 10px;
}


#resume dl, #family dl, #aboutme dl, #home dl
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1px;
	padding-bottom: 5px;
	position: relative;
	border-style: none;
}

#resume dt, #family dt, #aboutme dt, #home dt
{
	position: absolute;
	left: 0;
}

#resume dd
{
	margin-left: 70px;
	height: 1.5em;
}

#family dd, #aboutme dd, #home dd
{
	margin-left: 95px;
	height:1.5em;
	padding-bottom: 3px;
}

#family .first p
{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}


.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 52px;
	text-align: center;
	clear:both;
}
.footer 
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 52px;
	text-align: center;
	font-size: 10px;
	color: #CDCDCD;
}

.menub {
	margin: 12px auto 5px auto;
	font-size: 10px;
	color: #FFFFFF;
}

.menub a {
	color: #FFFFFF;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #bababa;
    width: 654px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 654px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #bababa;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #E8E8E8;
}
.calcurrentday
{
    background-color: #FEFAD9;
}
.calweekend
{
    background-color: #FDE3D0;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #918686;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #CACACA;
    width: 650px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #CACACA;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


/* Guestbook Navigation */
.navigation
{
	width:425;
	margin-top:5px;
}

.leftnav 
{
	float:left;
	width:120px;
	text-align:left;
}

.rightnav 
{
	float:right;
	width:120px;
	text-align:right;
}

.numnav
{
	float:inherit;
	text-align:center;
	
}

.bangla
{
	font: normal 150.0% Vrinda, Lucida Sans Unicode, Lucida Grande, sans-serif; 
}

.plainroundbg
{
	background-image: url(images/plainrndtopbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.plainroundbg h4
{
	padding: 10px 10px 0px 10px;
	margin: 0;
}

.plainroundbg div
{
	background-image: url(images/plainrndbtmbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 10px 10px 10px;
	margin: 0;
}

.borderedroundbg
{
	background-image: url(images/roundedtopbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.borderedroundbg h4
{
	padding: 10px 10px 0px 10px;
	margin: 0;
}

.borderedroundbg p
{
	background-image: url(images/roundedbtmbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 10px 10px 10px;
	margin: 0;
}



/*Battleship
.intro { font-size:10pt; font-style:italic }
.heading { font-size:14pt; font-weight:bold; font-family:sans-serif }
.title { font-size:18pt; font-weight:bold; background-color:navy; color:white; text-align:center; font-family:sans-serif }
*/

