@import url('layout.css');
 
/* Reset */
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: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }



/* Site Wide */

body {
font:13px/21px Georgia, Times, Times New Roman, serif;
color:#090F13;
min-width:960px;
text-align:center;
left:120px;
}

#wrapper {
margin:0 auto;
width:960px;
text-align:left;
}

a:link, a:visited {
    color:#090F13;
    text-decoration:none;
}

blockquote {
    font-size:14px;
    font-style:italic;
}

blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}

blockquote cite {
	display:block;
	text-align:right;
}

cite a {
	font-style:normal !important;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

input, textarea {
    font-family:Georgia, serif;
}

del {
    opacity:0.5;
}

.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.important {
    font-weight:bold;
}


/* Header */

html {
background:#fff url(../images/bg_header_wrapper.jpg) repeat-x top;
}

body {
background:url(../images/bg_header_new.jpg) no-repeat center top;
}

#branding {
position:relative;
height:255px;
}

#blog-title a {
display:block;
width:978px;
height:165px;
text-indent:-9999px;
position:absolute;
left:0;
top:19px;
z-index:10;
}

#blog-title a:hover {
    background-position:bottom;
}

/* Nav */

#access {
    overflow:visible;
    z-index:20;
		position:relative;
}

#menu {
    position:relative;
}

#menu ul {
		top:-75px;
		width:600px;
    margin:0 0 0 600px;
    position:absolute;
}

#menu ul ul {
    display:none;
}

#menu li {
    display:inline;
}

#menu a {
    display:block;
		text-indent:-9000px;
    float:left;
    text-decoration:none;
    color:#000;
}

#menu a.page-item-about{
	margin:9px 0 0 0;
	width:87px;
	height:53px;
	background:url(../images/nav_about.png) no-repeat;
}

#menu a.page-item-ethic{
	margin:3px 0 0 0;
	width:99px;
	height:61px;
	background:url(../images/nav_ethic.png) no-repeat;	
}

#menu a.page-item-services{
	margin:6px 0 0 -3px;
	width:95px;
	height:54px;
	background:url(../images/nav_services.png) no-repeat;
}

#menu a.page-item-contact{
	margin:5px 0 0 5px;
	width:85px;
	height:56px;
	background:url(../images/nav_contact.png) no-repeat;
}

#menu a.page-item-flashsite{
	margin:-23px 0 0 5px;
	width:97px;
	height:99px;
	background:url(../images/nav_flashsite.png) no-repeat;
}

#menu a.page-item-blog{
	margin:-23px 0 0 5px;
	width:97px;
	height:99px;
	background:url(../images/nav_blogsite.png) no-repeat;
}

#menu a:hover.page-item-about{
	background-position:0px -53px;
}

#menu a:hover.page-item-ethic{
	background-position:0px -61px;
}

#menu a:hover.page-item-services{
	background-position:0px -54px;
}

#menu a:hover.page-item-contact{
	background-position:0px -56px;
}

#menu a:hover.page-item-flashsite{
	background-position:0px -99px;
}

#menu a:hover.page-item-blog{
	background-position:0px -99px;
}

/* Page Content */

#main {
    padding:18px 0 21px 0;
		left:95px;
}
#content {
}    
.hentry {
    margin:9px 0 0 0;
    padding:0px 1px 21px 1px;
}
.single .hentry {
    padding:0px 1px;
}
.p1 {
    margin:0;
    padding:0 1px 21px 1px;
    border:none;
}
.page-title {
    font-size:16px;
    font-weight:bold;
    padding:18px 0 5px;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:26px;
    line-height:28px;
    letter-spacing:-0.025em;
    font-weight:bold;
    color:#000;
    padding:12px 0 2px 0;
    width:100%;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-title a:hover {
    color:#787878;
    border-bottom:1px solid #e0e0e0;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
    color:#C90A02;
    border-bottom:1px solid #EFB5B3;
}
.entry-content {
    margin:16px 0 0 0;
    overflow:hidden;
}
.entry-content a {
    font-style:italic;
    border-bottom:1px solid #e0e0e0;
}
.entry-content a:hover {
    color:#C90A02;
    border-color:#EFB5B3;
}
.entry-content .entry-images a{
	border:none;
	margin-right:5px;
}
.entry-images{
	margin:0;
	padding:0;
}
.entry-content p{
	margin-bottom:10px;
}

.entry-content p.entry-images{
	margin-bottom:0px;
}

.entry-content p.pri_image{
	border-bottom:1px solid #e1e1e1;
}

.hidden{
	display:none;
}
.entry-content h1, .entry-content h2 {
    font-size:16px;
    font-weight:bold;
    margin:0 0 18px 0;
}
.entry-content h3 {
    font-size:14px;
    font-style:italic;
    margin:0 0 18px 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
}
.entry-content h5 {
    font-size:10px;
    font-style:italic;
    margin:0 0 18px 0;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
}
.entry-content ul {
    list-style:square;
    margin:0 0 21px 1.5em;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 21px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content .alert {
	background:#fafafa;
	border:1px solid #ddd;
	padding:1.5em;
	display:block;
}
.entry-content .quiet {
    font-size:10px;
    color:#787878;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    font-weight:bold;
}
.page-link {
    margin:0 0 21px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
    color:#C90A02;
    border-bottom:1px solid #EFB5B3;
}
.comments-link a {
    color:#787878;
    background:url(../images/comments-link.gif) no-repeat left top;
    padding:0 0 0 11px;
}
.comments-link a:hover {
}
.entry-content img,
.wp-caption {
    margin-bottom:21px;
}
.wp-smiley {
    max-height:13px;
}

/* Other */

body.home div.category-asides * {
    display:inline;
}
body.home div.category-asides .entry-title,
body.home div.category-asides .entry-meta,
body.home div.category-asides .page-link {
display:none;
}
body.home div.category-asides {
    margin:21px 0 42px 0;
    padding:0 0 0 59px;
    border-left:1px solid #e0e0e0;
}
body.home div.category-asides .entry-content {
    margin:0;
}
body.home div.category-asides blockquote {
    margin:0;
    font-size:13px;
    font-style:normal;
}

body.home div.category-asides .comments-link {
    margin:0 0 0 .125em;
}

/* Comments */

#comments {
    background:#090F13 url(../images/comments.gif) repeat-x left top;
    color:#fff;
    margin:63px 0 0 0;
    padding:0 0 21px 0;
    overflow:hidden;
}
#comments h3 {
    font-size:16px;
    font-style:italic;
    text-align:center;
    margin:0 0 21px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:21px;
}
#comments ol {
    margin:0 0 42px 0;
    list-style:none;
}
#comments li {
    background:#192830;
    border-top:1px solid #1F323C;
    margin:0 20px 2px 20px;
    padding:20px 20px 0 20px;
    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.comment-meta {
    opacity:0.9;
}
#comments a {
    color:#F2EAB7;
}
#comments p {
    opacity:0.9;
}
#comments p a {
    font-style:italic;
    border-bottom:1px solid #606459;
}
#comments p a:hover {
    color:#fff;
    border-color:#646A6F;
}
#comments li.byuser {
    background:#1B2B35;
    border-color:#223642;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    position:absolute;
    top:19px;
    left:20px;
}
#comments .fn {
    font-family:Avenir, Helvetica, Arial, sans-serif;
    font-weight:bold;
    letter-spacing:.05em;
    text-transform:uppercase;
    padding:18px 0 0 68px;
    display:block;
}
#comments .fn a {
    color:#F2EAB7;
}
#comments .fn a:hover {
    color:#FFF;
}
#comments-list .comment-meta {
    font-size:12px;
    margin:0 0 21px 0;
    padding:0 0 0 68px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:12px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#192830;
    border-top:1px solid #1F323C;
    padding:20px 20px 0 20px;
    width:460px;
    margin:21px auto 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:12px;
}
#respond h3 {
    padding-top:21px;
}
#respond form {
    padding:0 0 42px 0;
}
#respond #form-section-author {
    width:230px;
    float:left;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 19px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}

#respond .required {
    font-weight:bold;
}

/* Entries */

#author-info {
    margin:-21px 0 42px 0;
    overflow:hidden;
}
#author-info p {
    padding-top:21px;
}
#author-info p:first-line {
    font-weight:bold;
    font-size:16px;
}
#author-info .avatar {
    float:left;
    margin:0 10px 0 0;
    padding:5px;
    border:1px solid #e0e0e0;
    position:relative;
    top:14px;
}
#author-email a {
    font-size:12px;
    font-style:italic;
    border-bottom:1px solid #e0e0e0;
    background:url(../images/comments-link.gif) no-repeat 0 0;
    padding:0 0 0 11px;
}
#author-email a:hover {
    color:#C90A02;
    border-color:#EFB5B3;
}

/* Main Nav */

.navigation {
    font-size:11px;
    margin:0px 0 42px 0;
    overflow:hidden;
}
.navigation a {
    color:#787878;
    font-style:italic;
}
.navigation a:hover {
    border-bottom:1px solid #e0e0e0;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:21px 0 42px 0;
}
#nav-below {
    margin-top:42px;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

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

.aside h3 {
    font-size:14px;
    font-weight:bold;
}

.aside ul ul {
    list-style:square;
}

/* sidebar */

.main-aside {
    font-size:12px;
    color:#787878;
}
.main-aside a {
		margin-left:10px;
    font-style:italic;
    color:#787878;
    border-bottom:1px solid #e0e0e0;
}
.main-aside a:hover {
    color:#C90A02;
    border-color:#EFB5B3;
}
.main-aside h3 {
    font-size:12px;
    font-family:Avenir, Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#090F13;
    padding:21px 0 0 0;
}
.main-aside ul ul {
    margin:0;
}
.main-aside ul ul ul {
    margin:0;
}
.main-aside ul li {
    list-style:none;
}
.main-aside ul li a:before {
    content: "·";
    padding:0 .25em 0 0;
    font-style:normal;
    margin:0 0 0 -.5em;
}
.main-aside ol li {
    list-style:decimal;
}
#secondary {
    margin-bottom:42px;
}

/* footer */

#subsidiary {
    display:none;
}

#footer {
    padding:42px 0 126px 0;
    font-size:10px;
    color:#787878;
}
#footer a {
    font-style:italic;
    color:#787878;
    border-bottom:1px solid #e0e0e0;
}
#footer a:hover {
    color:#C90A02;
    border-bottom:1px solid #EFB5B3;
}

/* Contact Page */

.page .formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}
.page .formcontainer span.required {
color: #FF0000;
}

.page .formcontainer p.error,
.page .formcontainer p.important,
.page .formcontainer p.information,
.page .formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

.page .formcontainer p.error {
background: #fbfbee url('images/error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

.page .formcontainer p.important {
background: #fbfbee url('images/important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

.page .formcontainer p.information {
background: #fbfbee url('images/information.png') no-repeat 12px 50%;
border-bottom: 2px solid #C5DDF2;
}

.page .formcontainer p.success {
background: #fbfbee url('images/success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

.page .formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

.page .formcontainer form.contact-form fieldset {
	background:#fafafa;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

.page .formcontainer form.contact-form fieldset legend {
    font-size:10px;
    font-weight:bold;
    letter-spacing:2px;    
		text-transform: uppercase;
}

.page .formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

.page .formcontainer form.contact-form fieldset div.form-label label,
.page .formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

.page .formcontainer form.contact-form fieldset div.form-input,
.page .formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

.page .formcontainer form.contact-form fieldset div.form-input input,
.page .formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

.page .formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

.page .formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

.page .formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

.page .formcontainer form.contact-form fieldset div.form-option,
.page .formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

.page .formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}