@charset "utf-8";

@import "../css/reset.css";
@import "../css/fonts.css";

/* Basic XHTML */
body{
	background-repeat:repeat;
	background-color: #B1B0D5;
	text-align: center;
	color: #333;
}

a:link{ color: #00c; text-decoration:none;}
a:visited{ color: #551a8b; text-decoration:none;}
a:hover, a:visited:hover{ color: #00c; text-decoration:underline;}
a:active{ color: red; }

p{
	margin:10px 5px;
	line-height:150%;
}

small{
	font-size: 85%;
	color: #666;
	line-height:140%;
}

strong{
	font-size: 122%;
	line-height:160%;
}

/* header */

#header{
	background-color:#FFFFFF;
	margin:0 auto;
	width:801px;
	height:280px;
	position:relative;
}

#header h1{
	position:absolute;
/*	top:43px;*/
	left:0px;
	width:801px;
}

#header ul{
	width:801px;
	position:absolute;
	top:217px;
	left:0px;
}

#header li{
	float: left;
	height:63px;
}


/* container */

#container{
	background-color:#fff;
	margin:0 auto;
	width:799px;
	border: 1px solid #999;

}

#blognavi{
	float:none;
	clear:both;
	text-align:center;
	margin-bottom:15px;
}

/* section */

#section{
	margin:20px;
	width:759px;
	float:none;
	clear:both;
}

#content{
	float:left;
	text-align:left;
	width:500px;
	margin-right:9px;
	margin-bottom:30px;
}

#content h2 {
	line-height:150%;
	font-size:136%;
	margin:6px 0;
	border-bottom: 1px solid #999;
	font-weight:bold;
}

#content p {
	font-size: 100%;
	margin:10px 5px;
	line-height:150%;
}

#content strong{font-weight:bold;}


#sidebar{
	float:right;
	text-align:left;
	width:250px;
	margin-bottom:20px;
}


/* footerblock */

.blogpowered{
	border-top: 1px solid #999;
	padding:10px 0;
	font-size: 85%;
	float:none;
	clear:both;
}

#footer{
	margin:5px auto;
	width:800px;
	text-align:left;
}

.nglogo{
	background-image:url(../img/ng_logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-attachment:scroll;
	height:38px;
	width:790px;
	margin-left:10px;
	text-align:left;
}

/* tips */

.gotop{
	text-align:right;
	width:759px;
	margin:10px 20px 40px 20px;
}

.gotop img{
	text-align:right;
	width:58px;
}

