/* CSS Document */


/*.................... GENERAL STYLE ......................*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #515049;
	
	
	background-image: url("../images/layout/portfolio_bgd.png");
	background-color: #BDBDBD;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

a:link {
	color: #515049;
	}
	
	a:visited {
		color: #515049;
	}
	
	a:hover {
		color: #8e8e8e;
	}

	a img {
		border: none;
	}

img {
	padding: 0;
	margin: 0;
	}

h1 {
	font-size: 24px;
	font-variant: small-caps;
	text-align: center;
	color: #000000;
	padding: 1px;
	margin: 0px;
	}

h2 {
	font-size: 20px;
	font-variant: small-caps;
	text-indent: 50px;
	}

h3 {
	}

p {
	text-align: center;
	}


/*.................... PAGE STYLE ......................*/

#page {
	width: 1020px;
	margin: 0 auto;
	}

/*.................... HEADER STYLE ......................*/


#header, #header a {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	
	margin-right: 10px;
	
	word-spacing: 5px;
	
	font-variant: small-caps;
	font-weight: bold;
	}

.toplinks, .toplinks a {
	display: block;
	float: left;
	
	font-size: 22px;
	
	padding: 5px 10px 5px 10px;
	margin: 20px 10px 5px 10px;
	}

#headimage, #headimage a {
	display: block;
	float: left;
	}

/*.................... BONUS LINKS STYLE ...................*/

#bonuslinks {
	position:absolute;
		top: 52px;
		left: 46%;
	}

#bonuslinks a {
	padding: 2px;
	}


/*.................... CONTENT STYLE ......................*/

#content {
	margin: 5px auto 5px;
	padding: 0px 50px;
	position: relative;
	
	max-width: 88%;
	height: 615px;
	overflow-y: auto;
	
	}

#content p {
	margin: 0;
	padding: 5px 50px;
	
	text-align: center;
	}


/*.................... FOOTER STYLE ......................*/

#footer {
	margin: 5px auto 10px;
	padding: 10px 50px;
	max-width: 88%;
	align: center;
	
	text-align: center;
	
	font-size: 10px;
	}

/*............... OTHER SHARED CONTENT STYLE ......................*/

#bondpaper {
	z-index: -1;
	position: absolute;
	top: 80px;
	}

/*............................................ HOME PAGE SPECIFICS .............................................*/


#displayimg {
	z-index: 2;
	position: absolute;
	top: 95px;
	left: 280px;
	}

/*............................................ ABOUT PAGE SPECIFICS ............................................*/

#happycatwalk {
	z-index: 5;
	position: fixed;
	float: left;
	left: 50%;
	top: 70px;
	}


/*............................................ PORTFOLIO PAGE SPECIFICS.........................................*/

#menubar, #menubar a {
	height: 55px;
	margin: 1px 33px;
	font-variant: small-caps;
	}

.menulinks {
	display: block;
	float: left;
	padding: 1px 5px;
	}

#portfoliocontainer {
	margin: 35px 100px 15px;
	}
	
#portfoliocontainer img {
	border: solid;
	border-color: #CCCCCC;
	}
	
#portfoliocontainer a img:hover {
	border-color: #FFFFFF;
	}

/*............................................ RESUME PAGE SPECIFICS ...........................................*/


/*............................................ CONTACT PAGE SPECIFICS ..........................................*/


/*............................................ TERMSOFUSE PAGE SPECIFICS .......................................*/
