/* {{{-------[ RESET ]------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}
/*}}}*/
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #eff3f4;
    color: #444;
    line-height: 22px;
}

h1 {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 32px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}
h1, h1 a {
    color: #333;
}
h1 a:hover {
    color: #207cd8;
}
p {
    margin-bottom: 22px;
}
a {
    color: #207cd8;
    font-style: normal;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #900;
}
a:active {
    color: #f00;
}
#ProjectNav a,
#ProjectMeta a {
    font-weight: bold;
}

#Content {
    background: url(../images/bg-divider.png) repeat-x top left;
    padding: 60px 0 40px 0;
}
#SecondaryContent {
    padding-top: 85px;
}
#Header {
    background: #262626;
    padding: 15px 30px 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
}
#Footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    padding: 5px 0 40px 0;
    background: url(../images/bg-divider.png) repeat-x top left;
}

#Logo {
    float: left;
}
#Logo a {
    color: #7f7f7f;
    font-weight: normal;
    text-decoration: none;
}
#Logo a:hover {
    background: none;
}

#Nav {
    float: right;
}
#Nav li {
    float: left;
    margin-left: 10px;
}
#Nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
    font-size: 14px;
    padding: 5px 10px;
}
#Nav a:hover {
/*    background: #0098d0;*/
    background: #207cd8;
    color: #fff;
}
#Footer p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
#Footer a {
    color: #666;
    border-bottom: 1px dotted;
    font-weight: normal;
}
#Footer a:hover {
    border-bottom: 1px solid;
    color: #333;
}


/* {{{-------[ HOME ]------- */
#Home #Header,
#Home #Footer {
    display: none;
}
#Home p {
    margin-top: 100px;
    font-size: 32px;
    line-height: 40px;
}
/*}}}*/
/* {{{-------[ PORTFOLIO ]------- */
#ProjectThumbnails {
    margin: 40px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
}
#ProjectThumbnails li {
    float: left;
    margin: 0 20px 20px 0;
    text-align: center;
    line-height: 16px;
    width: 220px;
}
#ProjectThumbnails a {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
    background: #d3dee2;
}
#ProjectThumbnails a:hover {
    background: #d3dee2;
    color: #333;
}
#ProjectThumbnails img {
    border-top: 10px solid #d3dee2;
    border-right: 10px solid #d3dee2;
    border-bottom: 5px solid #d3dee2;
    border-left: 10px solid #d3dee2;
}
#ProjectThumbnails a:hover img {
}

p.tagline {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    color: #999;
    font-size: 20px;
    text-shadow: 1px 1px 0 #FFFFFF;
}


.project-details {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#ProjectMeta li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    clear: both;
    font-size: 14px;
}
#ProjectMeta em {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    width: 50px;
    padding-top: 1px;
}

#Responsibilities {
    margin-top: 10px;
}

#Responsibilities li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    background: url(../images/tick-button.png) no-repeat left center;
    padding: 0 0 0 25px;
    font-size: 14px;
}

#SecondaryContent h2 {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans;
    text-transform: uppercase;
    color: #abc2ca;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#ProjectNav {
    background: url(../images/bg-divider.png) repeat-x bottom left;
    margin-bottom: 40px;
}
#ProjectNav a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
}

#ProjectNav p {
    background: url(../images/bg-divider.png) repeat-x top left;
    padding: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #999;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
}
#ProjectNav li.current {
    background: url(../images/bg-project-nav-current.png) no-repeat center left;
    padding-left: 12px;
    margin-left: -12px;
}
#ProjectNav li.current a {
    color: #444;
}
#ProjectNav li.current p {
    background: #fff url(../images/bg-divider.png) repeat-x top left;
}

/* Screenshots slider */
#Screenshots {
    background: #d3dee2;
    padding: 10px;
    margin: 10px 0 30px 0;
    float: left;
    position: relative;
}

#Image {
	height:400px;
    width: 600px;
	overflow: hidden;
	position: relative;
}
.wrapper {
	position: absolute;
	top: 0; left: 0;
}
.wrapper img {float: left;}

#ScreenShotNav {
	position: absolute;
	bottom: 10px;
	width: 580px;
	z-index: 100;
	text-align: right;
	background: #000;
    opacity: 0.7;
	display: none;
    padding: 5px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
}
#ScreenShotNav a {
	text-decoration: none;
	color: #666;
    font-size: 24px;
    padding: 2px 0;
}
#ScreenShotNav a.active {
    color: #fff;
}
#ScreenShotNav a:hover {color: #fff;}
/*}}}*/
/* {{{-------[ ABOUT ]------- */
#Bio {
    margin-top: 30px;
}
#Avatar {
    float: left;
    margin: 0 20px 20px 0;
    border: 10px solid #d3dee2;
}
#About #SecondaryContent {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
}
#Elsewhere {
    margin-bottom: 22px;
    padding-bottom: 22px;
    background: url(../images/bg-divider.png) repeat-x bottom left;
}
#Elsewhere li {
    margin: 5px 0;
}
#Elsewhere li a {
    padding: 2px 0 2px 25px;
}
.twitter { background: url(../images/twitter.gif) no-repeat center left; }
.github { background: url(../images/github.gif) no-repeat center left; }
.linkedin { background: url(../images/linkedin.gif) no-repeat center left; }
.tumblr { background: url(../images/tumblr.gif) no-repeat center left; }
.delicious { background: url(../images/delicious.gif) no-repeat center left; }

#About #SecondaryContent h2 {
    margin-bottom: 11px;
}
/*}}}*/




