img{-ms-interpolation-mode:bicubic;}

.clear {
	clear: both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.right {
	float: right;
}
.left {
	float: left;
}
body {
	background: url(img/body.bg.gif) repeat-x;
}
h1 {
	font-family: 'Rockwell','Bookman Old Style','Palitino','Times',serif;
	font-size: 15px;
	padding: 16px 0;
	height: 21px;
	
}
h1 a.name {
	color: white;
	text-decoration: none;
	float: left;
	font-size:20px;
	font-weight:bold;
	text-transform: lowercase;
	margin-top:-2px;
	width: 365px;
}
h1 .tweets {
	float: right;
	color: white;
	font-family: arial, san-serif;
	font-size: 12px;
}
h1 .tweets a {
	color: #FCFF00;
}
h1 small {
	float: left;
	margin-top:3px;
}
h1 small a {
	text-decoration: none;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	color: black;
	background: #67A200;
	padding: 1px;
}
h1 small a:hover {
	color: white;
}
/* Portfolio
=============================================*/
#portfolio {
	overflow: hidden;
	margin-bottom: 1.5em;
	position: relative;

}
#portfolio-items {
	height: 335px;
	position: relative;
	
}
.port-item {
	height:335px;
	float: left;
	display: none;
	position: absolute;
}
.port-item h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 29px;
}
.port-item .port-desc {
	font-size: 23px;
	font-weight: bold;
}
.port-item .port-desc a {
	color: #FCFF00;
	background: black;
	padding: 3px 0 5px;
}
.port-item .port-desc small {
	font-size: 12px;
	display:block;
	margin-top: 12px;
}
#port-navigation {
	float:left;
	height:52px;
	overflow:hidden;
	position:relative;
	width:950px;
	margin-top: 1px;
}
#port-navigation a {
	outline: 0;
}

#port-navigation #back {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: transparent url(img/gradient.black.left.png) repeat-y right center;
	padding:12px 45px 13px 0;
	color: #FCFF00;
	text-transform: uppercase;
}
#port-navigation #next {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	background: transparent url(img/gradient.black.png) repeat-y left center;
	padding:12px 12px 13px 45px;
	color: #FCFF00;
	text-transform: uppercase;
}
#port-navigation #next.disabled, #port-navigation #back.disabled {
	color: gray;
}
#port-navigation ul {
	display:block;
	float:left;
	margin-top: 12px;
	white-space:nowrap;
	width:2000px;
	margin-left:102px;
}
#port-navigation ul li {
	float: left;
	list-style: none;
	margin-right: 15px
}
#port-navigation ul li.selected a {
	background: #FCFF00;
	color: black;
}
#port-navigation a {
	color: white;
	font-size: 19px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
}

/* Profiles
========================================*/

.profile {
	color: white;
	padding: 10px;
	margin-bottom: 1.5em;
}
.profile a {
	color: white;
	font-weight: bold;
}
.profile.red {
	background: #5F0000;
}
.profile .profile-image {
	float: left;
	margin-bottom: 20px;
}
.profile.red p {
	width:312px;
	display: block;
}
.profile.green {
	background: #335F00;
}
.profile p {
	font-size: 14px !important;
}

/* Body Content
========================================*/

.body h4 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.body p {
	font-size: 19px;
}
.body h5 {
	font-size: 19px;
}
.body blockquote {
	font-size: 19px;
	padding-left: 75px;
	background: #efefef url(img/icon.quote.png) no-repeat;
	margin-left: 0;
	font-style: normal;
	border-bottom:1px solid #DDDDDD;
	margin-right: 0px;
}
.body blockquote cite {
	display: block;
	font-style: italic;
}
body a {
	color: #67A200;
	font-weight: bold;
}

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

#footer {
	background: black;
	color: white;
}
#footer a {
	color: white;
}
#footer h2 {
	font-size: 45px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
	background: #FCFF00;
}
#footer #contact-list {
	list-style: none;
}
#footer #contact-list li {
	float: left;
	margin-right: 10px;
}
#footer #contact-list li strong {
	clear: both;
}
#footer #contact-list li strong:after {
	content: ":";
}
#footer .code-sample h2 {
	background: #67A200;
	font-size: 40px;
}
#footer .code-sample p {
	margin: 0 1.5em 1.5em;
}
#footer fieldset {
	border: 0;
	padding-top: 0;
}
#footer input[type=submit] {
	font-size: 16px;

}

#footer input[type=text] {
	font-size: 16px;
	padding: 5px;
	font-family: courier;
	color: #666666;
	-webkit-border-radius: 5px;
	width: 300px;
}
#bad-browser {
	display: none;
}