@charset "utf-8";

@font-face {
    font-family: 'ChainprinterRegular';
    src: url('chainprinter-webfont.eot');
    src: url('chainprinter-webfont.eot?#iefix') format('embedded-opentype'),
         url('chainprinter-webfont.woff') format('woff'),
         url('chainprinter-webfont.ttf') format('truetype'),
         url('chainprinter-webfont.svg#ChainprinterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
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;
}
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;
}

/**********START STYLES**************/
body {
	background:url(../images/bg.jpg) #202020 repeat-x;
	padding:20px 0px;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:13px;
}
h1 {font-family:'ChainprinterRegular',Arial, Helvetica, sans-serif; font-size:24px; margin:0px 0px 20px 0px;}
h2 {font-size:15px; font-weight:700; color:#b8382d; margin:0px 0px 20px 0px;}
p {
	margin:0px 0px 15px 0px;
	line-height:18px;
}
hr {width:100%; height:1px; border:0px; background-color:#000; margin:10px 0px !important;}
strong {font-weight:700;}
em { font-style:italic;}
.content ul {margin-bottom:15px; padding-left:15px; list-style: none;}
.content ul li {background:url(../images/bullet.png) no-repeat left 6px; padding-left:12px; margin-bottom:7px;}

.content ol {margin-bottom:15px; padding-left:27px; list-style: decimal;}
.content ol li { padding-left:0px; margin-bottom:4px;}


.red { color:#b9382d;}
.blue { color:#1e4285;}


.clear { clear:both;}
.rounded {-webkit-border-radius: 4px; border-radius: 4px;}
.wrapper {width:960px; margin:0px auto 15px; background:url(../images/bg-wrapper.jpg) #fff repeat-y top center; -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);}
.page {
	background:url(../images/bg-headgrad.png) repeat-x;
}

.header {
	padding:40px 0px 0px 0px;
	margin:0px 0px 35px 0px;
}

.content-area {
	padding:0px 80px 30px 30px;
}

.nav {
	font-family:'ChainprinterRegular',Arial, Helvetica, sans-serif;
	width:155px;
	padding:20px 20px 0px;
	font-size:18px;
	color:#1e4285;
	float:left;
	background:url(../images/bg-nav.png);
	-webkit-box-shadow: 4px 5px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 4px 5px 0px 0px rgba(0,0,0,0.2);
}
.nav a {
	color:#1e4285;
	text-decoration:none;
}
.nav a:hover {
	color:#1e4285;
	text-decoration:underline;
}
.nav li {
	margin-bottom:18px;
}
.nav ul li div {
	line-height:16px !important;
}
.nav ul li div a {
	color:#9e3026;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:13px;
	text-decoration:none;
	line-height:16px !important;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
}
.nav ul li div a:hover {
	color:#1e4285;
	text-decoration:underline;
}
.content {
	width:610px;
	float:right;
	padding-top:15px;
}
.content a {color:#24749d; text-decoration:underline;}

.covers img {
	margin:0px 10px 0px 0px;
}

.footer {
	width:960px;
	margin:0px auto 10px;
	text-align:center;
	color:#fff;
}
.esolutions {
	font-size:12px;
	width:960px;
	margin:0px auto;
	text-align:center;
	color:#3a3a3a;
}
.esolutions a {color:#3a3a3a; text-decoration:none;}
.esolutions a:hover {color:#fff; text-decoration:underline;}
.content img {
	-webkit-box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.15);
}

.blog-title {
	font-weight:bold;
	font-size:18px;
	margin:0px 0px 5px 0px;
}
.blog-date {
	font-size:15px;
	font-style:italic;
	margin:0px 0px 10px 0px;
}
.portfolio-image {
	width:20%;
	height:170px;
	margin-bottom:14px;
	float:left;
}
.header-tag {
	background-image:url(../images/logo_line.png); width:360px;height:126px;float:right;
}
.header-tag h1 {
	text-align:right; padding-top:70px; padding-right:100px
}