/*
Theme Name: Watercolor + Minimalism
Theme URI: http://sjaejones.com/
Description: The scattered workspaces of JJ's brain.
Version: 1.0
Author: S. Jae-Jones
Author URI: http://sjaejones.com/blog/
*/


/* The Body ------ */
*, html {
  margin: 0;
  padding: 0;
}

body {
  background: url(images/bg-top.png) top center no-repeat #FFFFFF;
  font-family: 'Georgia', Times New Roman, Times, serif;
  font-size: 62.5%; /* Resets 1em to 10px */
  color: #999999;
  text-align: center;
}

a, a:active, a:link, a:visited {
  color: #91B1BC;
  text-decoration: none;
}
a:hover {
  color: #BBC4C7;
}

a img {
  border: 0;
}

em, i {
  font-style: italic;
  color: #787878;
}
b, strong {
  font-weight: bold;
  color: #787878;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.0em;
}

.left { 
  float: left; 
}
.right { 
  float: right; 
}
.clear { 
  display: inline-block; 
}

.clear:after, 
body:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
* html .clear { 
  height: 1%; 
}
.clear { 
  clear: left;
  clear: right;
  clear: both; 
  height: 1px; 
  font-size: 1px; 
  line-height: 1px; 
}



/* Structure and Layout ----- */
#container {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

img.girl {
  background: url(images/flickr-img-bg.png) top left repeat transparent;
  margin: 0;
  padding: 4px;
  border: 1px solid #EFEFEF;
}

.sitemap ul {
  width: 95% !important;
  list-style-type: none;
}
.sitemap li {
  background: none !important;
}

ul#layouts,
ul#cast {
  list-style-type: none;
  width: 100%;
  border: none;
}
ul#layouts li,
ul#cast li {
  clear: both;
  margin: 0 0 50px 0;
  padding: 0 0 25px 0;
  border: none !important;
  background: none !important;
}

table#credits {
  width: 100%;
}
table#credits td {
  margin: 0 5px 0 0;
  padding: 0;
}

/* Search */
fieldset.search {
  border: none;
  width: 350px;
  height: 55px;
  margin: 0 auto 10px auto;
  background: #FFFFFF;
}
.search input, .search button {
  border: none;
  float: left;
}
.search input.box {
  width: 273px;
  height: 40px;
  margin: 0 2px 0 0;
  padding: 15px 0 0 10px;
  background: url(images/search-bg.png) no-repeat left transparent;
  font-size: 1.25em;
  line-height: 1.0em;
  color: #999999;
}
.search input.box:focus {
  background: url(images/search-bg.png) no-repeat left transparent;
  outline: none;
}
.search button.btn {
  width: 65px;
  height: 55px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/search-bg.png) no-repeat bottom right;
}
.search button.btn:hover {
  background: url(images/search-bg.png) no-repeat bottom right;
}

/* Lightbox */
.wp-caption img,
.gallery img {
  margin: 0;
  padding: 5px !important;
  background: url(images/flickr-img-bg.png) top left repeat transparent;
  border: 1px solid #EFEFEF !important;
}
.alignleft p.wp-caption-text,
.alignright p.wp-caption-text {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: Arial Narrow, sans-serif !important;
  font-size: 0.9em !important;
  color: #333333;
}
.aligncenter p.wp-caption-text,
.gallery-caption {
  text-align: center;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #333333;
}

.alignleft {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.alignright {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
}
.aligncenter {
  margin: 0 auto;
  padding: 0;
}

/* NextGen Gallery */
.ngg-album {
  border: none !important;
}
.ngg-albumtitle a {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #587C86;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ngg-galleryoverview {
  margin: 0 0 50px 0;
  padding: 0;
}
.ngg-thumbnail img,
.ngg-gallery-thumbnail img {
  background: url(images/flickr-img-bg.png) top left repeat transparent !important;
  border: 1px solid #efefef !important;
}
.ngg-gallery-thumbnail img:hover {
  border: 1px solid #CCCCCC;
}
.slideshow {
  margin: 0 0 25px 0;
  padding: 0;
}

/* Header ----- */
#header {
  min-height: 95px;
  background: url(images/jjlogo.png) bottom left no-repeat transparent;
}
#header a {
  color: #ACB7B8;
}
#header a:hover {
  color: #C1D5D7;
}

#title {
  float: left;
  margin: 0;
  padding: 50px 0 0 40px;
}
#title h1 {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#title h2 {
  font-size: 1.75em;
  line-height: 1.0;
  font-style: italic;
  text-align: left;
  text-transform: lowercase;
}

#menu ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 50px 0 0 40px;
  text-align: left;
}
#menu li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0 25px 0 0;
}
#menu li a {
  display: block;
}
#menu li span.link {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#menu li span.sub {
  font-size: 1.1em;
  font-style: italic;
  text-transform: lowercase;
}


/* Description ----- */
#description {
  height: 400px;
  margin: 10px 0 0 0;
  padding: 0;
  background: url(images/description-bg.png) top center no-repeat transparent;
}
p.description-text {
  float: left;
  width: 600px;
  margin: 0;
  padding: 75px 0 0 25px;
  font-size: 5.0em;
  line-height: 1.5em;
  font-style: italic;
  text-align: left;
  color: #BBC4C7;
}
p.description-text a:hover {
  border-bottom: 5px dashed #BBC4C7;
}


/* Page ----- */
.page {
  clear: both;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.75em;
  text-align: left;
}
.page p {
  margin: 0 0 1.75em 0;
  padding: 0;
}
.page ul,
.page ol {
  width: 50%;
  margin: 0 auto 1.75em auto;
  padding: 0;
}
.page li {
  margin: 0 0 2px 0;
  padding: 0 0 3px 0;
  background: url(images/nav-li-bg.png) bottom center no-repeat transparent;
}
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #587C86;
  text-transform: uppercase;
}
.page h2,
.page h3 {
  letter-spacing: 3px;
}
.page h4,
.page h5 {
  letter-spacing: 2px;
}
.page h6 {
  letter-spacing: 1px;
}
.page blockquote {
  width: 75%;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 0 0 60px;
  background: url(images/blockquote.png) top left no-repeat transparent;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.90em;
  line-height: 1.5em;
  color: #666666;
}

.page-description {
  height: 150px;
  background: url(images/page-description-bg.png) top center no-repeat transparent;
}
.page-description h1 {
  margin: 0;
  padding: 70px 0 0 25px;
  font-size: 3.0em;
  font-style: italic;
  color: #BBC4C7;
}

.main {
  width: 600px;
  float: left;
}
.main ul,
.main ol {
  width: 75%;
}

.info {
  width: 325px;
  float: right;
  font-size: 0.95em;
  line-height: 1.5em;
}
.info h2 {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  line-height: 2.0em;
  color: #587C86;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.info ul {
  list-style-type: none;
  width: 100%;
}
ul.nav li {
  min-height: 20px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  background: url(images/nav-li-bg.png) bottom center no-repeat transparent;
}
ul.nav li a {
  display: block;
}


/* Welcome ----- */
.welcome-main {
  width: 600px;
  background: url(images/welcome-main-bg.png) bottom left no-repeat transparent;
  float: left;
  font-size: 1.15em;
  line-height: 1.75em;
  font-style: italic;
}
.welcome-main h1 {
  display: none;
}

.welcome-info {
  width: 350px;
  float: right;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  line-height: 1.75em;
}
.welcome-info h2 {
  font-size: 0.95em;
  color: #91B1BC;
  text-transform: uppercase;
  letter-spacing: 2px;
}


/* About ----- */
ul.whiteharp-definition {
  list-style-type: none;
  width: 100%;
}
ul.whiteharp-definition li {
  margin: 0;
  padding: 0;
  background: none;
}
li.whiteharp-line {
  font-size: 1.25em;
}
ul.whiteharp-definition li ol {
  width: 80%;
  margin: 0 0 0 50px;
  padding: 0;
  font-size: 0.9em;
}

/* Portfolio ----- */
#portfolio {
  clear: both;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.5em;
  text-align: left;
}
#portfolio p {
  margin: 0 0 1.5em 0;
  padding: 0;
}
#portfolio h2 {
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #587C86;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#portfolio h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  color: #587C86;
  text-transform: uppercase;
  letter-spacing: 2px;
}
ul.illustration,
ul.webdesign {
  list-style-type: none;
  width: 960px;
  height: 325px;
  margin: 0 0 25px 0;
  padding: 0;
}
ul.illustration,
ul.webdesign li {
  display: inline;
}
li.preview {
  width: 600px;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
}
li.blurb {
  width: 160px;
  float: left;
}
li.commission {
  width: 160px;
  float: right;
}
li.commission ul {
  margin: 0 0 1.5em 0;
  padding: 0;
}
li.commission ul li {
  display: block;
  background: url(images/commission-li.png) left no-repeat transparent;
  margin: 0;
  padding: 0 0 0 20px;
}


/* Blog ----- */
.blog-page-description {
  height: 55px;
  background: url(images/blog-header.png) top center no-repeat transparent;
}
.blog-page-description h1 {
  display: none;
}

.blog-main {
  width: 700px;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}

.post {
  clear: both;
  margin: 0;
  padding: 0;
}

.post-divider {
  clear: both;
  height: 15px;
  background: url(images/post-header.png) top center no-repeat transparent;
}

.post-subject {
  width: 100%;
  height: 25px;
  margin: 0 0 10px 0;
  padding: 0;
  background: url(images/post-subject-bg.png) bottom center no-repeat transparent;
}
.post-subject h1 {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.post-info {
  width: 130px;
  float: left;
  font-size: 0.75em;
  line-height: 1.5em;
}
.post-info .postavatar {
  width: 110px;
  margin: 0 auto 1.5em auto;
  padding: 0;
}
.postavatar img {
  margin: 0;
  padding: 4px;
  background: url(images/flickr-img-bg.png) top center repeat transparent;
  border: 1px solid #EFEFEF;
}

.post-metatdata {
}
.post-metadata h4 {
  margin: 0;
  padding: 0 0 5px 0;
  background: url(images/post-subject-bg.png) bottom center no-repeat transparent;
  letter-spacing: 1px;
}
.post-metadata ul {
  width: 100%;
  list-style-type: none;
}

.post-content {
  width: 560px;
  float: right;
  font-size: 0.95em;
  line-height: 1.75em;
}
.post-content ul,
.post-content ol {
  width: 75%;
}

.prevnext {
  clear: both;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-info {
  width: 240px;
  float: right;
  margin: 0;
  padding: 275px 0 0 10px;
  background: url(images/blog-info-header.png) top center no-repeat transparent;
  font-size: 0.90em;
  line-height: 1.5em;
}

.page-block {
  margin: 0 0 25px 0;
  padding: 0;
}
.page-block h2 {
  font-size: 0.95em;
}
.page-block ul {
  width: 100%;
  list-style-type: none;
}
.page-block ul.children {
  display: none;
}

table#wp-calendar {
  width: 100%;
  text-align: center;
}
table#wp-calendar caption {
  font-size: 1.25em;
  font-style: italic;
  color: #787878;
  text-transform: lowercase;
}
table#wp-calendar thead th {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  color: #587C86;
  text-transform: uppercase;
}
table#wp-calendar tfoot td {
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #587C86;
  text-transform: uppercase;
  text-align: left;
}
table#wp-calendar tbody td a {
  background: #DAE7EB;
  display: block;
  color: #587C86;
  border: 1px solid #91B1BC;
}
table#wp-calendar tbody td a:hover {
  background: #FFFFFF;
  color: #91B1BC;
  border: 1px solid #EFEFEF;
}


/* Single Post ----- */
.single-post {
  margin: 0;
  padding: 60px 0 50px 0;
  background: url(images/blog-header.png) top center no-repeat transparent;
}
.single-subject {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(images/post-subject-bg.png) bottom center no-repeat transparent;
}
.single-subject h1 {
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 3.0em;
  font-style: italic;
  color: #BBC4C7;
}

.single-info {
  width: 250px;
  float: left;
  background: url(images/blog-info-header.png) top left no-repeat transparent;
  margin: 0;
  padding: 275px 0 0 0;
  font-size: 0.75em;
  line-height: 1.5em;
}

.single-main {
  width: 675px;
  float: right;
}
.single-main ul,
.single-main ol {
  width: 75%;
}

/* Comments ----- */
#comments {
  clear: both;
  margin: 0;
  padding: 15px 0 0 0;
  background: url(images/footer-divider.png) top center no-repeat transparent;
}

.comments-list {
  width: 575px;
  float: right;
}
ol.commentlist {
  list-style-type: none;
  width: 100%;
}
ol.commentlist li.comment {
  clear: both;
  background: none;
  margin: 0 0 25px 0;
  padding: 25px 0 0 0;
}
li.comment .comment-author {
  float: right;
  width: 100px;
  margin: 0;
  padding: 5px 0 5px 5px;
}
li.comment cite.fn {
  clear: right;
  float: right;
}
span.says {
  display: none;
}
li.comment .comment-author img {
  float: right;
  margin: 0;
  padding: 4px;
  background: url(images/flickr-img-bg.png) top left repeat transparent;
  border: 1px solid #EFEFEF;
}
li.comment .comment-meta {
  background: url(images/footer-divider.png) bottom center no-repeat transparent;
  text-align: left;
}
li.comment span.comment-author {
  font-style: italic;
  font-weight: bold;
}

li.comment .comment-body{
  font-size: 0.9em;
  line-height: 1.75em;
}
li.comment .comment-body p {
  margin: 0;
  padding: 0 0 1.75em 0;
}

li.comment ul.children {
  list-style-type: none;
  width: 100%;
}
li.comment ul.children li.comment {
  width: 500px;
  margin: 0 0 0 50px;
  padding: 10px;
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
}

li.pingback,
li.trackback {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 1px dotted #EFEFEF;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
li.pingback .comment-author a,
li.trackback .comment-author a{
  font-style: normal !important;
  color: #454545;
}
li.pingback .comment-meta,
li.pingback .comment-body p,
li.pingback .reply,
li.trackback .comment-meta, 
li.trackback .comment-body p,
li.trackback .reply {
  display: none;
}

#respond {
  width: 350px;
  float: left;
}
#respond p {
  margin: 0;
  padding: 0 0 0.5em 0;
}

#respond input,
#respond textarea,
input#submit {
  border: none;
}

input#author,
input#email,
input#url {
  width: 340px;
  height: 40px;
  margin: 0;
  padding: 5px;
  background: url(images/comment-form-bg.png) top left no-repeat transparent;
  font-size: 1.25em;
  color: #999999;
}

input#submit {
  width: 350px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: url(images/comment-form-bg.png) top left no-repeat transparent;
  font-size: 1.25em;
  color: #999999;
}

textarea#comment {
  width: 340px;
  height: 240px;
  margin: 0;
  padding: 5px;
  background: url(images/comment-form-bg.png) bottom left no-repeat transparent;
  font-size: 1.25em;
  color: #999999;
}

/* Sidebar ----- */
#sidebar {
  clear: both;
  min-height: 400px;
  background: url(images/sidebar-bg.png) top center no-repeat transparent;
  font-size: 1.75em;
  line-height: 1.75em;
  color: #657F84;
}
#sidebar a {
  color: #6799A2;
}
#sidebar a:hover {
  color: #93CDD8;
}

#flickr {
  width: 300px;
  float: left;
  margin: 0;
  padding: 75px 0 0 25px;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.75em;
  text-align: left;
}
#flickr h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1em;
}
#flickr p {
  margin: 0 0 1.5em 0;
  padding: 0;
}
#flickr img {
  margin: 0 5px 0 0;
  padding: 5px;
  background: url(images/flickr-img-bg.png) no-repeat transparent;
  border: 1px solid #EFEFEF;
}

#twitter_div {
  width: 475px;
  float: right;
  margin: 75px 0 0 0;
  padding: 25px 0 0 150px;
  height: 200px;
  background: url(images/twitter-bg.png) left no-repeat transparent;
  font-style: italic;
  text-align: left;
}
ul#twitter_update_list {
  list-style-type: none;
  width: 400px;
}
#twitter-link {
  display: none;
}


/* Footer ----- */
#footer {
  clear: both;
  margin: 0;
  padding: 1.5em 0;
  background: url(images/footer-divider.png) top center no-repeat transparent;
}

#copyright {
  float: left;
  font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#misc-footer {
  float: right;
  font-size: 1.25em;
  line-height: 1.5em;
  font-style: italic;
  text-transform: lowercase;
}
#misc-footer ul {
  list-style-type: none;
  height: 20px;
}
#misc-footer li {
  display: inline;
  margin: 0;
  padding: 0 0 0 20px;
}
#misc-footer li.top {
  background: url(images/top.png) left no-repeat transparent;
}
#misc-footer li.rss {
  background: url(images/rss_16x16.png) left no-repeat transparent;
}
