/* RESET */
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; 
}
/* END RESET */

body {
    font-size:90%;
    font-family:Georgia, "Times New Roman", serif;
    color:#666;
    background: #d3caaa url('bg.png') repeat-x;
}
#wrapper { 
    margin: 0 auto;
    width: 722px;
}
#content { 
    width: 700px;
    color: #333;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #79664b;
    background: #F2F2E6;
    margin: 10px 0px 10px 0px;
    padding: 15px;
}
#footer {
    text-align:center;
    font-size: 65%;
    color: #666;
    margin-top: 1em;
}

.distribution {
    margin-top: 1.5em;
}

/*IE FIX*/
img, div { behavior: url(iepngfix.htc) }
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

p {
    margin-bottom: 0.6em;
}

.emph {
    font-style: italic;
}
/* 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;
    font-weight: bold;
    font-size: 1em;
}
/* 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:#000;
	font-size:3em;
	margin-bottom:0.2em;
	font-style:italic;
	line-height:1.4em;
}
h2{
	color:#000;
	font-size:2em;
    margin-top: 0.6em;
	margin-bottom:0.2em;
	line-height:1em;
}
h3{
	color:#444;
	font-size:1.4em;
    margin-top: 0.6em;
	margin-bottom:0.2em;
	line-height:1em;
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:0.6em;
	line-height:1.5em;
	font-variant:small-caps;
    text-align: center;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.4em;
	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:#000;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}

/*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{
	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;
}
.strikethrough {
    text-decoration: line-through;
}
.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;
    padding: 0.8em;
    margin-top: 1em;
}

.code-left {
    width: 48%;
    float:left;
}

.preload{display:none;}

.code-right {
    width: 48%;
    float:right;
}
.demobox-light {
    background-color: #FAFAFA;
    border: 1px solid #DADADA;
    width: 45%;
    float:left;
    text-align: center;
    padding: 0.8em;
    cursor: pointer;
    margin-bottom: 2em;
}
.demobox-dark {
    background-color: #666;
    border: 1px solid #DADADA;
    width: 45%;
    float:right;
    text-align: center;
    padding: 0.8em;
    cursor: pointer;
    margin-bottom: 2em;
}

.color_blacktext {
    background-image: url(badge_color_blacktext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.color_blacktext:hover {
    background-image: url(badge_color_blacktext.png);
}
.color_whitetext {
    background-image: url(badge_color_whitetext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.color_whitetext:hover {
    background-image: url(badge_color_whitetext.png);
}
.monochrome_black {
    background-image: url(badge_black_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.monochrome_black:hover {
    background-image: url(badge_black.png);
}
.monochrome_white {
    background-image: url(badge_white_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.monochrome_white:hover {
    background-image: url(badge_white.png);
}

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;
}

#sitelist li.column1 {
    margin-left: 0em;
    }

#sitelist li.column2 {
    margin-left: 14em;
    }

#sitelist li.column3 {
    margin-left: 28em;
    }
#sitelist li.reset {
    margin-top: -7.25em;
  }

.badge {
background-image: url(badge_color_blacktext_25.png);
width:96px;
height:64px;
margin-left: auto;
margin-right: auto;
margin-top: 3em;
}
.badge:hover {
background-image: url(badge_color_blacktext.png);
}
.badge a {
display:block;
width:96px;
height:64px;
}
.badge a {
background-image: url(badge_color_blacktext_25.png);
display:block;
width:96px;
height:64px;
}
.badge a:hover {
background-image: url(badge_color_blacktext.png);
}

/* LINUX BADGES */
.color_blacktext_tux {
    background-image: url(tux_badge_color_blacktext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.color_blacktext_tux:hover {
    background-image: url(tux_badge_color_blacktext.png);
}
.color_whitetext_tux {
    background-image: url(tux_badge_color_whitetext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.color_whitetext_tux:hover {
    background-image: url(tux_badge_color_whitetext.png);
}
.monochrome_black_tux {
    background-image: url(tux_badge_blacktext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.monochrome_black_tux:hover {
    background-image: url(tux_badge_blacktext.png);
}
.monochrome_white_tux {
    background-image: url(tux_badge_whitetext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.monochrome_white_tux:hover {
    background-image: url(tux_badge_whitetext.png);
}

/* ARCH BADGES */
.color_blacktext_arch {
    background-image: url(arch_color_blacktext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.color_blacktext_arch:hover {
    background-image: url(arch_color_blacktext.png);
}
.color_whitetext_arch {
    background-image: url(arch_color_whitetext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.color_whitetext_arch:hover {
    background-image: url(arch_color_whitetext.png);
}
.monochrome_black_arch {
    background-image: url(arch_blacktext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.monochrome_black_arch:hover {
    background-image: url(arch_blacktext.png);
}
.monochrome_white_arch {
    background-image: url(arch_whitetext_25.png);
    width: 96px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.monochrome_white_arch:hover {
    background-image: url(arch_whitetext.png);
}
