/*
Theme Name: Paradox smooth
Theme URI: http://paradoxdgn.com
Description: Version seven of paradox designs. A light, simple, elegantly clean theme.
Author: Paradox
Author URI: http://paradoxdgn.com
.
All theme content and work copyright paradox designs. Wordpress is GPL.
*/
html {
  overflow: auto; }

body {
  background: url("noise.png") repeat #e2e6e9;
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 10px;
  right: 10px;
  overflow-y: scroll; }

/*Links*/
a, a:link {
  text-decoration: none;
  color: #666666; }

a:hover, a:active {
  color: black; }

/* Layout styles */
#content {
  margin: 0px auto 30px;
  width: 950px;
  background: #fafafa;
  border: 1px solid #b3b3b3;
  border-top: 1px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px hsla(0,0%,40%,.5), 0px -1px 0px hsl(0,0%,80%);
  -moz-box-shadow: 0px 2px 10px hsla(0,0%,40%,.5), 0px -1px 0px hsl(0,0%,80%);
  box-shadow: 0px 2px 10px hsla(0,0%,40%,.5), 0px -1px 0px hsl(0,0%,80%); }

#header, #header a {
  font-size: 60px;
  line-height: 60px;
  width: 950px;
  color: #3d4c5c;
  margin: 5px auto;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.8); }

#header h1 {
  font-size: 1em; }

#top {
  margin: 0px;
  background-color: #f2f2f2;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#d9d9d9));
  background: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
  text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
  border-bottom: 1px solid #cccccc;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-top-left: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-top-right: 8px;
  border-top-right-radius: 8px;
  height: 70px; }

/*Search */
#search {
  float: right;
  margin: 0px 5px; }

#search input {
  border: 1px solid #cccccc;
  height: 20px;
  margin: 25px 0px 0px;
  padding: 0px 5px;
  width: 250px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-box-shadow: 0px -1px  1px hsla(0,0%,0%,.5), 0px 1px 1px hsla(0,0%,100%,.9);
  -moz-box-shadow: 0px -1px  1px hsla(0,0%,0%,.5), 0px 1px 1px hsla(0,0%,100%,.9);
  box-shadow: 0px -1px  1px hsla(0,0%,0%,.5), 0px 1px 1px hsla(0,0%,100%,.9); }

#search_help {
  margin: -25px 0px 0px;
  padding: 0px;
  text-align: center;
  display: block;
  text-shadow: 0px 1px 0px white;
  color: gray;
  opacity: 0;
  -webkit-transition: opacity, margin 100ms linear;;
  -moz-transition: opacity, margin 100ms linear;;
  -o-transition: opacity, margin 100ms linear;;
  transition: opacity, margin 100ms linear;; }

#search input:focus {
  outline: none;
  border: 2px solid #a1d2f7; }

#search input:focus + #search_help {
  opacity: 1;
  margin: 0px; }

/* Header menu*/
#top .menu-header {
  padding: 25px 10px;
  margin: 0;
  font-size: 20px;
  text-shadow: 0px 1px 0px white;
  color: gray; }

#top .menu-header ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

#top .menu-header li {
  display: inline-block;
  margin-right: 5px;
  position: relative; }

#top .menu-header li a, #top .menu-header li a:visited, #top .menu-header li a:link {
  text-decoration: none;
  color: gray; }

#top .menu-header li.current_page_item a {
  color: #666666; }

#top .menu-header li a:hover {
  color: #333333; }

/* Inspired by Suckerfish */
#top .menu-header li ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 1em;
  background: #d9d9d9;
  border: 1px solid #cccccc;
  border-top: 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px hsla(0,0%,0%,.4);
  -moz-box-shadow: 0px 3px 6px hsla(0,0%,0%,.4);
  box-shadow: 0px 3px 6px hsla(0,0%,0%,.4); }

#top .menu-header li ul li {
  width: 100%;
  margin: 0;
  position: relative; }

#top .menu-header li ul li a {
  padding: 10px;
  display: block;
  margin: 0px -1px; }

#top .menu-header li ul li a:hover {
  background: black;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#1a1a1a));
  background: -moz-linear-gradient(top, #666666, #1a1a1a);
  text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
  color: white; }

/* Make the menus appear right*/
#top .menu-header li ul li:first-child a:hover {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-top-left: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-top-right: 8px;
  border-top-right-radius: 8px; }

#top .menu-header li ul li:last-child a:hover {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottom-left: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottom-right: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: -1px; }

#top .menu-header li:hover ul, #top .menu-header li.sfHover ul {
  display: block; }

/*Level 3 Menus*/
#top .menu-header li ul li ul {
  top: 0;
  left: 100%;
  display: none !important; }

#top .menu-header li ul li:hover ul {
  display: block !important; }

/* Loop and sidebar layout */
#inside {
  border-top: 1px solid white;
  padding-bottom: 20px; }

#sidebar {
  position: absolute;
  right: 0;
  top: 71px;
  bottom: 26px;
  width: 250px;
  border-left: 1px solid #cccccc;
  background: #e9ebed;
  overflow: auto; }

#loops {
  width: 699px; }

/* Page Navigation (Back/Forward) */
#page_navigation {
  text-align: center;
  margin: 5px; }

#page_navigation a {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 5px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 5px; }

/* Post styles */
.post, .page {
  clear: both;
  margin: 10px 20px 20px; }

.posttitle {
  margin: 0px; }

.posttitle a, .posttitle a:link, .posttitle a:visited {
  color: #4d4d4d;
  text-decoration: none; }

.wp-post-image {
  float: right;
  margin: 5px 0px 5px 5px;
  border: 1px solid #999999;
  -webkit-box-shadow: inset 0px 1px 0px hsla(0,0%,100%,.7), 0px 3px 3px hsla(0,0%,0%,.2);
  -moz-box-shadow: inset 0px 1px 0px hsla(0,0%,100%,.7), 0px 3px 3px hsla(0,0%,0%,.2);
  box-shadow: inset 0px 1px 0px hsla(0,0%,100%,.7), 0px 3px 3px hsla(0,0%,0%,.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.wp-caption {
  padding: 5px;
  background: #cccccc;
  text-align: center;
  border: 1px solid #999999;
  -webkit-box-shadow: inset 0px 1px 0px hsla(0,0%,100%,.7), 0px 3px 3px hsla(0,0%,0%,.2);
  -moz-box-shadow: inset 0px 1px 0px hsla(0,0%,100%,.7), 0px 3px 3px hsla(0,0%,0%,.2);
  box-shadow: inset 0px 1px 0px hsla(0,0%,100%,.7), 0px 3px 3px hsla(0,0%,0%,.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7); }

.alignright {
  float: right;
  margin: 5px 0px 5px 5px; }

.alignleft {
  float: left;
  margin: 5px 5px 5px 0px; }

.postdata {
  font-size: .8em;
  color: #b3b3b3; }

.postdata a:link {
  color: inherit; }

.postdata a:hover {
  color: #333333; }

.postfoot {
  margin: 5px 0;
  font-size: .9em;
  color: #4d4d4d; }

/*Sidebar*/
#sidebar_ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 10px; }

#sidebar_ul li.widget {
  margin: 5px 0 10px;
  display: block; }

#sidebar_ul h2.sidebar_title {
  margin: 0px;
  color: #7a91a8;
  font-size: 1em;
  text-shadow: 0px 1px 0px white; }

/*Footer*/
#footer {
  height: 15px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#d9d9d9));
  background: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottom-right: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottom-left: 8px;
  border-bottom-left-radius: 8px;
  color: gray;
  text-shadow: 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 0px white;
  box-shadow: inset 0px 1px 0px white; }

#footer * {
  display: inline; }

/* Comments */
#comment_out {
  margin: 10px 20px 20px; }

.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.commentlist li.comment {
  display: block; }

.comment_body {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  margin-left: 60px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 0px white, 2px 2px 4px hsla(0,0%,0%,.05);
  -moz-box-shadow: inset 0px 1px 0px white, 2px 2px 4px hsla(0,0%,0%,.05);
  box-shadow: inset 0px 1px 0px white, 2px 2px 4px hsla(0,0%,0%,.05);
  min-height: 50px; }

.bypostauthor .comment_body {
  background: #edf2f7;
  border-color: #dbe6f0;
  margin-left: inherit;
  margin-right: 60px; }

.comment:target > .comment_body {
  background: #f6f5ee; }

.comment_avatar {
  position: relative;
  float: left;
  width: 60px;
  left: -10px;
  top: 10px;
  text-align: center; }

.avatar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 5px hsla(0, 0%, 0%,.7), 0 1px 0 hsla(0, 0%, 100%, .9), 0 -1px 0 hsla(0,0%,0%, .6);
  -moz-box-shadow: inset 0 1px 5px hsla(0, 0%, 0%,.7), 0 1px 0 hsla(0, 0%, 100%, .9), 0 -1px 0 hsla(0,0%,0%, .6);
  box-shadow: inset 0 1px 5px hsla(0, 0%, 0%,.7), 0 1px 0 hsla(0, 0%, 100%, .9), 0 -1px 0 hsla(0,0%,0%, .6); }

.bypostauthor .comment_avatar {
  float: right;
  right: -10px;
  left: inherit; }

.comment_author_name {
  font-size: 1em;
  font-weight: bold; }

.bypostauthor .comment_author_name {
  float: right; }

.comment_time {
  color: gray;
  float: right;
  font-size: 0.7em; }

.bypostauthor .comment_time {
  float: none; }

/** Secret triangle trick **/
.comment_body:before {
  content: "\00a0";
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -31px;
  width: 0;
  height: 0;
  border-width: 10px 15px;
  border-style: solid;
  border-color: transparent #e6e6e6 transparent transparent; }

.bypostauthor .comment_body:before {
  border-color: transparent transparent transparent #dbe6f0;
  left: inherit;
  right: -31px; }

.comment_body:after {
  content: "\00a0";
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -30px;
  width: 0;
  height: 0;
  border-width: 10px 15px;
  border-style: solid;
  border-color: transparent #f2f2f2 transparent transparent; }

.bypostauthor .comment_body:after {
  border-color: transparent transparent transparent #ecf2f9;
  left: inherit;
  right: -30px; }

.comment_body p:first-child {
  margin-top: 0px; }

.comment_body p:last-child {
  margin-bottom: 0px; }

.reply_button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 2em;
  line-height: 16px; }

.comment_clear {
  clear: both;
  height: 10px; }

/** Keep children in their own yard **/
.children {
  border: 1px solid #e6e6e6;
  background: #fafafa;
  padding: 10px 10px 0;
  margin: 5px 10px 10px 70px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.children:before {
  content: "\00a0";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent transparent #e6e6e6; }

.children:after {
  content: "\00a0";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  z-index: 1;
  top: -29px;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent transparent #fafafa; }

/* Comment form*/
#respond {
  border: 1px solid #e6e6e6;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0px 1px 2px hsla(0,0%,40%,.1);
  -moz-box-shadow: inset 0px 1px 2px hsla(0,0%,40%,.1);
  box-shadow: inset 0px 1px 2px hsla(0,0%,40%,.1); }

#respond h2 {
  margin: 0px 0px 10px; }

.fields label {
  display: block;
  margin-bottom: 5px;
  margin-left: 5px; }

.fields input {
  width: 50%;
  height: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: white; }

#commentform {
  position: relative; }

#commentform textarea {
  border: 1px solid #cccccc;
  width: 100%;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 3px hsl(0,0%,90%);
  -moz-box-shadow: inset 1px 1px 3px hsl(0,0%,90%);
  box-shadow: inset 1px 1px 3px hsl(0,0%,90%); }

#cancel-comment-reply-link {
  float: right; }

#commentform #submit {
  float: right;
  border: 1px solid #cccccc;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#d9d9d9));
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 2px hsla(0,0%,0%,.08);
  -moz-box-shadow: 0px 1px 2px hsla(0,0%,0%,.08);
  box-shadow: 0px 1px 2px hsla(0,0%,0%,.08); }

/* Page heads/titles */
.page_title {
  margin-top: -1px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#cccccc));
  padding: 5px 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #b3b3b3;
  color: gray;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.8); }

/* Author page */
#author_avatar {
  float: left;
  margin: 5px 10px 5px 0px; }

#author_avatar img {
  -webkit-box-shadow: 0px 2px 3px hsla(0,0%,0%,.4);
  -moz-box-shadow: 0px 2px 3px hsla(0,0%,0%,.4);
  box-shadow: 0px 2px 3px hsla(0,0%,0%,.4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/* @group scrollbars */
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px; }

/* Track piece (background) */
::-webkit-scrollbar-track-piece {
  background-color: #999999;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/*Thumb */
::-webkit-scrollbar-thumb {
  background: white;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:vertical {
  height: 40px; }

::-webkit-scrollbar-thumb:horizontal {
  width: 40px; }
