
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none
}
[hidden] {
    display: none
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
* {
    font-family: 'Lato', sans-serif
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
    background: #5D5D5D;
    color: #EFEEEA;
    text-shadow: none;
}
::selection {
    background: #5D5D5D;
    color: #EFEEEA;
    text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #00e
}
a:visited {
    color: #551a8b
}
a:hover {
    color: #06e
}
a:focus {
    outline: thin dotted
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
    overflow: hidden
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
    line-height: normal
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
    cursor: default
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
/* Colors for form validity */
input:valid, textarea:valid {

}
input:invalid, textarea:invalid {
    background-color: #f0dddd
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) { 
	/* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}
.ir br {
    display: none
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print { 
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	/* Black prints faster: h5bp.com/s */
	a, a:visited {
	    text-decoration: underline
	}
	a[href]:after {
	    content: " (" attr(href) ")"
	}
	abbr[title]:after {
	    content: " (" attr(title) ")"
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	    content: ""
	}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
	    border: 1px solid #999;
	    page-break-inside: avoid;
	}
	thead {
	    display: table-header-group
	}
	/* h5bp.com/t */
	tr, img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
}
/* ========== CCG DESIGN ==========
   CSS built by: Jean-Marc Buytaert
*/
/* GLOBALS
===================================================================== */
.resetList, .resetList li ul {
    margin: 0;
    padding: 0;
}
.resetList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.floatLeft {
    float: left;
    margin: 0 10px 10px 0;
}
.floatRight {
    float: right;
    margin: 0 0 10px 10px;
}
.offLeft {
    position: absolute;
    left: -9999px;
}
/* FORMS */
input, textarea {
    font: inherit;
    padding: 3px;
}
body {
    background: #F6F5F1;
    color: #5D5D5D;
}
* a {
    color: #1E97A2 !important
}
* a:hover {
    text-decoration: none
}
#home-banner {
	text-align: center;
	padding-bottom: 20px;
}
#home-banner-description h1 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 0 -20px;
    padding: 0;
    border-top: solid 2px #EFEEEA;
    text-transform: uppercase;
}
#home-banner-description h1 span {
    font-size: 14px;
    background: #F1F1ED;
    margin: 0 15px 0 0;
    padding: 6px 10px 5px 20px;
    height: 30px !important;
}
#home-banner-description h2 {
    font-size: 14px
}
#home-banner-description .goCurrent {
    display: block;
    float: right;
    width: 30px;
    height: 26px;
    background: url(/img/summary-arrow.png) no-repeat center center;
    text-indent: -9999px;
}
.sub h1 {
    font-size: 28px;
    font-weight: 300;
    color: #5D5D5D;
}
.sub p {
    font-style: normal !important;
    font-size: 14px;
}
.sub p#blog-date {
    font-size: 11px
}
hr.clear {
    clear: both;
    visibility: hidden;
}
/* ========== HEADER ========== */
header {
    display: block;
    position: relative;
    width: 920px;
    height: 140px;
    margin: 0 auto;
    padding: 0 20px;
    border-top: solid 10px #627071;
    background: #FFF;
}
header .logo {
    margin-top: 27px;
    display: block;
    float: left;
}
header nav {
    float: right;
    position: absolute;
    z-index: 99;
    top: 70px;
    right: 20px;
    border-bottom: solid 1px #f5f4f0;
    text-transform: lowercase;
}
header nav ul {
    : ;
    padding-bottom: 10px;
}
header nav ul li {
    font-weight: 300;
    color: #8A9798;
    float: left;
}
header nav ul li a {
    color: #8A9798 !important;
    text-decoration: none;
    font-size: 19px;
    padding: 0 10px;
}
header nav ul li a:hover, header nav ul li.active a {
    color: #142B2D !important
}
/* DROP MENU */
header nav ul ul {
    position: absolute;
    left: -999em;
    background: #8A9798;
    padding: 5px;
}
header nav ul li:hover ul {
    left: auto
}
header nav ul ul li {
    width: 200px;
    float: none;
}
header nav ul ul li a {
    display: block;
    font-size: 12pt;
    color: #FFF !important;
}
header nav ul ul li.last a {
    border-bottom: none
}
header nav ul ul li a:hover {
    background: #b1bdbe;
    color: #FFF !important;
}
body.sub header nav ul li.active ul a {
    color: #FFF !important
}
body.sub header nav ul li.active ul a {
    color: #FFF !important
}
/* SIDENAV */
#sideNav {
    margin-top: 20px
}
#sideNav ul {
    padding: 0;
    margin: 0;
}
#sideNav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10pt;
    line-height: 1.6;
}
#sideNav ul li a {
    color: #333 !important;
    text-decoration: none;
}
/* ========== MAIN / CONTENT ========== */
#main {
    display: block;
    width: 920px;
    margin: 0 auto;
    background: #FFF;
    padding: 25px 20px 20px;
}
#main p {
    font-size: 14px;
    font-style: italic;
}
#main p span {
    margin-left: 20px
}

#inner-content {
    width: 700px;
    float: left;
    min-height: 600px;
}
#main #inner-content p span {
	margin-left: 0;
}
body.blog #inner-content {
	width: 600px;
}
#artists-list figure {
    float: left;
    margin: 0 15px 15px 0;
}
#artists-list figure figcaption {
    display: block;
    height: 19px;
    background: #E0E0E0;
    border-bottom: solid 1px #D6D9DA;
    text-align: center;
    font-size: 11px;
    color: #142B2D;
    padding: 4px 0 0;
}
#artists-list figure a {
    text-decoration: none
}
#artists-list figure a:hover {
    text-decoration: underline
}
#artists-list #top {
    float: left;
    background: #EFEEEA;
}
#artists-list #top a {
    display: block;
    width: 160px;
    height: 48px;
    font-size: 14px;
    color: #B5B9B9;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 115px;
    background: transparent url('../img/bg-top.png') center 25px no-repeat;
}
.blog figure a img {
    background: #FFF;
    padding: 7px;
    border: solid 1px #CDCDCD;
    -webkit-box-shadow: 4px 4px 4px -4px rgba(58, 58, 58, 1);
    box-shadow: 4px 4px 4px -4px rgba(58, 58, 58, 1);
}
.blog figure figcaption {
    color: #627071;
    font-style: italic;
    font-size: 14px;
    margin: 20px 0 25px;
}
.blog dl {
    font-size: 14px;
    margin: 30px 0 0;
}
.blog dl dt {
    text-decoration: underline
}
.blog dl dd {
    margin: 10px 0 0
}
.blog #share {
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 10px;
    color: #627071 !important;
    border-top: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
    padding: 15px 0;
    margin: 30px 0;
}
.blog #share a {
    margin: 0 0 0 10px;
    padding: 0;
}
.blog .pagination p {
    float: left
}
.blog .pagination ul {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}
.blog .pagination ul li {
    list-style-type: none;
    float: left;
    display: block;
    text-align: center;
    margin: 13px 0 0 4px;
}
.blog .pagination ul li a.active, .blog .pagination ul li a:hover {
    width: 20px;
    height: 18px;
    padding: 0px 0 0;
    font-size: 13px;
    background: #989898;
    border: solid 1px #B8B8B8;
    color: #F5F5F5 !important;
}
.blog .pagination ul li.ellipsis {
    background: none;
    color: #ABABAB;
    font-size: 13px;
}
.blog .pagination ul li a {
    display: block;
    width: 20px;
    height: 18px;
    padding: 2 0 0;
    background: #E2E2E2;
    border: solid 1px #D4D4D4;
    text-decoration: none;
    font-size: 13px;
    color: #7D7D7D;
}
#galleryPieces {
    clear: both;
    width: 900px;
}
.artworkDetails {
    min-height: 700px
}
.panes {
    position: relative
}
.artist ul#galleryThumbs {
    margin: 0;
    padding: 0;
    clear: both;
}
.artist ul#galleryThumbs li {
    float: left;
    margin: 0 5px 5px 0;
    list-style-type: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.artist ul#galleryThumbs li.activeSlide, .artist ul#galleryThumbs li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.artist ul#galleryThumbs li img {
	width: 55px;
	height: 55px;
}
.artist #gallery-prev-next {
    float: right;
    font-size: 12px;
}
.artist #gallery-prev-next a {
    text-decoration: none
}
#artwork-showcase {
    text-align: center
}
#artwork-showcase img {
	max-height: 500px;
	width: auto;
}
#artwork-showcase figure {
    clear: both;
    margin: 20px 0 0;
    display: block;
}
#artwork-showcase figure .enlarge {
    margin: 20px 0 0;
    font-size: 12px;
}
#artistNav h1 {
    font-size: 21px;
    text-transform: uppercase;
    float: left;
    margin: 0 10px 20px 0;
    line-height: 1;
    white-space: nowrap;
    max-width: 600px;
    overflow: hidden;
}
#artistNav #breadcrumb .crumbLink {
	background: none;
	color: #5D5D5D;
	font-weight: bold;
	font-size: 8pt;	
	margin-left: 0;
}
#artistNav #breadcrumb .crumbLink a {
	color: #5D5D5D !important;
	text-decoration: none !important;
}
#artistNav #breadcrumb .crumbLink a:hover {
	color: #FFF !important;
}
#artistNav #breadcrumb p.currentPage{
	margin: 5px 0 0;
	font-size: 22px;
}
/* ARTIST GALLERY */
.artist #main h1 span {
    margin: 0 0 0 10px;
    position: relative;
}
#artistNav {
    clear: both;
    height: 35px;
}
#artistNav li {
    float: left;
    margin-right: 5px;
}
#artistNav ul {
    float: right
}
#tabs a, #artistNav ul a {
    color: #627071 !important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #EFEEEA;
    padding: 3px 25px;
    text-transform: uppercase;
}
#tabs a:hover, #artistNav a:hover, #artistNav ul li.active a {
    color: #EFEEEA !important;
    background: #627071;
}
#tabs a.current, #artistNav a.current {
    color: #EFEEEA !important;
    background: #627071;
}
#artistNav ul li.active ul li a {
    color: #627071 !important;
    background: white;
}
/* DROPDOWNS */
#artistNav ul li {
    position: relative
}
#artistNav ul ul {
    position: absolute;
    left: -9999px;
    border: solid 1px #EEE;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    z-index: 99;
}
#artistNav ul ul li {
    width: 150px;
    margin: 0;
}
#artistNav ul ul li a {
    display: block;
    background: white;
}
#artistNav li:hover ul {
    left: auto
}
#artistNav li.gallery ul {
    display: none
}
.artist #main h2 {
    background: #F6F5F1;
    font-size: 13px;
    font-style: italic;
    padding: 7px 20px;
}
.artist #pricing {
    float: left;
    width: 290px;
    padding: 0 0 0 20px;
}
.artist #main section #pricing dl {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}
.artist #main section #pricing dl dt {
    margin: 0 0 15px
}
.artist #main section #pricing dl dd {
    margin: 0 0 5px
}
.galleryButton,.submitButton {
    background: #142b2d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF !important;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 20px;
}
.galleryButton:hover,.submitButton:hover {
    background: #1E97A2
}
.artist #main section #notes {
    width: 300px;
    float: left;
    margin: 0 !important;
}
.artist #main section #notes p {
    font-size: 14px;
    font-style: normal;
}
#galleryPieces .col3 {
    width: 30%;
    float: right;
}
/* ========== SIDEBAR ========== */
aside {
    display: block;
    float: right;
    width: 220px;
    clear: right !important;
}
aside ul {
    margin: 0;
    padding: 15px 0 0 15px;
}
aside ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
aside ul li a {
    color: #797B7B !important;
    font-size: 14px;
    text-decoration: none;
}
aside ul li a:hover {
    text-decoration: underline
}
.searchForm {
    font-style: italic;
    font-size: 12pt;
    color: 000;
    height: 20px;
    border: solid 1px #D8D9D9;
    width: 200px;
    padding: 3px 10px;
    -webkit-box-shadow: inset 0px 0px 9px 0px rgba(171, 174, 174, 0.64);
    box-shadow: inset 0px 0px 9px 0px rgba(171, 174, 174, 0.64);
}
/* PLACEHOLDERS */
:-moz-placeholder {
    color: #999 !important
}
::-webkit-input-placeholder {
    color: #999 !important
}
.placeholder {
    color: #999 !important
}
/* ========== FOOTER ========== */
footer {
    display: block;
    width: 940px;
    margin: 15px auto 25px;
    padding: 0;
}
footer section {
    padding: 20px 10px;
    background: #FFF;
    clear: both;
    display: block;
    width: 940px !important;
    margin: 0 0 0 -10px;
}
footer section > div {
    display: block;
    width: 270px;
    height: 165px;
    margin: 0 0 10px 10px;
    padding: 10px 10px 0 20px;
    background: #EFEEEA;
    float: left;
}
footer div h2 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
footer div h3 {
    font-size: 16px;
    margin: 0 0 0;
}
footer div p {
    font-size: 12px
}
footer #latest-blog p {
    font-size: 12px
}
footer #spotlight h3 {
    float: left;
    margin: 10px 0 0;
    font-style: italic;
    font-size: 18px;
    display: block;
    width: 60px;
}
footer #spotlight img {
    float: right;
    margin: -23px 0 10px;
}
footer #right {
    padding: 0;
    width: 300px;
    background: #FFF;
}
footer #subscribe {
    height: 68px;
    background: #EFEEEA;
    margin: 0 0 10px;
    padding: 10px 20px;
}
footer #subscribe input {
    font-style: italic;
    font-size: 11pt;
    color: #000;
    height: 20px;
    border: solid 1px #D8D9D9;
    width: 200px;
    margin: 10px 0 0;
    padding: 3px 10px;
    -webkit-box-shadow: inset 0px 0px 9px 0px rgba(171, 174, 174, 0.64);
    box-shadow: inset 0px 0px 9px 0px rgba(171, 174, 174, 0.64);
}
footer #social {
    background: #EFEEEA;
    height: 43px;
    margin: 0 0 0;
    padding: 10px 20px 25px;
    text-align: center;
}
footer #social h2 {
    margin: 0 0 10px;
    font-size: 11pt;
}
footer #social a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin: -5px 0 0 7px;
}
footer #contact-info {
    display: block;
    float: none;
    width: 880px;
    height: 20px;
    margin: 10px 0 0 10px;
    padding: 15px 20px;
    clear: both;
    font-weight: 300;
}
footer #contact-info h2 {
    float: left;
    margin: 0 10px 0 0;
}
footer #last-footer {
    background: orange;
    width: 960px;
    margin: 40px 0 0 -10px;
    clear: both;
}
footer #last-footer p {
    font-size: 12px;
    margin-bottom: 50px;
    color: #A89798;
}
footer #last-footer #copyright {
    float: left
}
footer #last-footer #credit {
    float: right
}
/*GALLERY*/
div.galleriffic div.gal_main {
    margin: 0 auto;
    float: none !important;
}
div.galleriffic ul.thumbs li {
    margin-right: 5px !important
}
div.galleriffic .image-title {
    font-size: 12pt !important
}

.pageNav {
	clear:both;
}
.pageNav a {
	display: block;
	float: left;
	padding: 3px 10px;
	background: #F6F5F1;
	text-decoration: none;
	margin-right: 3px;
}
.pageNav a.active {
	background: #CCC;
}
.pageNav a:hover {
	background: #EEE;
}
#contactForm {
	width: 360px;
}
#contactForm li {
	margin-bottom: 5px;
}
#contactForm label {
	width: 150px;
	display: block;
	float: left;
}
#contactForm input, #contactForm textarea {
	border: solid 1px #CCC;
	width: 200px;
}
#contactForm input#submit {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: auto;
	float: right;
}
body.contact-us #sidebar {
	display: none;
}
body.contact-us #inner-content {
	width: 100%;
}

#recaptcha_area {
	float: right;
}