
/* CLEAN JQUERY PORTFOLIO - IE6 CSS -------------------------*/

/* BODY, RESET
-------------------------------------------------------- */
html,body,form,fieldset,li,ul { margin: 0; padding: 0; }
body { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; font-size: 62.5%; color: #4d4d4d; background: #d9d9d9 url("../images/body-bg.gif") repeat-x; }


/* LAYOUT
-------------------------------------------------------- */
#header { width: 1024px; height: 110px; margin: 0 auto; background: url("../images/header-bg.gif") no-repeat; }
#navigation {position: relative; width: 850px; height: 34px; margin: 0 auto 30px auto; list-style: none; background: url("../images/hr.gif") repeat-x bottom left; }
	#navigation ul {position: absolute; left: 580px;}
	#navigation li {display: inline;}
	#navigation ul li a { height: 14px; /* SAFARI NEEDED THIS ;) */ display: block; text-decoration: none; color: #5b5c5c; background: #9B9B9B url("../images/main-nav-bg.gif") repeat-x; padding: 10px 10px 6px 10px; border-left: #d9d9d9 2px solid; border-right: #d9d9d9 2px solid; margin-right: 4px; float: left; font-weight: bold; }
	#navigation ul li.active a { background: #6b6b6b url("../images/main-nav-active.gif") repeat-x; color: #d9d9d9; padding: 10px; }
#content { width: 850px; margin: 0 auto;}
#content p { font-size: 11px; }
.tabs { width: 850px; margin: 0;}
.clearboth { clear: both; }
.hr { height: 30px; border: 0; background: url("../images/hr.gif") repeat-x center left; padding: 10px; }
.avatar { border: #eee 2px solid; float: left; margin-right: 10px; }
a { color: #3e4044; }

/* HEADINGS
-------------------------------------------------------- */
.section-heading { margin-bottom: 10px; }
h1 { color: #414141; margin: 0; padding: 0; margin: 0 0 -10px 0; font-size: 20px; }
h2 { color: #414141; margin: 0; padding: 0; margin: 0 0 -10px 0; font-size: 18px; }
h3 { color: #555555; margin: 0 0 -10px 0; padding: 0; font-size: 13px; }

/* ITEMS NAV
-------------------------------------------------------- */
.ui-tabs-hide { display: none; } /* HIDES THE ITEMS THAT SHOULD NOT BE SHOWN. DO NOT REMOVE! */
.ui-tabs-nav { width: 200px; float: left; list-style: none; margin: 0; padding: 0; }
.ui-tabs-nav li {display: inline;}
	.ui-tabs-nav li a { display: block; text-decoration: none; color: #5b5c5c; background: #d1d1d1 url("../images/nav-off.gif"); padding: 7px 8px; margin-bottom: 2px; }
	.ui-tabs-nav li a:hover { background: #c8c8c8 url("../images/nav-on.gif"); }
	.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover { background: #ababaa url("../images/nav-active.gif"); color: #d9d9d9; font-weight: bold; }

/* IMAGES NAV
-------------------------------------------------------- */
ul.nav-numbers { width: 100% !important; }
ul.nav-numbers li a { padding: 3px !important; margin: 0 2px 0 0; border: #eee 1px solid !important; width: 15px !important; text-align: center; float: left; }


/* ITEMS CONTENT
-------------------------------------------------------- */
.ui-tabs-panel { width: 598px; float: right;}
	.ui-tabs-panel .ui-tabs-panel { padding: 0px;}
	.ui-tabs-panel img, .ui-tabs-panel .ui-tabs-panel img { border: #eee 2px solid; }
	
/* FORMS
-------------------------------------------------------- */
label { width: 150px; padding: 6px; display: block; float: left; background: #a5a5a5 url("../images/nav-active.gif"); color: #d9d9d9; margin-right: 10px; }
input { width: 300px; padding: 4px 4px 5px 4px; border: #898989 1px solid; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; font-size: 12px; margin: 0; /* SAFARI */ }
textarea { width: 450px; padding: 4px; border: #898989 1px solid; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; font-size: 12px; margin: 0; }
.submit { width: 80px; margin-left: 172px; font-weight: bold; background: #a5a5a5 url("../images/nav-active.gif"); color: #d9d9d9; }

