/* 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 {
	font-family:"HelveticaNeue-Light",Helvetica,Arial,FreeSans,sans-serif;		
	background:#fff url('./f/background.jpg') repeat-x;	
}

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

/* Navigation */

#site_title {
	position:absolute;
	background:url('./f/logo.jpg') no-repeat;
	top:-10px;
	left:5px;
	height:116px;
	width:288px;
}

#site_title a {
	display:block;
	width:100%;
	height:100%;
}

#site_title a span {
	position:absolute;	
	top:-300px;
}

h1, h2, h3, h4, h5, #navigation {
	clear:both;
}

/* Article */

#article_title {
	position:absolute;
	top:145px;
	font-size:1.3em;
	color:#555;
	padding-bottom:5px;
	border-bottom:2px solid #40c1d8;
	margin-bottom:10px;
}

#article_body {
	min-height:300px;
	font-size:0.75em;
	margin-top:170px;
	width:628px;
	float:left;
	padding-bottom:40px;
}

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

#article_body h2 {
	font-size:1.35em;
	color:#555;
	padding:0 0 3px 0;
	margin:20px 0 15px 0;
	border-bottom:1px solid #40c1d8;	
}

#footer a, #rhn a, #article_body a {
	color:#666;
}

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

#article_body p {
	margin:10px 0;
}

.next {
	font-size:1.15em;
	font-weight:bold;
}

/* RHN */

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

#rhn .recent li a:hover {
	background:#e1e1e1;
}

#rhn {
	font-size:0.75em;	
	font-family:"HelveticaNeue-Light",Helvetica,Arial,FreeSans,sans-serif;		
	margin-top:170px;
	margin-left:20px;
	width:306px;
	float:left;
}

#rhn h2 {
	color:#555;
	font-size:1.4em;
}

/* Footer */

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

#footer h2 {
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:1.15em;
	letter-spacing:0.3px;
}

#footer a {
	color:#fff;
}

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

.footer_col {
	min-height:150px;
	width:32%;
	padding:0 2% 0 0;
	float:left;
	margin-bottom:20px;
}

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

.recent li:nth-child(1) {
	border-top:1px solid #555;
}

.recent li {
	list-style:none;
	padding:0;
	margin:0;	
	line-height:2em;
	text-indent:5px;
	border-bottom:1px solid #555;	
}

.recent li a span {
	color:#999;
	padding-right:10px;
}            

.recent li a {
	color:#ccc;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.recent li a:hover {
	background:#444;
}

/* Rock bottom */

#rock_bottom {
	background:#000;
	height:35px;
	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 {
	text-decoration:none;
	color:#ccc;
	font-weight:normal;
}

#rock_bottom a:hover {
	text-decoration:underline;
}

/* Images */

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

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

/* General */

a {
	text-decoration:underline;	
} 	

a:hover {
	text-decoration:none;	
}

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

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






