/*
Name: Geruk's portfolio
URL: http://geruk.me
Version: 1
Author: Duc Anh Nguyen (gerukatgerukdotme)
All rights reserved.
*/

body {
    font-family: Lucida Sans Serif, Verdana, Tahoma;
    margin: 0;
    padding: 0;
    background-color: #E0E0E0;
    font-size: 90%;
    border: 0;
}

header, div#content, footer {
    margin: auto;
    width: 80%;
    max-width: 1400px;
}

div#buttons {
    height: 80px;
    display: block;
    padding-right: 19px;
    margin-right: 120px;
    background-image: url('buttons.png');
    background-position: right top;
    background-repeat: no-repeat;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #2299dd;
    border-bottom: 1px dotted #2299dd;
}

a:link {
    text-decoration: none;
    color: 2299dd;
    border-bottom: 1px dotted #2299dd;
}

a:hover {
    text-decoration: none;
    border-bottom: none;
}

a.superfancyimg {
	margin: 30px auto;
	border-bottom: none;
}

a.superfancyimg:link {
	border-bottom: none;
}

div#home {
    background-image: url('home.png');
    width: 176px;
    height: 47px;
    float: right;
}

div#contact {
    background-image: url('contact.png');
    width: 146px;
    height: 47px;
    float: right;
}
    
div#logo {
    background-image: url('dan.png');
    background-position:top left;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    margin: 40px 10px;
   
}
    
#column1 {
    float: left;
    width: 70%;
    max-width: 1200px;
}

#column2 {
    float: left;
    width: 25%;
    margin-left: 25px;
    padding-top: 50px;
}    

.wrapper {
    height: 12px;
    background-image: url('speech.png');
    background-repeat: no-repeat;
    background-position: 30px 0px;
    margin-top: 40px;
}

.bubble {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #292929;
    padding: 15px;
    color: #E0E0E0;
    margin-bottom: 40px;
    z-index: 1;
	font-family: 'American Typewriter', Georgia, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

div#entrycontent {
	text-indent: 250px;
}

br {
	margin-bottom: 30px;
}

div#bubbleblog {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.submenu {
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    display: block;
    height: 30px;
    vertical-align: middle;
    background-color: #292929;
    margin: 0px auto;
    margin-bottom: 1px;
    padding: 10px;
}

.submenu a {
    line-height:30px;
    padding: 0px 10px;
    margin: 0px;
    float: left;
    border-bottom: none;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2299dd;
    font-weight: bold;
    font-size: 110%;
    font-family: "Courier New", "Lucida Sans Serif";
    text-transform: uppercase;
    border-left: 1px solid #E0E0E0;  
}

.nonedisplay {
    display: none;
}

.submenu a:first-child {
    border-left: none;
}

hr {
    color: #E0E0E0;
    background-color: #E0E0E0;
    border: 0;
    height: 1px;
}

.about {
    border-left: 1px solid #292929;  
    padding: 5px;
    margin: 10px 0px;
    font-family: "Courier New", Courier, sans-serif;
    font-size: 100%;
    text-indent: 30px;
}

div.about:hover {
    border-left: 1px solid #FFFFFF;
}

.navi {
    margin: 0px auto;
    min-width: 60px;
    display: block;
    height: 40px;
    
}    

.left { float:left }
.right { float:right }

.nav, .prev, .next{
    font-size: 80%;
    font-family: Tahoma;
    height: 27px;
    margin: 4px;
}

.nav {
    padding-top: 6px;
}

.prev, .next {
    width: 33px;
    background-repeat: no-repeat;
}

.prev {
    background-image: url('larrow.png');
    background-position: top-right;
}

.next {
    background-image: url('rarrow.png');
    background-position: top-left;
}

.clear {
	clear: both;
}

div#entry {
    clear: both;
}

div#title {
    font-family: Newyork, "Times New Roman", "Helvetica", "Lucida Sans Serif", "Courier New", Arial, Verdana;
    font-size: 160%;
    text-align: center;
    margin-bottom: 20px;
}

div#entrycontent:first-letter {
    font-size: 200%;    
}

div#entrycontent, div#entrycontent p {
    margin-top: 20px;
    text-indent: 15px;
}
