/*
Theme Name:		Custom
Author: 		Angela Shulman
*/

@import url("yui/cssreset/reset-min.css");
@import url("yui/cssfonts/fonts-min.css");
@import url("yui/cssgrids/grids-min.css");

/* Layout
-----------------------------------------------------------------------------*/

html { 
  background: #0e151d; /* dk midnight blue */
}

body {
  font-family: Arial, sans-serif !important;
  line-height: 18px;
  color: #444; 
}

#container {
  width: 787px;
  margin: 15px auto;
  text-align: left;
  background: transparent;
}

#content {
  margin-top: 5px;
  width: 787px;
  background-color: #ccc;
  font-size: 100%;
}

#blog {
  padding: 20px 25px 10px 25px;
}

.pageSection {
  padding: 25px 35px;
}

/* General formatting
-----------------------------------------------------------------------------*/

p {
  margin: 1em 0;
}

strong, em {
  font-weight: bold;
}

h1 { 
  color: #444;
  text-align: left;
  font-size: 246%;
  font-weight: bold;
  font-family: Verdana, sans-serif !important;
}

h1.quoteAuthor {
  margin-top: 10px;
  text-align: right;  
  font-size: 100%;
}

h2 { 
  margin-top: 10px;
  color: #444;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 160%;
}

h3 { 
  color: #444;
  text-align: left;
  font-weight: bold;
  font-size: 108%;
}

p {
  margin: 1em 0;
}

input {
  
}

.align-right {
  display: block;
  text-align: right;
}

a:link, a:visited {
  color: #557799; /* blue */
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #624A0e; /* dk yellow */
  outline: none;
}

img {
  float: left;
  padding: 0;
  vertical-align: middle;
}

table {
  margin-bottom: 20px;
}

li {
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 10px;
}

.f-right { float: right; }
.f-left  {  float: left; }
.clearer {  clear: both; }

/* Header & Nav & Footer
-----------------------------------------------------------------------------*/

#logo img {
  margin: 0;
}

#nav {
  margin-top: 115px;  
}

#nav li {
  float: left;
  padding-right: 25px;
  list-style: none;
}

#nav li a {
  display: block;
  text-indent: -9999px;
}

#nav li:last-child {
  padding-right: 0px;
}

#nav li.page-item-8 a {
  background: url(images/text-about.png) no-repeat;
  width: 40px; height: 13px;
}

#nav li.page-item-8.current_page_item a, 
#nav li.page-item-8 a:hover {
  background: url(images/text-about_hover.png) no-repeat; /* yellow - #eac76d */
}

#nav li.page-item-51 a {
  background: url(images/text-blog.png) no-repeat;
  width: 30px; height: 13px;
}

#nav li.page-item-51.current_page_item a,
#nav li.page-item-51 a:hover {
  background: url(images/text-blog_hover.png) no-repeat;
}

#nav li.page-item-9 a {
  background: url(images/text-reviews.png) no-repeat;
  width: 54px; height: 13px; 
}

#nav li.page-item-9.current_page_item a,
#nav li.page-item-9 a:hover {
  background: url(images/text-reviews_hover.png) no-repeat;
}

#nav li.page-item-185 a {
  background: url(images/text-gallery.png) no-repeat;
  width: 48px; height: 13px; 
}

#nav li.page-item-185.current_page_item a,
#nav li.page-item-185.current a,
#nav li.page-item-185 a:hover {
  background: url(images/text-gallery_hover.png) no-repeat;
}

#nav li.page-item-10 a {
  background: url(images/text-contact.png) no-repeat;
  width: 53px; height: 13px; 
}

#nav li.page-item-10.current_page_item a,
#nav li.page-item-10 a:hover {
  background: url(images/text-contact_hover.png) no-repeat;
}

#footer {
  margin-top: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  line-height: 1.4em;
  color: #ccc;
}

#footer .f-right {
  text-align: right;
}

#footer #subscribe form {
  margin-top: 3px;
}

#footer #subscribe input {
  width: 16em;
  font: inherit;
  color: #777;
}

#footer #subscribe button {
  background: url(images/icon-submit.png) no-repeat;
  width: 10px; height: 13px;
  border: 0;
  vertical-align: middle;
}

#footer .contact p {
  margin: 0;
}

#footer .contact a {
  color: inherit;
  text-decoration: none;
}

#footer .copyright {
  margin-top: 15px;
  xdisplay: none;
  font-size: 90%;
}

#footer a {
  color: inherit;
}

#footer .rights {
  color: #555;
}

#footer .rights a {
  text-decoration: underline;
}

#creditsDialog {
  font-size: 90%;
}

/* Nav modals
-----------------------------------------------------------------------------*/

#modals #mask {
  position: absolute;
  margin-top: 5px;
  width: 787px; height: 340px;
  z-index: 9000;
  background-color: #ccc;
  display: none;
}

#modals .modalWindow {
  margin-top: 5px;
  position: absolute;
  width: 665px; height: 340px;
  z-index: 9999;
  padding: 10px 60px;
  text-align: justify;
}

#modals #aboutModal p {
  text-indent: 2em;
}

#modals #contactModal  {
  line-height: 3em;
}


#modals #contactModal p {
  text-align: center;
  font-size: 108%;
}

#modals #contactModal li {
  list-style: none;
  float: left;
  padding-right: 30px;
}

#modals #contactModal li:last-item {
  padding-right: 0;
}

#modals #contactModal .icons {
  width: 300px; height: 60px;
  margin: 0px auto;
}


#modals .closeModal {
  float: right;
  text-transform: lowercase;
  position: absolute;
  bottom: 40px; right: 50px;
  color: inherit;
  text-decoration: underline;
}

/* home.php
-----------------------------------------------------------------------------*/
#home {
  width: 787px; height: 503px;
  background-color: white;
}

#home #galleryImg {
  width: 689px; height: 443px;
  margin: 0 auto;
  padding-top: 13px;
}

#home #subNav {
  float: left;
  margin-top: 13px;
  width: 787px; height: 21px;
  background-color: #ccc;
}

#home #subNav ul {
  padding-left: 49px;
}

#home #subNav li {
  float: left;
  padding-right: 1.5em;
  list-style: none;
  padding-left: 0;
}

#home #subNav li:last-child {
  padding-right: 0;
}

#home #subNav a {
  text-decoration: none;
  text-transform: lowercase;
  color: #0e151d; /* match background color */
}

#home #subNav li a:hover,
#home #subNav li.current_page_item a {
  color: #444;
}

/* Sub Nav modals
-----------------------------------------------------------------------------*/

#subMask {
  position: absolute;
  margin-top: -127px;
  width: 787px; height: 140px;
  z-index: 9000;
  background-color: #ccc;
  display: none;
}
  
#subModals .subModalWindow {
  margin-top: -127px;
  position: absolute;
  width: 665px; height: 110px;
  background-color: transparent;
  z-index: 9999;
  padding: 10px 60px;
  text-align: justify;
}

#subModals .subModalWindow td {
  padding-left: 10px;
}

#subModals #subModal p {
  text-indent: 2em;
}

#subModals .closeModal {
  float: right;
  text-transform: lowercase;
  position: absolute;
  bottom: 0px; right: 50px;
  color: inherit;
  text-decoration: underline;
}

#subModals table {
  margin-bottom: 0px;
}

/* jQuery-UI modifications
-----------------------------------------------------------------------------*/
.ui-widget {
  font-family: inherit !important;
  color: inherit !important;
}

.ui-dialog .ui-dialog-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

/* Carousel Gallery modifications
-----------------------------------------------------------------------------*/
.attachment-thumbnail {
  display: none !important;
}

.carousel-gallery {
  margin-bottom: 0 !important;
}

.carousel-gallery li {
  padding: 0;
}

.carousel-controls {
  display: none;
}

#home .cgj_prev {
  background-image: url("./images/btn-prev.png");
  width: 14px; height: 34px;
  position: absolute;
  left: -32px;
  bottom: 70px;
  text-indent: -9999px;
}

#home .cgj_next {
  background-image: url("./images/btn-next.png");
  width: 14px; height: 34px;
  position: absolute;
  right: -32px;
  bottom: 70px;
  text-indent: -9999px;
}

/* page.php [Default template]
-----------------------------------------------------------------------------*/


/* Services
-----------------------------------------------------------------------------*/
td.serviceImg img {
  width: 90px;
}

/* Reviews
-----------------------------------------------------------------------------*/
p.review:before, p.review:after {
  content: "\"";
}

p.review {
  margin-top: 20px;
  margin-bottom: 2px;
}

span.reviewAuthor:before {
  content: "- ";
}

span.reviewAuthor {
  font-weight: bold;
}

span.reviewLocation {
}

/* Reviews
-----------------------------------------------------------------------------*/
.ajax-loader {
  display: none;
}

/* Blog - Entry
-----------------------------------------------------------------------------*/
#blog .entrytitle h2 a {
  color: #444;
  text-decoration: none;
}

#blog img {
  float: none;
  margin: 10px auto;
}

#blog img.aligncenter, #blog div.aligncenter {
  text-align: center;
  margin: 0 auto;
  clear: both;
}

#blog .wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px auto;
}

#blog .wp-caption img {
  margin: 0; padding: 0;
  border: 0 none;
}

#blog .wp-caption p.wp-caption-text {
  font-size: 90%;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

#blog .entry {
  padding: 5px 10px;
  font-size: 95%;
  margin-bottom:15px;
}

#blog .entrybody {
  clear: both;
}

#blog .entrymeta {
  font-size: 90%;
  color: #777;
}

#blog .filedto {
  background: url(images/icon-file.gif) no-repeat 0 2px;
  padding-left: 15px;
}

#blog .commentslink {
  background: url(images/icon-comments.gif) no-repeat 0 3px;
  padding-left: 15px;
}

#blog #respond {
  padding: 5px 0px;  
}

#blog .commentlist li {
  list-style: none;
}

#blog .RSS img {
  margin: 0;
}

#blog .RSS, #blog .share {
  margin-bottom: 5px;
}

/* Blog - Comments
-----------------------------------------------------------------------------*/
.commentsblock{
        margin:0.5em;
        padding:1em;
font-size:1.1em;

}
.commentsblock textarea{
        width:410px;
}
.commentsblock input, .commentsblock textarea{
        border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
        background:#eee;
        border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
        background:#eee;
        border:1px solid #a1a1a1;
}
.commentauthor{
        display:block;
        font-size:1.5em;
}
ol.commentlist{
        color:#777;
        font-size:0.9em;
        list-style-type:none;
        margin:0;
        margin-top:1.5em;
        padding:0;
}
.commentlist li{
        margin-bottom:0.5em;
        padding:0.5em 1em;
}
.alt{
        background:#f3f3f3;
        border:1px solid #EEEEEE;
        padding:0.5em;
}
h3#comments{
font-size:1.2em;
}

