body {
	margin: 0px 0px 20px 0px;
	background: #465C7A url(images/bkg.gif) repeat-x;
	text-align: center;
	font-size: 70%; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-size: 70%;
}

html>body { /* be nice to Opera */
	font-size: 70%;
}

a {
	text-decoration: none;	
}

a:link {
	color: #D78334;
	border-bottom: 1px dotted #D78334;
}

a:visited {
	color: #C1762F;
}

a:active {
	color: #999;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #6082A7;
	border-bottom: 1px dotted #6082A7;
	text-shadow: #999 0px 2px 3px;	
}


a.image:link, a.image:visited, a.image:hover, a.image:active  {
    border: 0;
    border-bottom: 0;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.content img {
    padding: 4px;
    border: 1px solid #ddd;
}

img {
    border: 0;
    behavior: url("/styles/pngbehavior.htc");
}

img.noborder {
    padding: 0;
    border: 0;
}

img.imgright {
    float: right;
    margin-left: 15px;
    padding: 4px;
    border: 1px solid #ddd;
}

img.imgleft {
    float: left;
    margin-right: 15px;
    padding: 4px;
    border: 1px solid #ddd;
}

form {
     margin:0;
     padding:0;
     margin-bottom:5px;
}

input.textfield {
     margin-left:0;
     padding-left:0;
     width:150px;
     height:10px;
     font-size:10px;
     padding-bottom: 3px;
     margin-bottom: 3px;
}

div.codesnippet {
	margin: 15px 5px;
	width: 95%;
	border-top: 1px dotted #8FABBE; 
	border-bottom: 1px dotted #8FABBE;
	padding: 10px;
	background: #E6E9F0;
}

code {
	color: #333333;
    font-size: 10px;
    font-family:  "Courier", monospace;
    white-space: pre;
}

div.quote {
	margin: 15px 10px;
	width: 90%;
	border-top: 1px dotted #D78334; 
	border-bottom: 1px dotted #D78334;
	padding: 10px;
    line-height: 18px;
}

div.quote p {
    font: italic 11px/18px Georgia, Palatino, Palatino Linotype, serif !important; 
    color: #666 !important;
    line-height:18px !important;
}

#containerindex {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	width: 750px;
	background: #FFFFFF url(images/content_bkg.jpg) repeat-y;
	border: 2px solid #333;
	border-top: 10px solid #333;
	border-bottom: 1px solid #333;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	width: 750px;
	background: #FFFFFF;
	border: 2px solid #333;
	border-top: 10px solid #333;
	border-bottom: 10px solid #333;
}

#banner {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background: #999999 url(images/penguins_banner.jpg) no-repeat;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #666666;
	height: 70px;
}

#banner-img {
	display: none;
}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner h1 {
/* 	font-size: xx-large; */
	display: none;
}

#banner h2 {
/* 	font-size: small; */
	display: none;
}

#center {
	float: left;
	width: 540px;
	overflow: hidden;
    margin:0;
    padding:0;
}

.content {
	padding: 15px 15px 0px 15px;
	margin: 0 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#right {
	float: left;
	margin-left: 5px;
	width: 200px;
	overflow: hidden;
	font-size: x-small;
}

#right a {
	text-decoration: none;	
}

#right a:link {
	color: #6082A7;
	border-bottom: 1px dotted #6082A7;
}

#right a:visited {
	color: #567596;
 }

#right a:active {
	color: #999;
	border-bottom: 1px dotted #999;
}

#right a:hover {
	color: #D78334;
	border-bottom: 1px dotted #D78334;
	text-shadow: #999 0px 2px 3px;
}

#right a.image:link, #right a.image:visited, #right a.image:hover, #right a.image:active  {
    border: 0;
    border-bottom: 0;
}

.content p {
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 150%;
}

.content li {
	line-height: 150%;
}

.content h2 {
	color: #D78334;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content h3 {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px #999;
}

.content p.posted {
	color: #999999;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.content p.posted a:link {
	color: #6082A7;
}

.content p.posted a:visited {
	color: #6082A7;
}

.content p.posted a:hover {
	color: #D78334;
}

.sidebar {
	padding: 15px;
}

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: left;
	margin-bottom: 15px;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
    padding:0;
    margin:0;
	margin-top: 0px;
    line-height: 100%;
	text-shadow: 2px 2px 2px #999;
}

.sidebar div.decorule {
    margin: 0;
    padding: 0;
    height: 20px;
    width: 100%;
    background-image: url(/images/decorule.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 133%;
	margin-top: 10px;
	list-style-type: none;
}

.sidebar img {
	border: 3px solid #FFFFFF;
}

.sidebar img.noborder {
    padding: 5px 0;
	border: 0;
}

.sidebar img.thinborder {
    margin: 0;
    padding: 1px;
	border: 1px solid #D78334;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 100%;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 15px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

div.clear {
 	clear: both;
	margin:0;
	padding:0;
	height:1px;
    line-height: 1px;
    font-size: 1px;
}

#footer {
	padding: 5px 15px 5px 30px;
	margin: 0;
	color: #eeeeee;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
    background: #333333 url(/images/footer_bkg.jpg) repeat-x left;
}