﻿.ui-tabs-hide {
    display: none;
    }

/* html, body */
html {
	height:100%;
}
body {
	color:#333;
	font-family:"Gill Sans","Gill Sans MT","Lucida Grande",Tahoma,Verdana,sans-serif;
	line-height: 1.4;
	font-size: 0.9em;
	height: 100%;
	background: url(../img/site_bg2.png) top center repeat-x #333;
}
h2,h3{
	margin: 0 0 0.5em 0;
}
h1{
	font-size: 1.4em;
	color:#444;	
	margin: 0 0 0.2em 0;
}
h2{
	font-size: 0.8em;
	color:#e9e9e9;
}
h3{
	font-size: 0.8em;
}
small{
	font-size: 0.95em;
}
span.amp {
	font-family:Baskerville,"Goudy Old Style","Book Antiqua","Palatino Linotype","Times New Roman",serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
	position: relative;
	bottom: -.05em;
}


/* ALLIGNMENT STYLES */
* {
	margin:0;
	padding:0;
	border: 0;
}

.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

a:link { 	
	text-decoration: none;
	color: #fff;
	outline: none;
}
a:active, a:hover { 	
	text-decoration: none;
	color: #a71;
	outline: none;
}
a:visited { 	
	text-decoration: none;
	color: #d80;
	outline: none;
}
a.nostyle {
	border: none;
}

/* LAYOUT */
#wrapper {
	width: 480px;
	margin: 20px auto 20px auto;
	background: url(../img/bg_content2.png) center repeat-y;
}
#content {
	padding: 10px 25px 0px 25px;
}
.sep {
	height: 1px;
	margin: 18px 0px;
	background:url(../img/seperator.png) top left no-repeat;
}
.port_sep {
	height: 1px;
	margin: 15px 0px;
	background:url(../img/port_seperator.png) top left no-repeat;
}

.contactspace {
	font-size: 0.05em;
	margin: 0px 0px 0px 0px;
}


/* NAVIGATION */
#nav {
	background: url(../img/nav_bg.png) no-repeat;
	margin: 0px 10px;
}
#nav ul {
	list-style: none;
	margin-right: 15px;
	width: 212px;
}
#nav ul li a {
	text-indent: -9999px;
	height: 31px;
	width: 55px;
	display: block;
	float: left;
	margin-left: 15px;
	opacity: 0.7;
}
#nav ul li a#profil {
	width: 45px;
	background: url(../img/nav_about.png) top left;
}
#nav ul li a#profil:hover {
	background: url(../img/nav_about.png) bottom left;	
}
#nav ul li a#portfolio {
	width: 63px;
	background:url(../img/nav_portfolio.png) top left;
}
#nav ul li a#portfolio:hover {
	background:url(../img/nav_portfolio.png) bottom left;
}
#nav ul li a#contact {
	width: 59px;
	background: url(../img/nav_contact.png) top left;
}
#nav ul li a#contact:hover {
	background: url(../img/nav_contact.png) bottom left;
}
#loadAni {
	display: none;
	width: 220px;
	margin: 20px auto;
}

/* PROFILE */

#profil .icon {
	width: 95px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.ernie { 
	float: right; 
	margin-right: 15px;
}
.icon a {
	margin-top: 4px;
}

/* TWITTER */

#twitter {
	background: url(../img/twitter2.png) top left no-repeat;
	margin-top: 0px;
}
#twitter ul {
	width: 360px;
	margin-left: 56px;
	list-style: none;
}
#twitter h2 {
	margin-left: 38px;		
	font-size: 1.0em;
	line-height: 0.5;
	color:#fff;
}
#twitter h3 {
	display: block;
	width: 157px;
	height: 18px;
	text-indent: -9999px;
	background:url(../img/hl_twitter.jpg) no-repeat;
}
#twitter a {		
	font-size: 1.0em;
	line-height: 0.5;
	color:#fff;
}
#twitter a:hover {	
	font-size: 1.0em;
	line-height: 0.5;
	color:#a71;
}

/* ABOUT */

#about {
	background:url(../img/logodesign.png) no-repeat right top;
	margin-top: -17px;
}
#about h1 {
	margin-top: -8px;
}
#about p {
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 130%;
}

/* SERVICES */

#services {
	background:url(../img/design.png) no-repeat right top;
}	
#services h1 {
	margin-top: -8px;
}
#services ul {
	list-style: none;
	padding: 10px 0px 0px 15px;
	text-align: left;
	float: left;
	width: 410px;
}
#services li {
	float: left;
	display: block;
	height: 30px;
	width: 100px;
	padding-left: 25px;
	background:url(../img/paint_brush.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
}
#services li.right {
	width: 160px;
	float: right;
	padding-right: 80px;
}

/* PROFICIENCIES */

#proficiencies {
	background:url(../img/prof_graphic.png) no-repeat right top;
}	
#proficiencies h1 {
	margin-top: -8px;
}
#proficiencies ul {
	list-style: none;
	padding: 10px 0px 0px 15px;
	text-align: left;
	float: left;
	width: 410px;

}
#proficiencies li {
	float: left;
	display: block;
	height: 30px;
	width: 140px;
	padding-left: 25px;
	background:url(../img/mouse_icon.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
}
#proficiencies li.right {
	width: 140px;
	float: right;
	padding-right: 80px;
}

/* BIO */

#bio {
	background:url(../img/ernie.png) no-repeat right top;
}	
#bio p {
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 130%;
}
#bio ul {
	list-style: none;
	padding: 10px 0px 0px 15px;
	text-align: left;
	float: left;
}
#bio li {
	float: left;
	display: block;
	height: 30px;
	padding-left: 25px;
	background:url(../img/paint_brush.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
}
#bio li.right {
	width: 180px;
	float: right;
	padding-right: 60px;
}

/* PORTFOLIO */

#portfolio {
	background:url(../img/i_port.png) no-repeat right top;
}	
#portfolio strong {
	color:#fff;
	font-size: 1.1em;
}	

#portfolio .item h2 span {
	color: #fff;
	background:url(../img/i_arrow_portfolio.png) no-repeat top right;
	padding-right: 10px;
	margin-right: 2px;
}
#portfolio .item a.ext:link,
#portfolio .item a.ext:active,
#portfolio .item a.ext:visited {
	float:right;
	display: block;
	padding-right: 12px;
	background:url(../img/i_extlink.png) no-repeat bottom right;
	border: none;
	color: #fff;
}
#portfolio .item a.ext:hover {
	background:url(../img/i_extlink.png) no-repeat top right;
	color: #999;
}
#portfolio .item img {
	margin-top: 4px;
}
#portfolio .item .itemFooter {
	background:url(../img/portfolioitem_footer.png) no-repeat top left;
	height: 35px;
}

/* CONTACT */

#contact h2{
	font-size: 1.1em;
	color:#777;
}
#contact #contactdata {
	background: url(../img/i_at.png) no-repeat top left;
	height: 135px;
	padding-left: 207px;
}

#contact #contactdata ul {
	list-style: none;
}
#contact #contactdata ul li {
	margin-bottom: 4px;
}
#contact #contactdata li a:link,
#contact #contactdata li a:active,
#contact #contactdata li a:visited {
	color: #777;
	font-size: 12px;
	border: none;
	line-height: 20px;
	padding-left: 25px;
	background:url(../img/i_contact.gif) no-repeat top left;
}
#contact #contactdata li a#addr:hover {
	color: #fff;
	background-position: 0px -22px;
}
#contact #contactdata li a#phone { background-position: 0 -44px; }
#contact #contactdata li a#phone:hover {
	color: #fff;
	background-position: 0px -66px;
}
#contact #contactdata li a#mail { background-position: 0 -88px; }
#contact #contactdata li a#mail:hover {
	color: #fff;
	background-position: 0px -108px;
}

/* Social */

#contact #social {
	width: 200px;
	padding: 0px;
}
#contact #social ul { list-style:none; }
#contact #social img {
	float: left;
	padding-right: 10px;
}
#contact #social b {
	display: block;
	color: #fff;
	font-size: 16px;
}
#contact #social span {
	color:#777;
	font-size: 11px;
}
#contact #social a:link,
#contact #social a:active,
#contact #social a:visited {
	display:block;
	width: 190px;
	padding: 3px 5px;
	background: none;
	margin: 2px 0px;
}
#contact #social a:hover {
	background: none;
}

/* Questionnaire */
#contact #questionnaire {
	color:#444;
	font-family:"Gill Sans","Gill Sans MT","Lucida Grande",Tahoma,Verdana,sans-serif;
	line-height: 1.4;
	font-size: 0.9em;
}
#contact #questionnaire #icon {
	float:left;
	width: 110px;
}
#contact #questionnaire p {
	margin: 10px 0px;
	line-height: 150%;
}
#contact #questionnaire a {
	font-size: 12px;
}

/* contactblurb */
#contact #contactblurb {
	width: 220px;
		line-height: 1.4;
	font-size: 0.9em;
}
#contact #contactblurb h2 {
	font-size: 1.1em;
	color:#777;
}

/* Style Switch */
#footer {
	background: url(../img/bg_footer2.png) no-repeat;
	height: 45px;
	width: 480px;
	margin: 0px auto;

}
#footer #footer_content {
	line-height: 200%;
	margin-left: 20px;
	font-size: 0.8em;
	color: #674a1e;
}

#footer #footer_content a {
	color: #fff;
}
#footer #footer_content a:hover {
	color: #a71;
}

#st1, #st3 {
	display: none;
}
