/*
Theme Name: banhawi
Theme URI: 	www.banhawi.com
Version: 1.0
Author: Banhawi
Author URI: http://www.banhawi.com/
*/
@import url('style/reset.css');
@import url('style/typography.css');
#container{
	background: url('images/bg.jpg') repeat-x top center fixed;
	min-height: 100%;
	padding-bottom: 10px;
}
#wrapper {
	margin: 0 auto;
	width:850px;
	background: #fff;
	padding-top: 20px;
}
/************************************************************
************************HEADER*******************************/
#header {
	width:850px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	height: 175px;
}
#header h1 a,#header h1 a:hover,#header h1 a:visited,#header h1 a:active {
	color:#fff;
	text-decoration:none;
	font-size: 72px;
text-shadow: 1px 1px 1px #333;
	font-weight: normal
}
.twitter {
	background: url('images/twitter.png') no-repeat;
	position: absolute;
	top:55px;
	right: 0;
	width: 441px;
	height: 39px;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	padding: 5px 5px 5px 30px;
}
img.bird {
	position: absolute;
	top:35px;
	right: 0;
}
img.rss {
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 1;
}
img.email {
	position: absolute;
	bottom: 5px;
	right: 20px;
	z-index: 1;
}
	/********************************************************
	************************NAVIGATION***********************/
		#menu {
			width:850px;
			position: absolute;
			bottom:0;
		}
		#nav, #nav ul { 
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#nav {
			z-index: 100;
			position: relative;
		}
		#nav a,#nav a:hover{
			text-decoration:none;
			font-weight: normal;
		}
		#nav li {
			float: left;
			margin: 0 5px 0 0;
			padding: 0;
		}
		#nav li#current a{
			background: transparent url('images/tr-bg.png') repeat;			
			color: #fff;
		}
		#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
			display: block;
			font-size:14px;
			padding:7px 25px;
			color:#fff;
			background: transparent;
		}
		#nav li a:hover  {
			background: transparent url('images/tr-bg.png') repeat;			
			color: #fff;
		}

.black {
	width: 810px;
	padding: 50px 20px;
	background: url('images/tr-bg.png') repeat;
	margin: 0 auto;
}
.black h2 {
	color: #fff;
	font-size: 30px;
	text-align: left;

}
.black h2.home {
	text-align: center;
text-shadow: 1px 1px 1px #333;
}
/****************************************************************
************************Content*********************************/
#content{
	width:580px;
	float:left;
	padding: 0 20px 0 0;
}
#content .post {
	position: relative;
	margin-bottom: 40px;
}
#content .post h2,#content .post h2 a:hover, #content .post h2 a:visited, #content .post h2 a {
	font-size: 34px;
	margin-bottom: 15px;
	font-weight : normal;
	text-decoration : none;
	padding-top: 5px;
}
#content .post ul, .post ol {
	margin-left : 25px;
}
#content .entry {
	margin-left: 20px;
}
#content .date {
	width: 25px;
	position: absolute;
	top:0;
	left: -45px;
	padding: 5px 10px;
	background: url('images/tr-bg.png') repeat;
	color: #fff;
}
#content span.day{
	font-size: 18px;
	font-weight: bold;
}
#content span.month{
	font-size: 14px;
}
	#content .entry img{
		max-width: 552px;
		border: 4px #ccc solid;
		margin: 10px 0;
		padding: 0;
	}
#fcontent img {
		border: 4px #ccc solid;
		margin: 10px 0;
		padding: 0;
}
	#content .entry .demo{
		background : #eee;
		max-width: 560px;
		padding: 10px 0;
		margin: 20px 0;
		text-align:center;
		font-size: 24px;
		font-family:Rockwell;
	}
	#content .entry .demo a:hover {
		font-weight:normal;
	}

	#content .entry img:hover {
		border-color: #999;
	}
	#content .sentry img{
		max-width: 662px;
		border: 4px #d7d7d7 solid;
		margin: 10px 0;
	}
	#content .entry img.alignleft,#content .sentry img.alignleft {
		float: left;
		margin: 5px 5px 5px 0;
	}
	#content .entry img.alignleft,#content .sentry img.alignleft {
		float: right;
		margin: 5px 0 5px 5px;
	}
small {
	padding-left : 5px;
	font-size : 11px;
	font-style : italic;
	color : #666;
}
blockquote {
	background: url('images/blockquote.jpg') no-repeat top left;
	padding: 25px 10px 10px 40px;
	margin:10px;
	color : #555;
	clear: both;
	font-family: Georgia;
    font-style:italic;
    font-size:14px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;
	overflow : auto;
	text-align : left;
	margin : 10px 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
p.meta {
	margin-bottom: -10px;
	color: #999;
}
p.meta a,p.meta:visited {
	color: #999;
}
.navigation {display : block;font-size : 16px;font-weight : bold;padding: 0 20px;line-height:31px;}
	.navigation a{color: #fff;background: #999;padding: 5px;}
	.navigation a:hover{background: #666;color: #fff;}
	.alignleft {float : left;text-align : left;}
	.alignright {float : right;text-align : right;}
/****************************************************************
************************Portfolio Page**********************************/
.portfolio {
	padding: 0 20px;
}
ul.projects {
	list-style-type: none;
	margin: 20px 0 0 20px ;
	padding: 0;
	min-height: 30px;
	display: block;
	clear: both;
	padding-bottom: 20px;
}
ul.projects li {
	list-style-type: lower-roman;
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 26px;
	color: #ccc;
}
ul.projects li a {
	color: #ccc;
	font-size: 16px;
}
ul.projects li a:hover {
	color: #3291cd;
	font-weight: normal;
}
.ppost {
	position: relative;
	width: 810px;
	margin-bottom: 20px;
}
img.design {
	border: 10px #eee solid;
	width: 790px;
	height: 250px;
	margin: 20px 0;
}
.pentry {
	background: url('images/tr-bg.png') repeat;
	width: 770px;
	position: absolute;
	bottom: 30px;
	left: 10px;
	padding: 10px;
	color: #fff;
}
/****************************************************************
************************Sidebar**********************************/
#sidebar {
	float:right;
	width:230px;
	padding-right: 20px;
}
#sidebar ul,#sidebar li {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	list-style-type: none;
	margin-left: 10px;
}
#sidebar ul.posts ul {
	margin-left: 0;
}
#sidebar ul ul ul {
	margin: 0 0 0 5px;
}
#sidebar ul ul ul ul{
	margin: 0 0 0 5px;
}
#sidebar ul li{
	line-height : 24px;
	margin-bottom: 20px;
}
#sidebar ul ul li{
	list-style-type: square;
	margin: 0 0 0 10px;
}
#sidebar ul ul.projects li{
	list-style-type: none;
	margin: 10px 0;;
}

#sidebar ul.posts ul li{
	list-style-type: none;
	margin: 0;
}
#sidebar ul ul ul li {
	margin: 0 0 0 5px;
}
#sidebar h2 {
	font-size: 16px;
	color : #fff;
	text-align : left;
	padding: 5px;
	margin-bottom: 5px;
text-shadow: 1px 1px 1px #333;
}
#sidebar h2.blue {
	background: #5f7b9f;
}
#sidebar h2.red {
	background: #ac6683;
}
#sidebar h2.green {
	background: #8c9b5d;
}
/*******************************************************
*******************COMMENTS******************************/
#comments {
	margin-left: 20px;
}
h3#comments,h3#respond {
	font-size: 24px;
	color : #656971;
	margin: 0 0 10px 0;
}
h3#respond{
	padding-top:10px;
}
.commentlist {
	list-style-type : none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.commentlist >div {
	position: relative;
}
.commentlist >div >div {
	width: 480px;
	border: 1px #eaeaea solid;
	margin:0 0 25px 0;
	padding: 25px 35px;
}
.authcomment .authcomment {
	border: 1px #3291cd solid;
	width: 480px;
	margin:0 0 25px 0;
	padding: 25px 35px;
}
img.avatar {
	position: absolute;
	top:20px;
	right:45px;	
}
.commentlist >div .a {
	width: 64px;
	height: 43px;
	margin: -1px 0 15px 560px;
	padding: 0;
	border: 0;
}
p.comauth{
	padding-bottom: 10px;
	border-bottom: 1px #d2d2d2 solid;
}
cite {
	font-size: 18px;
	font-style: normal;
}
#commentform {
	height: 200px;
	border: 1px #eaeaea solid;
	padding: 25px;
	position: relative;
	width: 500px;
}
#commentform .arrow{
	background: url('images/cform.jpg') no-repeat;
	width: 63px;
	height: 42px;
	position: absolute;
	top:-41px;
	right: 25px;
}
#commentform label{
	padding-right: 20px;
}
p.txt {
	position: absolute;
	right: 25px;
	top:25px;
}
#commentform textarea {
	width : 175px;
	padding : 5px;
	font-size : 12px;
	background : #eeeeee;
	border : 1px solid #d3d3d3;
	border-top-color: #999;
	border-left-color: #999;
	margin:5px 0px;
	height: 115px;
}
input#author,input#email,input#url {
	width : 150px;
	padding : 5px;
	font-size : 12px;
	background : #eeeeee;
	border : 1px solid #d3d3d3;
	border-top-color: #999;
	border-left-color: #999;
	margin:5px 0px;
}
input#author:hover,input#email:hover,input#url:hover,#commentform textarea:hover {
	background: #fff;
}
input#submit{
	background : #d3d3d3;
	color:#737373;
	margin-top: 20px;
	padding:5px;
	border:0px;
} 
input#submit:hover{
	background: #5f7b9f;
	color:#fff;
} 
/****************************************************************
************************Footer**********************************/
.clearfooter {
	height: 40px;
	clear: both;
}
#footer {
	width: 850px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	background: url('images/tr-bg.png') repeat;
	clear:left;
	color: #ccc;
}
#footer a{
	color:#ccc;
}
#footer-content {
	width : 810px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer h2 {
	font-size: 18px;
	margin-bottom:5px;
	color: #fff;
}
#footer-content .left {
	width : 415px;
	float : left;
}
	#footer-content .lleft {
		width : 185px;
		float : left;
		margin-right: 20px;
	}
	#footer-content .lright {
		width : 185px;
		float : right;
		margin-right: 20px;
	}
#footer-content .right {
	width : 375px;
	float : right;
}
	#footer-content .rleft {
		width : 180px;
		float : left;
		margin-right: 20px;
	}
	#footer-content .rright {
		width : 175px;
		float : right;
	}
#footer ul,#footer li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer li a,#footer li a:visited {
	color: #ccc;
	line-height: 26px;
}
#footer li a:hover {
	color: #5f7b9f;
	text-decoration: none
}
span.copyrights {
	padding: 10px 0;
	display : block;
	width : 850px;
	clear : both;
	margin : 0 auto;
	text-align: right;
	color: #fff;
}

span.copyrights a {
	color: #fff;
}
/*******************************************************
*******************Contact Form******************************/
.formcontainer input,.formcontainer textarea {
	background:#fff;
	color: #666;
	padding: 10px;
	font-size: 18px;
	border: 1px #ccc solid;
	margin:10px 0;
}
.formcontainer input:hover,.formcontainer textarea:hover  {
	border: 1px #7ca4c6 solid;
}
.form-submit .button {
	padding: 10px;
	background: #333;
	color: #fff;
	border: 0px;
}
.form-submit .button:hover {
	background: #5f7b9f;
	border: 0px;
}
/*******************************************************
*******************Search Form******************************/
#searchform {
	margin-bottom:20px;
}
#searchform input {
	background:#fff;
	border: 1px #ccc solid;
	width: 158px;
	font-size: 14px;
	color: #666;
	padding: 5px;
}
input#searchsubmit {
	background: #333;
	width: 50px;
	color: #fff;
	border: 0px;
	margin: 0 0 0 5px;
	padding: 5px;
}
input#searchsubmit:hover {
	background: #5f7b9f;
}
/*******************************************************
*******************404 Page******************************/
#e404 {
	width:560px;
	float:left;
	padding: 0 20px;
}

#e404 .left404{
	width: 240px;
	float: left;
}
#e404 .right404{
	width: 240px;
	float: right;
}	
#e404 #searchform {
	margin: 20px 0 0 0;
}
/*******************************************************
*******************Defaults******************************/
h1{
	font-size: 36px;
}
h2{
	font-size: 21px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
hr {
	display : none;
}
a {
	color:#5f7b9f;
	text-decoration: none;
}
a:hover {
	color: #333;
	font-weight: bold;
}
a img{
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
.clear {
	width: 0;
	height: 20px;
	display : block;
	clear : both;
}

.tweet {
  font-family: Georgia, serif;
  font-size: 100%;
  color: #fff; }
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tweet a {
        color:#fff;
    }
    .tweet .tweet_list li {
      overflow: auto;
 }
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar {
display:none; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
