<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Ben Greenacre Builder Theme
Theme URI: http://www.bengreenacrebuilder.com.au
Description: The custom Ben Greenacre Builder theme.
Author: Danny Solsberg and Wade Ingold
Author url: http://www.fewandfar.com.au/
Version: 1.0
Template: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: 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;
}

/* =Layout
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'CicleSemiRegular';
    src: url('images/fonts/cicle_semi-webfont.eot');
    src: url('images/fonts/cicle_semi-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/fonts/cicle_semi-webfont.woff') format('woff'),
         url('images/fonts/cicle_semi-webfont.ttf') format('truetype'),
         url('images/fonts/cicle_semi-webfont.svg#CicleSemiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleFina';
    src: url('images/fonts/cicle_fina-webfont.eot');
    src: url('images/fonts/cicle_fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/fonts/cicle_fina-webfont.woff') format('woff'),
         url('images/fonts/cicle_fina-webfont.ttf') format('truetype'),
         url('images/fonts/cicle_fina-webfont.svg#CicleFina') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CicleGorditaGordita';
    src: url('images/fonts/cicle_gordita-webfont.eot');
    src: url('images/fonts/cicle_gordita-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/fonts/cicle_gordita-webfont.woff') format('woff'),
         url('images/fonts/cicle_gordita-webfont.ttf') format('truetype'),
         url('images/fonts/cicle_gordita-webfont.svg#CicleGorditaGordita') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	background: #FFFFFF;
}

body {
	background: url("images/bg.png") top center no-repeat #FFFFFF;
	font-family: 'CicleSemiRegular', Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	text-align: center;
	margin: 0;
	padding: 0;
}

body#white {
	background: url("images/bg_white.png") top center no-repeat #FFFFFF;
}

body#half {
	background: url("images/bg_half.png") top center no-repeat #FFFFFF;
}



/* IDs ---------------------------------------------------------------------------- IDs */

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 900px;
}




/* HEADER ---------------------------------------------------------------------------- HEADER */

#header {
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 53px 0 0 140px;
}

#logo {
	width: 760px;
	height: auto;
	margin: 0;
	padding: 0 0 6px 0;
}



/* NAV ---------------------------------------------------------------------------- NAV */

#main_nav li {
/*display: inline-block;  /* Opera &amp; Safari, IE6/7 will render as block */
/*display: -moz-inline-box; /* Firefox */
/*vertical-alignment: top;  /* For consistency */
/*_display: inline; */
display: inline-block;
hasLayout: on;
zoom:1;
*display: inline; 
color: #ffffff;
margin: 0 10px 0 0;
list-style: none;
}

#main_nav li a {
color: #ffffff;
text-decoration: none;
font-size: 12px;
padding: 0;
}
#main_nav li a:hover {
color: #666666;
}



/* LEFT IMAGE ------------------------------------------------------------------ LEFT IMAGE */

#left_image {
	width: 239px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#left_image_home {
	width: 254px;
	height: 264;
	margin: 0;
	padding: 0;
	float: left;
}




/* MAIN CONTENT ---------------------------------------------------------------------------- MAIN CONTENT */

#main_content {
	 float: right;
    height: auto;
    margin: 0;
    padding: 5px 0 0;
    width: 646px;
}

#main_content_half {
	float: right;
    height: auto;
    margin: 0;
    padding: 5px 10px 0 10px;
    width: 636px;
	background: #FFF;
}

#main_content_home {
	width: 644px;
	height: auto;
	margin: 0 0 0 4px;
	padding: 0;
	float: left;
}

#text_section {
	width: 480px;
	height: auto;
	margin: 0;
	padding: 14px 0 0 244px;
}

#text_section p {
	font-size: 16px;
	line-height: 21px;
	color: #96968e;
	padding-bottom: 0;
}

#text_section a, #text_section a:link, #text_section a:visited {
	color: #96968e;
	text-decoration: none;
	font-size: 20px;
}
 
#text_section a:hover, #text_section a:active {
	color: #003f5e;
	text-decoration: none;
}

#content_slider {
	width: 644px;
	height: 262px;
	margin: 0;
	padding: 0;
	float: right;
}


/* FOOTER ---------------------------------------------------------------------------- FOOTER */

#footer_wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url("images/footer_bg.png") top center repeat-x #FFFFFF;
}

#footer {
	width: 635px;
	height: auto;
	margin: 0 auto;
	padding: 36px 0 40px 265px;
}



#footer p {
	color: #d1d2d4;
	font-size: 14px;
	line-height: 16px;
	font-family: 'CicleFina', Helvetica, Arial, sans-serif;
}

#footer p span.larger {
	font-size: 21px;
	line-height: 21px
}

/* #login_big_wrapper {
    background: url("images/footer_bg.png") repeat-x scroll center top #FFFFFF;
    height: auto;
    margin: 60px 0 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#login_wrapper {
    height: auto;
    margin: 0 auto;
    padding: 36px 0 40px 224px;
    text-align: left;
    width: 635px;
}
*/

#login_info {
	padding: 14px 0 0 0;
	margin: 0;
	height: auto;
}

#login_form {
	padding: 14px 0 0 0;
	margin: 0;
	height: auto;
	width: 280px;
	float: left;
}

#login_wrapper h2 {
	padding-bottom: 10px;
	font-size: 18px;
}

#login_wrapper td td {
	padding: 13px;
	color: #003f5e;
}

#login_wrapper td input {
	padding: 8px 5px;
	font-size: 14px;
	color: #96968E;
}

#login_wrapper td input.submit {
	color: #FFF;
}

#video {
	padding: 15px 0 0 0;
	margin: 0;
	height: auto;
	width: 340px;
	float: right;
}










/* TAGS---------------------------------------------- TAGS */
/* TAGS */

p {
	font-size: 14px;
	line-height: 20px;
	color: #96968e;
	padding-bottom: 10px;
}

h1 {
	color: #96968e;
}

h2 {
	color: #96968e;
}

h3 {
	color: #96968e;
}

h4 {
	color: #96968e;
}

h6 {
	font-size: 14px;
	line-height: 19px;
	color: #96968e;
}

a, a:link, a:visited {
	color: #003f5e;
	text-decoration: none;
}
 
a:hover, a:active {
	color: #003f5e;
	text-decoration: underline;
}


li {
	font-size: 16px;
	line-height: 20px;
	color: #96968e;
	list-style: disc outside;
	margin-left: 10px;
	margin-bottom: 3px;
}

tr {
}

td {
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 10px;
}


a img {
	border: thick none #000000;
}

strong {
	color: #003f5e;
}

h2.break {
	font-size: 18px;
	padding: 30px 0 20px 0;
}





/* CLASSES----------------------------------------------CLASSES */
/* CLASSES */

.large {
	font-size: 17px;
}

.larger {
	font-size: 18px;
}

.cleara {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.textbox {
	width: 269px;
	height: 15px;
	padding: 8px;
	margin: 0;
	border: thick none #000000;		
	background: #f2f2f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b9191;
	line-height: 1.5;
}
.textarea {
	width: 269px;
	height: 77px;
	padding: 8px;
	margin: 0;
	background: #f2f2f1;
	border: medium none #006666;
	font-size: 12px;
	color: #4b9191;
}
.submit {
	width: 90px;
	height: auto;
	padding: 8px 0;
	margin: 10px 0 0 0;
	color: #FFF;
	text-transform: uppercase;
	background: #003f5e;
	border: thick none #006666;
	overflow: hidden;
	cursor: pointer;
	
}
.submit:hover {
	color: #FFF;
	background: #b0b0aa;
	border: thick none #006666;
	overflow: hidden;
	cursor: pointer;
}

input:focus {
	outline:none;
}

textarea:focus {
	outline:none;
}


.bold {
	color: #003F5E;
}
.highlight {
	color: #003F5E;
}
.highlight_bold {
	font-weight: bold;
	color: #003f5e;
}

img, a, div { behavior: url(css/iepngfix.htc) }








/* SPRITES----------------------------------------------------------SPRITES */
/* Sprites */

#home_sprite {
	background:url(images/sprites/sprite_00.png) no-repeat;
	float: left;
}
#home_sprite a {
	background: url(images/sprites/sprite_00.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 51px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#home_sprite a:hover {
	background: url(images/sprites/sprite_00.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 51px;
	border: thick none #999999;
	outline: none;
}

#about_sprite {
	background:url(images/sprites/sprite_01.png) no-repeat;
	float: left;
}
#about_sprite a {
	background: url(images/sprites/sprite_01.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 79px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#about_sprite a:hover {
	background: url(images/sprites/sprite_01.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 79px;
	border: thick none #999999;
	outline: none;
}

#services_sprite {
	background:url(images/sprites/sprite_02.png) no-repeat;
	float: left;
}
#services_sprite a {
	background: url(images/sprites/sprite_02.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 72px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#services_sprite a:hover {
	background: url(images/sprites/sprite_02.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 72px;
	border: thick none #999999;
	outline: none;
}

#gallery_sprite {
	background:url(images/sprites/sprite_03.png) no-repeat;
	float: left;
}
#gallery_sprite a {
	background: url(images/sprites/sprite_03.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 128px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#gallery_sprite a:hover {
	background: url(images/sprites/sprite_03.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 128px;
	border: thick none #999999;
	outline: none;
}

#testimonials_sprite {
	background:url(images/sprites/sprite_04.png) no-repeat;
	float: left;
}
#testimonials_sprite a {
	background: url(images/sprites/sprite_04.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 101px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#testimonials_sprite a:hover {
	background: url(images/sprites/sprite_04.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 101px;
	border: thick none #999999;
	outline: none;
}

#contact_sprite {
	background:url(images/sprites/sprite_05.png) no-repeat;
	float: left;
}
#contact_sprite a {
	background: url(images/sprites/sprite_05.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 62px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#contact_sprite a:hover {
	background: url(images/sprites/sprite_05.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 62px;
	border: thick none #999999;
	outline: none;
}

#blog_sprite {
	background:url(images/sprites/sprite_06.png) no-repeat;
	float: left;
}
#blog_sprite a {
	background: url(images/sprites/sprite_06.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 48px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#blog_sprite a:hover {
	background: url(images/sprites/sprite_06.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 48px;
	border: thick none #999999;
	outline: none;
}

#recycling_sprite {
	background:url(images/sprites/sprite_07.png) no-repeat;
	float: left;
}
#recycling_sprite a {
	background: url(images/sprites/sprite_07.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 83px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#recycling_sprite a:hover {
	background: url(images/sprites/sprite_07.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 83px;
	border: thick none #999999;
	outline: none;
}

#co_sprite {
	background:url(images/sprites/sprite_08.png) no-repeat;
	float: left;
}
#co_sprite a {
	background: url(images/sprites/sprite_08.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 100px;
	display: block;
	outline: none;
	border: thick none #999999;
}
#co_sprite a:hover {
	background: url(images/sprites/sprite_08.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 41px;
	cursor: pointer;
	width: 100px;
	border: thick none #999999;
	outline: none;
}





/* BODY SPRITES ------------------------------------------------------------- BODY SPRITES */
/* Body Sprites */

body#index #home_sprite {
	background:url(images/sprites/sprite_01.png) no-repeat;
	float: left;
}

body#index #home_sprite a {
	background: url(images/sprites/sprite_01.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 27px;
	cursor: pointer;
	width: 74px;
	display: block;
	border: thick none #999999;
	outline: none;
}

body#index #home_sprite a:hover {
	background: url(images/sprites/sprite_01.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 27px;
	cursor: pointer;
	width: 74px;
	border: thick none #999999;
	outline: none;
}








/* NEXT GEN GALLERY --------------------------------------------- NEXT GEN GALLERY */

.ngg-gallery-thumbnail {
	float: right !important;
	margin-right: 0 !important;
	text-align: center;
	margin: 0 10px 10px 0 !important;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border: 0px solid #A9A9A9 !important;
	display:block;  
	margin: 0 !important;
	padding: 0 !important;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left: 0 !important;
	display:block;
}

#main_content .ngg-navigation a.page-numbers, #main_content .ngg-navigation a.next, #main_content .ngg-navigation a.prev, #main_content .ngg-navigation span.page-numbers, #main_content .ngg-navigation span.next, #main_content .ngg-navigation span.prev {
    border: 0px solid #848376 !important;
    margin-right: 3px !important;
    padding: 4px 8px !important;
    text-decoration: none !important;
	border-bottom: 0px dotted #848376 !important;
	background: #d6d5d1;
}

.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
    background-color: #003f5e !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.ngg-navigation .current {
	padding: 4px 8px !important;
    text-decoration: none !important;
	background: #003f5e !important;
	color: #FFF !important;
	font-weight: normal;
}

#main_content a.thumbnail_sub {
    border-bottom: 0px dotted #848376;
}

.ngg-galleryoverview {
    margin-top: 0 !important;
}

.entry-content li {
	margin-left: 14px;
	padding-top: 5px;
	color: #7A7982;
    font-size: 12px;
}

.ngg-albumtitle a, .ngg-albumtitle a:link, .ngg-albumtitle a:visited {
	color: #003f5e;
	text-decoration: none;
	font-size: 14px;
}
 
.ngg-albumtitle a:hover, .ngg-albumtitle a:active {
	color: #003f5e;
	text-decoration: underline;
}

.ngg-thumbnail img {
    background-color: #FFFFFF;
    border: 0px solid #A9A9A9 !important;
    margin: 0 !important;
    padding: 0 !important;
	font-weight: normal !important;
    position: relative;
}

.ngg-albumtitle {
	padding-top: 15px !important;
	font-weight: normal !important;
}

html &gt; body .ngg-album {
	border: 0px solid #FFFFFF !important;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 !important;
}

.ngg-album {
	border: 0px solid #FFFFFF !important;
    float: left;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 214px;
}



































/* WP STYLES --------------------------------------------------------- WP STYLES */
/* WP STYLES --------------------------------------------------------- WP STYLES */
/* WP STYLES --------------------------------------------------------- WP STYLES */
/* WP STYLES --------------------------------------------------------- WP STYLES */

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-size: 14px;
	color: #636363;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #003F5E;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #003F5E;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #003F5E;
}
#content .entry-title {
	font-size: 26px;
	color: #003f5e;
	line-height: 1.1;
	font-weight: normal;
	padding: 20px 0 5px 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #003f5e;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #003f5e;
	text-decoration: none;
}
.entry-meta {
	color: #003F5E;
	font-size: 16px;
	padding-bottom: 15px;
	background: url("images/blog_bg.png") repeat-x left top transparent;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #003F5E;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #003F5E;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #003F5E;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #003F5E;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 13px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #003F5E;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #003F5E;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
}
.entry-meta a,
.entry-utility a {
	color: #003F5E;
	font-style: italic;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #003F5E;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #003F5E;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #003F5E;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #003F5E;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #003F5E;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 18px;
	color: #003F5E;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style: none outside none;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #003F5E;
	font-size: 12.5px;
	font-style: normal;
}
.comment-author .says {
	color: #003F5E;
	font-size: 13px;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	font-size: 12px;
	color: #003F5E;
	text-decoration: underline;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #003F5E;
	text-decoration: none;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	font-size: 12px;
	color: #636363;
	text-decoration: underline;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #003F5E;
	text-decoration: none;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #202128;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #FFF;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #003F5E;
	font-weight: bold;
}
#respond label {
	color: #003F5E;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #003F5E;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	color: #FFF;
	font-size: 14px;
	background: #DB781B;
	border: thick none #006666;
	overflow: hidden;
	cursor: pointer;
	margin-top: 10px;
	padding: 0px;
	height: 41px;
	width: 118px;
}

#respond .form-submit input:hover {
	color: #FFF;
	background: #003F5E;
	border: thick none #006666;
	overflow: hidden;
	cursor: pointer;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area li {
	list-style: none;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #202128;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #202128;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#third ul {
	margin: 0;
	padding: 0;
}

#third li {
	margin: 0;
	padding: 0;
	color: #636363;
	font-size: 14px;
	line-height: 1.5;
}


</pre></body></html>