* {
	font-family: Helvetica, Arial, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}
hr {
	border-top: 1px solid #1b2e3e;
	opacity:0.1;
	filter:alpha(opacity=10);
}
#stop {
	display:none;
	width:100%;
	background-color: #ff0000;
	border-bottom: 1px solid black;
	height: 50px;
}
#stop a {
	color: #cccccc;
}
#stop img {
	float: left;
}
#stoptext {
	text-align: center;
	color: #ffffff;
	padding-top: 15px;
}
.title {
	text-decoration: underline;
	margin-bottom: 20px;
}
#header {
	background-image: url(http://images.imyourdeveloper.com/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#header a {
	color: #4f88aa;
}
#header a:hover {
	color: #ffa500;
}
.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	margin-top: 10px;
	font-size: 20px;
}
#navigation .navitem {
	margin-right: 15px;
}
#navigation .navitem.seperator {
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
}
.betatag {
	background-image: url(http://images.imyourdeveloper.com/beta.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 30px;
}
.newtag {
	background-image: url(http://images.imyourdeveloper.com/new.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 30px;
}
.active {
	color: #ffa500;
}
#headermsg {
	margin-top: 100px;
	line-height: 35px;
	font-size: 25px;

}
#headermsg h1, #headermsg h2, #headermsg h3 {
	display: inline;
}
#headermsg hr {
	margin-top: 25px;
}
#port-item {
	margin-top: 90px;
}
ul#portfolio li img {
	width: 970px;
	height: 320px;
}
ul#portfolio {
	list-style-image: outside;
	list-style-position: outside;
	list-style-type: none;
	text-decoration: none;
}
ul#portfolio li {
	left: 0px;
}
.portgrid {
	clear: left;
	height: 650px;
}
.portitem {
	width: 260px;
	height: 200px;
	float: left;
	margin-right: 65px;
	margin-bottom: 15px;
}
.portitem a img:hover {
	border: 3px solid #ffa500;
}
.portitem a img {
	border: 3px solid #bbbbbb;
}
#pages {
	clear: both;
	margin-bottom: 10px;
	height: 60px;
}
.pagenumber {
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 15px;
}
#resume {
	margin-top: 25px;
	margin-bottom: 40px;
}
#resume h2 {
	margin-top: 30px;
}
#resume h4 {
	margin-top: 20px;
}
#resume #experiance {
	height: 200px;
}
#technology {
	margin: 30px 0;
}
#technology p {
	margin-bottom: 20px;
}
#technology h3 {
	margin-bottom: 10px;
}
#mainportfolio {
	float:left;
	height:675px;
	opacity:0.4;
	filter:alpha(opacity=40);
	margin: 30px 0;
}
#mainportfolio .item {
	margin-top: 15px;
	position: relative;	
}
#mainportfolio .item, #mainportfolio .item img {
	height: 320px;
	width: 970px;
}
#mainportfolio .item img {
	position: relative;
	z-index: 1;
}
.item strong {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: block;
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 15% 10px 10px 10px;
  width: 950px;
  height: 165px;
  left: 0;
  color: #fff;
  font-size: 35px;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  z-index: 5;
}
#mainportfolio .item .descriptionbox {
	background-color: #000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	height: 45px;
	margin-top: -49px;
	width: 970px;
	position: relative;
	z-index: 2;
}
#mainportfolio .item .description {
	float: left;
	color: #ffffff;
	position: relative;
	margin-top: -45px;
	padding-left: 5px;
	z-index: 3;
}
.small {
	font-size: 13px;
}
#contact {
	margin: 30px 0;
	height: 430px;
}
#contact h2 {
	margin-bottom: 15px;
}
.textright {
	text-align: right;
	padding-top: 2px;
}
#contact .formitem {
	height: 29px;
}
#contact input {
	border: 1px solid #22485f;
	width: 215px;
}
#contact .input {
	opacity:0.4;
	filter:alpha(opacity=40)
}
#contact textarea {
	border: 1px solid #22485f;
	width: 462px;
}
#gvoice {
	margin-left: 50px;
	margin-bottom: 20px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
#gvoice:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#aboutme {
	background-color: #22485f;
	width:100%;
	padding-top: 30px;
	color: #ffffff;
}
#aboutme p {
	margin-top: 20px;
	font-size: 20px;
	padding-bottom: 40px;
	line-height: 25px;
}
#aboutme a {
	color: #7dc5f1;
}
#aboutme a:hover {
	color: #ffa500;
}
#code {
	margin-top: 25px;
	margin-bottom: 30px;
}
#code p {
	margin-top: 15px;
}
#code ul {
	margin: 10px 0;
}
#code ul li {
	margin-bottom: 5px;
}
#footer {
	background-color: #162f3f;
	width: 100%;
	height: 300px;
	padding-top: 30px;
	color: #ffffff;
}
#footer a {
	color: #7dc5f1;
}
#footer a:hover {
	color: #ffa500;
}

#tweet {
	font-family: Georgia, serif;
	font-size: 120%;
	color: #ffffff; 
	margin-top: 10px;
	width: 450px;
	overflow-x: hidden;
}
#tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #162F3F; 
}
#tweet .tweet_list li {
	overflow: hidden;
	padding: .5em; 
}
#tweet .tweet_list .tweet_even {
	background-color: #162F3F; 
}
#tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
}
#tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}
#tweet .tweet_outro {
	margin: -10px 0 0 10px;
}
#delicious, #linkedin, #vcard {
	float: right;
	margin-right: 70px;
	margin-bottom: 3px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#delicious:hover, #linkedin:hover, #vcard:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#delicious {
	padding-top: 20px;
}
.left {
	float: left;
	width: 49%;
}
.right {
	float: right;
	width: 48%;
}
.topSpacer {
	margin-top: 15px;
}
.slider {width: 964px; height: 314px; overflow: hidden; position: relative; margin: 30px auto 40px auto; border: 2px solid black;}
.sliderContainer {position: absolute; top:0px;}
.sliderItem {width: 964px; height: 314px; position: relative;}
.sliderItem .desc {display: block; position: absolute; bottom: 0; left: 0px; background: rgba(0,0,0,.8); color: #ffffff; width: 100%; padding: 8px;}
.sliderNav {position: absolute; top: 0; right: 0px; background-color: rgba(0,0,0,.6); padding: 3px 3px 3px 6px;-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;}
.sliderNav ul {list-style: none;}
.sliderNav li {cursor: pointer; color: #777;}
li.active {color: #7DC5F1;}
