/****************************************/
/* Main Stylesheet for Philip's Website */
/****************************************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, fieldset {  
    margin: 0; padding: 0; border: 0;}
body {width: 772px; font-size: 13px; color: #222222; background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
a {color: #333399; text-decoration: none; font-weight: normal;}
a:hover {text-decoration: underline;}
img {border-width: 0;}
ul {margin: 4px 0px 4px 16px; padding: 0;}
hr {clear: both; border: 0; color: #b4b4dd; background: #b4b4dd; height: 3px; width: 100%; text-align: left;}
.spacer {height: 8px;}

/* The home page is divided into 3 primary zones. */
#header {margin: 0; padding: 10px 0px 0px 0px; height: 80px;}
#topnav {background: #606099; height: 26px; padding: 0px 10px 0px 20px;
	color: #ffffff; font-size: 12px; font-weight: bold; line-height: 26px;}
#pagebody {padding: 0;}

/* The header contains the following styles */
.title {font-weight: bold; font-size: 32px; color: #606099; padding-left: 20px; font-style: normal;}	
.subtitle {font-weight: bold; font-size: 24px; color: #9393cc; padding-left: 40px; padding-top: -10px;}

/* The topnav contains the following styles */
#topnav a {color: #ffffff; font-weight: bold; text-decoration: none;}
#topnav a:hover {color: #ffdddd; font-weight: bold; text-decoration: underline;}

/* The page body contains the following divs and styles */
#intro {padding: 13px 20px 7px 20px;}
.thumbnail {float: left; padding: 10px 20px 9px 20px;}
.description {float: left; padding: 0px 15px 9px 10px; width: 520px; line-height: 18px;}
.section-title {font-weight: bold; font-size: 18px; color: #606099; line-height: 34px;}
	
.arrow-bullet {list-style-image: url(../images/pink-arrow5.gif); vertical-align: text-top; text-indent: 30px;}
.arrow-link {vertical-align: top;}

/* The Photography page contains the following divs and styles */
#photo-tiles {padding: 0px 0px 0px 8px;}
.my-flickr-photo {float: left; padding: 8px 0px 0px 12px;}

