/*
THEME NAME: Tin Can Sandbox Theme No. 
THEME URI: http://tincanvalley.com/
DESCRIPTION: A theme for the Tin Can Valley website. Based upon the Sandbox architecture
VERSION: 1.4
AUTHOR: <a href="http://tincanvalley.com/">Andy Skelton</a>
AUTHOR URI: CK
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/3c-b.css');

body {
	margin: 0em;
	background-image: url(images/paper03.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;	}


div#container {
	float: left;
	width: 100%;
	}

div#content {
	margin: 0 274px 0 40px;
	}

div.sidebar {
	float: left;
	overflow: hidden;
	width: 200px;
	padding: 1.25em 0 0 0em;
	margin: 0 0 0 40px;
}
div#primary {
	margin: 0 0 0 -100%;
	width: 10px;
}
* html div#primary {
	left: 20px;
	position: relative;
}
div#secondary {
	margin: 0 0 0 -200px;
}
div#footer { 
	clear: left;
	width: 100%;
}

div#wrapper {
	margin: 0 120px 0 170px;
	width: 750px;
	}


/* Just some example content */

div#header{
	margin: 2em 0em 1.5em 4em;
	height: 10em;
	background-image: url(images/tincanlogo02.gif);
	background-repeat: no-repeat;
	}


div#access div.skip-link {position:absolute;top:1em;right:1em;}
div#menu {margin: 0 0 2em 13.7em; font-size: 0.9em; height: 1.4em; padding-top: .5em; background: #e0d0ae;}
div#menu ul a {font-weight: 700; text-decoration: none;}
div#menu ul,div#menu ul ul,div#menu ul li {list-style: none; margin: 0; padding: 0;}
div#menu ul li {float: left;}
div#menu ul li a {background: #e0d0ae; padding: 0.3em .5em;}
div#menu ul ul {display: none;}
div#menu ul ul li {float: none;}
div#menu ul ul li a {margin: 0; padding: 0.3em .5em;}
div#menu ul li:hover ul {display: block; font-size: 0.9em; padding-top: .25em; position: absolute;}
div#menu ul li:hover ul li a {background: #e0d0ae; border: none; display: block; padding: 0.33em 0.5em; width: 10em;}


/* Entry - TYPOGRAPHY */

a:link {color: #6d5851; text-decoration: none;}
a:visited {color: #6d5851; text-decoration: none;}
a:hover, a:active {color: #cdad87; text-decoration: underline;}

h2.page-title {font: normal 3.75em Georgia, Times, serif; color: #cdad87;}
.page-title {margin: 0em 0 .3em 0; padding: 0;}
.page-title a:link { }
.page-title a:visited { }
.page-title a:hover { }
.page-title a:active { }

h2.entry-title {font: bold 1.5em Helvetica, Arial, sans-serif;}
h2.entry-title a:link {color: #000; text-decoration: none;}
h2.entry-title a:visited {color: #000; text-decoration: none;}
h2.entry-title a:hover, a:active {color: #444; text-decoration: underline;}
.entry-title {margin: .1em 0 ;}

 
h3.entry-title {font: bold 1.5em Helvetica, Arial, sans-serif;}
h3.entry-title a:link {color: #000; text-decoration: none;}
h3.entry-title a:visited {color: #000; text-decoration: none;}
h3.entry-title a:hover, a:active {color: #444; text-decoration: underline;}

abbr.published  {
	color: #cdad87; 
	font: .75em Helvetica, Arial, sans-serif;
	text-decoration: none;
 	border-style: none;
	cursor: help;}


p { margin: .5em 0 0 0;
	color: #333; 
	font: .9em/1.3em Helvetica, Arial, sans-serif;}
	
div.entry-meta {
	margin: 1.2em 5.5em 2.5em 1.5em;
	color: #cdad87; 
	font: .75em/1.3em Helvetica, Arial, sans-serif;}
div.entry-meta a:link {color: #6d5851; text-decoration: none;}
div.entry-meta a:visited {color: #6d5851; text-decoration: none;}
div.entry-meta a:hover, a:active {color: #cdad87; text-decoration: underline;}

a.more-link {font-variant: small-caps;}
a.more-link:link {color: #6d5851; text-decoration: none;}
a.more-link:visited {color: #6d5851; text-decoration: none;}
a.more-link:hover, a:active {color: #cdad87; text-decoration: underline;}


div#nav-above,div#nav-below{width: 100%; height: 1em; font: bold .85em Helvetica, Arial, sans-serif;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li {
	margin: 1em 0 0 0;
	padding: 0;
	}
	
div.sidebar h3{font-size: .9em; margin: 0 0 .25em 0}
div.sidebar input#s{width:9em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form {margin: 0.2em 0 .5em 0; padding:0;}
div.sidebar ul ul{margin: 0 0 1em .5em;}
div.sidebar ul ul li{margin: 0 0 .25em 0;}
div.sidebar ul ul ul{margin:0 0 0 1em;}
div.sidebar ul ul ul li{list-style: none;}

div.sidebar ul ul li, div.sidebar ul ul ul li {font: bold .9em Helvetica, Arial, sans-serif;}
div.sidebar a:link {color: #6d5851; text-decoration: none;}
div.sidebar a:visited {color: #6d5851; text-decoration: none;}
div.sidebar a:hover, a:active {color: #cdad87; text-decoration: underline;}

div.entry-content img {
	margin: 0 0 12px 0
	}

.login-meta {
	margin: 0;
	font: 12px/1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: none;
	display: inline;
	color: #214366;
	background-color: #fff;
	}

.login-meta a:link, .login-meta a:visited {
	text-decoration: none;
	color: #900;
	background-color: #fff;
	list-style: none;
	display: inline;	
	}
	
.login-meta a:hover, .login-meta a:active {
	text-decoration: underline;
	color: #900;
	background-color: #fff;
	list-style: none;
	display: inline;
	}


/* Entry - CONTACT FORM */

.contactform {
	position: static;
	overflow: hidden;
	margin: 10px 0;
	font: .9em Helvetica, Arial, sans-serif;
	color: #ff0000;
	}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font: bold .9em Helvetica, Arial, sans-serif;
	color: #000000;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font: .9em Helvetica, Arial, sans-serif;
	color: #000000;
	}

.contacterror {
	border: 2px solid #ff0000;
	}

div#footer{text-align:center;}