@charset "utf-8";

@import url('reset.css'); /* reset styles */ 

body {
	background: #fff url(../images/fishbowl-bkgrd.png) no-repeat fixed center 0;
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align: left;
	white-space: normal;
}

em { 
	font-style: italic;
}

/* My Comment */

strong {
	 font-weight: bold;
}

#container {
    background: none repeat scroll 0 0;
    width: 560px;
    margin: 23px auto 0;
}

#logo {
	
}

#navigation {
	margin: 15px 0 0;
	height: 20px;	
}

/* NAVIGATION */
 
ul#nav {
	list-style: none;
	width: 560px;
}

ul#nav li a {
	display: block;
	float: left;
	height: 23px;
	background-image: url(../images/nav.png);
	text-indent: -9999px;
}

ul#nav li a.about {
	width: 152px;
	background-position: 0 0;
}

ul#nav li a.about:hover, #about-page ul#nav li a.about {
	width: 152px;
	background-position: 0 23px;
}

ul#nav li a.projects {
	width: 240px;
	background-position: -152px 0;
}

ul#nav li a.projects:hover, #projects-page ul#nav li a.projects {
	width: 240px;
	background-position: -152px 23px;
}

ul#nav li a.contact {
	width: 168px;
	background-position: -392px 0;
}

ul#nav li a.contact:hover, #contact-page ul#nav li a.contact {
	width: 168px;
	background-position: -392px 23px;
}

/* END NAVIGATION */

#content {
	margin-top: 15px;
}

h1	{
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

h2	{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

h3	{
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

* {
	
}

#content a {
	color: #4fa1e0;
	text-decoration: none;
}

#content a:hover {
	color: #274e6b;
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
}

#copyright {
    clear: both;
    font-size: 11px;
    line-height: 12px;
    padding: 20px 0;
    text-align: center;
}

img.profile-pic	{
	float: left;
	padding: 3px;
	margin: 4px 10px 6px 0;
	border: 1px solid #999;
}

img.movie-posters	{
	float: right;
	padding: 3px;
	margin: 4px 0 6px 10px;
	border: 1px solid #999;
}

img.movie-posters:hover	{
	float: right;
	padding: 3px;
	margin: 4px 0 6px 10px;
	border: 1px solid #4fa1e0;
}

hr {
	color: #666;
	background-color: #999;
	width: 100%;
	height: 1px;
	border: 0;
	margin-bottom: 15px;
}



