/*	------------------------------------------------------------------
	project:	Mahaloto
	author: 	Martin Petrov
	date:		Winter 2009
	------------------------------------------------------------------
	TABLE OF CONTENTS
	I. Reset
	II. Layout
		1. Body
		2. Wrapper
		3. Content
			3.1. Featured / Main / Comments
			3.2. News
			3.3. Upcoming
		4. Sidebar
			4.1. About
			4.2. Contact
			4.3. Form
			4.4. Additional
		5. Footer

	III. Typography
		1. Headings
		2. General Text
		3. Subtitle Text
		4. Form Text
		5. Footer Text

	IV. Links
		1. Heading Links
		2. General Links
		3. Buttons

	V. Colors
		1. Pink:			#bfa6a6
		2. Purple:			#36293b
		3. Light Purple:	#635a65
		4. Deep Purple:		#291b2a
		3. Blue:			#94bdbe
		4. Green:			#c1e087
		5. Green 2:			#abc777
		6. Green 3:			#95ad68
		7. Green 4:			#7f9459
		8. Green 5:			#697a49
	------------------------------------------------------------------	*/




	/*	------------------------------------------------------------------
	I. RESET (Eric Meyer, http://meyerweb.com)
	------------------------------------------------------------------	*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




	/*	------------------------------------------------------------------
	II. LAYOUT
	------------------------------------------------------------------	*/



/*	1. BODY
	------------------------------------------------------------------	*/

body {
	background: url(../images/bgr_body.png) repeat-x;
	background-color: #36293b;
	font-size: 62.5%;
}

/*	2. WRAPPER
	------------------------------------------------------------------	*/

#wrapper {
	width: 910px;
	padding-left: 50px;
	background: url(../images/bgr_wrapper.jpg) no-repeat;
}

/*	3. CONTENT
	------------------------------------------------------------------	*/

#content {
	width: 530px;
	float: left;
}

/*	3.1. FEATURED / MAIN / COMMENTS
	------------------------------------------------------------------	*/

#featured {
	height: 213px;
	padding: 25px 20px 0 20px;
	background: url(../images/bgr_featured.jpg) no-repeat;
	background-color: #291b2a;
}

#featured img, #main img  {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#main {
	padding: 25px 20px 40px 20px;
	background: url(../images/bgr_featured.jpg) no-repeat;
	background-color: #291b2a;
}

.image {
	margin-top: 20px;
	display: block;
	padding-right: 100%;
}

ul#catalog li {
	margin: 30px 0;
}
.left {
	float: left;
	width: 460px;
	margin-bottom: 20px;
}
.right {
	float: right;
	width: 240px;
}

#comments {
	padding: 20px 20px 20px 20px;
	background: url(../images/bgr_comments.jpg);
}
#comments li {
	margin: 10px 0;
	padding: 10px;
	background: url(../images/bgr_comment.png);
}
#cmntpost {
	margin-top: 20px;
	padding: 10px;
	background-color: #635a65;
}
input#cmnt-name {
	margin-bottom: 10px;
	width: 150px;
}
#cmntpost textarea {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}

/*	3.2. NEWS
	------------------------------------------------------------------	*/

#news {
	width: 245px;
	float: left;
	margin: 0 20px 30px 20px;
}

#news li {
	height: 65px;
	background: url(../images/hr_content.png) no-repeat bottom;
	line-height: 1.5em;
}

/*	3.3. UPCOMING
	------------------------------------------------------------------	*/

#upcoming {
	width: 245px;
	float: right;
}

#upcoming div {
	height: 130px;
	background: url(../images/hr_content.png) no-repeat bottom;
	line-height: 1.5em;
}
#upcoming div:last-child {
	background: none;
}

#upcoming img {
	float: left;
	margin-right: 10px;
}

/*	4. SIDEBAR
	------------------------------------------------------------------	*/

#sidebar {
	width: 350px;
	float: right;
	margin-left: 30px;
}

/*	4.1. ABOUT
	------------------------------------------------------------------	*/

#about {
	height: 82px;
	padding: 25px 20px 0 20px;
	border-bottom: 1px solid #3f2b37;
}
#about img {
	float: left;
	margin-right: 10px;
}

/*	4.2. CONTACT
	------------------------------------------------------------------	*/

#contact {
	height: 130px;
	padding: 0 20px 0 20px;
	background: url(../images/bgr_contact.png) no-repeat;
}

/*	4.3. FORM
	------------------------------------------------------------------	*/

#sidebar form {
	padding: 10px 0 10px 20px;
	background-color: #342738;
}

input#name, input#email {
	width: 130px;
	height: 20px;
	margin-right: 6px;
	padding: 5px 0 0 20px;
	background: url(../images/icn_name.png) no-repeat;
	background-color: #291b2a;
	border: 0;
}
input#email {	background: url(../images/icn_email.png) no-repeat;	background-color: #291b2a;}

fieldset > p {
	margin-right: 20px;
}

#sidebar textarea {
	width: 290px;
	height: 145px;
	margin-top: 10px;
	padding: 5px 0 0 20px;
	background: url(../images/icn_message.png) no-repeat;
	background-color: #291b2a;
	border: 0px;
}

input#btn_form {
	float: right;
	width: 128px;
	height: 21px;
	margin-right: 20px;
	background: url(../images/btn_form.png);
	border: none;
	text-transform: uppercase;
}

/*	4.4. ADDITIONAL
	------------------------------------------------------------------	*/

#additional {
	height: 180px;
	padding-left: 20px;
	background-color: #322536;
}

/*	5. FOOTER
	------------------------------------------------------------------	*/

#footera {
	height: 20px;
	clear: both;
	background: url(../images/bgr_footera.png) no-repeat;
	background-color: #352235;
}

#footerb {
	height: 30px;
	padding: 20px 0 0 70px;
	background: url(../images/bgr_footerb.png) no-repeat;
	background-color: #422b35;
}




	/*	------------------------------------------------------------------
	III. TYPOGRAPHY
	------------------------------------------------------------------	*/



/*	1. HEADINGS
	------------------------------------------------------------------	*/

h1 {
	display: block;
	height: 108px;
	padding: 70px 0 0 20px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-size: 4.4em;
	line-height: 20px;
}
#main h2 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 2.4em;
	color: #c1e087;
}

#news h3, #upcoming h3 {
	margin: 30px 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #635a65;
	text-transform: uppercase;
}

#sidebar h3, .subHeader {
	padding: 30px 0 20px 0;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.4em;
	color: #bfa6a6;
}

#comments h3 {
	padding: 10px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.8em;
	color: #fff;
}

/*	2. GENERAL TEXT
	------------------------------------------------------------------	*/

#featured p {

	margin-top: 20px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#main p {
	margin-top: 20px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.4em;
}

#sidebar {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.4em;
}

ul#links li {
	font-size: 1.2em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 20px 0;
	color: #fff;
}

#comments li {
	font-size: 1.2em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 20px 0;
	color: #f2f2f2;
}
.commenter {
	color: #c1e087;
}
label {
	font-size: 1.2em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 20px 0;
	color: #f2f2f2;
	font-weight: bold;
}

/*	3. SUBTITLE TEXT
	------------------------------------------------------------------	*/

.slogan {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 11px;
	color: #bfa6a6;
	letter-spacing: .5em;
	text-transform: uppercase;
}

.author {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #94bdbe;
	text-transform: uppercase;
}

#news, #upcoming div {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #94bdbe;
	text-transform: uppercase;
}
ul#catalog li {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #94bdbe;
	text-transform: uppercase;
	line-height: 1.3em;
}

/*	4. FORM TEXT
	------------------------------------------------------------------	*/

input, textarea {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #635a65;
	font-weight: bold;
}
ul.radio label {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	cursor: pointer;
	width: 20px;
	margin: 0;
	padding: 0;
}
ul.radio li {
	margin: 4px 0;
}
ul.radio input {
	float: left;
	margin: 10px;
}

/*	5. FOOTER TEXT
	------------------------------------------------------------------	*/

#footerb {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1em;
	color: #635a65;
}




	/*	------------------------------------------------------------------
	III. LINKS
	------------------------------------------------------------------	*/



/*	1. HEADING LINKS
	------------------------------------------------------------------	*/

h1 a:link, h1 a:visited {
	color: #fff;
	text-decoration: none;
}

#featured h2 a:link, #featured h2 a:visited {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 2.4em;
	color: #c1e087;
	text-decoration: none;
}
#featured h2 a:hover {
	color: #95ad68;
}

/*	2. GENERAL LINKS
	------------------------------------------------------------------	*/

#sidebar a:link, #sidebar a:visited, #main a:link, #main a:visited {
	color: #bfa6a6;
	text-decoration: none;
	border-bottom: 1px dotted #bfa6a6;
	font-weight: bold;
}


#sidebar a:hover, a:hover {
	color: #fff;
}

#news li a:link, #news li a:visited, #upcoming a:link, #upcoming a:visited {
	padding-bottom: 2px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.8em;
	color: #c1e087;
	text-transform: none;
	text-decoration: none;
}
#news li a:hover, #upcoming a:hover {
	color: #95ad68;
}

ul#catalog li a:link, ul#catalog li a:visited  {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.2em;
	color: #c1e087;
	text-transform: none;
	text-decoration: none;
	border: none;
}

ul#catalog li a:hover {
	color: #c1e087;
}

/*	3. BUTTONS
	------------------------------------------------------------------	*/

a#btn_edition:link, a#btn_edition:visited {
	width: 116px;
	height: 13px;
	float: right;
	display: block;
	margin-top: 14px;
	padding: 2px 0 0 4px;
	background: url(../images/btn_edition.png) no-repeat;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #c1e087;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}
a#btn_edition:hover {
	color: #95ad68;
}

a#btn_old:link, a#btn_old:visited, a#btn_new:link, a#btn_new:visited {
	width: 57px;
	height: 12px;
	display: block;
	padding: 3px 0 0 23px;
	background: url(../images/btn_old.png) no-repeat;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #635a65;
	text-transform: uppercase;
	text-decoration: none;
}
a#btn_old:hover, a#btn_new:hover {
	color: #fff;
}
a#btn_new { padding: 3px 23px 0 10px !important; background: url(../images/btn_new.png) no-repeat !important; }

.admin {  }
.login { width: 300px; margin: 0 auto; }

.form label { display: block; float: left; width: 100px; margin: 0; line-height: 15px; }
.form br { display: block; margin-bottom: 10px; }
.cls { clear: both; font-size: 0px; }
/*	333. ORDER BUTTON
	------------------------------------------------------------------	*/
#order {
 width: 120px;
 height: 20px;
 margin: 10px 0 0 0;
 float: left;
 clear: left;
 background-color: #36293b;
 color: #c1e087;
 font-size: 1.2em;
 font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 font-weight: bold;
 text-transform: uppercase;
 border: none;
 cursor: pointer;
}
a#add:link, a#add:visited {
	width: 60px;
	height: 15px;
	float: left;
	display: block;
	padding: 3px 30px 2px 30px;
	background-color: #36293b;
	color: #c1e087;
	font-size: 1.2em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
}
a#add:hover {
	color: #bfa6a6;
}
a.btn:link, a.btn:visited {
	width: 60px;
	height: 15px;
	float: right;
	display: block;
	padding: 3px 30px 2px 30px;
	background-color: #36293b;
	color: #c1e087;
	font-size: 1.2em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
}
a.btn:hover {
	color: #bfa6a6;
}
input.btn2, input.btn2 {
	width: 170px;
	width: 170px;
	height: 20px;
	float: left;
	display: block;
	padding: 3px 30px 2px 30px;
	background-color: #36293b;
	color: #c1e087;
	font-size: 1.2em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.edit:link, .edit:visited {

}
a.edit:hover {
}


/*	333. CART
	------------------------------------------------------------------	*/
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0;
	width: 490px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 10px 8px;
	border-bottom: 2px solid #635a65;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #635a65;
	color: #fff;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #c1e087;
}

#checkout li {
	width: 200px;
	float: left;
}
form#checkout fieldset {
	margin: 0 0 20px 0;
}
form#checkout label {
	width: 200px;
	display: block;
	margin: 10px 0 0 0;
}

.delete {
	width: 60px;
	font-variant: small-caps;
	font-size: .8em;
}

#modal { width: 400px; height: 60px; background-color: #36293b; font-size: 12px; font-family: Tahoma, Verdana, sans-serif; color: #fff; text-align: center; }
.button { padding: 5px 10px; background-color: #000; color: #fff; font-weight: bold; }

.agree_label { font-weight: normal; font-size: 12px; cursor: pointer;  }



/* cart buttons */

a.cart-empty:link, a.cart-empty:visited {
	margin-top: -18px;
	float: right;
	background: url(../images/icn_cart.png) no-repeat 5px 0;
	background-color: #ffd200;
	padding: 5px 0 0 30px;
	width: 95px;
	height: 17px;
	color: #635a65;
	font-size: 1.3em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .22em;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
}
a.cart-empty:hover {
	color: #fff;
}

a.cart-full:link, a.cart-full:visited {
	margin-top: -18px;
	float: right;
	background: url(../images/icn_cart.png) no-repeat 5px 0;
	background-color: #ffd200;
	padding: 5px 0 0 30px;
	width: 95px;
	height: 17px;
	color: #ad2e2e;
	font-size: 1.3em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .22em;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
}
a.cart-full:hover {
	color: #fff;
}

.error { border: 2px solid #d00; }

form#checkout em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}