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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ============================================================================== */

body {
	font-family:Helvetica, Arial, sans-serif, default;
	font-size:11px;
	line-height:18px;
	background:#142a5b;
	color:#142a5b;
}

#wrapper {
	width:386px;
	margin:0px auto;
}

#header h1 {
	height:72px;
	background: url("images/header.png") top left no-repeat;
	width:386px;
	text-indent:-9999px;
}

#content {
	padding:6px 0 0 0;
	border-top:1px solid #a1aabd;
	background:#fff;
	width:368px;
	margin:0px auto;
}

#content h2 {
	width:386px;
	height:40px;
	margin:0 0 0 -9px;
	text-indent:-9999px;
	background-position: top left;
}

#content h2.ui-state-active {
	background-position: bottom left;
}

#content h2.about {
	background-image: url('images/about-header.png');
	z-index:50;
}

#content h2.follow {
	background-image: url('images/follow-header.png');
	z-index:75;
	margin-top:-5px;
}

#content h2.contact {
	background-image: url('images/contact-header.png');
	z-index:100;
	margin-top:-5px;
}

#content .text {
	padding:14px 20px;
}

#content .text p {
	margin:0 0 20px 0;
}

#content .text .image {
	text-align:center;
	margin:0px auto;
}

ul li {
	margin:0 0 20px 0;
}

ul.vcard li {
	margin:10px 0;
}

ul li a {
	background-image: url('images/social-icons.jpg');
	background-repeat: no-repeat;
	padding:0 0 0 28px;
	line-height:15px;
	color:#142a5b;
	text-decoration:none;
	display:block;
}

ul.vcard li a {
	background: none;
	padding:0px;
	font-weight:bold;
	display:inline;
}

ul li a:hover {
	text-decoration:underline;
}

ul li.linkedin a {
	background-position:0 0px;
}

ul li.facebook a {
	background-position:0 -15px;
}

ul li.twitter a {
	background-position:0 -30px;
}

ul li.blog a {
	background-position:0 -45px;	
}

ul li.youtube a {
	background-position:0 -60px;	
}

ul li.twitter a{
	background-position: 0 -75px;
}


#footer {
	color:#9cad26;
	background:#fff;
	width:368px;
	margin:0px auto;
	font-weight:bold;
	padding:20px 0 10px 0;
}

#footer p {
	text-align:center;
}

h3{
	font-size:12px;
	padding-bottom:20px !important;
}