/* 
    Document   : style
    Created on : Jul 27, 2013, 5:52:54 PM
    Author     : David
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: sans-serif;
    font: 15px/1.4 "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
    width: 960px;
    margin: auto;
    /*background: #c0c0c0;*/
    background-image: url(../img/lathe2.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* HEADER AREA */
.top
{
    background: #d0d0d0;
    overflow: hidden;
    border-width: 1em;
    border-radius: 15px 15px 0px 0px;
}

.header a
{
    text-decoration: none;
    color: black;
}
.top h1 {
    font-style: normal;
    font-weight: lighter;
    letter-spacing: -2px;
    font-size: 26px;
    float: left;
    margin: 15px;
    width: 720px;
    height: 32px;
}
.top h1 small
{
    letter-spacing: -1px;
    font-size: 70%;
}
.top ul {
    float: right;
    margin:15px;
}
.top ul li{
    display: inline;
}
.navigation nav ul {
    -webkit-font-smoothing:antialiased;
    text-shadow:0 1px 0 #FFF;
    background: #ddd;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;    
}

.navigation nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 33.333333%;
}
.navigation nav a {
    background: #ddd;
    color: #444;
    display: block;
    font: bold 16px/50px sans-serif;
    padding: 0 25px;
    text-align: center;
    
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.navigation nav .dropdown:after {
    content: ' ▶';
}

.navigation nav .dropdown:hover:after{
	content:'\25bc'
}
.navigation nav li:hover a {
    background: #ccc;
}
.navigation nav li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.navigation nav li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.navigation nav li ul li {
    float: none;
    width: 100%;
}
.navigation nav li ul a:hover {
    background: #bbb;
}

/* ENTRY */
.page, .page2
{
    margin-top: 80px;
    /*overflow: hidden;*/
    /*display: block;*/
}


.entry
{
    background: #d0d0d0;
    border-width: 1em;
    overflow: hidden;
    margin-top:30px;
    border-radius: 15px;
}
.entry > img
{
    float: right;
    /*border-width: 1em;*/
    width: 275px;
    margin-left: 15px;
}

.entry h1
{
    margin: 15px 15px 0px 15px;
    font-style: normal;
    font-weight: lighter;
    letter-spacing: -1px;
    font-size: 25px;
    text-shadow: 1px 1px #ddd;
    border-style: solid;
    border-bottom-color: #444;
    border-bottom-width: 1px;
}

.entry h2
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: lighter;
    letter-spacing: -1px;
    font-size: 25px;
    text-shadow: 1px 1px #ddd;
}
.entry .content
{
    margin: 10px 15px;
    text-align: justify;
    overflow: hidden;
}

.entry .content p
{
    margin-bottom: 10px;
}

.resumeitem > li
{
    margin-left: 40px;
    margin-bottom: 10px;
    overflow: hidden;
}

.resumeitem > li > h3 {
    margin-bottom: 5px;
}
.resumeitem > li > h3 > ul >li {
    margin-left: 15px;
}

.resumeitem > li > p {
    margin-left: 30px;
    /*width: 700px;*/
}
.resumeitem img
{
    float:right;
    margin: 20px;
    font-size: 8px;
}

 .game img
 {
     float:right;
     margin-right:20px;
     margin-left: 20px;
 }

/* FOOTER */
.foot
{
    background: #d0d0d0;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 10px;
    color: #444;
    /*display: block;*/
    font: bold 10px/30px sans-serif;
}

.foot .left
{
    float: left;
}
.foot .right
{
    float: right;
}



/* contact */

.entry .content .payment img {
  display: block;
  width: 20%;
  height: auto;
  border: 2px;
}
#contactme {
	width: 660px;
	/*padding: 20px 50px 20px 50px;*/
	margin: auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 200px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#recaptcha_area {
    float: left;
    padding-left: 116px
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* BLOG */

.post {
    margin: 10px;
    margin-top: 10px;
}

.post footer
{
    border-top: 1px solid black;
}

a
{
    text-decoration: none;
}

.game
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.game p
{
    margin: 10px;
}

.game iframe
{
    float: right;
    margin-right:20px;
    margin-left: 20px;
}

.hidden
{
    display : none;
}

.postfoot{
    /*overflow: hidden;*/
    margin-top: 5px;
    /*border-radius: 5px;*/
    color: #444;
    /*display: block;*/
    font: bold 12px/30px sans-serif;
}
.postfoot .inline {
    float: right;
}
.postfoot .inline li{
    display: inline;
}

.extra
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

table
{
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}
/*
table,td,th
{
    border-bottom: 1px solid black;
}
*/
table.tabcredit
{
	font-size: 85%;
	border-spacing: 2px;
	border-bottom: 1px solid black;
}
table.tabcredit tr
{
	border-bottom: 1px solid black;
}
table.tabcredit tr:hover {
	background-color: white;
}
table.tabcredit td:hover {
	cursor:pointer;
}
table.tabcredit td
{
    text-align: left;
    padding:5px;
    vertical-align: middle;
    max-width: 160px
}
table.tabcredit img
{
	height: 50px
}
table.tabcredit tr
{
	display: table-row;
}
table.tabcredit tbody
{
	height: 100vh;
	overflow: auto;
	display: block;
}
#gear,#cv
{
	height: 100vh;
	overflow: auto;
}

thead
{
    font-weight: bold;
}

