/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style-type: none;
}

acronym, abbr { cursor: help; border-bottom: #aaa 1px dotted; }
code, kbd, pre {font-family: "Monaco","Courier New", "Tahoma";}
.amp { font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; font-style: italic; font-size: 125%; font-weight: normal;}
small { font-size: 85%; font-weight: normal;}
blockquote {  background: url(images/quote.png) no-repeat 15px 10px; color: #333; font-family: Palatino, Georgia, "Times New Roman", serif; font-size: 1.3em; font-style: italic; line-height: 1.4em; margin-right: 10px; padding: 15px 25px; }
blockquote p { font-size: 115%; }
em { font-style: italic; }
dt { font-weight: bold; margin-top: .5em; }
dd { padding-left: 1em; }
#content #my-services ul, #content .post ul { list-style: disc; list-style-position: inside;}

body {
	background: #2d3037 url(../images/bg.jpg);
	color: #fff;
	line-height: 1.428em;
	margin: 2em 3em;
	font: 87.5% Georgia, serif;
	text-shadow: 0 1px 2px #000;
	width: 840px;
	position: relative;
	
}
h1, h2, h3, h4, h5, p, blockquote, address, dl, ul, ol { margin : 0 15px; padding : .5em 0}
p { color: #333; padding-bottom: 10px }
h1 {font-size: 1.714em}
h2 {font-size: 1.285em}
h3 {font-size: 1.142em}
h4 {font-size: 1em}

.extra {
	position: absolute;
	right: 0;
}
.extra li {
	display: inline;
	padding-right: 10px;
}
.extra a {
	color: #D4DEF7;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	opacity: .5;
}
.extra a:hover {
	opacity: 1;
  -webkit-transition: opacity 1s linear;
}
.content {
	margin-top: 3em;
}

.js .content h2 {
	width: 155px;
	display: block;
	float: left;
	clear: both;
	padding: 10px 0 10px 25px;
	margin-bottom: 3px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-moz-border-radius: 5px 0 0 5px;
	cursor: pointer;
	opacity: .5;
	background: #5B616F;
}
.js .content h2.on {
	opacity: 1;
	background: #fff;
	color: #18191d;
}
.js .content h2:hover {
	background: #fff;
	color: #18191d;
	opacity: 1;
  -webkit-transition: opacity 1s linear;
}
.js ul li .sub {
	width: 580px;
	position: absolute;
	left: 210px;
	background: #fff;
	color: #18191d;
	text-shadow: 1px 1px 1px #ccc;
	padding: 2em 25px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-moz-border-radius: 0 5px 5px 5px ;
}
.sub h3 {
	cursor: pointer;
	opacity: .7;
}
.sub h3:hover {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
}
.sub h3.on {
	opacity: 1;
	color: #CC3300;
}

dt {
	text-align: left;
	border-bottom: 1px solid #ffcc99;
	font-weight: bold;
	font-size: 105%;
}
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
}
