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: none;
	vertical-align: baseline;
	background: transparent;
}

html {
	width: 100%; height: 100%;
	margin-bottom: 1px;
}

body {
	font: normal 12px Arial, Helvetica, sans-serif;	
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

/* per request */
sub { vertical-align: bottom; }
sup { vertical-align: top; }

img {
	margin: 0; padding: 0; border: 0;
}

a {
	outline-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

blockquote p {
	font-style: italic;
}

blockquote {
	margin: 22px 40px; padding: 5px 50px;
	font: 13px Arial, Verdana, Tahoma;
	background-repeat: no-repeat;
	background-position: 0 10px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

.single-post-unique img {
	display: inline;
	max-width: 530px;
}

img.alignnone {
	float: none;
	margin: 5px; padding: 5px;
}

img.alignleft {
	float: left;
	margin: 5px 5px 5px 0; padding: 5px;
}

img.alignright {
	float: right;
	margin: 5px; padding: 5px;
}

img.aligncenter {
	display: block;
	margin: 0 auto; padding: 5px;
}

.alignright { float: right; }
.alignleft { float: left; }

.clear {
	clear: both; overflow: hidden;

	margin-bottom: -1px;
	line-height: 1%;
	font-size: 0px;
}

* html .clear { height: auto; }


/* Structure */

.wrap {
	width: 962px; margin: 0 auto;
}

#header {
	width: 962px;
	margin-top: 60px; margin-bottom: 20px;
	padding: 0; overflow: hidden;
}

#logo {
	float: left;
	margin: 0; padding: 0;
}

#logo h1 {
}

#logo.image a {
	width: 212px; height: 35px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
}

#logo.text a {
	margin: 0; padding: 0;
	font: bold 45px/35px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#content {
	float: left;
	width: 960px;
}

#content .head.content {
	float: left;
	width: 958px;
}

#content .foot.content {
	float: left;
	width: 958px; min-height: 300px;
	padding: 20px 0 20px 0;
}

#main {
	float: left;
	width: 618px;
	margin: 0 0 0 15px;
	background-repeat: repeat-y;
	background-position: top left;
}

#main h1 {
	margin: 0 0 25px 0; padding: 0 20px 0 0;
	text-decoration: none;
	font: bold 48px/48px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
}

#main h1 a:hover {}

#main .head.main {
	float: left;
	width: 618px;
	background-repeat: no-repeat;
	background-position: top left;
}

#main .foot.main {
	overflow: hidden;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#side {
	float: right; position: relative;
	width: 240px;
	padding: 0 10px 20px 0;
}

#side h3 {
	overflow: hidden;
	width: 247px; height: 65px;
	margin: 0 0 0 -22px; padding: 0 20px 0 21px;
	font: normal 24px/44px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: -1px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: top left;
}

#side h3 a {
	font: normal 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	line-height: 44px;
}

#footer {
	clear: both;
}

#footer h3 {
	text-transform: uppercase;
	font: normal 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 20px;
}

#footer a {	color: #656565;
}

#footer a:hover {
	text-decoration: none;
}

#footer .head {
	height: 55px;
}

#footer .head a {
	font: bold 40px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1.5px;
}

#footer .head a:hover {}

#footer .head a.left {
	float: left;
}

#footer .head a.right {
	float: right;
}

#footer .body {
	padding: 5px 25px;
}

#footer .copy {
	clear: both;
	text-align: left;
	font-size: 11px;
	line-height: 40px;
}

#footer .copy a {
	color: #656565;
	text-decoration: none;
}

#footer .copy a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer .logo {
	display: block;
	width: 138px; height: 18px;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}

#footer .block {
	float: left;
	width: 290px; height: auto;
	margin: 0 20px 15px 0;
}

#footer #search {
	float: left;
	margin: 25px 0 15px 0;
}





