/* Code is compressed only in the preview version.
   The css files in the download are nicely formated and commented. 
   Check out the screenshots section for a look at the code*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
:focus
{
	outline: 0;
}
body
{
	background: #FFF;
	background-color: #222;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 22px;
	display:table;
	margin:0 auto;
	text-align:center;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
a
{
	color: #06A;
}
strong
{
	font-weight: 700;
}
em
{
	font-style: italic;
}
.fixed:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fixed
{
	display: block;
	min-height: 1%;
}
* html .fixed
{
	height: 1%;
}
#cv
{
	width: 780px;
	background-color: #FFF;
	border-bottom: 15px solid #FDB020;
	border-top: 15px solid #FDB020;
	margin: 60px auto 0;
	padding: 0 0 40px;
}
.cv-section
{
	border-bottom: 1px solid #dfdfdf;
	margin: 0 40px;
	padding: 30px 0;
}
.first-cv-section
{
	background-color: #F8F8F8;
	margin: 0;
	padding: 30px 40px;
}
.person
{
	float: left;
	margin-top: 20px;
	width: 440px;
}
.person img
{
	float: left;
	margin-right: 25px;
	background-color: #FFF;
	/*border: 1px solid #dedede;*/
	padding: 10px;
}
.person h1
{
	margin-top: 25px;
	/*margin-bottom: 10px;*/
	color: #475261;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align:left;
}
#contact-info
{
	float: right;
	margin-right: 10px;
}
ul#social-media
{
	margin-bottom: 18px;
	list-style: none;
}
ul#social-media li
{
	display: inline;
}
.cv-section-name
{
	float: left;
	width: 200px;
	text-align:left;
}
.cv-section-items
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 480px;
}
.item
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.item h4
{
	float: right;
	background-color: #eee;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 1em;
	padding: 2px 10px;
}
.item p
{
	text-align: justify;
	padding: 0 0 15px;
}
.item ul
{
	list-style: inside;
	text-align: justify;
	padding: 0 0 15px;
}
.last-item
{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.person h2
{
	color: #475261;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -.7px;
	text-transform: uppercase;
	text-align:left;
}
h2.cv-section-name
{
	color: #3C4756;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -1px;
}
.item h4:hover
{
	background-color: #000;
	color: #fff;
}
.item h2
{
	color: #06A;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
}
.item h2 a
{
	color: #06A;
	text-decoration: none;
}
.item h3
{
	color: #262625;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}
.item ul li
{
	list-style-type: disc;
}
.last-cv-section
{
	border-bottom: none;
}
.panel
{
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	display: none;
	height: auto;
	left: 0;
	top: 66px;
	width: 230px;
	position: fixed;
	_position: absolute;
	padding: 30px 30px 30px 170px;
}
a.emailme
{
	_background-image: none;
	background: #333 url(images/bg-emailme.png) 90% 50% no-repeat;
	border: 1px solid #444;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 700;
	left: 0;
	_padding: 15px 20px 15px 15px;
	text-decoration: none;
	top: 85px;
	position: fixed;
	_position: absolute;
	padding: 15px 40px 15px 15px;
}
a.emailme:hover
{
	background: #222 url(images/bg-emailme.png) 90% 50% no-repeat;
	_position: absolute;
	_background-image: none;
}
a.active.emailme
{
	background: #222 url(images/bg-emailme-extended.png) 90% 50% no-repeat;
	_position: absolute;
	_background-image: none;
}
#contact-form
{
	width: 210px;
}
form p
{
	clear: both;
	margin-bottom: 10px;
}
input, textarea
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #515151;
	width: 200px;
	padding: 5px;
}
textarea
{
	height: 50px;
}
.btn
{
	_height: 25px;
	_padding: 2px;
	width: 80px;
}
#formstatus
{
	clear: both;
	font-weight: 700;
	font-size: 12px;
	line-height: 10px;
}
.formstatuserror
{
	color: red;
}
.formstatusok
{
	color: #0C3;
}
/**/
.btn2 {
	float: left;
	clear: both;
	background: url('images/btn_left.png') no-repeat;
	padding: 0 0 0 10px;
	/*margin: 5px 0;*/
	margin:0 0 0 40px;
}
.btn2 a{
	float: left;
	height: 40px;
	background: url('images/btn_stretch.png') repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #3C4756;
	font-size: 1em;
	text-decoration: none;
	font-weight:bolder;
}
.btn2 span {
	background: url('images/btn_right.png') no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }
.clear {
	clear: both;
}

/**********/

.newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/*margin: 45px;*/
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #999;
}
.newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
.newspaper-b tbody
{
	background: #dfdfdf;
}
.newspaper-b td
{
	padding: 5px;
	color: #669;
	border-top: 1px dashed #fff;
}
.newspaper-b tbody tr:hover td
{
	color: #339;
	background: #ccc;
}