html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
	image-rendering: optimizeQuality;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td
{
	text-align: left;
	font-weight: normal;
}

table,
td,
th
{
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote,
q
{
	quotes: "" "";
}

a img
{
	border: none;
}

img
{
	image-rendering: optimizeQuality;
}

pre,
code,
kbd,
samp,
var,
output
{
	white-space: pre;
}

mark
{
	background: #ffffd9;
}

nav,
section,
article,
header,
aside,
footer,
figure,
dialog
{
	display: block;
}

time,
progress,
mark,
output
{
	display: inline;
}

@font-face
{
	font-family: 'Mentone SemiBold';
	src: url('fonts/eot/mentone-semibol.eot');
	src: local('Mentone SemiBold'), local('Mentone-SemiBold'), url('fonts/woff/mentone-semibol.woff') format('woff'), url('fonts/otf/mentone-semibol.otf') format('truetype');
}

hr
{
	width: 100%;
	clear: both;
}

html
{
	font-size: 100.01%;
}

body
{
	font-size: 62.5%;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong,
th,
thead td,
h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: bold;
}

cite,
em,
dfn
{
	font-style: italic;
}

code,
kbd,
samp,
pre,
tt,
var,
input[type='text'],
input[type='password'],
textarea
{
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, monospace;
}

del
{
	text-decoration: line-through;
	color: #666;
}

ins,
dfn
{
	border-bottom: 1px solid #ccc;
}

small,
sup,
sub
{
	font-size: 85%;
}

a abbr
{
	border: none;
}

abbr[title],
dfn[title]
{
	cursor: help;
	border-bottom: 1px dotted #333;
}

sup
{
	vertical-align: super;
}

sub
{
	vertical-align: sub;
}

blockquote
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}

fieldset
{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend
{
	font-weight: bold;
	font-size: 1.2em;
}

label
{
	font-weight: bold;
}

textarea,
input[type='text'],
input[type='email'],
input[type='password'],
select
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

input[type='email'],
textarea,
input[type='password'],
input[type='text']
{
	padding: 5px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(255, 255, 255)), color-stop(0.92, rgb(238, 238, 238)), color-stop(1, rgb(199, 199, 199)) );
	background-image: -moz-linear-gradient( center bottom, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 92%, rgb(199, 199, 199) 100% );
	background-image: linear-gradient( center bottom, rgb(255, 255, 255) 50%, rgb(238, 238, 238) 92%, rgb(199, 199, 199) 100% );
}

input[type='email']:focus, textarea:focus, input[type='password']:focus, input[type='text']:focus
{
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(244, 255, 207)), color-stop(0.92, rgb(246, 255, 194)), color-stop(1, rgb(226, 240, 135)) );
	background-image: -moz-linear-gradient( center bottom, rgb(244, 255, 207) 50%, rgb(246, 255, 194) 92%, rgb(226, 240, 135) 100% );
	background-image: linear-gradient( center bottom, rgb(244, 255, 207) 50%, rgb(246, 255, 194) 92%, rgb(226, 240, 135) 100% );
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover
{
	border-color: #aaa;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus
{
	border-color: #888;
	-moz-box-shadow: 0px 0px 6px #fff;
	-webkit-box-shadow: 0px 0px 6px #fff;
	box-shadow: 0px 0px 6px #fff;
}

input,
select
{
	cursor: pointer;
}

input[type='text'],
input[type='password']
{
	cursor: text;
}

h1
{
	font-size: 2.8em;
}

h2
{
	font-size: 2.7em;
}

h3
{
	font-size: 1.75em;
}

h4
{
	font-size: 1.3em;
}

h5
{
	font-size: 1.2em;
}

h6
{
	font-size: 1em;
}

ul li
{
	margin-left: .85em;
}

ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: square;
}

ul ul ul
{
	list-style-type: circle;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
}

dt
{
	font-weight: bold;
}

table
{
	margin-bottom: 1.4em;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table thead th
{
	background: #262016;
	color: #fff;
	font-weight: bold;
	border: 1px solid #262016;
}

table th,
table td,
table caption
{
	text-align: left;
	padding: 5px;
}

table th
{
	text-align: center;
}

table td
{
	border: 1px solid #dfdac0;
}

table td p
{
	margin-bottom: 0.325em;
}

table tbody tr th
{
	background-color: #b44000;
	border: 1px solid #b44000;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	color: #eae5ce;
}

table tbody tr td
{
	background: #dfdac0;
	border: 1px solid #ecedda;
}

table tbody tr:nth-child(odd) td
{
	background: #eae5ce;
}

table caption
{
	background: #eee;
}

table tfoot
{
	font-style: italic;
}

table tfoot tr td
{
	padding: 8px 10px 8px 5px;
	border: none;
	border-bottom: 1px solid #393124;
	text-align: right;
}

hr,
p,
ul,
ol,
dl,
pre,
blockquote,
address,
table,
form
{
	margin-bottom: 1.35em;
}

h1
{
	margin: 1em 0 .5em;
}

h2
{
	margin: 1.07em 0 .535em;
}

h3
{
	margin: 1.14em 0 .57em;
}

h4
{
	margin: 1.23em 0 .615em;
}

h5
{
	margin: 1.33em 0 .67em;
}

h6
{
	margin: 1.6em 0 .8em;
}

th,
td
{
	padding: .8em;
}

caption
{
	padding-bottom: .8em;
}

blockquote
{
	padding: .8em 1em 0 1em;
	margin: 1.6em 0;
}

fieldset
{
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
}

legend
{
	padding-left: .8em;
	padding-right: .8em;
}

legend+*
{
	margin-top: 1em;
}

textarea,
input
{
	padding: .3em .4em .15em .4em;
}

select
{
	padding: .1em .2em 0 .2em;
}

option
{
	padding: 0 .4em;
}

a
{
	position: relative;
	padding: 0.3em 0 .1em 0;
}

dt
{
	margin-top: .8em;
	margin-bottom: .4em;
}

ul
{
	margin-left: 1.5em;
}

ol
{
	margin-left: 2.35em;
}

ol ol,
ul ol
{
	margin-left: 2.5em;
}

img.alignleft
{
	float: left;
	margin: 0 1.5em 1.5em 0;
	padding: 0;
}

img.alignright
{
	float: right;
	margin: 0 0 1.5em 1.5em;
}

code,
pre
{
	color: #c33;
}

a
{
	text-decoration: none;
	color: #262016;
}

a:hover
{
	text-decoration: underline;
}

label
{
	font-weight: bold;
}

fieldset
{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend
{
	font-weight: bold;
	font-size: 1.2em;
}

input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select
{
	background-color: #fff;
	border: 1px solid #bbb;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border-color: #666;
}

input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select
{
	margin: 0.5em 0;
}

input.text,
input.title
{
	width: 300px;
	padding: 5px;
}

input.title
{
	font-size: 1.5em;
}

textarea
{
	width: 390px;
	height: 250px;
	padding: 5px;
}

input[type=checkbox],
input[type=radio],
input.checkbox,
input.radio
{
	position: relative;
	top: .25em;
}

form.inline
{
	line-height: 3;
}

form.inline p
{
	margin-bottom: 0;
}

.error,
.notice,
.success
{
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a
{
	color: #8a1f11;
}

.notice a
{
	color: #514721;
}

.success a
{
	color: #264409;
}

@font-face
{
	font-family: 'TitilliumMaps26L 750 wt';
	src: url('fonts/TitilliumMaps26L001.eot');
	src: local('TitilliumMaps26L 750 wt'), local('fonts/TitilliumMaps26L-750wt'), url('fonts/TitilliumMaps26L001.woff') format('woff'), url('fonts/TitilliumMaps26L001.otf') format('opentype');
}

h1
{
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h2
{
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	color: #262016;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}

.search article h3,
.archive article h3
{
	font: bold 2.1em "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #262016;
	margin-top: 0.325em;
}

.search article h3 a:hover, .archive article h3 a:hover, h2 a:hover
{
	color: #b44000;
}

body
{
	background: #eae5ce url(images/backbody.png) repeat 50% 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.entry-summary a,
.entry-content a
{
	color: #b44000;
}

#insidebody
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent url(images/header.png) repeat-x 50% 0;
}

#insidebody
{
	min-height: 625px;
}

* html #insidebody
{
	height: auto;
}

#page
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	font-size: 1.2em;
	padding: 0;
	margin: 0 auto;
}

#page:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

#page
{
	display: inline-block;
}

* html #page
{
	height: 1%;
}

#page
{
	display: block;
}

.showgrid #page
{
	background: none;
	margin: 0;
}

.showgrid #insidebody
{
	background: none;
}

header#main
{
	color: #161616;
	width: 944px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	padding: 0 0 0 0;
	margin-bottom: 2.2em;
	border-right-color: #262016;
	border-left-color: #262016;
	background-color: #262016;
}

header#main h1
{
	width: 544px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-left: 0;
	position: relative;
	border-right-color: #262016;
	text-indent: 0;
	font-size: 7em;
	margin: 0;
	padding-top: 83px;
}

header#main h1 a
{
	position: relative;
	color: #c7d23f;
	padding-left: 16px;
}

header#main h1 a:hover img
{
	background-position: 0 -231px;
}

header#main h1 img
{
	text-indent: -9999px;
	position: absolute;
	top: -58px;
	left: -16px;
	padding: 0 483px 100px 0;
	background: transparent url(images/clearideaz.gif) no-repeat 0 0;
	z-index: 4;
}

header#main hgroup
{
	float: left;
	position: relative;
}

header#main h2
{
	clear: both;
	font-size: 1.4em;
	padding-left: 20px;
	margin: 0;
	color: #eae5ce;
}

header#main nav
{
	background: transparent url(images/backnav.png) repeat top left;
	width: 384px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-right: 0;
	border-color: #262016;
	padding: 0;
	margin: 0;
	display: block;
}

header#main nav
{
	min-height: 231px;
}

* html header#main nav
{
	height: auto;
}

header#main nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

header#main nav ul li
{
	margin: 19px 0;
	padding: 0;
}

header#main nav ul li a
{
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	clear: both;
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 2.25em;
	line-height: 1.255em;
	background: #c7d23f url(images/menubg.png) repeat-y 0 0;
	margin-left: 240px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #262016;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
	-moz-transition: padding-left 150ms ease-in;
	-webkit-transition: padding-left 150ms ease-in;
	-o-transition: padding-left 150ms ease-in;
	transition: padding-left 150ms ease-in;
}

header#main nav ul li.page-item-30 a
{
	padding-left: 24px;
	margin-left: 224px;
}

header#main nav ul li.page-item-30 a:hover
{
	padding-left: 29px;
}

header#main nav ul li.page-item-2 a
{
	padding-left: 248px;
	margin-left: 0;
	background-image: none;
}

header#main nav ul li.page-item-2 a:hover
{
	padding-left: 253px;
}

header#main nav ul li.page-item-62 a
{
	margin-left: 144px;
	padding-left: 104px;
}

header#main nav ul li.page-item-62 a:hover
{
	padding-left: 109px;
}

header#main nav ul li.page-item-75 a
{
	margin-left: 64px;
	padding-left: 184px;
}

header#main nav ul li.page-item-75 a:hover
{
	padding-left: 189px;
}

header#main nav ul li.current_page_parent a,
header#main nav ul li.current_page_parent a:hover,
header#main nav ul li.current_page_item a,
header#main nav ul li.current_page_item a:hover
{
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	color: #eae5ce;
	background-color: #b44000;
	background-position: -384px 0;
}

.contact #wpcf7-f1-p75-o1
{
	margin-top: 16px;
}

.contact #wpcf7-f1-p75-o1 .wpcf7-display-none
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.contact #wpcf7-f1-p75-o1 .wpcf7-response-output
{
	background-color: #262016;
	padding: 10px 0 5px 0;
}

.contact #wpcf7-f1-p75-o1 .wpcf7-response-output p
{
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 0.8em 0.8em 0.8em 4em;
	margin: 0 10px;
	font-weight: bold;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.contact #wpcf7-f1-p75-o1 form .your-message textarea
{
	display: block;
	width: 350px;
	margin-bottom: 0.5em;
}

.contact #wpcf7-f1-p75-o1 form .your-message .wpcf7-not-valid-tip-no-ajax
{
	margin-left: 146px;
}

.contact h3
{
	background: transparent url(images/corner_mini.png) no-repeat -622px 71%;
	left: -8px;
	padding: 0 0 25px 0;
	margin-bottom: -0.4em;
	margin-top: 0;
	position: relative;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
}

.contact h3 span
{
	padding: 7px 24px 7px 24px;
	background: #c7d23f url(images/article_footer_green.png) repeat-y scroll left top;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
	color: #262016;
}

.contact .wpcf7-quiz-label
{
	padding-top: 10px;
	float: left;
	display: inline;
}

.contact #question-quiz
{
	width: 110px;
	margin-top: 8px;
	margin-left: 8px;
}

.contact aside
{
	width: 384px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-right: 0;
	margin-top: 16px;
	background-color: #b44000;
	color: #eae5ce;
}

.contact aside p
{
	padding: 0.1em 16px 0.1em;
}

#content
{
	width: 544px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	padding-bottom: 2.5em;
	background-color: #eae5ce;
}

#content img
{
	border: 1px solid #dfdac0;
	background-color: #fff;
	padding: .25em;
}

#content img.bgless
{
	background-color: transparent;
	border: none;
	padding: 0.25em;
}

#content img.wp-smiley
{
	float: none;
	border: none;
	padding: 0;
	margin: 0 2px;
	background-color: transparent;
}

#content table img
{
	background-color: transparent;
	border: none;
	padding: 0;
}

#search
{
	width: 384px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-bottom: 8px solid #eae5ce;
	position: relative;
	z-index: 2;
	border-top: 1.35em solid #eae5ce;
	background-color: #eae5ce;
	color: #fff;
}

#search fieldset
{
	background-color: #262016;
	border: none;
	margin: 0;
	padding: 0.2em 0.5em;
}

#search fieldset *
{
	vertical-align: middle;
}

#search fieldset label
{
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

#search fieldset input.searchsubmit
{
	margin-bottom: 0;
	padding: 0;
	margin-left: -30px;
	color: #fff;
	background-color: transparent;
}

#search fieldset input.text
{
	width: 68%;
	margin-left: 12px;
}

.wp_syntax
{
	width: 99% !important;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #F9F9F9;
	border: 1px solid silver;
	color: #110000;
	margin: 0 0 1.5em;
	padding: 0.3em;
}

aside
{
	width: 224px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	margin-top: -3.4em;
	background-color: #eae5ce;
}

aside#extras
{
	width: 144px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
}

aside h3
{
	background-color: #b44000;
	color: #eae5ce;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-bottom: 0.2em;
	padding: 0.2em;
}

aside h3.comment_title
{
	margin: 0.6em 0 -11px 0;
	color: #262016;
	background-color: transparent;
	text-shadow: 0 0 0 #000000;
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

aside ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

aside ul li
{
	margin: 0;
	padding: 0.1em 0.4em 0.3em;
	background: transparent url(images/li.png) repeat-x center bottom;
	display: block;
}

aside .wp-tag-cloud
{
	overflow: hidden;
}

aside .wp-tag-cloud li
{
	background-image: none;
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
	line-height: 1.0em;
}

aside .wp-tag-cloud li a
{
	background-color: #c7d23f;
	color: #262016;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 5px 0 0;
	padding: 0 3px;
	text-decoration: none;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	text-shadow: 0 -.06em 1px rgba(255, 255, 255, 0.5);
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

aside .wp-tag-cloud li a:hover
{
	background-color: #b44000;
	color: #eae5ce;
	text-shadow: 0 -.06em 1px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.blog time
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.search .author,
.archive .author,
.single .author,
.blog .author
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.search #content,
.archive #content,
.single #content,
.blog #content
{
	width: 544px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
}

.search #content .commentlist article,
.archive #content .commentlist article,
.single #content .commentlist article,
.blog #content .commentlist article
{
	margin-bottom: 0;
}

.search #content article,
.archive #content article,
.single #content article,
.blog #content article
{
	padding: 0.9em 16px;
	margin: 16px 0 3.5em 0;
	position: relative;
}

.search #content article.post,
.search #content article.page,
.archive #content article.post,
.archive #content article.page,
.single #content article.post,
.single #content article.page,
.blog #content article.post,
.blog #content article.page
{
	background-color: #dfdac0;
}

.search #content article.post:after, .search #content article.page:after, .archive #content article.post:after, .archive #content article.page:after, .single #content article.post:after, .single #content article.page:after, .blog #content article.post:after, .blog #content article.page:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

.search #content article.post,
.search #content article.page,
.archive #content article.post,
.archive #content article.page,
.single #content article.post,
.single #content article.page,
.blog #content article.post,
.blog #content article.page
{
	display: inline-block;
}

* html .search #content article.post,
* html .search #content article.page,
* html .archive #content article.post,
* html .archive #content article.page,
* html .single #content article.post,
* html .single #content article.page,
* html .blog #content article.post,
* html .blog #content article.page
{
	height: 1%;
}

.search #content article.post,
.search #content article.page,
.archive #content article.post,
.archive #content article.page,
.single #content article.post,
.single #content article.page,
.blog #content article.post,
.blog #content article.page
{
	display: block;
}

.search #content article header h2,
.archive #content article header h2,
.single #content article header h2,
.blog #content article header h2
{
	background: transparent url(images/corner.png) no-repeat -638px 100%;
	padding: 0 0 19px 0;
	border: none;
	left: -34px;
	clear: both;
	margin-top: -30px;
	display: block;
	height: 1%;
	position: relative;
	z-index: 10;
}

.search #content article header h2:after, .archive #content article header h2:after, .single #content article header h2:after, .blog #content article header h2:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

.search #content article header h2,
.archive #content article header h2,
.single #content article header h2,
.blog #content article header h2
{
	display: inline-block;
}

* html .search #content article header h2,
* html .archive #content article header h2,
* html .single #content article header h2,
* html .blog #content article header h2
{
	height: 1%;
}

.search #content article header h2,
.archive #content article header h2,
.single #content article header h2,
.blog #content article header h2
{
	display: block;
}

.search #content article header h2 a,
.archive #content article header h2 a,
.single #content article header h2 a,
.blog #content article header h2 a
{
	float: left;
	background: #c7d23f url(images/article_footer_green.png) repeat-y top left;
	margin: 0;
	padding: 0.325em 20px 0.325em 34px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
	margin: 0;
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.search #content article header h2 a:hover, .archive #content article header h2 a:hover, .single #content article header h2 a:hover, .blog #content article header h2 a:hover
{
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}

.search #content article.even header h2,
.archive #content article.even header h2,
.single #content article.even header h2,
.blog #content article.even header h2
{
	background-position: 0 100%;
}

.search #content article.even header h2 a,
.archive #content article.even header h2 a,
.single #content article.even header h2 a,
.blog #content article.even header h2 a
{
	background: #91d2c2 url(images/article_footer_blue.png) repeat-y top left;
}

.search #content article h3,
.archive #content article h3,
.single #content article h3,
.blog #content article h3
{
	color: #B44000;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}

.search #content article a img,
.archive #content article a img,
.single #content article a img,
.blog #content article a img
{
	-moz-transition: background-color 250ms ease-in;
	-webkit-transition: background-color 250ms ease-in;
	-o-transition: background-color 250ms ease-in;
	transition: background-color 250ms ease-in;
}

.search #content article a:hover img, .archive #content article a:hover img, .single #content article a:hover img, .blog #content article a:hover img
{
	background-color: #b44000;
}

.search #content article ul,
.archive #content article ul,
.single #content article ul,
.blog #content article ul
{
	clear: both;
}

.search #content article .comment_link,
.archive #content article .comment_link,
.single #content article .comment_link,
.blog #content article .comment_link
{
	float: left;
	position: absolute;
	right: 539px;
	margin: 0;
	font-weight: bold;
	background: transparent url(images/corner.png) no-repeat -1272px 100%;
	padding: 0 0 10px 0;
	text-align: center;
}

.search #content article .comment_link a,
.archive #content article .comment_link a,
.single #content article .comment_link a,
.blog #content article .comment_link a
{
	float: left;
	color: #eae5ce;
	padding: 5px 10px;
	background: #b44000 url(images/comment_link.png) no-repeat 200% 200%;
}

.search #content article .comment_link a:hover, .archive #content article .comment_link a:hover, .single #content article .comment_link a:hover, .blog #content article .comment_link a:hover
{
	text-decoration: none;
	background-position: 0 0;
	background-repeat: repeat-x;
}

.search #content article .comment_link a span,
.archive #content article .comment_link a span,
.single #content article .comment_link a span,
.blog #content article .comment_link a span
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.search h2,
.archive h2,
.single h2,
.blog h2
{
	margin-top: 0.2em;
	margin-bottom: 0;
	padding-left: 16px;
}

.search article footer,
.archive article footer,
.single article footer,
.blog article footer
{
	background-color: transparent;
	border: none;
}

.cv #content
{
	width: 944px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	margin-top: 16px;
	position: relative;
}

.cv #content #contact
{
	color: #eae5ce;
}

.cv #content #contact a
{
	color: #eae5ce;
}

.cv #content #contact dt,
.cv #content #contact dd
{
	padding: 0 16px 4px 16px;
}

.cv #content #contact dd
{
	padding: 0.4em 16px 0.4em 16px;
}

.cv #content #contact h4
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.cv #content #contact dt
{
	display: inline;
	float: left;
	clear: left;
	font-weight: bold;
	margin: 0;
	padding: 0.4em 16px;
	width: 150px;
}

.cv #content #contact dd
{
	width: 160px;
	float: left;
	display: inline;
}

.cv #content #contact dd a
{
	padding: 0;
}

.cv #content #contact dd time,
.cv #content #contact dd .email
{
	float: left;
	margin-bottom: 0;
	display: block;
}

.cv #content #skills,
.cv #content  #education,
.cv #content  #experience
{
	background-color: #dfdac0;
}

.cv #content #skills h4,
.cv #content  #education h4,
.cv #content  #experience h4
{
	left: -8px;
}

.cv #content #skills .skill-detail,
.cv #content #skills  .experience,
.cv #content #skills  .vcalendar,
.cv #content  #education .skill-detail,
.cv #content  #education  .experience,
.cv #content  #education  .vcalendar,
.cv #content  #experience .skill-detail,
.cv #content  #experience  .experience,
.cv #content  #experience  .vcalendar
{
	padding-left: 16px;
	padding-right: 16px;
}

.cv #content #skills
{
	background: #b44000 url(images/article_footer_darkred_right.png) repeat-y scroll 100% 0;
	color: #eae5ce;
	float: right;
	display: inline;
	width: 384px;
}

.cv #content #skills abbr
{
	border-color: #eae5ce;
}

.cv #content #skills a
{
	color: #c7d23f;
}

.cv #content #skills h4
{
	background-position: -622px 71%;
}

.cv #content #skills h4 span
{
	background: #c7d23f url(images/article_footer_green.png) repeat-y scroll left top;
}

.cv #content #skills h5
{
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.cv #content #skills ul li
{
	background-position: -11px -39px;
}

.cv #content #contact
{
	float: right;
	display: inline;
	width: 384px;
}

.cv #content footer
{
	float: left;
	display: inline;
	left: 639px;
	position: absolute;
	top: -22px;
	width: 313px;
	background-image: url(images/corner_mini.png);
	background-position: 100% 86%;
}

.cv #content footer .postdetail
{
	min-height: 3.1em;
	width: 297px;
	padding: 0.325em 0 0.325em 16px;
	background: #b44000 url(images/article_footer_darkred_right.png) repeat-y 100% 0;
}

.cv #content footer .postdetail:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

.cv #content footer .postdetail
{
	display: inline-block;
}

* html .cv #content footer .postdetail
{
	height: 1%;
}

.cv #content footer .postdetail
{
	display: block;
}

.cv #content footer .postdetail dt
{
	width: 153px;
	color: #eae5ce;
	padding-top: 0.6em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	clear: left;
}

.cv #content footer .postdetail dd
{
	width: 130px;
}

.cv #content footer .postdetail dd a
{
	color: #eae5ce;
	padding-left: 16px;
	display: inline-block;
}

.cv #content footer .postdetail dd a.pdf
{
	background: transparent url(images/icons_file.png) no-repeat 0 5px;
}

.cv #content footer .postdetail dd a.doc
{
	background: transparent url(images/icons_file.png) no-repeat 0 -21px;
}

.cv #content footer .postdetail dt,
.cv #content footer .postdetail dd
{
	border-top: none;
}

.cv #content footer .postdetail ul
{
	margin-bottom: 0;
	list-style: none;
}

.cv #content footer .postdetail ul li
{
	background-image: none;
	padding-left: 0;
}

.cv #content #summary,
.cv #content  #experience,
.cv #content  #education
{
	width: 544px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-left: 0;
	clear: bottom;
}

.cv #content #summary
{
	color: #eae5ce;
	border-color: #262016;
	padding-bottom: 0;
}

.cv #content #summary p
{
	float: left;
	font-size: 1.3em;
	font-style: italic;
	margin-top: -33px;
	padding: 34px 16px 1.6em 253px;
	position: relative;
	z-index: 10;
	background: transparent url(images/olivier_gorzalka.png) no-repeat 17px 0;
	margin-bottom: 0;
}

.cv #content #summary dt
{
	font-size: 1.5em;
	font-weight: normal;
}

.cv #content #summary a
{
	color: #eae5ce;
}

.cv #content header
{
	width: 944px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-left: 0;
	border-right: 0;
	background-color: #262016;
	margin-bottom: 1.325em;
}

.cv #content header hgroup
{
	background: transparent url(images/corner.png) no-repeat -638px 100%;
	padding: 0 0 19px 0;
	border: none;
	left: -18px;
	clear: both;
	margin-top: -19px;
	display: block;
	height: 1%;
	position: relative;
	z-index: 10;
	width: 482px;
}

.cv #content header hgroup h2,
.cv #content header hgroup h3
{
	clear: both;
	width: 428px;
	background: #c7d23f url(images/article_footer_green.png) repeat-y top left;
	margin: 0;
	padding: 0.325em 20px 0.325em 34px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
	margin: 0;
}

.cv #content header hgroup h2 .honorific-prefix,
.cv #content header hgroup h3 .honorific-prefix
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.cv #content header hgroup h3
{
	margin-top: -0.8em;
	padding-bottom: 0.7em;
}

.cv #content h4
{
	background: transparent url(images/corner_mini.png) no-repeat 0 71%;
	left: -24px;
	padding: 0 0 25px 0;
	margin-bottom: -1.325em;
	margin-top: 0;
	position: relative;
}

.cv #content h4 span
{
	padding: 7px 24px 7px 24px;
	background: #91d2c2 url(images/article_footer_blue.png) repeat-y scroll left top;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
	color: #262016;
}

.cv #content .tel .work
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.cv #content #summary .content p,
.cv #content .skill-detail,
.cv #content  .experience,
.cv #content  .vcalendar
{
	padding-top: 1.33em;
}

.cv #content h5,
.cv #content h6
{
	margin-top: 0;
}

.cv #content section,
.cv #content  #summary .summary
{
	margin-bottom: 1.325em;
}

.blog #content .pagination
{
	margin: -20px 0 10px 0;
}

.search-results #content article,
.archive #content article
{
	margin: 16px 0 0 0;
}

.single #content article
{
	padding-top: 0;
}

.single #content article header
{
	background: transparent url(images/corner.png) no-repeat -638px 100%;
	padding: 0 0 19px 0;
	border: none;
	left: -34px;
	clear: both;
	top: -1.6em;
	margin: 0 0 -1.6em 0;
	display: block;
	height: 1%;
	position: relative;
	z-index: 10;
}

.single #content article header:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

.single #content article header
{
	display: inline-block;
}

* html .single #content article header
{
	height: 1%;
}

.single #content article header
{
	display: block;
}

.single #content article header h2
{
	float: left;
	top: 0;
	left: 0;
	background: #c7d23f url(images/article_footer_green.png) repeat-y top left;
	margin: 0;
	padding: 0.325em 20px 0.325em 34px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
}

.single #content article p:first-child
{
	clear: both;
}

#content ul
{
	margin-left: 0;
}

#content ul li
{
	margin-left: 0;
	padding-left: 1.15em;
	list-style: none;
	background: transparent url(images/lists.png) no-repeat -22px 4px;
	position: relative;
}

#content ul#share li
{
	display: inline;
	background: none;
	padding-left: 0;
	position: static;
}

#content ul#share li a
{
	margin-right: 3px;
	padding: 0;
	background: url(images/socialicons.png);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	-moz-transition: -webkit-box-shadow 150ms ease-in;
	-webkit-transition: -webkit-box-shadow 150ms ease-in;
	-o-transition: -webkit-box-shadow 150ms ease-in;
	transition: -webkit-box-shadow 150ms ease-in;
}

#content ul#share li a:hover
{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 0 0 5px #FFFFFF;
	-webkit-box-shadow: 0 0 5px #FFFFFF;
	-o-box-shadow: 0 0 5px #FFFFFF;
	box-shadow: 0 0 5px #FFFFFF;
}

#content ul#share li a#facebook
{
	background-position: 0 0;
}

#content ul#share li a#facebook:hover
{
	background-position: 0 -20px;
}

#content ul#share li a#digg
{
	background-position: -20px 0;
}

#content ul#share li a#digg:hover
{
	background-position: -20px -20px;
}

#content ul#share li a#delicious
{
	background-position: -40px 0;
}

#content ul#share li a#delicious:hover
{
	background-position: -40px -20px;
}

#content ul#share li a#stumbleupon
{
	background-position: -60px 0;
}

#content ul#share li a#stumbleupon:hover
{
	background-position: -60px -20px;
}

#content ul#share li a#twitter
{
	background-position: -80px 0;
}

#content ul#share li a#twitter:hover
{
	background-position: -80px -20px;
}

#content ul#share li a#technorati
{
	background-position: -100px 0;
}

#content ul#share li a#technorati:hover
{
	background-position: -100px -20px;
}

#content ul#share li a#rss
{
	background-position: -120px 0;
}

#content ul#share li a#rss:hover
{
	background-position: -120px -20px;
}

#content footer
{
	margin: 20px 0 -20px 0;
	background: transparent url(images/corner.png) no-repeat left bottom;
	padding: 0 0 29px 0;
	border: none;
	left: -34px;
	clear: both;
	top: -16px;
	position: relative;
	z-index: 10;
}

#content footer ul.tags
{
	padding: 0.325em 10px 0.325em 34px;
}

#content footer ul.tags li
{
	padding: 0;
	background-color: transparent;
	display: inline;
}

#content footer ul.tags a
{
	background-image: none;
	display: inline;
	line-height: 1em;
	background-color: #c7d23f;
	color: #262016;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 5px 0 0;
	padding: 2px 3px;
	text-decoration: none;
	text-shadow: 0 -0.06em 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

#content footer ul.tags a:hover
{
	background-color: #b44000;
	color: #eae5ce;
	text-decoration: none;
	text-shadow: 0 -0.06em 1px rgba(0, 0, 0, 0.5);
}

#content footer .postdetail
{
	position: relative;
	top: 10px;
	background: #91d2c2 url(images/article_footer_blue.png) repeat-y top left;
	margin: 0;
	padding: 0.325em 0px 0.325em 34px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
	width: 358px;
	margin: 0;
}

#content footer .postdetail:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

#content footer .postdetail
{
	display: inline-block;
}

* html #content footer .postdetail
{
	height: 1%;
}

#content footer .postdetail
{
	display: block;
}

#content footer .postdetail dt
{
	border-top: 1px solid #65b5a1;
	color: #1F594B;
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
	margin: 0;
	padding: 0.3em 0;
}

#content footer .postdetail dt.first
{
	border-top: none;
}

#content footer .postdetail dd
{
	border-top: 1px solid #65b5a1;
	width: 250px;
	margin: 0;
	display: block;
	float: left;
	padding: 0.3em 0;
}

#content footer .postdetail dd.first
{
	border-top: none;
}

#content ul.tags
{
	padding: 0.325em 10px 0.325em 34px;
}

#content ul.tags li
{
	background-image: none;
	display: inline;
	line-height: 1em;
	background-color: #c7d23f;
	color: #262016;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 5px 0 0;
	padding: 2px 3px;
	text-decoration: none;
	text-shadow: 0 -0.06em 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}

.accueil .top a
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.accueil #page
{
	padding-bottom: 2.5em;
}

.accueil #page #cv
{
	width: 384px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	background-color: #91d2c2;
	margin-top: 16px;
	color: #262016;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}

.accueil #page #cv div
{
	float: left;
	padding: 3.2em 130px 1.0em 8px;
	margin-top: -10px;
	position: relative;
	background: transparent url(images/olivier_gorzalka_accueil.png) no-repeat bottom right;
}

.accueil #page #cv div h2
{
	font-size: 2.25em;
	line-height: 1.255em;
	margin-left: 0.6em;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.accueil #page #cv div p
{
	font-size: 1.6em;
	line-height: 1.6em;
}

.accueil #page #cv div p strong
{
	font-size: 1.2em;
}

.accueil #page #cv div p a
{
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	-webkit-border-top-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-right-radius: 5em;
	-moz-border-radius-topright: 5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	background-color: #91d2c2;
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.accueil #page #cv div p a:hover
{
	text-decoration: none;
	background-color: #262016;
	color: #eae5ce;
}

.accueil #page #articles
{
	width: 544px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	background-color: #b44000;
	color: #eae5ce;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 16px;
	padding-bottom: 1.6em;
}

.accueil #page #articles h2
{
	background: transparent url(images/corner_mini.png) no-repeat scroll -622px 71%;
	left: -8px;
	margin-bottom: -0.5em;
	margin-top: 0;
	padding: 0 0 25px;
	position: relative;
	font-size: 1.3em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.accueil #page #articles h2 span
{
	background: #c7d23f url(images/article_footer_green.png) repeat-y scroll left top;
	color: #262016;
	padding: 7px 24px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
}

.accueil #page #articles a
{
	color: #eae5ce;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.accueil #page #articles article
{
	margin-left: 1.5em;
}

.accueil #page #articles article h3
{
	display: inline;
	font-size: 1.1em;
}

.accueil #page #articles article p
{
	margin-left: 3px;
	display: inline;
}

.accueil #page #content
{
	width: 944px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	background: #262016 url(images/bulb.jpg) no-repeat 33px 0;
	color: #eae5ce;
	margin-top: 16px;
	padding-bottom: 1em;
	position: relative;
}

.accueil #page #content
{
	min-height: 343px;
}

* html .accueil #page #content
{
	height: auto;
}

.accueil #page #content:hover
{
	background-position: -935px 0;
}

.accueil #page #content #profile
{
	width: 384px;
	left: 160px;
	margin-right: 176px;
	clear: both;
	float: left;
	display: inline;
	margin-right: 8px;
	margin-left: 0;
	position: relative;
	z-index: 2;
}

.accueil #page #content #profile section
{
	width: 224px;
	float: left;
	display: inline;
	margin-left: 0;
	margin-right: 8px;
}

.accueil #page #content #profile section.last
{
	width: 144px;
	margin-left: 8px;
	margin-right: 0;
}

.accueil #page #content #profile section h3
{
	background-color: #b44000;
	color: #eae5ce;
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	padding: 0.3em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.accueil #page #content #profile section ul
{
	padding-left: 0.3em;
}

.accueil #page #content #profile section ul li
{
	background-position: 0px -79px;
}

.accueil #page #content #introtext
{
	width: 544px;
	float: left;
	display: inline;
	margin-right: 8px;
	margin-left: 0;
}

.accueil #page #content #introtext .wrapperspan
{
	display: block;
	width: 167px;
	height: 345px;
	position: absolute;
	top: 0;
	left: 0;
	background: #262016 url(images/bulb.jpg) no-repeat -935px 0;
	z-index: 1;
}

.accueil #page #content #introtext h2
{
	background: transparent url(images/corner.png) no-repeat -638px 100%;
	padding: 0 0 19px 0;
	border: none;
	left: -18px;
	top: 0;
	clear: both;
	margin-top: -19px;
	display: block;
	height: 1%;
	position: relative;
	z-index: 10;
	color: #262016;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
	width: 530px;
	margin-bottom: 0;
}

.accueil #page #content #introtext h2:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

.accueil #page #content #introtext h2
{
	display: inline-block;
}

* html .accueil #page #content #introtext h2
{
	height: 1%;
}

.accueil #page #content #introtext h2
{
	display: block;
}

.accueil #page #content #introtext h2 span
{
	float: left;
	top: 0;
	left: 0;
	background: #c7d23f url(images/article_footer_green.png) repeat-y top left;
	margin: 0;
	padding: 0.325em 20px 0.325em 34px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
}

.accueil #page #content #introtext blockquote
{
	left: 160px;
	margin-right: 176px;
	border: none;
	color: #eae5ce;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}

.accueil #page #content #introtext blockquote p
{
	padding: 0.4em 0 1.4em 0;
	margin-bottom: 0;
	width: 380px;
	font-size: 1.5em;
	font-style: italic;
}

.accueil #page #content #portfolio
{
	position: absolute;
	right: 0;
	top: 0;
}

.accueil #page #content #portfolio .more-link
{
	position: absolute;
	top: 15px;
	right: 40px;
	z-index: 6;
	oveflow: hidden;
}

.accueil #page #content #portfolio .more-link a
{
	display: block;
	font-size: 1.8em;
	height: 320px;
	line-height: 320px;
	text-align: center;
	text-indent: -9999px;
	width: 310px;
	text-decoration: none;
	color: #eae5ce;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	background-image: url(images/blank.png);
}

.accueil #page #content #portfolio .more-link a span
{
	background-color: #b44000;
	padding: 0.5em;
	display: inline;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	-moz-box-shadow: 0px 1px 20px #000;
	-webkit-box-shadow: 0px 1px 20px #000;
	box-shadow: 0px 1px 20px #000;
}

.accueil #page #content #portfolio .more-link a:hover
{
	text-indent: 0;
}

.accueil #page #content #portfolio .showcase
{
	width: 384px;
	float: left;
	display: inline;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 344px;
	list-style: none;
	overflow: hidden;
	height: 341px;
}

.accueil #page #content #portfolio .showcase li
{
	display: inline;
	padding: 0;
	background-image: none;
	position: relative;
	left: 20px;
	top: 20px;
}

.accueil #page #content #portfolio .showcase li.eq-0
{
	z-index: 4;
}

.accueil #page #content #portfolio .showcase li.eq-0 img
{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}

.accueil #page #content #portfolio .showcase li.eq-1
{
	z-index: 3;
	left: -25px;
	top: 0px;
}

.accueil #page #content #portfolio .showcase li.eq-1 img
{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}

.accueil #page #content #portfolio .showcase li.eq-2
{
	z-index: 2;
	left: 25px;
	top: -20px;
}

.accueil #page #content #portfolio .showcase li.eq-2 img
{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}

.accueil #page #content #portfolio .showcase li figure
{
	padding: 62px 70px 0 70px;
	text-align: center;
	margin-bottom: -313px;
}

.accueil #page #content #portfolio .showcase li figure p
{
	margin: 0;
	padding: 0;
}

.accueil #page #content #portfolio .showcase li figure .title-site
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.accueil #page #content #portfolio .showcase li figure img
{
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	-moz-box-shadow: 0px 1px 20px #000;
	-webkit-box-shadow: 0px 1px 20px #000;
	box-shadow: 0px 1px 20px #000;
	padding: 0.25em 0.25em 3em;
}

.accueil #page #content #portfolio .showcase li .gallery-caption
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.portfolio #content
{
	width: 944px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
}

.portfolio #content article
{
	margin: 16px 0 3.5em;
	padding: 0.9em 0;
	position: relative;
	background-color: #dfdac0;
}

.portfolio #content article:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

.portfolio #content article
{
	display: inline-block;
}

* html .portfolio #content article
{
	height: 1%;
}

.portfolio #content article
{
	display: block;
}

.portfolio #content article p
{
	padding-right: 16px;
}

.portfolio #content article h2
{
	width: 544px;
	background: transparent url(images/corner.png) no-repeat scroll -638px 100%;
	border: none;
	clear: both;
	display: block;
	height: 1%;
	left: -18px;
	line-height: 1;
	margin-top: -23px;
	margin-bottom: -8px;
	padding: 0 21px 19px 0;
	position: relative;
	z-index: 10;
}

.portfolio #content article h2 span
{
	display: inline-block;
	line-height: 1.4em;
	background: #c7d23f url(images/article_footer_green.png) repeat-y scroll left top;
	margin: 0;
	padding: 0.325em 20px 0.325em 34px;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
}

.portfolio #content article ul.tags
{
	border-color: #dfdac0;
	display: inline;
	float: left;
	margin: 0.3em 0 0 0;
	padding: 0;
	width: 80px;
	position: relative;
	z-index: 10;
}

.portfolio #content article ul.tags li
{
	position: relative;
	z-index: 1;
	left: -16px;
	float: left;
	display: inline-block;
	margin: 0 0 5px -0;
	padding: 0 0 0 0;
	text-align: center;
	width: 80px;
}

.portfolio #content article figure
{
	width: 464px;
	margin:0;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-left: 0;
	border-color: #dfdac0;
	position: relative;
	z-index: 5;
}

.portfolio #content article figure p
{
	width: 464px;
	padding: 0;
}

.portfolio #content article figure .title-site
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.portfolio #content article figure a
{
	display: inline-block;
}

.portfolio #content article figure img
{
	background-color: #ccb9a2;
	border: none;
	width: 427px;
	margin-left: 16px;
	outline: 0px solid rgba(0, 0, 0, 0);
	-moz-transition: outline 250ms ease-in;
	-webkit-transition: outline 250ms ease-in;
	-o-transition: outline 250ms ease-in;
	transition: outline 250ms ease-in;
}

.portfolio #content article figure img:hover
{
	outline: 6px solid rgba(0, 0, 0, 0.2);
}

.portfolio #content article .gallery-caption
{
	width: 464px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-right: 0;
	border-color: #dfdac0;
}

.portfolio #content article .gallery-caption .entry-content
{
	width: 384px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-right: 0;
	font-size: 1.5em;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	border-color: #dfdac0;
}

.portfolio #content article .view-project
{
	text-align: center;
}

.portfolio #content article .view-project a
{
	display: inline-block;
	padding: 8px 8px 8px 35px;
	background-color: #262016;
	background-image: url(images/view-project.png);
	background-repeat: no-repeat;
	background-position: 8px -109px;
	color: #eae5ce;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	-moz-transition: background-color 250ms ease-in;
	-webkit-transition: background-color 250ms ease-in;
	-o-transition: background-color 250ms ease-in;
	transition: background-color 250ms ease-in;
}

.portfolio #content article .view-project a:hover
{
	background-color: #b44000;
	background-position: 8px -222px;
	text-decoration: none;
	color: #eae5ce;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.portfolio #content article.first
{
	color: #eae5ce;
	background-color: #262016;
}

.portfolio #content article.first h2
{
	background: transparent url(images/corner.png) no-repeat -1277px 100%;
	color: #eae5ce;
}

.portfolio #content article.first h2 span
{
	background-color: #b44000;
	background-image: url(images/article_footer_darkred.png);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.portfolio #content article.first a
{
	color: #eae5ce;
}

.portfolio #content article.first ul.tags
{
	border-color: #262016;
}

.portfolio #content article.first ul.tags li
{
	color: #eae5ce;
	background-color: #b44000;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.portfolio #content article.first figure
{
	border-color: #262016;
}

.portfolio #content article.first figure img
{
	background-color: #393124;
	border-color: none;
	outline-color: rgba(255, 255, 255, 0);
}

.portfolio #content article.first figure img:hover
{
	outline-color: rgba(255, 255, 255, 0.3);
}

.portfolio #content article.first .gallery-caption
{
	border-color: #262016;
}

.portfolio #content article.first .gallery-caption .entry-content
{
	border-color: #262016;
}

.portfolio #content article.first .view-project a
{
	background-color: #dfdac0;
	background-position: 8px 3px;
	color: #262016;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}

.portfolio #content article.first .view-project a:hover
{
	background-color: #b44000;
	background-position: 8px -222px;
	color: #eae5ce;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.portfolio #content article.even h2
{
	background-position: 0 100%;
}

.portfolio #content article.even h2 span
{
	background-color: #91d2c2;
	background-image: url(images/article_footer_blue.png);
}

.even
{
	background-color: #dfdac0;
}

a.more-link
{
	background: transparent url(images/more-link.png) no-repeat 0 0;
	color: #b44000;
	z-index: 11;
	display: inline-block;
	padding: 0 3px 0 14px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: background-color 250ms ease-in;
	-webkit-transition: background-color 250ms ease-in;
	-o-transition: background-color 250ms ease-in;
	transition: background-color 250ms ease-in;
}

a.more-link:hover
{
	background-position: 0 -57px;
	background-color: #262016;
	color: #ecedda;
}

.pagination
{
	margin: 20px 0 10px 0;
}

.wp-paginate
{
	padding: 0;
	margin: 0;
}

.wp-paginate li
{
	display: inline;
	list-style: none;
}

.wp-paginate a
{
	background: #ecedda;
	border: 1px solid #dfdac0;
	color: #333;
	margin-right: 4px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.wp-paginate a:hover, .wp-paginate a:active
{
	background: #262016;
	color: #eae5ce;
}

.wp-paginate .title
{
	color: #333;
	margin-right: 4px;
}

.wp-paginate .gap
{
	color: #dfdac0;
	margin-right: 4px;
}

.wp-paginate .current
{
	color: #fff;
	background: #b44000;
	border: 1px solid #dfdac0;
	margin-right: 4px;
	padding: 3px 6px;
}

#recent_comments li
{
	background-image: none;
	padding: 0.4em;
	margin: 0;
}

#recent_comments li img
{
	float: left;
	margin: 0 10px 10px 0;
}

#content .commentlist li,
#recent_comments li
{
	background-color: #262016;
	color: #fff;
}

#content .commentlist li:after, #recent_comments li:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

#content .commentlist li,
#recent_comments li
{
	display: inline-block;
}

* html #content .commentlist li,
* html #recent_comments li
{
	height: 1%;
}

#content .commentlist li,
#recent_comments li
{
	display: block;
}

#content .commentlist li.odd,
#recent_comments li.odd
{
	background-color: #393124;
}

#content .commentlist li blockquote,
#recent_comments li blockquote
{
	border-color: #534b3e;
	color: #ecedda;
}

#content .commentlist li a,
#recent_comments li a
{
	color: #e5e5d3;
}

#content .commentlist li a.more-link,
#recent_comments li a.more-link
{
	background-color: #eae5ce;
	color: #262016;
	background-image: none;
	background-color: #EAE5CE;
	padding: 3px;
	position: absolute;
	right: 16px;
	bottom: 16px;
}

#content .commentlist li a.more-link:hover, #recent_comments li a.more-link:hover
{
	background-color: #b44000;
	color: #eae5ce;
}

.single #content #comments
{
	clear: both;
}

.single #content #comments h3
{
	font-size: 2.2em;
	margin: 0 0 -7px 0;
	padding-left: 16px;
	color: #262016;
	font-family: "TitilliumMaps26L 750 wt", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.single #content #comments .commentlist
{
	list-style: none;
	margin: 0;
}

.single #content #comments .commentlist li
{
	position: relative;
	margin: 0;
	padding-left: 88px;
}

.single #content #comments .commentlist li article
{
	margin-bottom: 0;
	margin-top: 0;
}

.single #content #comments .commentlist li article header
{
	background-image: none;
	border-bottom: 1px solid #534b3e;
	padding: 1em 0 0.7em 0;
	margin: 0 0 1.35em 0;
	left: 0;
	top: 0;
}

.single #content #comments .commentlist li article header p
{
	margin: 0;
}

.single #content #comments .commentlist li article header p img.avatar
{
	float: left;
	position: relative;
	margin-bottom: -88px;
	margin-left: -88px;
	z-index: 10;
}

.single #content #comments .commentlist li article header p a.num
{
	font-size: 3em;
	position: absolute;
	right: 0;
	top: -0.35em;
	color: #534b3e;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.single #content #comments .commentlist li article header p a.num:hover
{
	text-decoration: none;
	color: #ccb9a2;
}

.single #content #comments .commentlist li article .entry-content
{
	padding-bottom: 1.8em;
}

.single #content #comments .commentlist li article code,
.single #content #comments .commentlist li article  pre
{
	color: #ccb9a2;
}

#wpcf7-f1-p75-o1,
#respond
{
	margin-top: 2em;
}

#wpcf7-f1-p75-o1 form,
#respond form
{
	padding: 0;
	margin-bottom: 1.35em;
}

#wpcf7-f1-p75-o1 form:after, #respond form:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

#wpcf7-f1-p75-o1 form,
#respond form
{
	display: inline-block;
}

* html #wpcf7-f1-p75-o1 form,
* html #respond form
{
	height: 1%;
}

#wpcf7-f1-p75-o1 form,
#respond form
{
	display: block;
}

#wpcf7-f1-p75-o1 form fieldset,
#respond form fieldset
{
	background-color: #262016;
	color: #fff;
	padding: 1em 0 0 0;
	width: 544px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
	border: none;
}

#wpcf7-f1-p75-o1 form fieldset:first-child, #respond form fieldset:first-child
{
	width: 384px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border-left: 0;
	border-right: 0;
}

#wpcf7-f1-p75-o1 form fieldset p,
#respond form fieldset p
{
	padding-left: 16px;
	padding-right: 16px;
}

#wpcf7-f1-p75-o1 form p,
#respond form p
{
	margin-bottom: 2px;
}

#wpcf7-f1-p75-o1 form p input.text,
#respond form p input.text
{
	width: 190px;
}

#wpcf7-f1-p75-o1 form p.submit,
#respond form p.submit
{
	padding-top: 1em;
	text-align: center;
}

#wpcf7-f1-p75-o1 form p input[type=submit],
#wpcf7-f1-p75-o1 form p.submit input,
#respond form p input[type=submit],
#respond form p.submit input
{
	background: #b44000 url(images/buttonbg.png) repeat-x 0 0;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(180, 63, 0)), color-stop(0.97, rgb(235, 207, 193)), color-stop(0.5, rgb(186, 104, 63)) );
	background-image: -moz-linear-gradient( center bottom, rgb(180, 63, 0) 50%, rgb(235, 207, 193) 97%, rgb(186, 104, 63) 50% );
	background-image: linear-gradient( center bottom, rgb(180, 63, 0) 50%, rgb(235, 207, 193) 97%, rgb(186, 104, 63) 50% );
	padding: 5px 10px 6px;
	color: #eae5ce;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: none;
}

#wpcf7-f1-p75-o1 form p input[type=submit]:hover, #wpcf7-f1-p75-o1 form p.submit input:hover, #respond form p input[type=submit]:hover, #respond form p.submit input:hover
{
	background-image: none;
	background-color: #c7d23f;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(200, 210, 63)), color-stop(0.97, rgb(245, 245, 235)), color-stop(0.5, rgb(217, 224, 121)) );
	background-image: -moz-linear-gradient( center bottom, rgb(200, 210, 63) 50%, rgb(245, 245, 235) 97%, rgb(217, 224, 121) 50% );
	background-image: linear-gradient( center bottom, rgb(200, 210, 63) 50%, rgb(245, 245, 235) 97%, rgb(217, 224, 121) 50% );
	color: #262016;
	-moz-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}

#wpcf7-f1-p75-o1 form p.mention,
#respond form p.mention
{
	font-size: 85%;
	padding: 1.35em 16px;
}

#wpcf7-f1-p75-o1 form label,
#respond form label
{
	float: left;
	padding: 13px 16px 0 0;
	width: 130px;
	text-align: right;
}

#wpcf7-f1-p75-o1 form textarea,
#respond form textarea
{
	width: 500px;
}

#wpcf7-f1-p75-o1 form a,
#respond form a
{
	color: #e5e5d3;
}

footer
{
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	clear: both;
	position: relative;
	padding: 0;
	top: 0;
	border-top: 0.5em solid #c7d23f;
	background-color: #91d2c2;
	list-style: none;
}

footer div
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #91d2c2 url(images/footer_bg.png) repeat-y bottom right;
	font-size: 1.2em;
	padding: 1em 0;
	margin: 0 auto;
}

footer div:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

footer div
{
	display: inline-block;
}

* html footer div
{
	height: 1%;
}

footer div
{
	display: block;
}

footer div #copyright,
footer div  #feeds,
footer div  nav
{
	padding: 0;
}

footer div #copyright,
footer div  #feeds,
footer div  nav
{
	min-height: 90px;
}

* html footer div #copyright,
* html footer div  #feeds,
* html footer div  nav
{
	height: auto;
}

footer div #copyright
{
	padding-top: 0.7em;
	float: left;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	width: 304px;
}

footer div #copyright br
{
	display: none;
}

footer div #copyright span
{
	display: block;
	height: 1%;
	clear: both;
	padding: 0 0 0.365em 0.3em;
}

footer div nav
{
	float: left;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	width: 304px;
}

footer div nav ul
{
	margin: 0 0 0 0;
	list-style: none;
}

footer div nav ul:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

footer div nav ul
{
	display: inline-block;
}

* html footer div nav ul
{
	height: 1%;
}

footer div nav ul
{
	display: block;
}

footer div nav ul li
{
	position: relative;
	left: 16px;
	width: 144px;
}

footer div ul#feeds
{
	float: left;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	list-style: none;
	width: 224px;
}

footer div #feeds li,
footer div  nav li
{
	float: left;
	display: inline;
	font-size: 1.5em;
	margin: 0 0 0.3em 0;
}

footer div #feeds li a,
footer div  nav li a
{
	background-color: #91d2c2;
	clear: both;
	height: 1%;
	float: left;
	color: #1f594b;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
	position: relative;
	left: -4px;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-moz-transition: background-color 250ms ease-in;
	-webkit-transition: background-color 250ms ease-in;
	-o-transition: background-color 250ms ease-in;
	transition: background-color 250ms ease-in;
}

footer div #feeds li a:hover, footer div  nav li a:hover
{
	background-color: #c7d23f;
	-moz-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.3);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px rgba(255, 255, 255, 0.3);
	text-decoration: none;
}

footer div p.top
{
	position: absolute;
	top: -63px;
	right: 0;
	z-index: 10;
	width: 66px;
	height: 66px;
	background: transparent url(images/top.png) no-repeat 100% 0;
}

footer div p.top a
{
	background: transparent url(images/top.png) no-repeat 0 0;
	display: block;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	width: 66px;
}

footer div p.top a:hover
{
	background-position: -66px 0;
}

input[type=submit],
.submit input
{
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.js header#main hgroup a:hover img
{
	background-position: 0 0;
}

.js header#main hgroup a img.wrapperspan
{
	text-indent: -9999px;
	position: absolute;
	top: -58px;
	left: -16px;
	width: 157px;
	height: 130px;
	background: transparent url(images/clearideaz.gif) no-repeat 0 -231px;
	z-index: 5;
}

.js .accueil #page #content:hover
{
	background-position: 33px 0;
}

.js .accueil #page #content #portfolio .more-link a,
.js .accueil #page #content #portfolio .more-link a:hover
{
	text-indent: 0;
}

.js .accueil #page #content #portfolio .more-link a span.wrapperspan,
.js .accueil #page #content #portfolio .more-link a:hover span.wrapperspan
{
	position: relative;
	background-color: transparent;
	-moz-box-shadow: 0px 0px 0px #262016;
	-webkit-box-shadow: 0px 0px 0px #262016;
	box-shadow: 0px 0px 0px #262016;
}

.wpcf7-not-valid-tip-no-ajax,
.error,
.notice,
.success
{
	padding: .1em .8em;
	margin-left: .5em;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7-not-valid-tip-no-ajax,
.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.wpcf7-not-valid-tip-no-ajax,
.error a
{
	color: #8a1f11;
}

.notice a
{
	color: #514721;
}

.success a
{
	color: #264409;
}

.portfolio #content article.first figure .zoomed-img,
.portfolio #content article figure .zoomed-img
{
	background-color: #fff;
}

.zoomed-img
{
	position: absolute;
	top: -9999px;
	z-index: 500;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	cursor: pointer;
	border: 0.30em solid #fff;
}

.zoomed-img img
{
	image-rendering: optimizeQuality;
}

#cache-zoomin
{
	overflow-y: hidden;
	width: 100%;
}

#cache-zoomin .iefake
{
	border: 0.30em solid #fff;
	position: absolute;
	top: -9999px;
	z-index: 501;
	display: block;
}

#cache-zoomin .controls
{
	width: 47px;
	display: block;
	position: absolute;
	top: -9999px;
	z-index: 502;
	display: none;
}

#cache-zoomin .controls .before,
#cache-zoomin .controls  .after
{
	cursor: pointer;
	display: block;
	width: 47px;
	height: 49px;
	background-image: url(js/clearzoom/afterbefore.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
}

#cache-zoomin .controls .before
{
	background-position: 0 -4px;
	margin-bottom: 5px;
}

#cache-zoomin .controls .after
{
	background-position: 0 -67px;
}

.localization
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

body.error404
{
	background: #090604 url(images/404-bg.jpg) repeat 50% 0;
}

body.error404 a
{
	color: #fff;
}

body.error404 #insidebody
{
	background-image: none;
}

body.error404 #insidebody header#main
{
	border-right: none;
	margin-right: 8px;
	background-color: transparent;
}

body.error404 #insidebody header#main hgroup
{
	z-index: 4;
}

body.error404 #insidebody header#main hgroup h1 img
{
	background-image: none;
	padding-bottom: 0;
}

body.error404 #content
{
	color: #eae5ce;
	width: 944px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	position: relative;
	z-index: 5;
	background-color: transparent;
	margin-left: 8px;
	margin-right: 8px;
	border: none;
	display: inline;
	float: left;
	padding-bottom: 2.5em;
}

body.error404 #content h2
{
	color: #c7d23f;
}

body.error404 #content h3
{
	color: #91d2c2;
}

body.error404 #content h2,
body.error404 #content h3,
body.error404 #content p,
body.error404 #content ul
{
	padding-left: 8px;
	padding-right: 8px;
}

body.error404 #content div
{
	width: 304px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 15em;
	border: none;
	margin-right: 8px;
	background-color: rgba(255, 255, 255, 0.05);
}

body.error404 #content div li
{
	padding: 4px 0 4px 1.15em;
	font-size: 1.2em;
	background-position: 0 -75px;
}

body.error404 #content div label
{
	display: block;
	padding-bottom: 0.4em;
	clear: both;
}

body.error404 #content div input#s
{
	padding: 6px 8px;
	width: 220px;
}

body.error404 #content div.last
{
	width: 624px;
	float: left;
	display: inline;
	border-right: 8px solid #eae5ce;
	border-left: 8px solid #eae5ce;
	border: none;
	margin-right: 0;
	margin-left: 8px;
}

body.error404 footer
{
	border-top: 1px dashed #271e15;
	background-color: transparent;
	color: #eae5ce;
	padding-top: 10px;
}

body.error404 footer p
{
	padding: 0 8px;
	border: none;
}

#content ul.demo
{
	padding-bottom: 20px;
}

#content ul.demo:after
{
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	min-height: 0;
}

#content ul.demo
{
	display: inline-block;
}

* html #content ul.demo
{
	height: 1%;
}

#content ul.demo
{
	display: block;
}

#content ul.demo li
{
	background: none;
	margin-left: 11px;
	margin-right: 5px;
	padding-left: 0;
	position: relative;
	float: left;
	display: inline;
	width: 236px;
}

#content ul.demo li a
{
	display: block;
	font-size: 1.3em;
	padding: 8px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px #766b58;
	-webkit-box-shadow: 0px 1px 5px #766b58;
	box-shadow: 0px 1px 5px #766b58;
	color: #262016;
	background-image: none;
	background-color: #c7d23f;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(200, 210, 63)), color-stop(0.97, rgb(245, 245, 235)), color-stop(0.5, rgb(217, 224, 121)) );
	background-image: -moz-linear-gradient( center bottom, rgb(200, 210, 63) 50%, rgb(245, 245, 235) 97%, rgb(217, 224, 121) 50% );
	background-image: linear-gradient( center bottom, rgb(200, 210, 63) 50%, rgb(245, 245, 235) 97%, rgb(217, 224, 121) 50% );
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}

#content ul.demo li a:hover
{
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background-image: none;
	background-color: #b44000;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(180, 63, 0)), color-stop(0.97, rgb(235, 207, 193)), color-stop(0.5, rgb(186, 104, 63)) );
	background-image: -moz-linear-gradient( center bottom, rgb(180, 63, 0) 50%, rgb(235, 207, 193) 97%, rgb(186, 104, 63) 50% );
	background-image: linear-gradient( center bottom, rgb(180, 63, 0) 50%, rgb(235, 207, 193) 97%, rgb(186, 104, 63) 50% );
}

.showgrid
{
	background: url('/wp-content/scaffold/cache/Layout/8_64_8_15_grid.png');
}


