@charset "UTF-8";
/* CSS Document */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background-color: #fff;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: auto;
}
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;
}

#all {
	margin: 0 auto 50px;
	padding: 20px;
	position: relative;
	width: 960px;
}
header {
	background-color: #d9d9d9;
}
header section {
	background: url(../images/design-back.png) no-repeat 0 34px;
	height: 360px;
	margin: auto;
	width: 1080px;
}
header img {
	float: left;
	position: absolute;
	top: 0;
}
header h1 {
	font-size: 70px;
	line-height: 60px;
	padding: 20px 0;
}
header p {
	font-size: 16px;
	line-height: 30px;
}
header article {
	width: 380px;
	float: right;
	text-align: right;
}
h1 {
	font-family: 'Permanent Marker', arial, serif;
	font-size: 50px;
	padding-bottom: 20px;
}
hgroup {
	padding-top: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
h1, h2, h3, h4 {
	color: #505050;
	letter-spacing: 0.04em;
}
#logos p {
	text-align: center;
	padding-top: 10px;
}
h4 {
	padding-top: 10px;
}
a {
	color: #2F76CE;
	border-bottom: 1px dotted;
	font-style: italic;
	font-weight: lighter;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: bold;
}
p, h3 {
	color: #505050;
	font-size: 14px;
	font-weight: lighter;
	line-height: 26px;
}
.templates, #image_bank, #printed, #logos {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 20px;
}
.template_col {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 220px;
}
.template_col3 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	padding-bottom: 20px;
}
.first {
	clear: both;
}
.last {
}
#featured {
	padding-bottom: 30px;
}
#printed {
	border-bottom: 0 !important;
}
.printed {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 26px;
}
#printed .template_col {
	padding-bottom: 30px;
}
#printed .template_col img, .col_two img, .template_col3 img {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.uno {
	margin-top: 0;
}
.col_two {
	width: 460px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.col_two hgroup {
	border-bottom: 1px dashed #cdcdcd;
	margin: 10px 0;
	padding: 20px 0 30px;
}
.col_two hgroup:last-child {
	border-bottom: none !important;
}
.col_two h4 a, .col_two p a {
	background-color: #666;
	border-bottom: none !important;
	color: #fff;
	display: block;
	text-align: center;
	padding: 12px;
}
.col_two h4 a:hover, .col_two p a:hover {
	background-color: #2f76ce;
}

strong {
	font-weight: bold;
}
.subtitles {
	clear: both;
	font-size: 30px;
}
nav {
	background-color: #fff;
	display: block;
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
	width: 940px;
	z-index: 9999;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
	padding: 10px 4px;
}
nav ul li a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #2F76CE;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: 0.05em;
	padding: 14px 14px 12px;
}
nav ul li a:hover {
	background-color: #285997;
	color: #fff;
	font-weight: lighter;
}
.bold {
	font-size: 12pt;
	font-weight: bold;
}
#walls {
	overflow: hidden;
}
.wallpaper {
	float: left;
	width: 730px;
	margin-right: 20px;
	margin-top: 20px;
}
.wallpaper_sizes {
	float: left;
	margin-top: 20px;
	width: 150px;
}
.wallpaper_sizes li {
	padding: 10px 0;
}
.wallpaper_sizes li a {
	font-size: 12pt;
}
.wallpaper_sizes h2 {
	font-size: 13pt;
}