/*
 * Jad Graphics Framework
 */

/* ================ @ CSS Reset ================ */

@import 'reset.css';


/* ================ @ HTML Elements ================ */

body {
	color: #333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	background: url(../images/bg_body.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5 {clear: both;}
h1 {padding: 0 0 3px 0; font-size: 18px; border-bottom: 2px solid #000;}
h2 {margin: 10px 0;}
h3 {margin: 0 0 10px 0; border-bottom: 1px solid #000;}

p {margin: 10px 0;}
a {color: #369; text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}

table {
	margin: 10px auto;
	width: 98%;
}

.even {background: #DDD;}

thead {
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	background: #000;
}
td, th {padding: 5px;}

table#skills {border: 1px solid #000;}
table#skills td {border: 1px solid #000; border-width: 1px 1px 0 0;}
table#skills img {
	width: 130px;
}

#main_column ul {margin: 10px 0; list-style-type: disc; list-style-position: inside;}

.blue {color: #369;}


/* ================ @ Position / Clear / Floats ================ */

.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; height: 10px; overflow: hidden; }
.inside {margin: 0 auto; width: 960px;}

.caption {
	clear: both;
	font-size: 80%;
	font-style: italic;
}


/* ================ @ Wrapper ================ */

#wrapper {
	margin: 0 auto;
	width: 1009px;
	display: block;
	z-index: 1;
	background: url(../images/bg_wrapper.png) repeat-y top center;
}


/* ================ @ Header & Navigation ================ */

#header {
	width: 100%;
	height: 120px;
	position: relative;
	color: #FFF;
	background: #000;
}
#header h1 {
	position: absolute;
	left: -9000px;
}
#logo {
	float: left;
	position: relative;
	z-index: 10;
}
.dropShadow_special {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 1;
	background: url(../images/header_dropShadow.png) repeat-x top left;
}

#main_nav {float: right;}
#main_nav a {
	padding: 20px;
	display: block; 
	color: #FFF;  
	text-decoration: none;
	border: 1px solid #000;
}
#main_nav a:hover {
	border: 1px solid #444;
	border-color: #222 #333 #333 #222;
	background: #222;
}
#main_nav li {
	float: left;
}

ul.kwicks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: position: outside;
	position: relative;
}
ul.kwicks li {
	float: left;
	margin: right: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 186px;
	height: 60px;
	background: url(../images/sliding_menu.jpg) no-repeat;
}
ul.kwicks a {
	display: block;
	height: 60px;
	text-indent: -9000px;
	outline: none;
}
ul.kwicks li#portfolio {background-position: 0px 0px;}
ul.kwicks li#whyMe {background-position: -260px 0px;}
ul.kwicks li#about {background-position:  -520px 0px;}
ul.kwicks li#portfolio:active, ul.kwicks li#portfolio:hover {background-position: 0px bottom;}
ul.kwicks li#whyMe:active, ul.kwicks li#whyMe:hover {background-position: -260px bottom;}
ul.kwicks li#about:active, ul.kwicks li#about:hover {background-position:  -520px bottom;}

/* ================ @ Main Content Area ================ */

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

/* ================ @ Main Content Area ================ */

#promo_area {
	height: 300px;
	position: relative;
}
#hero_image {
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 11;
}

#promo_area h2 {
	margin: 0 0 0 15px;
	width: 350px;
	height: 300px;
	position: absolute;
	z-index: 10;
	text-indent: -9000px;
	background: url(../images/promo_saying.gif) no-repeat 0 40px;
}

#promo_area_smaller {
	height: 150px;
	position: relative;
}
#small_promo_img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

/* ================ @ Main Column ================ */

#main_column {
	float: left;
	margin: 15px 0 15px 0;
	padding: 0 10px;
	width: 560px;
}

.blockContent_right {
	float: right;
	width: 270px;
}
.blockContent_left {
	float: left;
	width: 270px;
}

/* ================ @ Main Column Javascript Tabbing ================= */

div.tabContainer div.tab {display: none;}
div.tabContainer div.current {display: block;}

a#slider {
	margin: 0;
	padding: 0;
	height: 0;
}

/* ================ @ Portfolio page ================ */

#main_column ul.gallery {list-style-type: none;}
.gallery li {float: left; margin: 0 0 15px 0; width: 130px; color: #888; text-align: left; font-size: 85%;}
.gallery img {padding: 2px; border: 1px solid #BBB;}


/* ================ @ Secondary Column ================ */

#secondary_column {
	float: right;
	margin: 0 0 15px 0;
	padding: 0 10px;
	width: 360px;
}

#secondary_column p {
	padding: 0 15px;
}

#hdr_about {
	height: 30px;
	text-indent: -9000px;
	background: #000 url(../images/heading_about.jpg) no-repeat top left;
}
#hdr_contact {
	height: 30px;
	text-indent: -9000px;
	background: #000 url(../images/heading_contact.jpg) no-repeat top left;
}
#hdr_social {
	height: 30px;
	text-indent: -9000px;
	background: #000 url(../images/heading_social.jpg) no-repeat top left;
}


#contact_form h2 {
	margin: 0 0 5px 0;
	padding: 5px 0 0 30px;
	height: 30px;
	background: url('../images/bg_contact_hdr.jpg') no-repeat top left;
}

input {
	margin: 4px 0;
	height: 1.7em;
	border: 1px solid #999;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-top-left: 7px;
	-webkit-border-radius-top-right: 7px;
	-webkit-border-radius-bottom-left: 7px;
	-webkit-border-radius-bottom-right: 7px;
}

textarea {
	margin: 4px 0;
	border: 1px solid #999;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-top-left: 7px;
	-webkit-border-radius-top-right: 7px;
	-webkit-border-radius-bottom-left: 7px;
	-webkit-border-radius-bottom-right: 7px;
}

input.submit_btn {
	height: 25px;
	width: 54px;
	font-size: 13px;
	font-weight: bold;
	color: #334666;
	background: url('../images/btn_send.jpg') no-repeat top left;
	border: none;
	cursor: pointer;
}

input.reset_btn {
	height: 25px;
	width: 60px;
	font-size: 13px;
	font-weight: bold;
	color: #334666;
	background: url('../images/btn_reset.jpg') no-repeat top left;
	border: none;
	cursor: pointer;
}

#social_media a img {margin: 10px 0 0 0; width: 100px;}


/* ================ @ Footer ================ */

#footer {
	padding: 10px 0;
	clear: both;
	height: 300px;
	position: relative;
	line-height: 1.6em;
	color: #FFF;
	background: #000;
	border-top: 2px solid #DDD;
}
#footer a {
	padding: 3px 0;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footer_column {
	float: left;
	padding: 0 10px;
	width: 290px;
}
#latest_posts_column h2 {
	height: 30px;
	text-indent: -9000px;
	background: #000 url(../images/heading_latest_blog.jpg) no-repeat -5px 0;
}
#useful_links_column h2 {
	height: 30px;
	text-indent: -9000px;
	background: #000 url(../images/heading_useful_links.jpg) no-repeat -8px 0;
}
#copyright {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 80%;
}

/* ----- Latest Posts Column -----*/
/*@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");*/
#feedControl { 
	margin-top : 20px;
	margin-left: auto;
	margin-right: auto;
	width : 98%;
	color: #FFF;
}

.gfg-title {display: none;}
.gf-author {display: none;}
.gfg-entry {display: none;}


