/*
	-- -- -- -- -- -- --
	Browser Fixes
	-- -- -- -- -- -- --
	
	This file uses CSS filtering methods to fix various
	layout bugs.

	Each of the following three imported files is a 
	separate, browser-specific CSS file that keeps all 
	hacks out of the main style sheet.
	
	Over time, as supporting these browsers no longer
	remains a priority, cleaning up the hacks is as
	easy as deleting the @import statement below, or
	simply no longer linking this file from the HTML.
	
*/

/* 
  fix ie6 "peekaboo bug" using the "holly hack". 
  Note, this style only gets applied to ie6
*/
* html .wrapper {
  height: 0.1%;
}

/* 
 * IE5 mac - overrides the IE/Win hack 
 */

/*\*//*/

* html #threecolumn div {
	height: auto;
}

/**/


/* 
 * IE5/Win-specific CSS -ensures #container wraps all content on window resize
 */

@media tty {
 i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
}


/*************
 * Set page formatting
 *************/

#g_title p, #g_footer p, #g_description p {
  margin: 0;
}
#threecolumn {	
}
#container {
  text-align: left;
	min-width:600px;
	max-width:800px;
}
#header {
	position:relative;
	text-align: center;
	padding: 15px 0 0 0;
}
#middle {
  float: left;
	position:relative;
	width:100%;
}
#left {
  float: left;
  width: 0px;
	position:relative;
}
#left .left-content {
	position: relative;
}
#right {
  float: right;
	width:0px;
	position:relative;
} 
#footer {
  clear: both;
	position:relative;
}



/*

	-- -- -- -- -- -- --
	Base CSS
	-- -- -- -- -- -- --
	
	This file simply removes default styling on most HTML elements in 
	order to reduce the need to later override them.
	
*/

h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/*

	-- -- -- -- -- -- --
	Type Scheme: Deco
	-- -- -- -- -- -- --
	
*/

body {
	font: 76% Verdana, sans-serif;
  text-align: center;
}	

h1, h2, h3, h4, h5, h6, p.description {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

p, td {
	line-height: 1.8em;
}
code, kbd {
	font-size: 1.25em;
}
img {
	border: 0;
}

/*
	-- -- -- -- -- -- --
	STYLE: Solitude
	-- -- -- -- -- -- --
*/

/* ie6win */
* html #left a {
    height: 1px;
}

/* ie5mac */

/*\*//*/
* html #left a { height: auto; }
/**/


/* Basic HTML style
----------------------------------------------- */
a:link {
	font-weight: bold;
	margin: -1px -2px -2px;
	padding: 1px 2px 2px; 
}
a:visited {
	font-weight: bold;
	margin: -1px -2px -2px;
	padding: 1px 2px 2px; 
}
body {
	font: 85% "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
	color: #000;
	margin: 10px;
	padding: 0;
}
blockquote {
	margin: 1em 2em;
	color: #666;
}
blockquote p {
	line-height: 1.2;
}
caption {
	font-weight: bold;
	background: #ccc;
	padding: .5em;
}
dd {
	margin: 1em 2em;
}
dt {
	font-weight: bold;
}
hr {
	margin: 0em 0em;
	border: 0px;
	border-top: 1px dotted #878787;
}
table {
	border: 0px solid #ccc;
}
td {
	vertical-align: top;
	padding: 0.5em;
}
th {
	text-align: left;
	padding: .5em;
}



/* Nested HTML elements
----------------------------------------------- */
ol li {
	margin-left: 2em;
	list-style-type: decimal;	
}
ol, ul {
	margin: 1em 0;
	padding-left: 1.7em;
}
ul li {
	list-style-type: disc;
}



/* Custom font definitions for style
----------------------------------------------- */
p {
	margin: 1em 0;
	line-height: 1.8em;
}
h1 {
	font-family: "Palatino","Palatino Linotype", serif;
	font-size: 2.75em;
	font-weight: normal;
	letter-spacing: 3px;
	text-shadow: #999 2px 2px 2px;
}

h2 {
	margin: .9em 0 .5em;
	font-family: "Palatino","Palatino Linotype", serif;
	font-size: 1.8em;
	font-weight: normal;
	text-shadow: #999 2px 2px 2px;
}
h3 {
	font-family: "Palatino","Palatino Linotype", serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	color: #515151;
}


/* column styles
----------------------------------------------- */
#left li a:link, #left li a:visited {
	background: none;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #fff;
	padding: .5em 1em;
}
#left li a:hover {
	background: #fff;
}
#left h3, #right h3 {
	margin: 1em 0;
	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
	line-height: 1;
	font-size: 1em;
	padding: 6px 0;
	border-top: 1px dotted #878787;
	border-bottom: 1px dotted #878787;
	font-weight: normal;
}
#left h4, #right h4 {
	margin: 1em 0;
	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
	line-height: 1;
	font-size: 1em;
	padding: 6px 0;
	color: #515151;
	border-top: 1px dotted #878787;
	border-bottom: 1px dotted #878787;
	font-weight: normal;
}
#left h5, #right h5 {
	margin: 1em 0;
	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
	line-height: 1;
	font-size: .9em;
	padding: 6px 0;
	color: #515151;
	border-top: 1px dotted #878787;
	border-bottom: 1px dotted #878787;
	font-weight: normal;
}
#left h6, #right h6 {
	margin: 1em 0;
	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
	line-height: 1;
	font-size: .8em;
	padding: 6px 0;
	color: #515151;
	border-top: 1px dotted #878787;
	border-bottom: 1px dotted #878787;
	font-weight: normal;
}
#adsense {
	margin: 30px 14px;
}




/*

	-- -- -- -- -- -- --
	STYLE: Solitude (navy)
	-- -- -- -- -- -- --


/* Basic HTML style
----------------------------------------------- */

body {
	background: #efffef url(http://www.penguinpeepshow.com/style/bg_top.png) top center repeat-x;
}



/* Custom font definitions for navy style
----------------------------------------------- */
h1 {
	color: #24355D;
}
h2 {
	color: #24355D;
}
h3 {
	color: #24355D;
}


