/*-------------------------------------------------------------------
Mini Logo Main Stylesheet

Version: 			4.0
Last edited by: 		John Lytle
On:				2010.06.17
Framework: 		The Plant System
For:				Mini Logo
Site Design by:		JL Productions (http://johnlytle.com/)

---------------------------------------------------------------------*/


/* =General Styles
---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {font: 72.5%/1.2 Arial, Verdana, Sans-serif}

body {
	margin: 0;
	min-width: 902px;
	background: #e2e2e2 url(/app/css/images/global/bg-body.gif);
	color: #666;
	text-align: center;
}

#container {
	width: 902px;
	margin: 0 auto;
	text-align: left;
}
	#container span img {display: none;}
	

/* =Links
---------------------------------------------------------------------*/

a, object {outline: none}

a:link, a:visited {
	color: #900;
	font-weight: normal;
	text-decoration: none;
}
	#site-info a:link, #site-info a:visited {color: #666;}
	
a:hover, a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
	#site-info a:hover, #site-active a:visited {color: #000;}

.active a {color: #000;}

.product #secondary-content li.active > a {font-weight: bold;}



/* =Header
---------------------------------------------------------------------*/

#header {
	position: relative;
	width: 870px;
	height: 56px;
	margin: 0 auto;
}

h1#logo {
	position: relative;
	top: 35px;
	left: 5px;
	width: 254px;
	height: 45px;
	text-indent: -9000px;
	z-index: 300;
}
	h1#logo a {
		display: block;
		width: 254px;
		height: 45px;
		background: url(/app/css/images/logos/mini-logo-logo.png) no-repeat top left;
	}
		h1#logo a:hover {background-position: 0 -45px}

#nav {
	position: relative;
	top: -5px;
	left: 530px;
	width: 280px;
	padding: 5px 15px;
	background: #fff;
	display: block;
	font-size: 14px;
	border: 2px solid #ccc;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0;
}
	#nav ul {
		margin-left: auto;
		margin-right: auto;
	}
	
	#nav li {
		display: inline;
		float: left;		
		margin: 0 15px;
	}			
		#nav li a {			
			display: block;
			text-decoration: none;
			font-weight: normal !important;
		}

p.intro {
	position: relative;
	top: -5px;
	left: 0;
	width: 590px;
	height: 56px;
	color: #000;
}



/* =Structure
---------------------------------------------------------------------*/

#content {
	position: relative;
	clear: both;
	width: 860px;
	top: 0;
	padding: 20px;
	border: 2px solid #ccc;
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	
}
	
	.home.main #content {
		background: #fff url(/app/css/images/global/bg-header.png) no-repeat top left;
	}
	
	.post #content{
		background: #fff url(/app/css/images/global/bg-content.png) no-repeat top left;
	}
	
	.product #content {
		color: #000;
		min-height: 500px;
	}

#primary-content {
	display: inline;
	float: left;
	width: 550px;
	margin: 20px 40px 0 0;
}	
	.home.main #primary-content {
		width: 310px;
		margin: 0 20px 0 20px;
		padding: 20px;
		background: #fff url(/app/css/images/assets/ml-dot.gif) no-repeat left top;
		border: 1px dotted #ccc;
	}
	
	.contact #primary-content {
		width: 400px;
	}
	.testimonials #primary-content {
		width: 650px;
	}

	.product #primary-content {
		float: right;
		width: 660px;
		margin: 20px 0 0 0;
		padding-left: 20px;
		border-left: 1px #eee dotted;
	}
	
	.product.archive #primary-content, .tou #primary-content, .privacy #primary-content, .specs #primary-content {
		width: 860px;
	}

#secondary-content {
	display: inline;
	float: right;
	width: 180px;
	margin: 0 30px 0 0;
 	padding: 10px;
}
	.home.main #secondary-content {
		width: 430px;
		margin: 0;
	}
	
	.product #secondary-content,
	.post #secondary-content {
		width: 140px;
		margin: 0 0 10px 0;
		padding: 25px 0 0 20px;
	}
	
	.post #secondary-content {
		float: right;
		margin: 0;
		width: 210px;
	}
	
	.testimonials #secondary-content {
		float: right;
		margin: 0;
		width: 150px;
	}
	
	.product #secondary-content {
		float: left;
		margin: 20px 0 0 10px;
		padding: 0;
		border: none;
	}
	
	.specs #secondary-content {
		display: none;
	}
	
	.contact.main #secondary-content {
		width: 360px;
		margin: 0 0 10px 0;
		padding: 25px 0 0 20px;
	}



/* =Typography
---------------------------------------------------------------------*/

h2, h3, h4, h5, h6 {
	display: block;
	color: #000;
	font-weight: normal;
	font-size: 120%;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

.product h2 {
	margin: 0 0 20px 0;
}

	#product-details h2, .archived h2 {margin: 20px 0 10px 0;}
	
h3 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 18px;
}

h4 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

	ul li h4 {font-size: 16px;}
	ul li li h4 {font-size: 12px;}

h5, h6 {
	font-size: 12px;
	margin: 5px;
	padding: 5px 0;
	color: #666;
}

.home h5 {
	clear: both;
	margin-top: 5px:
	text-align: right;
}

p + h3, ul + h3, h2 + h3, dl + h3 {
	margin-top: 30px;
}

p {
	margin-bottom: 6px;
}

.bullet {	
	padding-left: 14px;
	background: transparent url(/app/css/images/assets/bullet.png) no-repeat 0 2px;
	font-size: 12px;

}



/* =Site Info
---------------------------------------------------------------------*/

#site-info {
	float: right;
	clear: both;
	width: 360px;
	margin: 10px 0 0 20px;
	padding: 0 20px;
	text-align: left;
}

#site-info p {
	clear: both;
	font-size: 90%
}

p.plant {
	color: #999;
	margin: 6px 0 0 0;
}



/* =List Styles
---------------------------------------------------------------------*/

ul, dl {
	list-style-type: none;
	margin-bottom: 10px;
}

ol {
	list-style-type: none;
	margin: 0 0pt 10px 30px;
	text-align: left;
}
 
#primary-content ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	background: transparent url(/app/css/images/assets/list.gif) no-repeat 0 0;
	text-align: left !important;
	line-height: 12px;
}

ul.primary li, ul.secondary li {
	display: inline;
	margin: 15px 0;
	background: none;
	font-size: 16px;
}
	ul.primary li:before, ul.secondary li:before {content: " | "}
	ul.primary li:first-child:before, ul.secondary li:first-child:before {content: ""}
	
	ul.secondary li {font-size: 12px;}


dl.inline {
	line-height: 1.6em;
	margin-bottom: 10px;
} 
	dl.inline dt {
		clear: both;
		float: left;
		width: 135px;
		margin: 0;
		padding: 8px 0 0 0;
		text-align: right;
		font-weight: bold;
		color: #000;
	}
	
	dl.inline dd {
		margin: 0 0 0 157px;
		padding: 6px 0 0 0;
	}
	
	dl.inline dd.italic {
		font-style: italic;
		margin: 0 0 0 157px;
		padding: 3px 0;
		border-bottom: 1px solid #eee;
	}
	
	dl.inline dd span {font-weight: bold}




/* =Product Sidebar Navigation
---------------------------------------------------------------------*/

#secondary-content li ul {
	margin: 6px 0 10px 0;
}

/* Hides all the inactive lists
#secondary-content ul ul li {
	display: none;
}
*/

#secondary-content ul li.active ul li {
	display: block !important;
}



/* =Product Landing/Category
---------------------------------------------------------------------*/

span.breadcrumb {
	text-align: left;
	display: block;
	margin: 0 0 10px 6px;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
	font-size: 12px;
}

.landing #primary-content ul li,
.category #primary-content ul li {
	float: left;
	display: inline;
	width: 220px !important;
	margin: 0 0 40px 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.landing #primary-content ul li img,
.category #primary-content ul li img {
	border: 1px solid #fff;
}

.landing #primary-content ul li img:hover,
.category #primary-content ul li img:hover {
	border: 1px solid #fff;
}
	
.landing #primary-content a span,
.category #primary-content a span,
.archive #primary-content a span {
	display: block;
	clear: both;
	margin: 4px 0 0 0;
	text-align: center; 
}



/* =Product Detail
---------------------------------------------------------------------*/

ul#prevnext {
	position: relative;
	float: right;
	top: 0;
	left: -100px;
	width: 150px;
}

	ul#prevnext li a.prev, ul#prevnext li a.next {
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
	}
	
	ul#prevnext li a.next {
		float: left;
		margin-top: -2px;
	}

#product-display {
	float: left;
	width: 400px;
	margin: 0 20px 10px 1px;
	border-right: 1px #eee solid;
}

#product-display img#hero {
	float: left;
	margin: 0 20px 0 0;
}

#product-details {
	float: left;
	width: 220px;
}

#product-details ul {
	margin: 4px 0 20px 0;
}

#product-details li {
	margin: 0 0 2px 0;
	padding: 0 0 0 8px !important;
	background: transparent url(/app/css/images/assets/list-dash.gif) no-repeat 0 50% !important;
	text-align: left !important;
}

ul#variations {
	display: inline;
	float: left;
	width: 600px;
	border-top: #eee solid 1px;
}

ul#variations li {
	float: left;
	display: inline;
	width: 125px;
	margin: 10px 25px 20px 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

ul#variations li img {
	width: 125px;
	border: none;
}



/* =Product Archive
---------------------------------------------------------------------*/

.archive #primary-content ul li h3 {	
	margin: 20px 0 30px 0;
	padding-bottom: 5px;
	border-bottom: 2px #eee solid;
	line-height: 40px;
	font-size: 30px !important;
}

.archive #primary-content ul li ul li h3 {	
	margin: 0;
	border-bottom: none;
	font-size: 20px !important;
}

.archive #primary-content li {
	margin: 0 10px 0 0;
	padding: 0 !important;
	background: none;
}

.archive #primary-content ul li ul li ul li {
	float: left;
	display: inline;
	width: 125px !important;
	margin: 0 17px 25px 0;
	padding: 0 !important;
	text-align: center !important;
}

.archive #primary-content h3 {
	clear: both;
}



/* =Images
---------------------------------------------------------------------*/

/*
a:link img, a:visited img {
	border: none;
}
*/



/* =Block Elements
---------------------------------------------------------------------*/

blockquote {
	padding: 0 0 6px 30px;
	background: transparent url(/app/css/images/assets/quote.png) no-repeat top left;
	line-height: 1.5em;
	font-style: italic;
}

blockquote p {margin: 10px 0 5px 0}

cite {
	margin: 0 0 10px 10px;
	font-style: normal;
	font-size: 110%;
	color: #000;
	text-transform: capitalize;
	}
	
hr {
	clear: both;
	display: block;
	margin: 10px 0;
	color: #eee;
	background-color: #eee;
	border: none;
	height: 1px;
}

#media {
	display: block;
}



/* =Phrase Elements
---------------------------------------------------------------------*/
	
strong {
	color: #000;
	font-weight: bold;
}

abbr[title] {border-bottom: 1px dotted #999}
abbr[title]:hover {cursor: help}




/* =Shops
---------------------------------------------------------------------*/

.shops #primary-content p {
	display: inline;
	float: left;
	width: 120px;
	height: auto;
	margin: 12px 4px 12px 12px;	
}

.shops #primary-content p img {
	width: 120px;
	height: 44px;
	padding: 0pt;
	border: 1px solid #333;
}



/* =IDs
---------------------------------------------------------------------*/
#left, #right {
	display: inline;
	float: left;
	width: 450px;
	height: 655px;	
}
	#right {float: right;}

	

/* =Classes
---------------------------------------------------------------------*/

.hide, #search label {display: none;}
.float {float: left; margin-right: 20px;}
.floatright {float: right; margin-left: 20px;}
.right {
	text-align: right;
	margin-right: 10px;
}

.error, .status {
	color: #c00;
	font-style: italic;
}

body.error {
	font-style: normal;
}

body.home .error p {
	width: 90%;
}

body .error p {
	width: 70%;
	margin: 15px 0 10px;
	color: #c00;
	font-size: 12px;
}

.explanation {
	color: #666;
	text-transform: none;
}

.rss {
	position: relative;
	top: -28px;
	display: inline;
	float: left;
	width: 32px;
	height: 32px;
	background: transparent url(/app/css/images/assets/feed-icon.png) no-repeat top right;
	text-indent: -9000px;
}



/* =Micro Formats
---------------------------------------------------------------------*/

div.vcard-format {
	display: block;
	margin: 0 0 10px 10px;
}
	
	.vcard span.organization-unit {
		display: block;
		font-size: 100%;
		color: #000;		
	}
	
	.vcard .org {
		width: 100px;
		height: 63px;
		margin: 0 0 10px -10px;
		background: url(/app/css/images/logos/mini-logo-logo-contact.png) no-repeat top left;
		text-indent: -9000px;
	}
	
	legend {
		display: none;
	}
	
	div.vcard span, div.vcard-format span {
		font-weight: normal;
	}
	
	
	
/* =Forms
---------------------------------------------------------------------*/

form#list {
	position: relative;
	width: 390px;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 10px 20px 5px 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fff url(/app/css/images/global/bg-list.gif) no-repeat right top;
	z-index: 300px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 8px;
}
	
div#subscriber_name_container {
	float: left;
	margin-right: 20px;
}

fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}

label {
	display: block;
	margin: 0 0 2px 4px;
	color: #000;
}
	.error label {color: #900;}
	
input[type="checkbox"] + label {
	display: inline;
	margin: 3px;
}

input.text, input[type="text"], input[type="password"], select, textarea {
	display: block;
	padding: 4px;
	background: #eee;
	color: #000;
	border: 1px #ccc solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

select {
	margin: 0 0 10px 0;	
	text-transform: capitalize;
}
	
input.text {
	margin-bottom: 10px;
}	
	input.text:hover, textarea:hover, textarea:hover, select:hover {
		background: #e2e2e2;
	}
	input.text:focus, textarea:focus, textarea:focus, select:focus {
		background: #fff;
	}
		
	div.error input, 
	div.error select, 
	div.error textarea {
		background-color: #ccc;
		color: #000;
		border: 1px solid #c00;
	}

textarea {
	height: 12em;
	width: 98%;
	margin-bottom: 10px;
}
	
	
input.submit, a.button {
	display: inline;
	background: #900;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	border: none;
	margin: 0 4px 2px 0;
	padding: 4px !important;
	width: auto;
	overflow: visible;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
	input.submit:hover, a.button:hover {
		background: #000;
		color: #fff !important;
		cursor: pointer;
	}
	
	input#subscriber_submit {
		clear: both !important
	}

#contact_mailing_list_container {
		margin-bottom: 10px;
	}

#product-details a.button {
	margin: 20px 4px 2px 0;
}

#search {
	position: relative;
	top: 0;
	left: 0;
	width: 240px;
	_width: 250px;
	display:block;
}

#search input.text {
	float: left;
	width: 80px;
	height: 12px;
	margin-right: 0;
	padding: 4px 7px;
	border: none;
	font-size: 11px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;	
}

#search input.submit {
	position: relative;
	top: 0;
	right: 0;
	height: 20px;
	width: 45px;
	border: none;
	padding: 3px 5px;
	color: #fff;
	font-size: 10px !important;
	font-weight: bold;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}


/* =News Pagination
---------------------------------------------------------------------*/

p.prevnext {
	clear: both;
	margin: 0;
	font-size: 12px;
}
	p.prevnext a.prev, p.prevnext a.next {
		display: inline;
		float: left;
		margin: 0 4px 10px 0;
		padding: 4px !important;
		background: #900;
		color: #fff;
		font-weight: bold;
		width: auto;
		overflow: visible;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;	
	}
		p.prevnext a.next {
			float: right;
		}

.post.main #primary-content .paginate p {
		margin: 0 !important;
	}
	
p.previous a, p.newer a {
	float: right;
	margin: 0;
	padding: 4px 8px;
	background: #ccc;
	font-size: 10px;
	letter-spacing: .2em;
}

p.newer a {
	float: left;
}

p.pages {
	text-align: center;
	margin: 0 !important;
}
	
p.pages a {
	display: inline;
	padding: 6px 8px;
	background: #ccc;
	margin: 0 5px 0 0;
	font-size: 10px;
}

p.pages a.active {
	background: #ccc;
	color: #fff;
}

.paginate a:hover, p.pages a.active {
	background: #666;
	color: #fff;
}



/* =Home Page News Styles
---------------------------------------------------------------------*/

.home.main #primary-content ol {
	margin: 0;
}

	.home.main #primary-content ol li {
		display: block;
		margin: 0;
		padding: 0 0 10px 0;
	}

.home.main #primary-content ol li a img {
	display: inline;
	float: left;
	width: 198px;
	margin: 0;
	border: 1px solid #ccc;
}	
	.home.main #primary-content li a:hover img {
		border: 1px solid #999;
	}
	
.home.main #news h4, div.post h4 {
	margin: 0 0 0 210px;
	font-size: 130%;
	text-transform: capitalize;
}

.post.single div.post h4 {
	margin: 0;
	font-size: 130%;
	text-transform: capitalize;
}

.home.main #news p {
	clear: none;
	margin: 0 0 6px 210px;
	line-height: 1.4em;
}



/* =Tables
---------------------------------------------------------------------*/
table {
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	color: #666;
}

th {
	margin: 0;
	padding: 4px 6px;
	text-align: left;
	background: #999;
	color: #fff;
	border-left: solid 1px #eee;
	font-size: 110%;
}

	th:first-child, td:first-child {border-left: 0}
	th:last-child, td:last-child {border-right: 0}
	th.right, td.right {text-align: right}

tr {background: #fff}
	tr.alt {background: #eee}

td {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 4px 6px;
}
	td a {display: block}



/* =Self-Clearing Floats
---------------------------------------------------------------------*/

#nav:after, #content:after, #home-content:after, #header:after, #navigation ul:after, #features:after, #site-info:after, .post:after, .home.main #primary-content ol li:after, #comments li:after, a.rss:after, ul#sns:after, #primary-content ol li:after {
	display: block;
	content: '';
	clear: both;
}
