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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol {
	list-style: decimal;
}
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;
}

:focus { outline: 0; }

/* per request */
sub { vertical-align: bottom; }
sup { vertical-align: top; }

html {
	width: 100%; height: 100%;
	margin-bottom: 1px;
}











body {
	font: normal 13px/22px Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited,
a:active { text-decoration: none; }


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h1 {
	font: bold 32px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
}

h2 {
	font: bold 28px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}

h3 {
	font: bold 22px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: normal 20px "Myriad Pro", Arial, Helvetica, sans-serif;
}

h5 {
	font: normal 18px "Myriad Pro", Arial, Helvetica, sans-serif;
}

h6 {
	font: normal 16px "Myriad Pro", Arial, Helvetica, sans-serif;
}

#main h1.title {
	float: left;
	margin-bottom: 15px;
	font: bold 48px/48px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	overflow: hidden;
}




pre {
	margin: 10px 0;
	overflow: auto;
}

code, pre {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
}

blockquote {
	margin: 15px 30px; padding-left: 40px;
	font-style: italic;
}

blockquote blockquote {
	margin: 15px 0;
}






/*aaaaaaaaaaaaaaaaaaaaaaaa */

textarea, input[type="text"], input[type="password"], input[type="submit"] {
	font-family: inherit;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

textarea {
	width: 415px; height: 180px;
	padding: 10px;
}

#respond textarea {
	width: 393px;
}

input[type="text"], input[type="password"] {
	width: 218px; height: 20px;
	padding: 5px 10px;
}

form.wide input[type="text"], form.wide input[type="password"], .one textarea {
	width: 218px;
}

.page-template-template-contact-php .entry .one textarea {
	width: 415px;
}

input[type="password"][name="post_password"] { margin-bottom: 5px; }

input[type="submit"] {
	width: 76px; height: 30px;
	padding: 0;
	font-weight: bold;
	cursor: pointer;
}

input[type="submit"]:hover {}

.registerform input[type="submit"] {}



/* Table Styles */

.widget_text table,
.widget_calendar table,
.entry table,
.comment table {
	width: 100%;
	margin: 15px 0;
}

.widget_text th.nobg,
.entry th.nobg {
	border: 0;
	background: none;
}

.widget_text th,
.widget_calendar th,
.entry th,
.comment th,
.comment td.label {	
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
	background-color: #eeeeee;
	background-repeat: repeat-x;
	background-position: left top;
}

.comment td.label {
	width: 10%;
	white-space: nowrap;
}

.widget_text th.spec, .widget_text th.specalt,
.entry th.spec, .entry th.specalt {
	font-size: 12px;
	text-transform: none;
}





.widget_text td,
.widget_calendar td,
.entry td,
.comment td {
	padding: 12px;
	text-align: center;
	font-size: 12px;
}

table span.tick, table span.cross {
	display: inline-block;
	width: 17px; height: 14px;
	text-indent: -999999px;
	background: url(../images/ico-tick.png) no-repeat left top;
}

table span.cross {
	background: url(../images/ico-x.png) no-repeat left top;
}



.widget_calendar caption {
	margin-bottom: 5px;
	font-weight: bold;
}

.widget_calendar th {
	padding: 5px 0;
}

.widget_calendar td {
	padding: 3px 0;
}
/*8cccccccccccccccccccccc*/






dl {
	margin: 15px 0;
	width: 100%;
	overflow: hidden;
}

dt {
	float: left;
	width: 30%;
	margin-bottom: 5px;
	font-weight: bold;
}

dd {
	float: left;
	width: 70%;
	margin-bottom: 5px;
}

.post .entry ol, .post .entry ul, .comment .text ol, .comment .text ul, .textwidget ol, .textwidget ul, #side .widget.widget_text ul, #content form.ajax ul, .post .entry p, #content .widgetized p, .comment .text p {
	margin: 10px 0; border: 0;
}
.post .entry ol, .comment .text ol, .textwidget ol { margin-left: 20px; }
.post .entry li, .comment .text li, .textwidget li, #content .widgetized li { line-height: 22px; }
.post .entry ul li, .comment .text ul li, #side .widget.widget_text ul li, #content form.ajax ul li {
	padding: 0 0 0 15px; border: 0; background-repeat: no-repeat; background-position: 0 7px;
}



/* Done */
/* Images */

img.thumb.small, img.avatar, .entry img, .comment .text img, #features img.thumb {
	padding: 5px;
}

.widgetized img.thumb.small, .widgetized img.avatar {
	float: left;
	margin: 2px 10px 0 0;
}

img.thumb.medium {
	float: left;
	margin-right: 15px;
}

img.wp-smiley {
	padding: 0;
	border: 0 !important;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	background-color: transparent !important;
}

img.wp-smiley:hover {
	background-color: transparent !important;
}

.wide .entry img {
	max-width: 960px;
}

/* Gallery */

.gallery-item {
	float: left;
	width: 33%;
	margin: 0 0 15px 0;
}

.gallery-icon, .gallery-caption, .wp-caption-text {
	float: none;
	width: auto;
	margin: 0 !important;
	text-align: center !important;
}

.gallery-caption {
	margin-top: 5px !important;
	font-size: 11px;
}

/* Aligns */

.alignnone {
	float: none;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

/* Helpers */

.left { float: left; }
.right { float: right; }

.clear { clear: both; }
* html .clear { height: auto; }

.last { margin-right: 0 !important; }
/* Done */

















/* Structure */

.wrap {
	width: 962px; margin: 0 auto;
}

#header {
	width: 962px;
	margin-top: 60px; margin-bottom: 20px;
	padding: 0; overflow: hidden;
}

#logo {
	float: left;
}

#logo.text a {
	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;
}

#main .head.main {
	float: left;
	width: 618px;
}

#main .foot.main {
	overflow: hidden;
	padding: 20px;
}

#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;
}

#side h3 a {
	font: normal 24px/44px "Myriad Pro", Arial, Helvetica, sans-serif;
}



#footer {
	clear: both;
}

#footer h3 {
	text-transform: uppercase;
	font: normal 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 20px;
}

#footer .head {
	height: 55px;
}

#footer .head a {
	font: bold 40px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1.5px;
}

#footer .body {
	padding: 5px 25px;
}

#footer .copy {
	clear: both;
	font-size: 11px;
	line-height: 40px;
}

#footer .logo {
	display: block;
	width: 133px; height: 29px;
	margin-top: 10px;
	text-indent: -999999px;
}

#footer .block {
	float: left;
	width: 290px; height: auto;
	margin: 0 20px 15px 0;
}

#footer #search {
	float: left;
	margin: 25px 0 15px 0;
}