html, body {
margin: 0;
padding: 0;
height: auto;
}
body {
font-family: "museo-sans", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
position: relative;
min-height: 750px;
}
::-moz-selection {
color: #fff;
color: rgba(255, 255, 255, .85);
text-shadow: none;
background: #434f59;
}
::selection {
color: #fff;
color: rgba(255, 255, 255, .85);
text-shadow: none;
background: #434f59;
}
#container {
width: 924px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
}
#ribbon {
background-color: #434f59;
height: 3px;
}
/* @group Nav */
#nav {
height: 58px;
margin-top: 25px;
border-bottom: 1px solid #AAAAAA;
margin-bottom: 0;
}
#nav a {
text-decoration: none;
}
#nav ul {
list-style-type: none;
float: right;
margin-top: 34px;
position: relative;
bottom: 109px;
}
@-moz-document url-prefix() {
#nav li {
position: relative;
bottom: 2px;
}
}
#nav li {
display: inline;
padding-left: 30px;
font-size: 20px;
}
#nav li a {
color: #AAAAAA;
text-decoration: none;
}
#nav li a:hover {
color: #434f59;
border-bottom: 1px solid #434f59;
}
#nav li a.active {
color: #434f59;
border-bottom: 1px solid #434f59;
}
#nav h1 {
font-size: 60px;
text-align: left;
font-family: "museo", serif;
font-weight: 100;
float: left;
margin-top: -3px;
text-transform: uppercase;
}
#nav h1 a {
color: #434f59;
}
#nav h1 a.active, #nav h1 a:hover{
background: url(../images/underline.png) repeat-x 0 61px;
}
#nav h1 b {
font-weight: 300;
}
/* @end */
#content {
margin: 0;
}
#works {
margin-top: 125px;
margin-bottom: 125px;
}
#portfolio img {
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
}
/* @group Contact */
#alert {
width: 360px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #a8ffae;
border: 1px solid #4fb756;
text-align: center;
}
#emailWarning, #messageWarning, #nameWarning {
width: 360px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #fbdfdf;
border: 1px solid #bf6262;
text-align: center;
}
#contactForm input, textArea {
width: 360px;
border: 1px dashed #808080;
height: 36px;
font-size: 14px;
font-family: 'museo-sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
margin-bottom: 10px;
margin-top: 3px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #EEE;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
outline: none;
}
#contactForm #alert {
text-align: center;
font-size: 16px;
margin-top: 25px;
}
#contactForm input:hover, textArea:hover {
background-color: #FFF;
}
#contactForm input:focus, textArea:focus {
background-color: #FFF;
border: 1px solid #434f59;
}
#contactForm textarea {
resize: vertical;
height: 250px;
}
#contactForm {
width: 360px;
font-size: 14px;
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background-color: #cbcbcb;
float: right;
position: relative;
-webkit-border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
border-radius: 0px 20px 20px 0px;
}
#contact, #leftBox {
width: 484px;
background-color: #434f59;
color: #FFF;
padding: 20px;
-webkit-border-radius: 20px 0px 0px 20px;
-moz-border-radius: 20px 0px 0px 20px;
border-radius: 20px 0px 0px 20px;
float:left;
}
#contact h1, #leftBox h1 {
font-size: 36px;
}
#contact p, #leftBox p {
font-size: 26px;
}
#contactContainer {
margin-top: 75px;
display: block;
width: 924px;
}
#contactForm {
margin-bottom: 100px;
}
#contactForm #button {
background-color: #808080;
border: none;
color: #FFF;
font-size: 22px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
}
#contactForm #button:hover {
background-color: #434f59;
}
#contactForm .ampersand {
font-family: Baskerville;
font-weight: italic;
}
#contactForm i {
color: #AAAAAA;
}
/* @end */
#contactForm h3, #about h3 {
margin: 5px 0 0;
color: #FFF;
background-color: #434f59;
padding: 5px;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
position: relative;
right: 5px;
}
/* @group About */
#leftBox, #about {
}
#about {
margin-bottom: 125px;
}
#about {
width: 400px;
float: right;
background-color: #cbcbcb;
-webkit-border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
border-radius: 0px 20px 20px 0px;
}
#about .link {
background-color: #434f59;
color: #FFF;
padding: 1px;
margin: 0;
text-decoration: none;
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
}
#about .link:hover {
background-color: #566f83;
}
#about p {
padding-left: 20px;
padding-right: 20px;
line-height: 20px;
}
/* @end */
/* @group Favorites */
#favorites {
width: 400px;
margin: 0 auto;
}
#favorites li img {
border: 0;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
}
#favorites li img:hover {
opacity: 0;
}
#favorites ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
margin-left: 4px;
}
#favorites li {
width: 128px;
display: inline-block;
background: url(../images/info.png) no-repeat 38px 38px;
}
#favorites li:hover {
background: url(../images/infohover.png) no-repeat 38px 38px;
}
#link {
margin: 0;
display: block;
}
/* @end */
/* @group Slideshow */
.nivoSlider {
position: relative;
width: 924px;
/*
Change this to your images width */
height: 400px;
/
* Change this to your images height */
background: url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}
.nivoSlider a {
border: 0;
display: block;
}
#slider .nivo-controlNav {
position: absolute;
bottom: -70px
;
/* Put the nav below the slider */
}
#slider .nivo-controlNav img {
display: inline;
/* Unhide the thumbnails */
position: relative;
margin-right: 10px;
}
/* @end */
/* @group Portfolio */
#portfolio {
margin: 0;
color: #808080;
margin-bottom: 100px;
}
#portfolio .info h1 {
font-weight: 100;
color: #595959;
margin-bottom: 5;
}
#portfolio .info h1 b {
font-weight: 300;
}
.left {
float: left;
}
.date {
float: right;
}
#portfolio .info p {
clear: both;
padding-bottom: 15px;
font-size: 16px;
text-align: justify;
line-height: 20px;
}
/*#portfolio .appStore::after {content: " (App Store link)";}*/
#portfolio .appStore {
background: url(../images/iTunes.png) no-repeat left center;
padding-left:19px;
}
#portfolio .info p a {
color: #808080;
/* background-color: #808080;
padding: 2px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;*/
border-bottom: 1px dotted #808080;
text-decoration: none;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
}
#portfolio .info p a:hover {
background-color: #808080;
color: #FFF;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
#portfolio .info p a:active {
background-color: #000;
color: #FFF;
}
#pagination {
height: 20px;
}
/* @end */
/* @group Footer */
#footer {
background: url('../images/footer.png') repeat 0 bottom;
position: absolute;
bottom: 0;
width: 100%;
}
#footer .info {
color: #FFF;
margin: 0 auto;
padding-bottom: 10px;
}
#footer p {
color: #FFF;
}
p.copyright {
text-align: center;
}
#footer ul {
list-style-type: none;
text-align: center;
padding: 0;
margin: 0;
padding-top: 10px;
}
#footer li {
line-height: 24px;
text-align: right;
display: inline-block;
}
#footer a {
color: #FFF;
text-decoration: none;
}
.twitter {
font-weight: bold;
background-color: #33ccff;
padding: 4px;
}
.twitter:hover {
color: #33ccff;
background-color: transparent;
}
.facebook {
font-weight: bold;
background-color: #335795;
padding: 4px;
}
.facebook:hover {
background-color: transparent;
color: #335795;
}
.dribbble {
font-weight: bold;
background-color: #ea4c88;
padding: 4px;
}
.dribbble:hover {
background-color: transparent;
color: #ea4c88;
}
.reddit {
font-weight: bold;
background-color: #ff4500;
padding: 4px;
}
.reddit:hover {
background-color: transparent;
color: #ff4500;
}
/* @end */
/* @group Resume */
#bar {
background: url(../images/bar.png) repeat-x scroll 0 top;
height: 36px;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .5);
}
#bar .pdf {
background: url(../images/pdf.gif) no-repeat left center;
padding-left: 18px;
}
.back {
float: left;
}
.right {
float: right;
}
#bar ul {
list-style-type: none;
position: relative;
top: 6px;
width: 750px;
margin: 0 auto;
padding: 0;
padding-left: 4px;
padding-right: 4px;
}
#bar li {
display: inline-block;
margin-top: 5px;
margin-right: 10px;
font-size: 12px;
}
#bar a {
background-color: rgba(0,0,0,0.6);
color: #FFF;
padding: 4px;
padding-left: 6px;
padding-right: 6px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration: none;
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .3);
-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .3);
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .3);
}
#bar a:hover {
background-color: rgba(255,255,255,0.1);
}
#bar a:active {
background-color: rgba(0,0,0,0.8);
}
#print {
width: 150px;
margin: 0 auto;
position: absolute;
bottom: 0;
margin-bottom: 25px;
margin-left: 300px;
}
#print a {
color: #FFF;
padding: 8px;
font-size: 14px;
background-color: rgba(0,0,0,0.6);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration: none;
}
#print a:hover {
background-color: rgba(0,0,0,0.5);
}
#print a:active {
background-color: rgba(0,0,0,0.8);
}
#resume {
width: 750px;
margin: 0 auto;
padding-bottom: 25px;
}
#resume #header p {
margin: 0;
}
#resume #header h1 {
color: #434f59;
}
#resume #header b {
text-transform: uppercase;
color: #434f59;
}
#resume .right {
float: right;
}
#header h1, .section h3 {
color: #434f59;
font-family: "museo", serif;
margin-bottom: 0;
font-weight: bold;
}
#header {
margin-bottom: 100px;
}
/* @group Section */
.section h4 {
font-weight: 300;
}
.section h4 b {
font-weight: 700;
}
.section h4 {
margin-bottom: 5px;
}
.section p {
clear: both;
margin-bottom: 0;
}
.section h3 {
color: #434f59;
font-size: 16px;
clear: both;
margin-bottom: 0;
padding-bottom: 0;
}
.section ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 10px;
}
/* @end */
.left {
float: left;
}
.date {
font-weight: 700;
float: right;
}
/* @end */