/*
Theme Name: cf-default
Theme URI: http://wordpress.org/
Description: A theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: John

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was derived from Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-image: url("images/pattern.gif");
	background-repeat: repeat;
	font-family: Georgia, serif;
}

p {
	margin:0px 20px;
}

#page {
	background-image: url("images/pattern.jpg");
	background-repeat: repeat-x;
	padding-top:10px;
	padding-bottom:20px;
}

#header {
	width:800px;
	margin:0px auto;
}

#headerimg {
	background-color:#ffffff;
	text-align:center;
	border: 2px solid #000000;
	padding:10px 0px;
}

#headerimg img {
	border:1px solid #000000;
}

#menu {
	border: 2px solid black;
	font-size: 0.9em;
	background-color: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
}

#content {
	width:700px;
	background-color:#ffffff;
	margin:0px auto;
	border: 2px solid black;
}




a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

li {
	margin-top:.8em;
}

td {
	padding:7px;
}

.titlestyle {
	font-size:1.3em;
	margin:30px 0px;
}

.bottomstyle {
	font-size: 1.8em;
	color: #00aa00;
	font-style: italic;
	text-decoration: underline;
	margin:20px 0px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

ul.flames li{
	list-style-image: url("images/flame.png");
	list-style-type:square;
}

#homelist {
	width:600px;
	margin-left:115px;
}

#featurelist {
	width:500px;
	margin-left:115px;
}

#speclist {
	width:600px;
	margin-left:115px;
}

#recylist {
	width:500px;
	margin-left:115px;
}

#historylist {
	width:590px;
	margin-left:60px;
}

#marketinglist {
	width:590px;
	margin-left:60px;
}

#contacttable  {
	margin:30px;
}
ul.recyicon li{
	list-style-image: url("images/recyimg.png");
	list-style-type:square;
}

ul.listnostyle li {
	list-style-type:circle;
	list-style-image: none;
	margin-left:30px;
}

.imgpad {
	margin-top:10px;
	margin-bottom:10px;
}

.toggler {
	text-decoration:underline;
	font-size:1.2em;
	font-weight:bold;
	margin-left:15px;
}

.element {
	margin:20px 30px;
}

.element ul li {
	list-style-type:decimal;
	margin:10px 30px;
}

.seal {
	width:125px;
}

/* Drop menu stuff */
/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	padding-left: 10px;
	list-style:none;
	
}

/* these are the inner menus*/
.dropdown ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding: 3px;
	margin-right: 12px;
	background-color:#ffffff;
	cursor:pointer;
}



/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border: 2px solid #000;
	border-top: 0;
	margin-left:-1px;
}

/* width fix for submenus */
.page-item-9 li {
	width: 170px;
}

.page-item-17 li {
	width: 120px;
}

.page-item-31 li {
	width: 155px;
}




blockquote {
	text-indent: 40px;
	padding: 0;
	margin: 70px 50px 0px 50px;
	clear: right;
}

.citation {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 50px 0 0;
	margin: 0;
	float: right;
}

.pressblock {
	width:650px;
	margin:20px auto 20px auto;
}

.presslink {
	font-size:1.2em;
	
}

.pressblock a:visited {
	color:#d31d1d;
}

.pressblock a:link {
	color:#d31d1d;
}

.pressblock a:hover {
	color:#d31d1d;
}


.presscontent {
	text-indent: 20px;
	margin-top:10px;
}

.wheretobuy img {
	padding:5px;
	width:150px;
}
