    #Reset & Basics Basic Styles Site Styles Typography Links Lists Images Buttons Forms Misc */
/* #Reset & Basics (Inspired by E. Meyers) ================================================== */
    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; }
    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; } 


/* #Basic Styles ================================================== */
    body {
//        background: #fafafa;
	background: #11998e;
//	background-image: radial-gradient(#11998e, #38ef7d);

        font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fafafa;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
	width: 500px;
	margin: auto;
 }
/* #Typography ================================================== */
    h1, h2, h3, h4, h5, h6 {
        color: #fafafa;
        font-family: "Georgia", "Times New Roman", serif;
        font-weight: normal; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    h1 { font-size: 46px; line-height: 48px; margin-bottom: 10px;}
    h2 { font-size: 35px; line-height: 42px; margin-bottom: 10px; }
    h3 { font-size: 28px; line-height: 30px; margin-bottom: 0px; }
    h4 { font-size: 21px; line-height: 30px; margin-bottom: 0px; }
    h5 { font-size: 17px; line-height: 24px; }
    h6 { font-size: 14px; line-height: 21px; }

    p { margin: 0 0 20px 0;
	padding: 0 0 10px 0 
	}
    em { font-style: italic; }
    strong { font-weight: bold; color: #fafafa; }
    small { font-size: 80%; } /* Blockquotes */
    blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
    blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
    blockquote cite { display: block; font-size: 12px; color: #555; }
    blockquote cite:before { content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
    hr { border: dashed #181818; border-width: 2px 0 0; clear: both; margin: 20px 0 40px; height: 0; } 


/* #Links ================================================== */
    a, a:visited { color:inherit;  outline: 0; }
    a:hover, a:focus { color:inherit; }
    p a, p a:visited { line-height: inherit; } 

/* #Lists ================================================== */
    ul { 
//	color: #181818;
	list-style: none;
	margin:20px 20px ;
	padding: 0;
	 }

    li {
	margin:10px;
	list-style:square;
	line-height:24px;
	}

/* #Images ================================================== */


/* #Misc ================================================== */

#landing a, #landing a:visited {
	text-decoration:none;
	}

#selfhosted li {
	display:inline;
	padding:10px;
	margin:20px;
	background-color:black;
	width:100%;
	}	

#selfhosted li a, #selfhosted a:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
	}
#selfhosted li a:focus,
#selfhosted li a:active,
#selfhosted li a:hover {
//	color:black;
//	background-color:white;
	}


#toollist li {
	list-style: none;
	color: #181818;
	padding: 10px;
	border: solid 2px black;
	//background-color: black;
	width:150px;
	}


#container {
// 	width:50%;
	}



@media (max-width: 640px) {
	#selfhosted li {
		display: block;
		width: 50%;
		}

	}
