html,
body {
    height: 100%;
}
body {
    background: #efefef url(../images/backgrounds/body-pattern.gif) repeat;
	color: #333;
	font-family: Verdana, Lucida, sans-serif;
 	font-size: 62.5%;
    line-height: 1.5;     
}

/* LAYOUT
-------------------------------------------- */

#Container {
    margin: 0 auto -200px;
    min-height: 100%;
    width: 960px;
}
#Layout:after {
    clear: both;
    display: block;
    overflow: hidden;
}

/* HEADER / LOGO
-------------------------------------------- */

#Header {
    height: 70px;
    overflow: hidden;
    }
    #Header span {
        position: absolute;
        top: -400px;
    }

/* NAVIGATION
-------------------------------------------- */

#Navigation {
    }
    #Navigation ul {
        float: right;
        margin: 20px 0 0;
        }
        #Navigation li {
            float: left;
            margin: 0 20px 0 0;
            width: auto;
            }
            #Navigation a {
                text-decoration: none;
                text-transform: uppercase;
            }

/* PROJECTS
-------------------------------------------- */

.button-wrapper {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    }
    .project-button-left,
    .project-button-right {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block;
        height: 50px;
        padding: 0 !important;
        position: absolute;
        width: 50px;
        z-index: 0;
        }
        .project-button-left {
            background-image: url(../images/icons/arrow-left.png);
            left: 0;
        }
        .project-button-right {
            background-image: url(../images/icons/arrow-right.png);
            right: 0;
        }
        .project-button-left,
        .project-button-right,
        .project-button-left:focus,
        .project-button-right:focus {
            outline: none;
        }

#ProjectHolder {
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
    }
    #Projects {
        float:left;
        height: 620px;
        overflow: hidden;
        margin: 0 0 0 20px;
        position: relative;
        }
        #Projects .contents {
            height: 450px;
            position: absolute;
            }
            #Projects,
            #Projects .contents,
            #Projects .project {
                width: 920px;
            }
            #Projects .contents div {
                float: left;
            }
            #Projects img {
                border: none !important;
                padding: 0 !important;
            }
            p.right a {
                height: 24px;
                line-height: 24px;
                }
                p.right a span {
                    margin: 0 !important;   
                }

/* CONTAINER W/ICONS
-------------------------------------------- */

#Info div {
    min-height: 200px;
    margin: 0 0 10px;
    padding-top: 15px;
    }
    #Info form h3 {
        margin-bottom: 15px !important;   
    }
    #Info form div {
        min-height: 20px;
        margin: 0;
    }

    #Details {
        background: transparent url(../images/icons/details.png) no-repeat;
    }
    #Contact {
        background: transparent url(../images/icons/contact.png) no-repeat;
    }
    #FromBlog {
        background: transparent url(../images/icons/blog.png) no-repeat;
    }
    #WhatIDo {
        background: transparent url(../images/icons/workings.png) no-repeat;
    }

#FromBlog ul {
    }
    #FromBlog li {
        margin: 0 0 10px;
    }

/* COMMENTS
-------------------------------------------- */

#CommentHolder {
    margin: 10px 0;
    }
    #CommentHolder li {
        background: url(../images/comment.png) no-repeat 0 0;
        height: auto;
        padding: 2px 0 0 30px;
    }

/* LABS
-------------------------------------------- */

.labs-button {
    background: #f9f9f9;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 4px 6px;
}

/* FOOTER
-------------------------------------------- */

#Footer {
    background: transparent url(../images/backgrounds/footer.png) repeat-x;
    clear: both;
    height: 230px;
    margin: -230px 0 0;
    overflow: hidden;
    }
    #Footer * {
        color: #ccc;
    }
    #Footer .holder {
        background: #14151C;
        height: 215px;
        margin-top: 15px;
        overflow: hidden;
        }
        #Footer .container_12 {
            padding: 15px 0 0;
        }
        #Footer ul {
            border-width: 0 0 1px;
            list-style: none;
            }
            #Footer li {
                background: #1A1C26;
                border-width: 1px 0 0;
                height: 30px;
                line-height: 30px;
                margin: 0 0 4px;
                padding: 3px 5px;
            }
            #Footer li a {
                display: block;
                padding: 0 0 0 40px;
            }
            a.github,
            a.last,
            a.xing {
                opacity: 0.75;
                }
                a.github:hover,
                a.last:hover,
                a.xing:hover {
                   opacity: 1;
                }
            a.github {
                background: transparent url(../images/icons/footer/scripts.png) no-repeat;
            }
            a.last {
                background: transparent url(../images/icons/footer/note.png) no-repeat;
            }
            a.xing {
                background: transparent url(../images/icons/footer/network.png) no-repeat;
            }

    /*recent tracks*/	    

    .recenttracks {        
        }
        .recenttracks a {
            box-shadow: 1px 1px 1px #333;
            overflow: hidden;
            }
            .recenttracks a:hover img {
                background: #ddd;    
            }
        .recenttracks img {
            background: #ddd;
            background: rgba(225,225,225,0.5);
            border: none !important;
            border-radius: 4px;
            margin: 0 0 2px;
            padding: 2px;
        }
        .recenttracks span {
            float: left;
            margin: 0 4px 0 0;
            }
            .recenttracks span a {
		display: block;
            }

    .small-print {
        clear: both;
        margin: 0 0 10px;
        padding: 10px 0 0;
        text-align: center;
        }
        .small-print span {
            border: 0 solid #aaa;
            border-width: 0 0 0 1px;
            font-size: 10px;
            padding: 0 4px;
        }
        .small-print span.first {
            border: none;
        }
        .small-print span:first-of-type {
            border: none;   
        }

/* BUTTONS
-------------------------------------------- */

.nice-button {
	display: inline-block;
	outline: none;
	padding: 8px 13px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-align: center;
	text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.nice-button:hover {
	text-decoration: none !important;
}
.nice-button:active {
	position: relative;
	top: 1px;
}

.gray {
	color: #333;
	border: solid 1px #999;
	background: #e5e5e5;
	background: linear-gradient(top,  #d8d8d8,  #e5e5e5);
}
.gray:hover {
	background: #333;
    background: linear-gradient(top, #4F4F4F, #333333);
	color: #e5e5e5;
}
.gray:active {
	color: #fff;
	background: linear-gradient(top,  #545454,  #444444);
}

/* BALLOONS
-------------------------------------------- */

.balloon-overlay,
.speech-balloon,
.speech-balloon-content {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.speech-balloon {
    display: block;
    position: relative;
    }
    .speech-balloon * {
        position: absolute;
    }
    .speech-balloon-content  {
        color: #666 !important;
        margin: 0;
        text-align: center;     
    }
    
/* GENERIC CLASSES
-------------------------------------------- */

.fleft {
    float: left;
}
.fright {
    float: right;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}