
/*
Theme Name: Haziq Ali
Theme URI: http://haziq.com/
Version: 1.0
Description: Clean and simple two-column site for Haziq Ali.
Editor: Deep Standard
Editor's URL: http://www.deepstandard.com

This theme is licensed under a Creative Commons Attribution 2.5 License:
*/

html,
body,
#container { height: 100%; }

body > #container {
	height: auto;
	min-height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

div#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#content { padding-bottom: 150px; }

div#header {
	background:url(images/header.gif) no-repeat;
	width:960px;
	height:130px;
}

div#text {
	float:left;
	width:540px;
	margin-left:90px;
	padding-top:10px;
}

#footer {
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear:both;
	background:#ffe819;
	border-top:1px solid #000
}

#innerfoot {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px
}

address {
	font-style: normal;
	text-align:right;
}

a#facebook {
	width: 70px;
	height:70px;
	background: url(images/socialnetworking.gif) no-repeat;
	background-position: 0% 0;
	display:block;
	float:left;
	margin-right:10px;
}

a#myspace {
	width: 70px;
	height:70px;
	background:url(images/socialnetworking.gif) no-repeat;
	background-position: 50% 0;
	display:block;
	float:left;
	margin-right:10px;
}

a#twitter {
	width: 70px;
	height:70px;
	background:url(images/socialnetworking.gif) no-repeat;
	background-position: 100% 0;
	display:block;
	float:left;
	margin-right:10px;
}

a#facebook:hover { background-position: 0% -70px; }

a#myspace:hover { background-position: 50% -70px; }

a#twitter:hover { background-position: 100% -70px; }

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 0px 0 0 0px;
	margin: 90px 30px 0px 0px;
	float:right;
	background: #000
}

div#mainnav ul {
	margin: 0px;
	padding: 0px;
}

div#mainnav ul li {
	list-style: none;
	padding: 0;
	margin: 0px;
	float: left;
}

div#mainnav ul a {
	text-align: center;
	text-transform:uppercase;
	color: #ffe819;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	display: block;
	_display: inline-block;
	height: 20px;
	padding: 13px 15px 7px 15px;
}

div#mainnav ul a:hover { color:#fff; }

div#mainnav a.current {
	background-color:#fff;
	color:#000;
	border-top:1px solid #000
}

div#mainnav a.current:hover { color:#ffe819 }

.mailling {
	float: left;
	margin-left:150px
}

/*------SIDEBAR----*/
div#sidebar {
	float: left;
	width: 300px;
}

.widget_tweetstimonialswidget {
	margin-top: 10px;
	list-style: none;
	text-align: right;
}

.widget_tweetstimonialswidget h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #666
}

h4.tweetstimonial_username { background: #000; }

h4.tweetstimonial_username a {
	color: #ffe819;
	display: block;
	padding: 5px 5px 5px 0
}