

/* -------------------------------------------
Filename: (whatever .css document's name is)
Title: (give your style a name)
Author: (place your name here)
URL: (place your home page here for other to find you, the author)
/*


/* ----------- RESET DEFAULT SETTINGS */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

/* -------------------------------------------
					LAYOUT
---------------------------------------------*/
html{
	background: #e0e7ec;
	font-family: helvetica, ariel, "trebuchet ms", times;
	line-height: 1.2em;
	font-size: small;
}
#container {
	margin: 0 auto;
	width: 876px;
	background: url(../images/content.jpg)  repeat-y;

}

#content {
	margin: -40px 0px 0px -0px;
	text-align: justify;
	width: 450px;
}
#sidebar {
	color: #fff;
	padding: 0px 10px 10px 40px;
}
.welcome{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}
.blognote {
	margin: -33px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navbar{
	margin: 100px 0px;
	float: left;
}
.home-perm{
	background: url(../images/home.png) no-repeat 0 -37px;
	height: 37px;
	width: 61px;
	float: left;
	display: block;
	border: none;
}
.home h2 {
	text-indent: -5000px;
}
.home a {
	background: url(../images/home.png) no-repeat 0 0;
	height: 37px;
	width: 61px;
	float: left;
	display: block;
	border: none;
}
.home a:hover{
	background: url(../images/home.png) no-repeat 0 -37px;
}
.about h2{
	text-indent: -5000px;
}
.about a{
	background: url(../images/about.png) no-repeat 0 0;
	height: 37px;
	width: 60px;
	float: left;
	display: block;
	border: none;
}
.about a:hover{
	background: url(../images/about.png) no-repeat 0 -37px;

}
.projects h2{
	text-indent: -5000px;
}
.projects a{
	background: url(../images/projects.png) no-repeat 0 0;
	
	height: 37px;
	width: 72px;
	float: left;
	display: block;
	border: none;
}
.projects a:hover{
	background: url(../images/projects.png) no-repeat 0 -37px;

}
.travels h2{
	text-indent: -5000px;
}
.travels a{
	background: url(../images/travels.png) no-repeat 0 0;
	height: 37px;
	width: 67px;
	float: left;
	display: block;
	border: none;
}
.travels a:hover{
	background: url(../images/travels.png) no-repeat 0 -37px;

}
.photos h2{
	text-indent: -5000px;
}
.photos a{
	background: url(../images/photos.png) no-repeat 0 0;
	height: 37px;
	width: 65px;
	float: left;
	display: block;
	border: none;
}
.photos a:hover{
	background: url(../images/photos.png) no-repeat 0 -37px;

}
.videos h2{
	text-indent: -5000px;
}
.videos a{
	background: url(../images/videos.png) no-repeat 0 0;
	height: 37px;
	width: 91px;
	float: left;
	display: block;
	border: none;
}
.videos a:hover{
	background: url(../images/videos.png) no-repeat 0 -37px;

}
#header {
	background: url(../images/header.jpg) no-repeat; 
	
	width: 876px; 
	height: 203px;

}
#sidebar {
	background: url(../images/cd36bkgrd.gif) no-repeat;
	margin: 20px 0px 0px 575px;
	width: 301px;
	height: 649px;

}
#content {
	
	float: left;
	
}
#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 877px;
	height: 151px;
	clear: both;

}
.contenttop{
	margin: 0px 0px 0px 42px;
}

/* -------------------------------------------
				TYPOGRAPHY
---------------------------------------------*/

/* -------------------------------------------
				LINK STYLES
---------------------------------------------*/
a {
 color: #fff;
}
a:hover {
	color: blue; 
}
.link {
 color: red;
}
.backNext li{
	display: inline;
}
.backNext li a {
	color: #000;
}

.backNext li a:hover {
	color: blue;
}
#navbar .home a:link{
	background: url(../images/home.png) top;
	height: 37px;
	width: 61px;
	display: block;
}
#navbar .home a:hover{
	background: url(../images/home.png) bottom;
	height: 37px;
	width:61px;
	display: block;
}
/* -------------------------------------------
		   EXTRA CSS SECTION HEAD
---------------------------------------------*/

