/*
Theme Name: Cais
Theme URI: http://buynowshop.com/themes/
Description: A simple clean theme framework to work from, designed ideally for light colored backgrounds and easily adapted to darker layouts. Now with Threaded Comments and sticky post support!<em>Please read the included changelog.txt file for the latest change details.</em> Now also includes the child theme: Shades of Darkness.
Version: 0.4
Template: shades
Author: Edward Caissie
Author URL: http://edwardcaissie.com/
Tags: black, white, silver, red, light, two-columns, left-sidebar, fixed-width, sticky-post, threaded-comments, translation-ready
*/

/* Last revised September 10, 2011 v0.4 */

/*  Copyright 2010-2011  Edward Caissie  (email : edward.caissie@gmail.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 2, as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

@import url(../shades/style.css);

/* Layout */
#the-loop {
	float: right;
	margin: 0 0 0 -300px;
	width:660px;
	padding:0px 10px 10px 10px;
	border-left: solid 1px #e3dccb;
	border-right: none;
}

#sidebar {
	width:300px;
	float:left;
}

#subcolumn {
  width: auto;
}
/* */

#header-center p { font-style: italic; }

/* Search */
#search-container {
  padding-top: 10px;
}                                    

#search-container input{
  /* optional rounded corners for browsers that support it */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#search-container input#search-submit {
padding:2px 5px;
}

input#s {
  padding: 3px 5px;
  width: 70%;
}

.textwidget {
  text-align: left;
}

/* Resumes */
.page-id-79 table { width: 100%; }

table.resume td {
  padding-bottom: 10px;
  vertical-align:top;
}

td.resume-right {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  width: 28%;
}

td.resume-left { padding-left: 20px; }
td.resume-left li { padding-left: 0; }

#resume-address { text-align:right; }

.resume-employer {
  font-weight: bold;
}
/**/

.haiku {
  margin: 10px;
  font-style: italic;
  font-size: 150%;
}

.nota-bene {
  background:#eee;
  font-style:italic;
  margin:2px 0;
}

/* MindMaps */
.post-1068 li { list-style: none;  margin: 0; }
.post-1068 p { margin: 0; }

.post-1068 span.l { color: red; font-weight: bold; }

a.mapnode:link {text-decoration: none; color: black; }
a.mapnode:visited {text-decoration: none; color: black; }
a.mapnode:active {text-decoration: none; color: black; }
a.mapnode:hover {text-decoration: none; color: black; background: #eeeee0; }

/* BNS FTButton Widget */
.twitter-follow-button {padding-top: 10px;}

/* FormBuilder Forms */
.formBuilderLargeTextarea textarea,
.formBuilderForm input {
  padding-left: 10px;
  width: 50%;
  /* optional rounded corners for browsers that support it */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.formBuilderLargeTextarea textarea {
  padding: 10px;
  /* optional rounded corners for browsers that support it */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
