﻿/*
Theme Name: echozone
Theme URI: http://echozone.net/
Description: Sandbox Subtheme
Author: Elly Gross
Author URI: http://echozone.com/
Template: sandbox
*/
@import url('../sandbox/style.css');

/* sandbox overrides
------------------------------------------ */
div#header {text-align: left;}

div#container,div#primary {
  margin-top: 0;
}

/* layout
------------------------------------------ */
#sidebar {
	float: right;
	overflow: hidden;
}

.sidebar {
	width: 160px;
	background: #d2d3d5;
	margin: 0 40px 40px 0;
	padding: 18px 20px 1px;
}

#wrapper {
  width: 910px;
  margin: 0 auto;
}

#page {
  background: #40434d url(img/bkg2.png) repeat-y fixed 50% 0;
  margin: 24px 10px;
  padding: 43px 0 3px;
}

#container {
  float: left;
  width: 810px;
  margin: 0 -240px 40px 40px;
}

#content {
  width: 530px;
  margin: 0 240px 0 0;
  padding: 20px;
  background: #d2d3d5;
}

.round {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.cap-sidebar {
	width: 200px;
	height: 19px;
	background: url(img/cap_sidebar.png) no-repeat;
}

.cap-content {
	width: 570px;
	height: 19px;
	background: url(img/cap_content.png) no-repeat;
}

/* content
------------------------------------------ */
body {
	font: 75%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #343842;
	margin: 0;
	padding: 0;
	background: #d2d3d5 url(img/bkg.png) repeat-y fixed 50% 0;
}

a, a:visited {color: #; background: transparent;}
a:hover, a:active {color: #; text-decoration: none;}

#content a, #content a:visited,
#sidebar a, #sidebar a:visited {
  color: #500;
  text-decoration: none;
}

#content a:hover, #content a:active,
#sidebar a:hover, #sidebar a:active {
  color: #1e222e;
  text-decoration: none;
  background: #b0b1b5;
  border-bottom: 1px solid #40434d;
}

#header {margin-bottom: 6px;}

h1#blog-title {margin: 0;}

h1#blog-title a {
  display: block;
  background: url(img/logo.png) no-repeat;
  width: 269px;
  height: 81px;
  margin-left: 73px;
  text-indent: -3000px;
}

h1#blog-title a:hover {
  background-position: 0 -81px;
}

h1#blog-title a:focus {outline: 0;}

#blog-description {
  font: italic bold 1.1em/normal Georgia, serif;
  margin: 0 0 0 240px;
}

h2, h3, h4 {
	font-family: Georgia, serif;
	line-height: normal;
	font-weight: bold;
	font-style: Italic;
  color: #40434d;
}

h2 {font-size: 1.5em; margin: 12px 0 6px;}
h3, h4 {font-size: 1.25em; margin: 12px 0 0;}
h4 {font-size: 1.1em;}

.page #content h2,
.four04 #content h2 {
  margin-top: 0;
}

#content h2.entry-title {
  padding-left: 36px;
  background: url(img/header.png) no-repeat;
}

p {margin: 0 0 1em;}
.center {text-align: center;}

.entry-date {
  font-size: 0.91em;
  color: #565962;
  margin-bottom: 6px;
}

.entry-meta {
  font-size: 0.91em;
  color: #565962;
}

div.sidebar li {
  margin: 0 0 19px;
}

form#commentform span.required {
  color: #c00;
  background: transparent;
}

#footer {
  clear: both;
  font-size: 0.91em;
  color: #d2d3d5;
}

#footer a, #footer a:visited {
  color: #d2d3d5;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
}

div#menu {display: none;}

/*abbr {border: 0;}*/

/* comments
------------------------------------------ */
div.comments ol li  {
  font-family: Georgia, serif;	
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 0;
  color: #bbbcbe;
  margin-bottom: 30px;
}

.comments li p,
div.comment-author,
div.comment-meta {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;	
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #343842;
}

div.comment-meta {
	font-size: 11px;
	color: #565962;
}

div.comment-author {
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}

div.comment-author,
div.comment-meta {
	display: inline;    
}

.comments li p {
  margin-top: 6px;
  padding: 15px;
  background: #dbdcdd;
  border: 1px solid #c8c9cb;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.comments li.comment-author-admin p {
  background: #c8c9cb;
  border: 1px solid #bdbec0;
}

/* forms
------------------------------------------ */
input#author,
input#email,
input#url,
textarea#comment,
.wpcf7-validates-as-required {
	width: 66%;
	border: 1px solid;
	border-color: #777 #aaa #aaa #777;
}
input#s, input.text {
	border: 1px solid;
	border-color: #777 #aaa #aaa #777;
}

div.sidebar input#s {
	width: 100px;
}

input.button {
  font-size: 1em;
	font-weight: bold;
	color: #d2d3d5;
	background: #40434d;
	border: 0;
	padding: 2px 3px;
}

/* contact form
------------------------------------------ */
.wpcf7 label {font-weight: bold;}
.wpcf7 .req {color: #c00;}

/* see plugin.css for overrides */