/*  
Theme Name: Green & Tiny
Theme URI: http:/www.greenandtiny.com
Description: The default WordPress theme for Green & Tiny.
Version: 2.0
Author: Bellamy B. Budiman
Author URI: http://www.neuro-designs.com
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-weight: normal;
	font-size: 1.3em;
	font-family: arial, helvetica, sans-serif;
	background: red;
	clear: both;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		color: #fff;
		font-weight: bold;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	font: 10px/20px helvetica, arial, sans-serif;
	color: #333;
	background: #fff url("images/bg_main.jpg") repeat-x;
	font-size: 62.5%;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	color: #5e7b3a;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 1.8em;
	}
	
h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #5e7b3a;
	}
	
h4 {
	}
	
p {
	margin-bottom: 20px;
	}
		
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
small {
	font-size: 0.8em;
	}
	
input {
	border: 1px solid #999;
	background: #fff;
	}

input.defaultText, textarea.defaultText, select {
	border: 1px solid #999;
	background: #fff;
	padding: 4px;
	font-size: 1em;
	}
		
input.defaultButton {
	background: #5e7b3a;
	color: #fff;
	font-weight: bold;
	border: 0px;
	font-size: 1.1em;
	padding: 5px 10px;
	}
	
	input.defaultButton:hover {
		background: #999;
		}

img.frontpageProducts {
	width: 85px;
	height: 85px;
	border: 1px solid #5e7b3a;
	}
		
/* Additional Classes */

.arrowlink {
	background: url("images/arrowlink.png") right no-repeat;
	padding-right: 25px;
	background-position-y: 2px;
	}

.arrowlinkLeft {
	background: url("images/arrowlink.png") left no-repeat;
	padding-left: 25px;
	background-position-y: 2px;
	}

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

.wellSmall {
	width: 50%;
	padding: 5px 10px;
	background: #fffef2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fdf59c;
	}
	
/* Layout Settings */

h1 {
	width: 241px;
	height: 153px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
	h1 a {
		display: block;
		width: 241px;
		height: 153px;
		margin: 0px;
		padding: 0px;
		text-indent: -80000em;
		background: url("images/logo.png") 0 0 no-repeat;
		}

#header {
	width: 960px;
	height: 272px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	background: url("images/main.jpg") 0 0 no-repeat;
	background-position-y: 88px;
	}
	
	#header #menu {
		width: 600px;
		float: right;
		}
		
		#header #menu ul {
			overflow: hidden;
			}

			#header #menu ul li {
				float: right;
				display: block;
				}
			
			#header #menu ul.main {
				margin-top: 40px;
				font-size: 1.8em;
				text-transform: lowercase;
				padding-bottom: 2px;
				}
				
				#header #menu ul.main li {
					margin-left: 15px;
					}
					
					#header #menu ul.main li a:link, #header #menu ul.main li a:visited {
						color: #000;
						}
						
						#header #menu ul.main li a:hover {
							color: #999;
							}

			#header #menu ul.secondary {
				margin-top: 3px;
				font-size: 1.1em;
				text-transform: lowercase;
				color: #999;
				background: none;
				}
				
				#header #menu ul.secondary li {
					background: none;
					float: right;
					display: block;
					}
					
					#header #menu ul.secondary li a:link, #header #menu ul.secondary li a:visited {
						color: #000;
						}
						
						#header #menu ul.secondary li a:hover {
							color: #999;
							}


	#header #order {
		width: 100px;
		float: right;
		margin-top: 5px;
		padding-left: 10px;
		}
	
#contents {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	padding: 20px 0px;
	font-size: 1.2em;	
	}
	
	.col1 {
		width: 280px;
		padding: 10px 20px;
		float: left;
		min-height: 180px;
		}
		
		.col1 h2.title {
			color: #ccc;
			text-transform: lowercase;
			font-size: 50px;
			letter-spacing: -0.050em;
			line-height: 45px;
			}

	.col2 {
		width: 600px;
		padding: 10px 20px;
		float: left;
		min-height: 180px;
		}

#footer {
	width: 940px;
	margin: 0px auto;
	padding: 10px;
	padding-top: 20px;
	background: url("images/bg_footer.png") top no-repeat;
	color: #ccc;
	}
	
	#footer p {
		}
	
	#footer a:link, #footer a:visited {
		color: #ccc;
		font-weight: bold;
		}
		
		#footer a:hover {
			color: #999;
			}

/* FAQ Settings */

ul.faqItem {
	margin: 0px;
	padding: 0px;
	}

	ul.faqItem li {
		border-bottom: 1px solid #ccc;
		background: #fafafa;
		margin: 0px;
		margin-bottom: 2px;
		padding: 5px 10px;
		}
		
		ul.faqItem li a.title {
			font-size: 1em;
			color: #2b822e;
			display: block;
			}


.itemRow {
	overflow: hidden;
	}

	.itemRow .itemThumb {
		width: 200px;
		float: left;
		overflow: hidden;
		text-align: center;
		}

		.itemRow .itemThumb img {
			width: 180px;
			border: 1px solid #eaeaea;
			margin: 0px;
			}

		.itemRow .itemThumb h4 {
			margin: 0px;
			color: #5e7b3a;
			font-size: 1.4em;
			}

		.itemRow .itemThumb h5 {
			font-style: italic;
			margin: 0px;
			}
			
		.itemRow .itemThumb h6 {
			margin-top: 0px;
			font-size: 1.2em;
			color: #5e7b3a;
			}
		
		.itemRow .itemThumb input.itemThumbBtn {
			background: #5e7b3a;
			color: #fff;
			border: none;
			font-weight: bold;
			}
			
			.itemRow .itemThumb input.itemThumbBtn:hover {
				background: #999;
				}
				
.itemRowFront {
	width: 300px;
	overflow: hidden;
	}

	.itemRowFront .itemThumb {
		width: 300px;
		overflow: hidden;
		}

		.itemRowFront .itemThumb img {
			width: 180px;
			border: 1px solid #eaeaea;
			margin: 0px;
			margin-right: 10px;
			float: left;
			}

		.itemRowFront .itemThumb h4 {
			margin: 0px;
			color: #5e7b3a;
			font-size: 1.4em;
			}

		.itemRowFront .itemThumb h5 {
			margin: 0px;
			font-style: italic;
			}
			
		.itemRowFront .itemThumb h6 {
			margin-top: 0px;
			font-size: 1.2em;
			color: #5e7b3a;
			}
		
		.itemRowFront .itemThumb input.itemThumbBtn {
			background: #5e7b3a;
			color: #fff;
			border: none;
			font-weight: bold;
			}
			
			.itemRowFront .itemThumb input.itemThumbBtn:hover {
				background: #999;
				}
				
.itemRowSingle {
	width: 600px;
	overflow: hidden;
	}

	.itemRowSingle .itemThumb {
		width: 600px;
		overflow: hidden;
		}
		
		.itemRowSingle .itemThumb img {
			width: 450px;
			border: 1px solid #eaeaea;
			margin: 0px;
			float: left;
			}

		.itemRowSingle .itemThumb .itemInfo {
			width: 128px;
			padding: 10px;
			float: right;
			background: #eaeaea;
			}

		.itemRowSingle .itemThumb .itemInfo h4 {
			margin: 0px;
			margin-bottom: 5px;
			color: #5e7b3a;
			font-size: 1.4em;
			}

		.itemRowSingle .itemThumb .itemInfo h5 {
			font-style: italic;
			}
			
		.itemRowSingle .itemThumb .itemInfo h6 {
			margin: 0px;
			margin-top: 10px;
			font-size: 1.2em;
			color: #5e7b3a;
			}
		
		.itemRowSingle .itemThumb .itemInfo input.itemThumbBtn {
			background: #5e7b3a;
			color: #fff;
			border: none;
			font-weight: bold;
			}
			
			.itemRowSingle .itemThumb .itemInfo input.itemThumbBtn:hover {
				background: #999;
				}

