html {
	margin: 0px;
    }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	}


/* This makes sure that silly browsers don't insert an extra p tag after a div */

div:first-child p {
	margin-top: 0px;
  	}
   
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #68b9ff;
	margin-bottom: 0px 5px 0px 0px;
	line-height: 10px;
    }

p {
	font-style: normal;
	line-height: 13pt;
	color: #000000;
	}

img {
	margin: 0px;
  	border: 0px;
    }

blockquote {
	font-family: Times, Serif;
 	font-size: 12px;
 	color: #333333;
 	margin: 5px 15px 5px 15px;
 	border-top: 1px solid #e3e3e3;
 	border-bottom: 1px solid #e3e3e3;
 	line-height: 105%;
    }
           
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13pt;
	color: #000000;
	}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13pt;
	color: #000000;
	}


/* Left Side styles. Giddy up! */


#leftSide {
	width: 150px;
 	position: fixed;
 	left: 0px;
 	top: 50px;
 	padding: 0px;
 	background-color: #ffffff;
   	}

#leftSide a {
	font-family: Helvetica, Sans Serif;
	color: ff9933;
	text-decoration: none;
	font-weight: bold;
	}

#leftSide p {
	margin-top: 0px;
  	margin-bottom: 10px;
	}

#leftside .logo {
	margin: 0px 0px 30px 0px;
  	text-align: center;
	}

#leftSide .navigation {
	margin: 0px 0px 20px 25px;
	text-transform: lowercase;
  	}

/* Main Body Styles */

#mainBody {
	width: 800px;
	float: left;
	padding: 30px 0px 50px 150px;
	background-color: #ffffff;
	} 

#mainBody h1 {
	color: #494949;
   	font-family: Helvetica, Verdana, Sans Serif;
   	font-size: 14px;
   	text-transform: lowercase;
   	margin: 0px 0px 5px 0px;
 	}

#mainBody img {
	margin: 0px 5px 5px 0px;
	border: none;
	background-color: #939393;
	}

#mainBody p {
	margin: 0px 0px 5px 0px;
	background-color: white;
	}
   
#mainBody .tags {
	color: #939393;
	font-family: Helvetica, Verdana, Sans Serif;
	text-transform: lowercase;
	padding: 0px 0px 20px 0px;
	background-color: white;
	}

#mainBody .pageFade {
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background-image: url("http://www.penguinstorm.com//images/pageFade.png");
	}

#mainBody a:link { 
	font-weight: normal;
	text-decoration: none;
	color: #939393;
	}

#mainBody a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #939393;
	}

#mainBody a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #939393;
	}

#mainBody a:hover {
	text-decoration: underline;
	color: #ff9933;
	}
	
/* Some links should be orange. Always */

.orangeLinks a:link a:hover a:visited a:active {
	color: #ff9933;
	font-weight: bold;
	}

/* Styles for Individual Entries */

#entryPhotos {
	width: 400px;
	float: right;
	text-align: right;
	}
		     
#entryPhotos img {
	margin: 0px 0px 5px 5px;
	}
		
#entryText {
	width: 390px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}

/* Two Column Layout for extended entries */

#leftColumn {
	width: 400px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: left;
	text-align: left;
	}

#rightColumn {
	width: 400px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	float: right;
	text-align: left;
	}


/* Header Styles */

#header {
	width: 100%;
	height: 16px;
	margin-bottom: 10px;
  	text-align: right;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 0px 10px 0px 0px;
	background-color: #ff9933;
    }
    

#header a {
	color: #ffffff;;
	font-family: Helvetica, Sans Serif;
	text-decoration: none;
	font-weight: bold;
  	å}
 
/* miscellaneous custom styles */ 

#pageFade {
	z-index: 50;
	position: fixed;
	width: 800px;
	height: 40px;
	bottom: 0%;
	background-image: url("http://www.penguinstorm.com//images/pageFade.png");
}

