/* Common CSS for the entire site */

/* Page structure elements */

#container {
	width: 700px;
	margin: 40px auto 40px auto;
	text-align: left;
}

#header {
	position: relative;
}

#site_search {
	position: absolute;
	top: -3px;
	right: -4px;
}

#content {
	position: relative;
	padding: 10px 0 0 0;
}

#content-main {
	width: 507px;
}

#content-main p {
	font-size: 1.3em;
	line-height: 140%;
	padding-top: 2px;
	/* padding-right: 10px; */
	text-align: justify;
}

#content-sidebar {
	width: 169px;
	position: absolute;
	top: 10px;
	right: 0;
}

#content-sidebar div {
	margin: 0 0 10px 0;
	padding-bottom: 1px;
}

#palettes {
	padding: 5px 0 0 10px;
}

#footer {
	padding-top: 20px;
	font-size: 0.8em;
	text-align: left;
}

.clear_both {
	clear: both;
}


/* Stylistic CSS */

body { 
    margin: 0;
    padding: 0;
    font-family: "Myriad Apple", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    text-align: center;
}

.smaller {
	font-size: 0.9em;
	line-height: 1em;
	color: #999;
}


/* The page banner is always h1 */

h1 {
	font-family: Georgia, "Times New Roman", serif;
	text-transform: lowercase;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: rgba(120, 120, 120, 0.6) 1px 1px 2px;
}


/* Subheaders are always h2 and h3 */

h2, h3 {
	margin: 0;
	padding: 20px 0 0 3px;
	text-transform: lowercase;
	font-size: 2em;
	font-weight: bold;
	text-shadow: rgba(60, 60, 60, 0.6) -1px -1px 1px;
}

h3 {
	margin-top: 30px;
}


/* Level four h4 headers are subheaders used in the text itself */

h4 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	top: +10px;
	text-shadow: 1px 1px 1px #ccc;
}


/* Lists and such */

ul {
	list-style-type: circle;
	font-size: 1.2em;
	line-height: 140%;
	padding-left: 40px;
	letter-spacing: +1px;
}

#content-sidebar ul {
	font-size: 1.2em;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type: none;
	letter-spacing: +0px;
}

.list_smaller {
	font-size: 1.2em;
	list-style-type: none;
	background: none;
}

table {
	padding: 10px;
	font-size: 1.1em;
	line-height: 120%;
}

td {
	padding: 10px 6px 10px 7px;
}

table img {
	border: 1px solid #999;
}

#palettes img {
	border: none;
	margin-left: 5px;
}


/* Linkology */
a:link, a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#palettes a {
	border-bottom: none;
}


/* Links with icons */

.zip {
	padding-left: 12px;
	background: url('http://davidjdowns.com/images/icons/tiny_zip_icon.gif') no-repeat 0 50%;
}

.dmg {
	padding-left: 12px;
	background: url('http://davidjdowns.com/images/icons/tiny_dmg_icon.gif') no-repeat 0 50%;
}

.pdf {
	padding-left: 12px;
	background: url('http://davidjdowns.com/images/icons/tiny_pdf_icon.gif') no-repeat 0 50%;
}

.rss {
	padding-left: 12px;
	background: url('http://davidjdowns.com/images/icons/tiny_rss_icon.png') no-repeat 0 50%;
}