/*

Typogridphy - Typographical and grid layout css framework from Harry Roberts of CSS Wizardry

Typogridphy  is © copyright of Harry Roberts it is free to be used and modified provided this text remains intact -- csswizardry.com

Typogridphy v0.1.1
May 2008
http://csswizardry.com

Manhandeled by Crise and Toast to fit dcpp site needs

*/

/* Hoverbox */

@import "hoverbox.css";

/* Body */

*{
	outline: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset,img {  
	border:0; 
}

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

ol,ul { 
	list-style:none; 
}

caption,th { 
	text-align:left; 
}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before,q:after { 
	content:''; 
}

abbr,acronym {
	border:0; 
}

/* Main Structure Styles */

body {
	font-size:62.5%;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#666;
	padding:0 1em;
}

#wrapper {
	width:94em;
	margin:0 auto;
}

/* Navigation */

#navTop {
	background:url(img/navTop.png) no-repeat 0% 0%;
	height:60px;	
	width:94em;
	margin-bottom:1em;
}

#navlist {
	padding:2em 0 0 0.5em;
}

#navlist li {
	display:inline;
	list-style-type:none;
	padding:0 0 0 0.25em;
}

#navlist li a {
	color:#fff;
	font-size:1.25em;
	padding:0.5em;
	text-decoration:none;
}

#navlist li a:hover {
	background-color:#e6edf8;
	border-top:5px solid #416caf;
	color:#666;
	padding-top:0.2em;
	text-decoration:none;
}

#navlist a#current {
	background-color:#e6edf8;
	border-top:5px solid #799ddb;
	color:#666;
	padding-top:0.2em;
}

.header a {
	color:#ffc;
}

.header a:hover {
	color:#ffc;
	text-decoration:underline;
}

/* Footer Navigation */

#footer {
	text-align:center;
	padding-top:0.5em;
}

#footer li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
}

#footer li a {
	color:#fff;
}

#footer li a:hover {
	color:#ffc;
}

/* Grids - Set styles common among all grids - all grid divs must be assigned this class */

.generic {
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}

/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */

.clear:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.clear {
	display:inline-block;
}

* html .clear {
	height:1%;
}

/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */

.end {
	margin-left:0 !important;
	margin-right:0 !important;
}

/* 340px */

.small {
	width:34em;
	margin-right:2em;
}

/* 560px */

.medium {
	width:56em;
	margin-right:0;
}

/* 940px */

.wide {
	width:94em;
}

/* Font Styles */

/*Paragraphs */

.generic p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */

p.intro:first-line {
	font-variant:small-caps;
}

/* Styles a drop cap on each paragraph with this class */

p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}

/* Headings */

h1 {
	color:#1c509b;
	font-size:3em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}

h2 {
	color:#1c509b;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
}

h3 {
	color:#1c509b;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-variant:small-caps;
}

h4 {
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}

h5 {
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}

h6 {
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}

/* Links */

p a {
	color:#0066ff;
	text-decoration:none;
}

p a:hover {
	color: #c00;
	text-decoration:underline;
}

h1 a {
	color:#000;
}

h1 a:hover {
	text-decoration:none;
}

li a {
	color:#0066ff;
	text-decoration:none;
}

li a:hover {
	color:#c00;
	text-decoration:underline;
}

/* All the trimmings */

blockquote p {
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}

blockquote p cite {
	font-style:normal;
}

.generic strong {
	color: #c00;
	font-variant:small-caps;
}

.generic em {
	font-style:italic;
	font-weight:inherit;
}

.amp { /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}

abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}

.clear {
	clear:both;
}

.right-float { /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}

.left-float { /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}

.code { /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}

/* Image Styles */

img {
	font-size:1em;
}

img.left-img { /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #666;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}

img.right-img { /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #666;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

/* List Styles */

ul {
	margin-bottom:1.8em;
	list-style:square inside;
}

ul li {
	font-size:1.2em;
	line-height:1.5em;
}

ul li.caption { /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}

li > ul, li > ol {
	margin-bottom:0;
	margin-left:5em;
}

li > ul li, li > ol li {
	font-size:1em;
}

ol {
	margin-bottom:1.8em;
	list-style:decimal inside;
}

ol li {
	font-size:1.2em;
	line-height:1.5em;
}

/* Plugin Styles */

.plugin_name {
	white-space: nowrap;
}

.plugin_dl a {
	padding: 10px 10px 10px 10px;
	border: 3px solid #8EB518;
	border-radius: 20px;
	color: #8EB518;
	text-decoration: none;
}

.plugin_dl a:hover {
	color: #183FB5;
	border-color: #183FB5;
	text-decoration: none;
}

.plugins {
	font-size: 1.5em;
}

.plugins img {
	width: 200px;
	margin: 0px 15px 0px 15px;
}

.plugins td {
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
}

.plugins_header {
	text-align: center;
	font-weight: bold;
}

/* Misc Styles */

h2 a {
	color: #1c509b;
}

.hoverbox a .sitemap {
	display: none;
}


.hoverbox img .sitemap {
	width: 100px;
	height: 75px;
}

.boxblue {
	background-color: #e6edf8;
	padding: 0.3em;
}

.boxblue p {
	margin: 1em;
}

.boxblue ul {
	margin-left: 2em;
}

.boxblue h2 {
	color: #1c509b;
	//margin: 0 1em;
}

.boxblue h4 {
	margin: 0 1em;
}

.footer {
	background: #1c509b /*url(img/footer.png) no-repeat top left*/;
	color: #fff;
	height: 4em;
}

.dl_all_link a, .dl_all_link a:hover {
	color: #09700B;
	font-size: 2.2em;
	font-weight: bold;
}

.dlbadge a, .dlbadge a:hover {
	text-decoration: none;
}

/* Badge images have a variable width but a set height. */
.dlbadge img {
	height: 20px;
}

/* Add some space between adjacent badges. */
.dlbadge img + img {
	margin-left: 4px;
}

/* On the home page, we want the DL badge & button to sit close to each other. */
.dlbadge#home_dlbadge {
	margin-bottom: 2em; /* Same as the download button. */
	margin-left: 2em; /* Aligned with the download button. */
	margin-top: -1.5em; /* Compensate for the 2em bottom margin of the download button. */
}

.dlbutton {
	margin: 2em 1.5em;
	width: 300px;
}

.dlbutton a {
	display: block;
	color: #09700B;
	height: 63px;
	padding: 15px 15px 15px 60px;
}

.dlbutton a {
	text-decoration: none;
	background: transparent url(img/download-button.png) 0 0 no-repeat;
}

.dlbutton a:hover {
	background-position: -300px 0;
}

.dlbutton span {
	color: #09700B;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	position: static;
}

.dlbutton span em {
	font-weight: normal;
	font-style: normal;
}

.navLogo {
	display: inline;
	float: right;
	position: relative;
	right: 2.5em;
	top: -2.5em;
	margin-bottom: 0; /* IE uses this */
	margin-bottom: -4.5em !important;
}

.rounded {
	-webkit-border-radius: 0.5em;
	-khtml-border-radius: 0.5em;	
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
