/* style.css */

/*
* This project uses the Silk icon set
* by Mark James
* http://www.famfamfam.com/lab/icons/silk/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		font-family: "Verdana", sans-serif;
        color: #f4f0bb;
        font-size: 18px;
        background-color: #152A40;
	}
    
    h1, h2, h3 {
        letter-spacing: 1px;
    }
    
    h1 {
        font-size: 200%;
        margin: 12px 0 0;
    }
    
    h2 {
        font-size: 150%;
        padding: 24px 0 12px;
    }
    
    h3 {
        font-size: 130%;
        padding: 12px 0 8px;
    }
    
    a {
        color: #f4f0bb;
        text-decoration: none;
    }
    
    a:active {
    
    }
    
    a:hover {
        border-bottom: 2px dotted #f4f0bb;
    }
    
    input {
        font-size: 110%;
        padding: 5px;
        border: 1px solid rgba(0,0,0,.8);
        box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    }
    
    .message {
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,.8);
        background: rgba(0,26,66,.9);
    }

    .footer {
        padding: 2em 0;
        margin-bottom: 2em;
    }
    
    .footer p {
        font-size: 90%;
        margin: 12px 0;
    }
    
    .controls {
        text-align: right;
        vertical-align: middle;
        line-height: 120%;
        margin: 0 0 12px;
    }
    
    .controls a, input[type=submit] {
        margin: 0 4px;
        outline: 0;
        font-size: 80%;
        padding: 2px;
        color: #f4f0bb;
	    text-decoration: none;
        display: inline-block;
        margin: 0;
        padding: 4px 8px;
        border-radius: 4px;
        box-shadow: 1px 1px 2px rgba(0,0,0,.3);
        border: 1px solid #222;
        background: #226f54;
   }
    
    .controls a:hover, input[type=submit]:hover {
        color: rbga(255,255,255,.9);
        background: #87c38f;
        color: #da2c38;
        box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    }
    
    .controls a:active, input[type=submit]:active {
        position: relative;
        top: 1px;
        left: 1px;
        box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
    }
    
    .controls span {
        margin: 0 2px;
    }
    
    .controls span:first-child {
        border-left: 0;
    }
    
    .person-actions {
        text-align: left;
    }
    
    .person-actions a {
        margin: 0 4px;
    }
    
    
    .item .actions a:hover {
        border: 0;
    }
    
    li.person>div {
        padding: 10px;
        border: 1px solid rgba(0,0,0,.5);
        border-bottom: none;
        background-color: #282c54;
    }
    
    li.person:first-child>div{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    li.person:nth-child(even)>div {
        background-color: #494e87;
    }
    
    li.person:last-child>div {
        border-bottom: 1px solid rgba(0,0,0,.5);
        margin-bottom: 24px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    .box {
        border-radius: 15px;
        padding: 8px 12px;
        background-color: rgba(0,0,0,.1);
    }
    
    .person-actions {
        line-height: 200%;
    }
    
    .name {
        font-size: 150%;
        padding: 4px 0 16px;
    }
    
    .item {
        margin: 0;
        width: 100%;
    }
    
    .item>div {
        font-size: 120%;
        background-color: rgba(0,0,0,.1);
        line-height: 32px;
        padding: 8px 0 4px;
    }
    
    .item:nth-child(even)>div {
        background-color: rgba(0,0,0,.2);
    }
    
    .item:first-child>div {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .item:last-child>div {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    table {
        background-color: rgba(0,0,0,.1);
        border-radius: 15px;
        display: inline-block;
        padding: 10px;
    }
    
    tr {
        margin: 0 10px;
        background: rgba(0,0,0,.075);
    }
    
    tr:nth-child(even) {
        background: rgba(0,0,0,.15);
    }    
    
    td {
        display: table-cell;
        padding: 10px 20px;
        vertical-align: middle;
    }
    
    td:first-child {
        text-align: right;
    }
	
    strong {
        font-weight: bold;
    }
    
    em {
        font-style: italic;
        font-size: 80%;
    }
    
    p {
        margin: 8px  0 12px;
    }

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}
