/*
Theme Name: pointsixcity
Theme URI: http://fahrulazmi.com
Description: a free premium wordpress theme.
Version: 1.1
Author: fahrulazmi
Author URI: http://fahrulazmi.com/
Tags: fixed width, one column, widgets
*/


body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bgpointsixcity.jpg);
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	color: #3b3b3b;
}
.container	{
	width:960px;
	margin:0 auto;
	/* border:1px solid red; */
}
h1	{
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	margin: 0;
}
h2	{
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	margin: 10px 0 0 0;
}
h3	{
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	margin: 10px 0 0 0;
}
a	{
	color: #8c6239;
	text-decoration: none;
}
a:focus	{
	outline: 0;
}
input, textarea	{
	color: #67472a;
	border: 1px solid #d2c09e;
	padding: 3px;
}
input:focus, textarea:focus	{
	background-color: #d2c09e;
	border: 1px solid #8c6239;
	outline: none;
}

/* ================== */
/* ! GLOBAL CLASSES   */
/* ================== */

.bgpacity	{
	background-image: url(images/bgpacity.png);
	background-repeat: repeat;
}
.hdiv	{
	background-image: url(images/hdiv.png);
	background-repeat: repeat;
	height: 1px;
	margin: 0;
	padding: 0;
}
.floatleft	{
	float: left;
}
.floatright	{
	float: right;
}


/* ========== */
/* ! HEADER   */
/* ========== */
#header	{
	padding: 0px 10px;
}
.blogtitle	{
	color: #362f2d;
	font-size: 85px;
}
.description	{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}
#smallbanner	{
	width: 468px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: right;
	margin-top: 20px;
}
/* ======== */
/* ! MENU   */
/* ======== */

#menu	{
	text-align: left;
	height: 46px;
	font-size: 14px;
}
#menu ul	{
	margin: 0; padding: 0;
}
#menu>ul>li	{
	list-style: none;
	display: inline;
	float: left;
	margin-top: 15px;
}
#menu ul li a	{
	padding: 15px 20px;
	margin: 0;
}
#menu ul li a.home	{
}
#menu ul li a:hover	{
	color: #FFFFFF;
	background-color: #8c6239;
}

/* =============== */
/* ! SEARCH FORM   */
/* =============== */

#search	{
	margin: 10px;
	list-style: none;
}


/* ========== */
/* ! FOOTER   */
/* ========== */

#footer	{
	padding: 10px;
}
#footer p	{
	margin: 0;
	font-size: 10px;
}

/* =========== */
/* ! CONTENT   */
/* =========== */

#content	{
	padding: 10px;
}
#posts	{
	width: 650px;
	float: left;
}
#posts	img	{
	padding: 5px;
}
p.meta	{
	font-style: italic;
	font-size: 12px;
	margin: 0;
	color: #636363;
}

/* ======== */
/* ! POST   */
/* ======== */

.post	{
	margin: 0 0 30px 0;
}

/* ============ */
/* ! COMMENTS   */
/* ============ */

.comments	{
	margin: 0;
	padding: 10px;
	width: 940px;
}
.comments ol li	{
	list-style-type: none;
}

.commentlist	{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 960px;
}
.commentlist img	{
	border-width: 0px;
}
.comment, .pingback	{
	padding: 10px 0px;
	background-image: url(images/bgpacity.png);
	background-repeat: repeat;
}
h3#comments	{
	margin-bottom: 20px;
}
.avatar	{
	display: inline;
}

.comment-body .top	{
	float: left;
	width: 48px;
	margin-left: 10px;
}
.comment-body .comment-text	{
	float: left;
	width: 880px;
	padding: 0px 10px;
}
.comment-body .comment-text p	{
	margin-top: 0;
}
.commentlist .reply	{
	float: right;
	margin: 0px 0px 10px 0px;
}
.commentlist .comment-author	{
	float: left;
}
.children	{
	list-style: none;
	padding-left: 60px;
}
.children .comment-text	{
	width: 820px;
}
.children .children .comment-text	{
	width: 760px;
}
.comment-author-admin	{
	background-color: #8c6239;
}


#respond	{
	width: 940px;
	padding: 10px;
}
#respond h3	{
	margin-top: 0px;
}
#commentform p.commfield	{
	display: inline;
	margin-bottom: 20px;
}

/* =========== */
/* ! SIDEBAR   */
/* =========== */

#sidebar	{
	width: 260px;
	float: left;
	margin-left: 30px;
}
#sidebar ul	{
	margin: 0; padding: 0;
}
#sidebar ul li	{
	list-style-type: none;
}
ul.tabNavigation>li a	{
	display: inline;
	background-color: #d2c09e;
	padding: 10px 5px;
	float: left;
	border-left: 1px solid #8c6239;
	border-top: 1px solid #8c6239;
	border-bottom: 1px solid #8c6239;
}
ul.tabNavigation>li a.selected	{
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
ul.tabNavigation>li a.last	{
	border-right: 1px solid #8c6239;
}
.tabs .tab	{
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #8c6239;
	border-top: 0px;
	width: 240px;
}
.tabcomment	{
	margin: 10px 0px;
}


/* ========= */
/* ! CLEAR   */
/* ========= */

.clearfloat	{
	clear: both;
	padding: 0;
}
