/*
Theme Name: iFadey Wordpress Theme
Theme URI: http://www.ifadey.com
Description: This theme is for my official portfolio website
Version: 2.0
Author: Fawad Hassan
Author URI: http://www.ifadey.com
Tags: ifadey, fawad, hassan, designer, developer, photographer
*/

body {
	background-color: #3c3c3c;
	color: #d2d1d1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

blockquote {
	background: url( 'images/template/blockquote_bg.jpg' ) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 40px 10px;
	padding: 10px 20px;
}

a {
	color: #898989;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #1f93ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, a.post_title {
	color: #1f93ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 1.05em;
}

h1, h2 {
	border-bottom: solid 1px #565656;
}

a.post_title {
	text-shadow: 0 0 2px #000;
	text-decoration: none;
}

a.post_title:hover {
	text-shadow: 0 0 6px #000;
}

a img {
	border: 2px solid black;
}

code {
	background: #888888;
	color: #242424;
	display: block;
	padding: 6px;
	margin: 4px 0;
	overflow: auto;
}

code a {
	color: #434343;
	font-weight: bold;
}

input[type=text], textarea, select {
	border: 1px solid #5e5e5e;
	background-color: #4a4a4a;
	color: #1f93ff;
	padding: 4px;
}

input[type=text]:hover, textarea:hover,
select:hover, select:focus,
input[type=text]:focus, textarea:focus
{
	background-color: #262626;
}

input[type=submit] {
	border: 1px solid #5e5e5e;
	background-color: #4a4a4a;
	color: white;
	font-weight: bold;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

input[type=submit]:hover {
	border: 1px solid #d2d1d1;
	cursor: pointer;
}


/************ LAYOUT ************/
.alignCenter { display: block; margin: 0 auto; }
.alignLeft { float: left; }
.alignRight { float: right; }

br.dirtyLittleTrick { clear: both; display: block; height: 1px; margin: -1px 0 0 0; }
/********************************/



#wrap {
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	height: 10em;
	background-color: #262626;
}

#ifadey_logo {
	border: none;
	position: absolute;
	top: 34px;
	left: 16px;
}

#header #title_tagline {
	margin-left: 90px;
}

#title_tagline {
	display: inline-block;
	height: 80px;
}

#title_tagline h1 {
	border: none;
	font-size: 3em;
	display: inline-block;
	margin-bottom: 0;
}

#title_tagline div.tagline {
	display: inline-block;
	margin-left: 2px;
}

#nav {
	float: right;
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
	position: relative;
	height: 45px;
}

#nav li {
	float: left;
	display: inline-block;
	margin: 0 12px;
	padding: 14px 0 0 0;
}

#nav a {
	color: #d1d1d1;
	font-size: 1em;
	padding: 7px;
	text-decoration: none;
}

#nav a:hover, li.current_page_item a {
	color: #1f93ff;
	background-color: #3c3c3c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 0 2px #000;
}

#icon_nav {
	list-style-type: none;
	position: absolute;
	padding: 0;
	margin: 0 10px 0 0;
	height: 34px;
	right: 0;
	bottom: 20px;
}

#icon_nav li {
	float: right;
	margin: 0 6px;
	padding: 0;
	position: relative;
}

#icon_nav img {
	border: none;
}

#sidebar {
	float: right;
	padding-right: 4px;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#flickr_r {
	color: #ff0084;
}

#content {
	float: left;
	padding: 0 6px;
	width: 630px;
}

#content p {
	padding-left: 8px;
}

#resume_icon_link {
	text-align: right;
}

#resume_icon_link a {
	margin-right: 6px;
}

#lower {
	padding: 0 6px;
}

#lower div { float: left; width: 468px; }

#lower div img { max-width: 386px; height: auto; }

#blog { margin: 0 12px 0 0; }

#project {
	margin: 0;
}

#project h1 a, #blog h1 a {
	color: #1F93FF;
	text-shadow: 0 0 2px #000;
	text-decoration: none;
}

#project h1 a:hover, #blog h1 a:hover { text-shadow: 0 0 5px #000; }

#demo_source { text-align: center; margin: 30px 0 22px 0; }

#next_pre_links a, #demo_source a {
	background-color: #000;
	border: solid 1px #3c3c3c;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	margin: 2px 6px;
	padding: 8px;
	text-decoration: none;
}

#next_pre_links a:hover, #demo_source a:hover { color: #1f93ff; }

/*****Footer Styles*****/
#footer {
	background-color: #262626;
	color: #4a4a4a;
	font-weight: bold;
	padding: 22px;
	height: 110px;
	text-align: right;
	text-shadow: 0 0 5px black;
}

#footer a {
	color: #b1b1b1;
	text-decoration: none;
}

#footer a span {
	color: #1f93ff;
}
/***********************/

/******Single Post******/
.more-link { display: block; margin: 4px 0; }

.post-meta {
	color: #898989;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0 0 16px 0;
}

#share_btns { float: right; }

#share_btns > * {
	margin: 0 0 0 6px;
	float: right;
}

#share_btns > a.google-buzz-button {
	margin: -3px 0 0 6px;
}

div.note p {
	padding: 0 !important;
}

div.note {
	background: #2e2e2e;
	-moz-box-shadow: 0 0 12px #262626;
	padding: 1px 14px;
	margin: 30px 0;
}
/***********************/

/*****Comment List Styles*****/
ul.commentlist {
	list-style: none;
	padding: 0;
}

ul.commentlist li {
	background: #353535;
	padding: 8px 12px;
	margin: 8px 0;
}

ul.children {
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0 0 0 16px;
}

ul.children > li {
	background: #393939;
}

.comment-author {
	display: inline-block;
}

.comment-meta {
	float: right;
}
/************************/


/*****Tooltip Styles*****/
#tooltip {
	border: solid 1px #5f5f5f;
	display: inline-block;
	position: absolute;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	opacity: .9;
}
/************************/


/******* Flickr Images ************/
.flickr_img {
	border: 1px #666 solid;
	padding: 1px;
	margin: 2px 1px 0px;
}

.flickr_img:hover {
	border-color: #000;
}
/**********************************/