html,body,ul,li,p,div,img,a,h1,h2,h3,h4,h5,h6,fieldset,table,tr,th,td,input,textarea,select {
	margin:0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	border-collapse:collapse;
}

/* body */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:url('../images/bg2.png') repeat;
	background-color: #252323;
}
body.home {
	background:url('../images/bg.png') repeat-x;
}

/* container */
#container {
	width: 100%;
	background:url('../images/bg.png') repeat-x;

}
#container.home {
	min-height:10px;
	background:none;
}


/* wrapper */
#wrapper {
	margin:auto;
	width: 1024px;
	min-height: 1024px;
}
#wrapper.home {
	min-height: 10px;
	
}

/* content */
#content {
	padding: 28px 0px 0px 0px;
	/*margin: 0px 0px 0px 155px;*/
	/*width: 1065px;*/
	width: 1024px;
	
}


/*logo*/
#content h1.logo {
	float:left;
	margin: 0px 0px 29px 0px;
	width: 255px;
	height: 103px;
	background:url('../images/logo.png') no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}



/* blog */
#content #blog {

	float:left;
	margin: 0px 0px 5px 40px;
	width: 511px;
	background:url('../images/vrule.png') no-repeat;
	background-position:right;
}
#content #blog .left {
	float:left;
	width: 81px;
}
#content #blog .date {
	padding:10px 0px 0px 0px;
	background:url('../images/datebg.png') no-repeat;
	width: 66px;
	height: 58px;
	text-align:center;
	
}
#content #blog .date h2 {
	color:#1298ff;
	font-size: 3em;
	font-weight:normal;
}
#content #blog .date p {
	color:#2a2a2a;
	font-size: 1.4em;
}
#content #blog .right {
	float:left;
	width: 430px;
}
#content #blog .right h2 {
	margin:0px 0px 10px 0px;
	font-size: 3em;
	font-weight:normal;
	color:#FFFFFF;
}
#content #blog .right p {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	color:#535657;
	width: 376px;
}
/* social */
#content #social {
	float:left;
	padding: 0px 0px 0px 50px;
	width: 385px;
}
#content #social h2 {
	width: 384px;
	height: 68px;
	background:url('../images/graphictext/social-corner.png') no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
#content #social ul.twittList {
	list-style:none;
}
#content #social ul.twittList li {
	padding: 10px 7px 10px 7px;
	margin: 0px 0px 25px 8px;
	width: 366px;
	height: 61px;
	background:url('../images/feedbg.png') no-repeat;
	font-size: 1.4em;
	color:#535657;
}
#content #social ul.twittList li a{
	color:#1298ff;
}
#content #social ul.twittList li a:hover {
	text-decoration:none;
	
}
#content #social ul.tiwttList li img {
	float:left;
}

/*#content #social .feed {
	padding: 10px 7px 10px 7px;
	margin: 0px 0px 25px 8px;
	width: 366px;
	height: 61px;
	background:url('../images/feedbg.png') no-repeat;
	font-size: 1.4em;
	color:#535657;
}
#content #social .feed a {
	color:#1298ff;
}
#content #social .feed a:hover {
	text-decoration:none;
}*/

#content #social .facebook {
	margin: 0px 25px 0px 251px;

}

/* footer */
#footer {
	clear:both;
	width: 1065px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size: 1.2em;
	color:#646464;
}
/* other */
.clear {
	clear:both;
	height:0px;
}
.hrule {
	clear:both;
	margin: 0px 0px 35px 39px;
	width: 948px;
	height: 4px;
	background:url('../images/hrule.png') no-repeat;
}
.vrule {
	clear:both;
	width: 3px;
	height: 444px;
	background:url('../images/vrule.png') no-repeat;
}