/*
 * 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-style: italic; font-size: 85%;}


/* ================ @ 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;
}

/*-----///// SKILLS LIST /////-----*/
#main_column ul#skill_graph {
	padding: 2px 0;
	list-style-type: none;
	border-left: 2px solid #CCC;
}
#skill_graph li {
	margin: 10px 0; 
	padding: 3px 0 3px 10px;
	/*--FONTS--*/ 
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px 1px #AAAAAA;
	filter: dropshadow(color=#AAAAAA, offx=1, offy=1);
	/*--BACKGROUNDS--*/ 
	background: #F4F4F4; /* old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #E0E0E0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#E0E0E0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#E0E0E0',GradientType=0 ); /* ie */
	/*--BOX SHADOW--*/
	-webkit-box-shadow:  1px 1px 2px  ;
	-moz-box-shadow: 1px 1px 2px ;
	box-shadow: 1px 1px 2px ; 
}
#skill_graph .lvl_1 {width: 100px;}
#skill_graph .lvl_2 {width: 150px;}
#skill_graph .lvl_3 {width: 200px;}
#skill_graph .lvl_4 {width: 250px;}
#skill_graph .lvl_5 {width: 300px;}
#skill_graph .lvl_6 {width: 350px;}
#skill_graph .lvl_7 {width: 400px;}
#skill_graph .lvl_8 {width: 450px;}
#skill_graph .lvl_9 {width: 500px;}
#skill_graph .lvl_10 {width: 550px;}
.rank {float: right; margin: 0 15px 0 0; font-weight: normal; color: #369;}

/* ================ @ 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 10px 15px 0; 
	padding: 5px; 
	width: 250px; 
	color: #888; 
	text-align: left; 
	font-size: 85%; 
	background: #F4F4F4; /* old browsers */
	background: -moz-linear-gradient(top, #F4F4F4 0%, #EEEEEE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#EEEEEE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
	border: 1px solid #D8D8D8;
	border-bottom: 5px solid #000;
}
.gallery img {float: left; margin: 0 0 20px 0; padding: 2px; width: 110px; border: 1px solid #BBB;}
.item_info {
	float: right;
	margin: 0;
	width: 120px;
	color: #555;
}
.item_info h3 {margin: 5px 0 0 0; clear: none; font-size: 12px; text-transform: uppercase; border: none;}
.item_info h4 {clear: none; font-size: 10px; font-weight: normal; border-bottom: 1px solid #DDD;}
#main_column .item_info ul {list-style-type: none;}
#main_column .item_info li {margin: 0; padding: 0; width: 120px; font-size: 100%; font-weight: bold; color: #555; border: none; background: none;}

.boxgrid {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 10px;
	width: 240px;
	height: 120px;
	position: relative;
	overflow: hidden;
	background: #EEE;
}
.boxcaption {
	padding: 10px;
	width: 240px;
	height: 120px;
	position: absolute;
	top: 135px;
	left: 0;
	color: #FFF;
	background: #000;
}

.boxgrid img {float: left; margin: 0;}
.boxgrid .right {text-align: right;}

.boxcaption h3 {float: none; margin: 5px 0 0 0; clear: none; font-size: 12px; text-transform: uppercase; border: none;}
.boxcaption h4 {float: none; clear: none; font-size: 10px; font-weight: normal; border-bottom: 1px solid #DDD;}

.port_link {text-decoration: underline; color: #FFF;}
.port_link:hover {color: #CCC;}


/* ================ @ 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;}



