/*
Website Name: 	Brendalogy
Website URL: 	http://www.brendalogy.net
Design Author: 	Brenda Nicole Tan

All design and content on this site is Copyright Brenda Tan, All Rights Reserved.
*/



/* ---------- BODY & CONTAINERS ---------- */

body {
	background : #000000;
	font-family : verdana, sans-serif; 
	font-size : 9.0pt;
	color : #202020; 
	text-align: center; 	/* Auto center positioning in IE (For Firefox, ref container) */
	margin : 0px;
	padding: 0px;
}

.holder {
	background: url(webimages/background.gif);	/* Background effects outside container */
	background-repeat : repeat-x;
	width : 100%;
	position : relative;
	margin-top : 0px;
	margin-bottom : 0px;
	padding: 0px;
}

.container {
	background: #000000;
	width : 950px;
	overflow: hidden;
	position : relative;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : auto;	/* Auto center positioning in Firefox */
	margin-right : auto;
	padding: 0px;
	text-align : left;
	clear:left;
}



/* ---------- TEXT HEADERS ---------- */

h1 {
	position: absolute;
	visibility: hidden
}

/* ---------- PRELOAD IMAGES ---------- */

.preload {
	display:none;
}



/* ---------- HEADER ---------- */

/* Header container */

.header {
	background-image: url(webimages/mainpicture.jpg);
	position : relative;
	float : left;
	width : 950px;
	height : 650px;
	margin : 0px;
}

  	  	

/* ---------- NAVIGATION ---------- */

/* Blog Link */

.blog {
	position: relative;
	background-image: url(webimages/bubble-blog.png);
	float: left;
	width: 303px;
	height: 154px;
	top: 61px;
	left: 275px;
	color: #FFFFFF;
}
	
	.blog a {
		position: relative;
		float: left;
		width: 303px;
		height: 154px;
		text-decoration: none;
		z-index : 200;
	}

	.blog a:hover {
		background-image: url(webimages/bubble-blog-roll.png);
	}
	
	.blog a em {
		visibility: hidden;
	}


/* Photography Link */

.photo {
	position: relative;
	background-image: url(webimages/bubble-photo.png);
	float: left;
	width: 380px;
	height: 137px;
	top: 225px;
	left: 59px;	/* Offset width of Blog Link */
	color : #FFFFFF;
}
	
	.photo a {
		position: relative;
		float: left;
		width: 380px;
		height: 137px;
		text-decoration: none;
		z-index : 200;	
	}
	
	.photo a:hover {
		background-image: url(webimages/bubble-photo-roll.png);
	}
	.photo a em {
		visibility: hidden;
	}









/* Navigation container */

.map {
	position: relative; 	
	top : 29px;		/* Relative to origin and further offset height of twitter (if below twitter) */
	left : 219px;		/* Relative to origin */
	float : left;
}	

/* Navigation imagemap */

.map ul {
	list-style-type: none;
	margin : 0px;
	padding : 0px;
}

.map li {
	display: inline;
}

.map a {
	position: relative;
	float : left;
	height : 31px;
	margin : 0px;
	padding : 0px;
	text-decoration: none;
	z-index : 200;
}

.map a em { 
	visibility: hidden;
}

a.persona { 
	width : 104px;
}


a.persona:hover { 
	background-image: url(webimages/45_rollover01.gif); 
	background-repeat: no-repeat;
	border : none;

}





