/* Devon & Az's Super Awesome Default CSS.... Best Friends Forevz */


/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}
.ie * {

}
img {
	display: block;
	border: 0;
}
a {
	outline: none;
	text-decoration: underline;
	color: #52585d;
}
a:hover {
	text-decoration: none;
	color: #23292d;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Open Sans', Arial, Verdana, Sans Serif;
	font-size: 12px;
	font-size: 0.75rem;
	color: #3a3a3a;
	background-color: #59B0DA;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 960px;
	max-width: 60rem;
	margin: 0 auto;
}


/*________ HEADER & NAV ________*/

.header {
	width: 100%;
}

.navContainer {
	width: 100%;
	background-color: #fff;
	height: 80px;
}
.navContainer .container {
	position: relative;
}

.header h1 {
	position: absolute;
	margin: 10px 0 0 0;
	margin: 0.625rem 0 0 0;
	padding: 0 4px;
	padding: 0 0.25rem;
	float: left;
	width: 18%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.header h1 img {
	float: left;
	width: 100%;
	box-shadow:  0 0 4px 0 rgba(0, 0, 0, .2);
	box-shadow:  0 0 0.25rem 0 rgba(0, 0, 0, .2);
	height: auto;
}

.screenGallery #thumbs { 
	overflow: hidden; 
	float: right;
	display: inline-block;
	width: 36%;
}
.screenGallery #thumbs img, #largeImage {
   border: 1px solid gray;
   padding: 4px;
   background-color: white;
   cursor: pointer;
}
.screenGallery #thumbs img {
   float: left;
   margin: 5px;
   max-width: 95px;
   height: auto;
}
.screenGallery #panel {
    position: relative;
    float: left;
    width: 63%;
    display: inline-block; 
}
.screenGallery #panel img {
	width: 100%;
	height: auto;
}
.screenGallery img[src*="large"] {
    display: none;
}
/* Solid MultiLevel Css Nav */
.mainNav {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	margin: 20px 0;
	margin: 1.25rem 0;
	line-height: 100%;
	z-index: 10000;
	position: relative;
	float: right;
	width: 82%;
	text-align: right;
}
.mainNav li {
	margin: 0 4px;
	margin: 0 .25rem;
	padding: 0 0 8px;
	padding: 0 0 .5rem;
	display: inline-block;
	position: relative;
	list-style: none;

	zoom: 1;
	*display: inline;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	padding: 8px 20px;
	padding: .5rem 1.25rem;
	margin: 0;
	color: #1e3164;
}
.mainNav a:hover {
	color: #59b0da;
}
/* main level link hover */
.mainNav .current a {
	text-shadow: 0 0 5px #59B0DA;
}
.mainNav li:hover > a {}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {}
.mainNav ul a:hover {}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 255px;
	position: absolute;
	top: 35px;
	top: 2.1875rem;
	left: 8px;
	left: 0.5rem;
	background: #fff;
}
/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.mainNav ul a {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px 12px;
	padding: 0.75rem;
    border-top: 1px solid #e0e0e0;
}
/* level 3+ list */
.mainNav ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */
.mainNav:after,
.clearFix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mainNav {
	display: inline-block;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}

a.fblink {
	display: block;
	width: 127px;
	float: right;
	padding-top: 25px;
	padding-left: 30px;
}



.taglineContainer {
	overflow: hidden;
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 100%;
}
.taglineContainer .container {
	overflow: hidden;
}
.header .tagline {
	float: right;
	font-size: 17px;
	font-size: 1.1rem;
	color: #ffffff;
	font-style: italic;
	font-weight: 600;
	text-shadow: 0 -1px 0px #29779b;
	width: 80%;
	text-align: right;
}


.header .extraContainer {
	overflow: hidden;
	padding: 20px 0 20px;
	padding: 1.25rem 0 1.25rem;
	width: 100%;
	background-color: #eeeeee;
}
.home .header .extraContainer {
	padding: 54px 0 30px;
	padding: 3.375rem 0 1.875rem;
}
/*.header .extraContainer .phone {
	text-align: right;
	font-size: 16px;
	font-size: 1rem;
	color: #1e3164;
	margin: 0;
} */

/*________ SLIDER ________*/

.nivoSlider {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border: 1px solid #679db7;
	position: relative;
	height: 290px;
	background: url(/images/loading.gif) no-repeat 50% 50%;
	margin: 20px 0 0;
	margin: 1.25rem 0 0;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.nivoSlider a {
	border: 0;
	display: block;
}


/*________ CONTENT ________*/

.contentContainer {
	overflow: hidden;
	padding: 20px 0;
	padding: 2.5rem 0;
	width: 100%;
	background-color: #fff;
}
.page-id-1972 .content {
	width: 100%;
}
.content {
	width: 65%;
	float: left;

	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.content h1 {
	font-size: 28px;
	font-size: 1.75rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.content h2 {
	font-size: 24px;
	font-size: 1.5rem;
	color: #1e3164;
	font-weight: normal;
	border-bottom: 1px solid #1e3164;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
}
.content h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
}
.content h4 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
}
.content h5 {
	font-size: 14px;
	font-size: .875rem;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
}
.content h6 {
	font-size: 12px;
	font-size: .75rem;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
}
.content p {
	font-size: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.content ul, .content ol {
	margin: 0 0 16px 50px;
	margin: 0 0 1rem 3.125rem;
}
.content ul li, .content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	margin: 0 0 16px 50px;
	margin: 0 0 1rem 3.125rem;
}


/*________ HOME PAGE ________*/

/*.viewWork {
	display: block;
	width: 48%;
	height: 227px;
	float: left;
	text-decoration: none;
	margin-right: 4%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background-size: cover;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.viewPatios {
	background: url(/images/image-sample-patios.jpg) no-repeat;
}
.viewFencing {
	background: url(/images/image-sample-fencing.jpg) no-repeat;
	margin-right: 0;
}
.viewWork span {
	text-align: center;
	display: block;
	width: 80%;
	margin: 0 auto;
	position: relative;
	margin-top: 160px;
	padding: 10px;
	padding: .625rem;
	color: #ffffff;
	text-decoration: none;
	background: #59b0da;
	border-radius: 8px;
}
.viewWork:hover {
	opacity: 0.9;
}
.viewWork:hover span {
	background-color: #3e8eb5;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	} */

.home .extraContainer .container {
	max-width: 1200px;
	max-width: 75rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.home .viewWorkContainer {
	text-align: center;
}
.home .viewWork {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	padding: 0 0.75rem;
}
.home .viewWork a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 16px solid #e1e1e1;
	border: 1rem solid #e1e1e1;
	width: 100%;
	text-decoration: none;
}
.home .viewWork img {
	width: 100%;
	height: auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	transition: all 80ms linear;
}
.home .viewWork a:hover img {
	opacity: 0.8;
}
.home .viewWork .textWrapper {
	background-color: #59b0db;
	padding: 10px;
	padding: 0.625rem;
	display: block;
	overflow: hidden;
}
.home .viewWork .textWrapper span {
	text-decoration: none;
}
.home .viewWork .textWrapper .large {
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-shadow: -1px -1px 0 #428cb3;
	line-height: 24px;
	line-height: 1.5rem;
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0;
}
.home .viewWork .textWrapper .small {
	color: #181713;
	display: block;
	line-height: 16px;
	line-height: 1rem;
}


.projectsExtraContainer {
	overflow: hidden;
	padding: 0 0 38px;
	padding: 0 0 2.375rem;
	width: 100%;
	background-color: #eeeeee;
}
.home .projectsExtraContainer .container {
	max-width: 992px;
	max-width: 62rem;
}
.home .projectsExtraContainer .headline {
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
	line-height: 72px;
	line-height: 4.5rem;
}

.home .viewProject {
	width: 33.33%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 16px;
	padding: 0 1rem;
}
.home .viewProject .projectContainer {
	background-color: #e1e1e1;
	padding: 20px;
	padding: 1.25rem;
}

.home .viewProject .projectContainer p.category {
	font-weight: bold;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}
.home .viewProject .projectContainer h3 {
	font-weight: normal;
	margin: 0 0 2px;
	margin: 0 0 0.125rem;
	font-size: 16px;
	font-size: 1rem;
}
.home .viewProject .projectContainer h3 a {
	text-decoration: none;
	color: #59b0db;
}
.home .viewProject .projectContainer p.location {
	color: #7c7c7c;
	font-size: 0.625rem;
	font-size: 0.625rem;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
}

.home .viewProject .projectContainer img {
	width: 100%;
	height: auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	transition: all 80ms linear;
}
.home .viewProject .projectContainer img:hover {
	opacity: 0.8;
}
.home .viewProject a.viewProjectLink {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #59b0db;
	color: #fff;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 #428cb3;
	line-height: 24px;
	line-height: 1.5rem;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	text-decoration: none;
}
.home .viewProject a.viewProjectLink:hover {
	text-decoration: underline;
}


/*________ REQUEST QUOTE PAGE ________*/

.sorryMessage {
	display: none;
	color: red;
	padding-top: 16px;
	padding-top: 0.625rem;
}

.quoteForm {
	width: 100%;
	overflow: hidden;
	background-color: #59b0da;
	padding: 20px;
	padding: 1.25rem;
	border: 1px solid #65b6dd;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


/*________ ABOUT US ________*/


table.tableProducts {
	margin: 0 15px 20px 0;
	border-top: 1px solid #e4f1f7;
	border-left: 1px solid #e4f1f7;
	width: 600px;
	color: #000000;
}

table.tableProducts th, table.tableProducts td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #e4f1f7;
	border-right: 1px solid #e4f1f7;
}

table.tableProducts tr:nth-child(odd) {
	background: #f4fbff;
}


/*________ SIDEBAR ________*/

.sidebarContainer {
	width: 30%;
	float: right;
}
.sidebar {
	background-color: #59b0da;
	padding: 20px;
	padding: 1.25rem;
	overflow: hidden;
	margin-bottom: .75rem;
}
.sidebarContainer img {
	margin: 0 auto;
}
.sidebar h3 {
	line-height: 1;
	color: #fff;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	font-style: italic;
	text-shadow: 0 -1px 0px #29779b;
}
.sidebar h4 {
	line-height: 1;
	color: #fff;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
	font-weight: normal;
	font-size: 14px;
	font-size: .875rem;
	text-shadow: 0 -1px 0px #29779b;
}

.sidebar form *,
.quoteForm form * {
	-webkit-appearance: none;
}
.sidebar form.elab_form fieldset div {
	padding-top: 0;
}
.sidebar form.elab_form fieldset label,
.quoteForm form.elab_form fieldset label {
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
}
.sidebar form.elab_form fieldset input,
.sidebar form.elab_form fieldset select,
.sidebar form.elab_form fieldset textarea{
	font-size: 12px;
	font-size: .75rem;
	color: #738e94;
	border: 1px solid #6ad4ea;
	width: 100% !important;
	height: 3em;
}
.sidebar form.elab_form fieldset textarea,
.quoteForm form.elab_form fieldset textarea {
	height: 10em;
	resize: vertical;
	resize: vertical;
}
.sidebar form.elab_form input[type="submit"],
.sidebar form.elab_form button[type="submit"],
.quoteForm form.elab_form input[type="submit"],
.quoteForm form.elab_form button[type="submit"] {
	background-color: #1e3164;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.sidebar form.elab_form .footnote {
	width: 68%;
	padding: 10px 0 0 10px;
	padding: .625rem 0 0 .625rem;
	font-size: 10px;
	font-size: .625rem;
	color: #1e3164;
	text-shadow: 0 1px 0px #95cde7;
}
.sidebar form.elab_form fieldset div span {
	top: 2.2em;
}


/*________ PATIOS & FENCING PAGE ________*/

.projectTypes {
	overflow: hidden;
}
.projectTypes .type {
	float: left;
	padding: 6px 0;
	padding: .375rem 0;
	width: 48.5%;
	margin: 0 3% 6px 0;
	margin: 0 3% .375rem 0;
	border-bottom: 1px solid #59b0da;
}
.projectTypes .type.noRightMargin {
	margin-right: 0;
}
.projectTypes .type .text {
	float: left;
	width: 51%;
	padding: 16px 1% 10px 0;
	padding: 1rem 1% .625rem 0;
}
.projectTypes .type .text h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
}
.projectTypes .type .text p {
	text-transform: uppercase;
	font-size: 10px;
	font-size: .625rem;
	margin: 0;
}
.projectTypes .type .text h3 a,
.projectTypes .type .text p a {
	text-decoration: none;
	color: #1e3164;
}
.projectTypes .type .text p a {
	text-decoration: none;
	color: #59b0da;
}
.projectTypes .type img {
	float: right;
	height: auto;
	width: 48%;
}
.projectTypes .type img:hover {
	opacity: 0.9;
}


.projectWorks .project {
	width: 100%;
	padding: 6px 0;
	padding: .375rem 0;
	margin: 0 0 6px;
	margin: 0 0 .375rem;
	border-bottom: 1px solid #59b0da;
	overflow: hidden;
}
.projectWorks .project img {
	float: left;
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
}
.projectWorks .project img:hover {
	opacity: 0.9;
}
.projectWorks .project .text {
	margin: 20px 0 10px;
	margin: 1.25rem 0 .625rem;
}
.projectWorks .project .text h3 {
	font-weight: normal;
	margin: 0;
}
.projectWorks .project .text p {
	text-transform: uppercase;
	font-size: 10px;
	font-size: .625rem;
	margin: 0;
}
.projectWorks .project .text h3 a,
.projectWorks .project .text p a {
	text-decoration: none;
	color: #1e3164;
}
.projectWorks .project .text p a {
	color: #59b0da;
}

/*________ CATEGORY PAGE ________*/


/*________ SINGLES PAGE ________*/

.single .project {
	overflow: hidden;
}
.single .project .wp-post-image {
	width: 60%;
	height: auto;
	margin: 0 3% 20px 0;
	margin: 0 3% 1.25rem 0;
	float: left;
}
.single .project .specsContainer {
	float: left;
	width: 37%;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.single .project h3 {
	font-size: 14px;
	font-size: .875rem;
	text-transform: uppercase;
	border-bottom: 1px solid #59b0da;
	margin: 0 0 10px;
	margin: 0 0 .625rem;
}
.single .project ul.specs {
	list-style: none;
	margin: 0;
}
.single .project ul.specs li {
	margin: 0 0 12px;
	margin: 0 0 .75rem;
	text-transform: uppercase;
}
.projectGallery {
	width: 100%;
	overflow: hidden;
}
.projectGallery img {
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 .625rem .625rem 0;
}




/*________ 404 PAGE ________*/


/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	background: #59b0da;
	padding: 10px 0 160px 0;
	padding: .625rem 0 10rem 0;
}
.footer p,
.footer p a {
	color: #b0d6eb;
}
.footer p.copyright {
	float: left;
}
.footer p.development {
	float: right;
}


/*________ FORMS ________*/





/*________ MISC ________*/

.hide {
	display: none;
}
.blueButton {
	display: block;
	text-align: center;
	padding: 6px 10px;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color: #fff;
	text-decoration: none;
	background: #59b0da;
	border-radius: 6px;
	float: left;
}
.blueButton:hover {
	background: #3e8eb5;
	color: #fff;
}
/* Flexible iFrame */
.flexibleContainer {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


	/*________ WP 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;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.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: #888;
	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%;
	margin: 0 0 15px 0;
}
.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 br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/*________ WP MOBILE SAFARI ________*/

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


/*________ WP PRINT ________*/

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




