/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Layout */

body {
	background:#f2f2f2 url('./f/background.jpg') repeat-x;	
}

.center_me {
	width:954px;
	padding:10px;
	margin:0 auto;
	position:relative;
}

/* Navigation */

#site_title {
	position:absolute;
	top:45px;
	color:#fff;
	font-size:3em;
	letter-spacing:2px;
}

h1, h2, h3, h4, h5, #navigation {
	font-family:"Bookman Old Style","Book Antiqua",Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	letter-spacing:0.8px;
	clear:both;
}

#navigation {
	font-size:1.1em;
	position:absolute;
	right:10px;
	top:60px;
}

#navigation li {
	padding:0 0 0 10px;
	display:inline;
}

#navigation li a {
	color:#fff;
	font-weight:normal;
}

#navigation li a:hover {
	text-decoration:none;
	color:#DDF383;
}

#navigation li a span {
	display:none;
}

/* Article */

#article_title {
	position:absolute;
	top:132px;
	font-size:2em;
	color:#333;
}

#article_body {
	font-size:0.9em;
	margin-top:190px;
	width:628px;
	float:left;
	padding-bottom:40px;
}

#rhn a, #article_body a {
	color:#333;
}

#article_body h2 {
	font-size:1.5em;
	padding:0.4em 0;
	border-bottom:1px solid #333;
}

#footer a, #rhn a, #article_body a {
	font-weight:bold;
}

#article_body li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:40px;
}

/* RHN */

#rhn .promo {
	background:#f2f2f2;
	padding:10px;
	margin-bottom:20px;	
}

#rhn {
	font-family:"HelveticaNeue-Light",Helvetica,Arial,FreeSans,sans-serif;	
	font-size:0.9em;	
	margin-top:190px;
	margin-left:50px;
	width:276px;
	float:left;
}

#rhn h3 {
	font-size:1.4em;
	padding:0 0 0.5em 0;
	border-bottom:1px solid #333;	
}

/* Footer */

#footer {
	clear:both;
	margin-top:50px;
	background:#333 url('./f/footer_background.jpg') repeat-x;
	padding:20px 0 0 0;
	color:#fff;
	font-size:0.8em;
}

#footer h2 {
	font-size:1.5em;
	margin:0 0 20px 0;
}

#footer ul {
	margin-top:10px;
}

#rhn li, #footer li {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;	
}

#footer a {
	color:#fff;
}

#footer p {
	line-height:1.4em;
}

.footer_col {
	min-height:300px;
	width:28%;
	padding:0 2%;
	border-right:1px dashed #fff;
	float:left;
	margin-bottom:20px;
}

.footer_col:nth-child(3) {
	border-right:none;
}

/* Rock bottom */

#rock_bottom {
	height:35px;
	background:#aaa;
	clear:both;
	font-size:1em;
	text-align:right;
	padding:0 10px;
}

#rock_bottom ul {
	display:inline;
}

#rock_bottom ul li {
	display:inline;	
	list-style:none;
	line-height:35px;
}

#rock_bottom a {
	font-weight:normal;
}

/* Images */

img.right {
	float:right;
	padding:0 0 10px 10px;	
}

img.left {
	float:left;
	padding:0 10px 10px 0;	
}

/* General */

a {
	text-decoration:none;	
} 	

a:hover {
	text-decoration:underline;
}

p, h2, ul, li {
	margin:0.5em 0;
	line-height:1.2em;
}

body {
	font-family:"HelveticaNeue-Light",Helvetica,Arial,FreeSans,sans-serif;
	color:#333;
}





