/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

* {
  margin: 0
}

html, body {
  background-color: #a0b6bb;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  height: 100%
}

a {
  color: #78979e;
  text-decoration: none
}

p a {
  font-weight: bold;
  text-decoration: underline;
  text-align: center
}

a:hover {
  color: #000;
}

.current_page_item a {
  color: #000;
  font-weight: bold;
  text-decoration: none
}

strong {
  font-weight: 700;
}

hr {
  border: none 0;
  border-bottom: 1px solid #E0E0E0;
  height: 1px;
  margin: 10px 0;
}

blockquote {
  font-style: italic;
  background: url(images/quotes.gif) no-repeat top left;
  background-position: 12px 12px;
  color: #595959;
  margin: 5px 0;
  padding: 8px 15px 8px 60px;
}

#outer-wrapper {
  background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/horiz-bg.jpg) repeat-y scroll center top;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

#wrapper {
  background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/wrapper-bg.gif) repeat-y scroll center top;
  width: 1077px;
  min-height: 799px;
  margin: 0 auto;
}

#inner-wrapper {
  background: transparent url(/wp-content/themes/EmptyCanvas/images/wrapper.gif) no-repeat scroll center top;
}

#header {
  overflow: hidden;
  width: 750px;
  margin: 0 auto;
}

#logo a {
  background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/top.png) no-repeat scroll center top;
  text-indent: -5000px;
  margin: 0;
  display: block;
  height: 85px;
  width: 750px
}

#description {
  font-size: 130%;
  color: #666666;
  margin: 5px 0 50px 30px;
}

#menu {
  width: 750px;
  overflow: hidden;
  margin: 0 auto;
}

#menu ul li a {
  display: block;
  text-indent: -5000px;
  height: 39px;
  float: left;
  width: 250px;
}

#menu ul li.page-item-4.current_page_item a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-art-over.png) no-repeat scroll center top}
#menu ul li.page-item-4.current_page_parent a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-art-over.png) no-repeat scroll center top}
#menu ul li.page-item-4 a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-art.png) no-repeat scroll center top}

#menu ul li.page-item-6.current_page_item a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-blog-over.png) no-repeat scroll center top}
#menu ul li.page-item-6 a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-blog.png) no-repeat scroll center top}

#menu ul li.page-item-2.current_page_item a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-info-over.png) no-repeat scroll center top}
#menu ul li.page-item-2 a {background: #c1d3d7 url(/wp-content/themes/EmptyCanvas/images/nav-info.png) no-repeat scroll center top}

#sub-menu {
  margin: 7px 0 0 115px
}

#sub-menu ul li {
  text-transform: uppercase;
  width: 80px;
  float: left;
  font-size: 12px
}

#container {
  width: 800px;
  overflow: hidden;
  margin: 50px auto 0;
  padding-bottom: 50px
}

#container.page-4 {
  margin-top: 0;
  padding-bottom: 0;
  width: 840px
}

#content {
  float: left;
  width: 510px;
}

.post {
  margin-bottom: 50px;
}

.post-title, .post-subtitle {
  font-size: 200%;
  line-height: 1.2;
  font-weight: normal;
}

.post-subtitle {
  margin: 50px 0 10px
}

.post-title a {
  color: #78979e;
  font-weight: bold
}

.page-subtitle {
  font-weight: 700;
  color: #CCC;
  font-size: 90%;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 15px;
}

.post-meta {
  font-size: 85%;
  color: #999;
  margin-top: 5px;
}

.post-meta a {
  color: #666666;
}

.post-comments {
  float: right;
  background: url(images/cbubble_left.gif) no-repeat top left;
  padding: 3px 0 7px 7px;
}

.post-comments a {
  background: url(images/cbubble_right.gif) no-repeat top right;
  padding: 3px 7px 7px 0;
  color: #FFFFFF;
}

.post-comments a:hover {
  color: #FFFFFF;
}

.post-content {
  margin-top: 15px;
}

.post-content h2 {
  font-size: 140%;
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0 5px;
}

.post-content h3 {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0 5px;
}

.post-content p {
  line-height: 1.3;
  margin-bottom: 10px;
}

.post-content img.alignnone {
  background: #FFF;
  border: 1px solid #EFEFEF;
  padding: 4px;
}

.post-content img.aligncenter {
  background: #fff;
  margin-bottom: 10px;
  padding: 4px;
}

.post-content img.alignleft {
  float: left;
  border: 1px solid #a0b6bb;
  margin: 0 10px 9px 0;
  padding: 4px;
}

.post-content img.alignright {
  float: right;
  border: 1px solid #a0b6bb;
  margin: 0 0 5px 20px;
  padding: 4px;
}

.post-content ul,.post-content ol {
  margin-left: 30px;
  margin-bottom: 20px;
}

.post-content ul {
  list-style: outside;
}

.post-content ol {
  list-style: decimal;
}

.post-content ul li,.post-content ol li {
  line-height: 1.3;
  margin-bottom: 5px;
}

.more-link {
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

.section-title {
  font-size: 140%;
  margin-bottom: 10px;
}

.navleft {
  float: left;
  margin: 0 15px 15px 0;
}

.navright {
  float: right;
  margin: 0 0 15px 15px;
}

.navigation div a {
  font-size: 110%;
}

#comments ol li {
  margin-top: 2px;
  border-bottom: 1px solid #F0F0F0;
  padding: 10px 0;
  overflow: hidden;
  height: 1%;
}

.comment-gravatar {
  float: left;
  margin-right: 10px;
  background: #FFF;
  border: 1px solid #F0F0F0;
  padding: 3px;
}

.comment-data {
  float: left;
  width: 400px;
}

.comment-data p {
  margin-bottom: 6px;
  line-height: 1.3;
}

.comment-author {
  font-weight: 700;
  margin-bottom: 3px;
}

.comment-meta {
  color: #666;
  margin-bottom: 5px;
  font-size: 85%;
}

.unapproved {
  font-style: italic;
}

#respond {
  margin-top: 30px;
}

#comment-form {
  margin-top: 15px;
  margin-bottom: 10px;
}

#comment-form label {
  font-size: 90%;
  display: block;
  margin-bottom: 5px;
}

#comment-form input {
  width: 240px;
  margin-bottom: 10px;
  padding: 5px;
}

#comment-form textarea {
  width: 455px;
  height: 200px;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 10px;
}

#sidebar {
  float: right;
  width: 260px;
  margin-top: 20px
}

.sidepanel {
  margin-bottom: 30px;
}

.sidepanel h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 0 5px 0;
  color: #333333;
  font-weight: bold;
  font-size: 90%;
}

.sidepanel ul li {
  border-bottom: 1px solid #EFEFEF;
  padding: 5px 0;
  line-height: 1.2;
}

.sidepanel p {
  margin-top: 8px;
  line-height: 1.3;
}

#footer, #push {
  clear: both;
}


#footer {
  background-color: #a0b6bb;
  color: #333;
  margin: 0 auto;
  height: 40px;
}

#footer-links {
  width: 840px;
  margin: 0 auto;
  text-align: center;
  padding-top: 14px;
  list-style: none;
}

.sep {
  color: #CCC;
  margin: 0 8px;
}

.ico-small {
  vertical-align: middle;
  margin: 0 5px 2px 0;
}

/* slider */

#slider {
  width: 838px;
  margin: 0 auto;
  position: relative;
}

#slider .gallery {
  height: 550px;
  width: 838px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.gallery-row .gallery-item {
  padding: 20px;
  height: 510px;
  width: 838px;
}

#shade {
  background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
  height: 50px;
}

ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 9px;
}

ul.navigation li {
  display: inline;
  margin-right: 10px;
}

ul.navigation li a {
  background: transparent url(/wp-content/themes/EmptyCanvas/images/slide-circle.png) no-repeat scroll center center;
  display: block;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  float: left
}

ul.navigation li a.selected {
  background-image: url(/wp-content/themes/EmptyCanvas/images/slide-circle-over.png)
}

ul.navigation a:hover {
  background-color: #fff;
  background-image: url(/wp-content/themes/EmptyCanvas/images/slide-circle-over.png)
}

ul.navigation a.selected {
  background-color: #fff;
}

ul.navigation a:focus {
  outline: none;
}

.scrollButtons {
  width: 250px;
  height: 490px;
  text-indent: -5000px;
  position: absolute;
  top: 47px;
  cursor: pointer;
  z-index: 100
}

.scrollButtons.scroll-left {
  background: transparent url(/wp-content/themes/EmptyCanvas/images/scroll-left.png) no-repeat scroll -190px 200px;
  left: 0px;
}
.scrollButtons.scroll-left:hover {
  background: transparent url(/wp-content/themes/EmptyCanvas/images/scroll-left.png) no-repeat scroll 58px 200px;
}

.scrollButtons.scroll-right {
  background: transparent url(/wp-content/themes/EmptyCanvas/images/scroll-right.png) no-repeat scroll 40px 200px;
  right: 0px;
}
.scrollButtons.scroll-right:hover {
  background: transparent url(/wp-content/themes/EmptyCanvas/images/scroll-right.png) no-repeat scroll -208px 200px;
}

.hide, #sb-title, #searchform label {
  display: none;
}

#searchform div {
  margin-top: 5px
}

#searchform input#s {
  width: 200px
}

input#submit, input#searchsubmit {
  background-color: #e9f1f3;
  border-top: 1px solid #ccc;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #ccc;
  padding: 2px
}

/* about page */

#post-2, #post-157 {
  margin-left: 90px
}

#post-157 {
  width: 600px
}

#post-2 .post-title {
  margin-left: 255px;
  width: 400px;
  color: #78979e;
  font-weight: bold
}

#post-2 h2 {
  color: #78979e;
  font-weight: bold
}

#post-2 .post-content {
  width: 650px;
}

#post-2 .gallery {
  margin-top: -45px
}

#post-2 .gallery img {
  width: 250px;
  margin: 0;
  padding: 0
}

#post-2 .gallery-row .gallery-item {
  height: auto;
  width: auto;
  padding: 0
}

#post-2 #about-left {
  float: left;
  width: 245px
}

#post-2 #about-left h2 {
  margin: 10px 10px 5px 0
}

#post-2 #follow{
  margin-left: 12px
}

#post-2 #follow ul {
  list-style-type: none;
  margin-left: 0
}

#post-2 #follow li {
  height: 25px;
  padding: 12px 0 0 45px;
  background: transparent url(/wp-content/themes/EmptyCanvas/images/rss.gif) no-repeat scroll 0 0;
}

#post-2 #follow li#twitter {
  background-image: url(/wp-content/themes/EmptyCanvas/images/twitter.gif)
}

#post-2 #follow li#facebook {
  background-image: url(/wp-content/themes/EmptyCanvas/images/facebook.gif)
}

#post-2 #follow li#flickr {
  background-image: url(/wp-content/themes/EmptyCanvas/images/flickr.gif)
}

#post-2 #follow li#youtube {
  background-image: url(/wp-content/themes/EmptyCanvas/images/youtube.gif)
}

#post-2 #about-right {
  float: right;
  width: 394px
}

#twitter_update_list li {
  margin: 0 0 10px 10px
}

/* etsy widget */

#etsy {
  text-align: center
}

#sidebar div.sidepanel:first-child h3 {
  text-align: center
}
