html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #3e4741;
	font-family: Georgia,serif;
	font-size: 10pt;
	line-height: 13pt;
	background: white;
}

.clearing {
	clear: both;
}

a {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none;
	color: #80be04;
}

a:hover {
	text-decoration: underline;
}

input {
	outline: none;
	width: 306px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

input:focus {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

select {
	outline: none;
	width: 306px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

select:focus {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

option {
	outline: none;
}

textarea {
	outline: none;
	width: 306px;
	height: 120px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

textarea:focus {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia,serif;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.gray {
	color: #676767;
}

.small {
	font-size: 9pt;
}


.icon {
	width: 16px;
	height: 16px;
	background: transparent url(../images/icons.png) no-repeat;
}

.icon.twitter {
	background-position: 0 -96px;
}


a.appstore {
	display: block;
	width: 119px;
	height: 40px;
	background: transparent url(../images/appstore.png) no-repeat;
}


#wrapperHolder {
	width: 100%;
	min-width: 1020px;
	background: #f3f3f3 url(../images/bg.jpg) repeat;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 40px;
}

#mainHolder {
	width: 940px;
	min-height: 80px;
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
}

#main {
	width: 940px;
	position: absolute;
	top: 0;
	left: -940px;
	opacity: 0.0;
}

#loader {
	width: 200px;
	height: 80px;
	background: transparent url(../images/loading.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
	opacity: 1.0;
}

#header {
	width: 100%;
	height: 58px;
	margin-bottom: 60px;
	position: relative;
}

#header a#logo {
	display: block;
	width: 140px;
	height: 58px;
	margin-right: 20px;
	float: left;
	background: transparent url(../images/logo.png) no-repeat;
}

#header .links {
	float: left;
	margin-top: 26px;
}

#header .links a {
	display: block;
	float: left;
	width: 118px;
	height: 16px;
	padding-left: 22px;
	margin-right: 20px;
	color: #3e4741;
	font-style: italic;
	background: transparent url(../images/icons.png) no-repeat 0 0;
}

#header .links a.portfolio {
	background-position: 0 0;
}

#header .links a.portfolio:hover, #header .links a.portfolio.on {
	background-position: 0 -16px;
}

#header .links a.about {
	background-position: 0 -32px;
}

#header .links a.about:hover, #header .links a.about.on {
	background-position: 0 -48px;
}

#header .links a.blog {
	background-position: 0 -64px;
}

#header .links a.blog:hover, #header .links a.blog.on {
	background-position: 0 -80px;
}



#header .links a:hover, #header .links a.on {
	color: #80be04;
	text-decoration: none;
}

.twitterHolder {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 10px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: italic;
}

#twitterText {
	margin-bottom: 3px;
	color: #3e4741;
	width: 275px;
	float: left;
}

#twitterTime {
	color: #b8bbb9;
	width: 275px;
	float: left;
}

#footer {
	width: 100%;
	min-width: 1020px;
	background: white url(../images/footerBG.png) repeat-x top left;
}

#footerInner {
	width: 940px;
	margin: 0 auto;
	padding: 60px 40px;
	min-height: 120px;
	font-style: italic;
}

.footerHeader {
	width: 92px;
	height: 23px;
	background: transparent url(../images/footerHeaders.png) no-repeat;
}

.itemize {
	background-position: 0 0;
}

.summarize {
	background-position: 0 -23px;
}

.socialize {
	background-position: 0 -46px;
}

.footerCaption {
	margin: 5px 0 15px;
}

.footerIcon {
	height: 16px;
	width: 118px;
	padding-left: 22px;
	margin-bottom: 5px;
	background: transparent url(../images/icons.png) no-repeat;
}

.footerIcon {
	background-position: 0 -112px;
}

.footerIcon.platform {
	background-position: 0 -128px;
}

.footerIcon.weather {
	background-position: 0 -144px;
}

.dribbbleFollow {
	font-size: 11px;
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-style: normal;
}

.dribbbleFollow a {
	display: block;
	float: left;
	color: #EA4C88;
}

a.dribbbleButton {
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: lightGrey url(http://dribbble.com/images/glass-30.png) repeat-x 0 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 8px;
}

a.dribbbleButton div {
	float: left;
	padding: 0;
	margin: 0;
}

a.dribbbleButton .dribbbleIcon {
	width: 12px;
	height: 12px;
	margin-right: 3px;
	margin-top: 2px;
	background: url(../images/icon_dribbble.png) no-repeat 0 0;
}

a.dribbbleButton:hover {
	color: white;
	background: #8aba56 url(http://dribbble.com/images/glass-30.png) repeat-x 0 50%;
}

a.dribbbleButton:hover .dribbbleIcon {
	background-position: 0 -12px;
}

a.dribbbleName {
	font-weight: bold;
	margin-right: 5px;
	margin-top: 2px;
}

#dribbbleCount {
	float: left;
	margin-top: 3px;
}

.column {
	width: 300px;
	margin-right: 20px;
	float: left;
}

.doubleColumn {
	width: 620px;
	margin-right: 20px;
	float: left;
}

a.featureApp {
	width: 620px;
	height: 284px;
	display: block;
}

a.title {
	color: #3e4741;
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia,serif;
}

a.title:hover {
	color: #a3de2d;
	text-decoration: none;
}

div.tag {
	background: #B8BBB9;
    border-radius: 4px;
    color: white;
    float: right;
    font-size: 8pt;
    margin: 0 0 5px 5px;
    padding: 2px 5px;
}

.portfolioItem {
	float: left;
	width: 280px;
	height: 262px;
	margin: 20px 20px 0 0;
	padding: 6px 10px 0;
	background: transparent url(../images/appThumbBG.png) no-repeat;
}

.portfolioItem a.image {
	display: block;
}

.portfolioItem a.image img {
	margin-bottom: 15px;
}

.portfolioItem a.image div {
	margin-left: 5px;
}


.blogOutlets a {
    display: block;
    float: left;
    height: 16px;
    margin-right: 10px;
    opacity: 0.5;
    width: 16px;
}

.blogOutlets a:hover {
	opacity: 1.0;
}

#imagesContainer {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 620px;
    height: 440px;
}

#imagesHolder {
    left: 0;
    position: absolute;
    top: 0;
}

#imagesHolder img {
    float: left;
    width: 620px;
    height: 410px;
}

#imagesControls {
   position: absolute;
   bottom: 0;
}

#imageControlsWords {
	position: absolute;
   	bottom: 5px;
   	right: 0;
   	font-family: Georgia,serif;
	font-size: 9pt;
	line-height: 10pt;
	font-style: italic;
	color: #3e4741;
}

#imagesControls a {
    background: url("../images/pageDot.png") no-repeat scroll 0 0 transparent;
    opacity: 0.4;
    display: block;
    float: left;
    height: 12px;
    margin-right: 4px;
    width: 12px;
}

#imagesControls a.on, #imagesControls a:hover {
	opacity: 1.0;
}


a.blogDateSmall {
	display: block;
	width: 62px;
	margin: 4px 0;
	text-align: center;
	color: #3E4741;
    font-family: Georgia,serif;
    font-size: 10pt;
    font-style: italic;
}

a.blogDateSmall:hover {
	text-decoration: none;
	color: #3E4741;
}

a.blogDateBig {
	display: block;
	width: 30px;
	height: 65px;
	margin-right:2px;
	float: left;
	background: transparent url(../images/blogDates.png) no-repeat top left;
}

.blogDateBig.date1 {
	background-position: -30px 0;
	margin-right: 0;
}

.blogDateBig.date2 {
	background-position: -60px 0;
}

.blogDateBig.date3 {
	background-position: -90px 0;
}

.blogDateBig.date4 {
	background-position: -120px 0;
}

.blogDateBig.date5 {
	background-position: -150px 0;
}

.blogDateBig.date6 {
	background-position: -180px 0;
}

.blogDateBig.date7 {
	background-position: -210px 0;
}

.blogDateBig.date8 {
	background-position: -240px 0;
}

.blogDateBig.date9 {
	background-position: -270px 0;
}


.aboutHeader {
	width: 151px;
	height: 26px;
	background: transparent url(../images/aboutHeaders.png) no-repeat;
}

.aboutHeader.info {
	background-position: 0 0;
}

.aboutHeader.friends {
	background-position: 0 -26px;
}

.aboutCaption {
	margin: 5px 0 15px;
	color: #676767;
    font-family: Georgia,serif;
    font-size: 10pt;
    font-style: italic;
}
