body { color:#fffef1; background-color:#0c273d; background-image:url(/assets/images/bg.png); font-size:16px;}
#header h2.subtitle {margin:0;
position:absolute;
text-align:right;
width:950px;
font-size:1.2em; font-weight:normal;}
.blog-subtitle { font-size:.8em;  }
#sidebar { width:180px;}
#content { width: 760px;}

#content.nomenu { width:auto; float:none;}
a { color:#62b6dc; }
.menuport {padding:0 0 0 0.5em;margin:0;}
.menuport a { text-decoration: none; }
.menuport a:hover { text-decoration: underline; color:#fffef1;}
.menuport li { list-style:none; font-size:16px; margin-top:10px; }
.menuport ul {margin: 0em; padding:0 0 0 1em;}
.menuport ul li {  font-size:14px; margin-top:7px; }
.menuport ul li ul li { font-size:11px; margin-top:2px; }
.menuport .active, .current-cat a {
	color:#fffef1;
}
#footer { text-align:right; line-height: 1.5em; color:#62b6dc; border-top:none; font-size:13px; }
#footer .leaf {position:absolute; float:left; margin:-350px 0 0 -75px; z-index:-1000; background-image:url(/assets/images/leaf.png); background-repeat:no-repeat; width:447px; min-height:415px;}

.columns-two {
    width:49%;
    float:left;
}
.columns-two.odd {
    clear:both;
    padding-right:2%;
}
.customer-gallery-item {
    margin:5px 0;
}
.customer-gallery-item blockquote:before {
	display: block;
	float: left;
	margin: -15px 10px 0 0;
	font-size: 100px; /* let's make it a big quote! */
	content: "\201C"; /* here we define our :before as a smart quote. It could be any content, even the HTML entity alternative to this opening quote, that is “ */
	color: #700;
	text-shadow: 0 1px 1px #000;
    font-style:normal;
    font-family:Helvetica,Arial,sans-serif;
}
.customer-gallery-item blockquote {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style:italic;
    margin: 20px 8px;
}

.customer-gallery-item img {
    margin:0 auto;
    display:block;
}

.customer-gallery-item cite {
    display:block;
    font-style:normal;
    margin:0 0 0 20px;
	text-align:right;
}
.customer-gallery-item cite:before {
    content:"\2014\00A0";
}
