/*Theme Name: Jon AbbottTheme URI: http://jon-abbott.com/Description: The 2012 beta theme for Jon Abbott.Author: jon-abbott.comVersion: 1.1 (optional)Tags: design, white*/

/* ------------------------------------*/
/* html5doctor.com Reset Stylesheet    */
/* ------------------------------------*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ------------------------------------*/
/* Body                                */
/* ------------------------------------*/

body {
	font-family: 'Work Sans', georgia, times, times new roman, serif;
	border: none;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	margin: 0 auto;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5em;
	color: black;
}
a {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid blue;
}
a:hover {
	border-bottom: none;
}

ul {
    list-style: none;
    display: inline;
}

/* ------------------------------------*/
/* Content                             */
/* ------------------------------------*/

#wrap{
	width: 31em;
	margin: 0 auto;
}

#header {
	background-image:url('_tri.png');
	background-repeat:no-repeat;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 70px;
}


#diamond {
   width: 50px; 
   height: 50px; 
   background: blue;
   margin: 25px 0 0 25px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
      /* Rotate Origin */
   -webkit-transform-origin: 0 100%;
   -moz-transform-origin: 0 100%;
   -ms-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
}

#text {
}

p+p {
	 text-indent: 2em;
}

::selection {
	background: blue; /* Safari */
	color: white;
	}
::-moz-selection {
	background: blue; /* Firefox */
	color: white;
}