/**************************************
hello.


***************************************
BEGIN GLOBAL STYLES 
***************************************/

body{
	color: #666;
	font-family: helvetica, arial, sans;
	font-size: 12px;
	line-height: 20px;
	height: 720px;
}

a{
	text-decoration: none;
	color: #666;
}

a:hover{
	color: #111;
}

h1{ color: #000; font-size: 21px; text-transform:capitalize; }
h2{ color: #fff; font-size: 18px; }
h3{ color: #333; font-size: 18px; }
h4{ color: #333; font-size: 15px; }


/***************************************
BEGIN GLOBAL FORM STYLES 
***************************************/

/*input, textarea{
	font-size: 11px;
	border: solid 1px #ccc;
	padding: 5px;
	color: #666;
	width: 220px;
	background: #f9f9f9;

}*/



/**************************************
BEGIN FIXED MASTHEAD AND MENU COLUMN
***************************************/

#sidebar_bg, #sidebar{
	position: fixed;
	text-align: center;
	width: 270px;
	padding: 50px;
	min-height: 750px;
}

#sidebar_bg{
	background: #ffffff;
	opacity: 0.82;
	
}

#sidebar{
	z-index: 6;
}

#logo{
	height:30px;
	margin-bottom: 38px;
}


/*-------------main menu-------------*/


#menu_link{
	cursor: pointer;
	color: #666; 
	font-size: 9px; 
	height: 17px;
	width: 230px;
	margin: 0 auto;
	text-transform:uppercase;
	display: block;
	vertical-align: bottom;
	border-bottom: solid 1px #ddd;
	
}


#menu{
	width:190px;
	margin: 0 auto;
	padding:20px;
	background: #fff;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	text-align: left;
	/*height: 82px;*/
	line-height: 27px;
	position: absolute;
	top: 135px;
	left: 70px;
	z-index: 25;
}

#menu_left_col{ 
	float: left;
	width: 85px;
	padding-left:5px;
	margin-right: 35px;
}

#menu_right_col{
	float: left;
	width: 65px; 
}

.selected{
	color: #000;
}

#menu a{ font-size: 16px; }
#menu a:hover{ color: #111; }


/*------------sub menu--------------*/

#submenu_title{
	margin-top: 68px;
}
#submenu_items{
	margin-top: 55px;
}

#submenu_text{
	margin: 0 auto;
	margin-top: 55px;
	width: 120px;
	line-height: 17px;
}

#phpMessage{
	margin: 20px;
	width: auto;
	padding: 20px;
	color: #333;
	font-size: 15px;
	background: #ddd;
}



/*------------ misc.--------------*/



#slide_control{
	position: absolute;
	left: 371px;
	top: 690px;
	width: 58px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
	
}

#prev{
	float: left;
	height: 9px;
	width: 18px;
	background-image: url("http://www.lumpcreative.com/katrin_schnabl/images/globals/arrow_left.png");
	background-repeat: no-repeat;
	background-position: top right;


	

}

#next{
	float: right;
	height: 9px;
	width: 18px;
	background-image: url("http://www.lumpcreative.com/katrin_schnabl/images/globals/arrow_right.png");
	background-repeat: no-repeat;
	background-position: top right;


}

#next:hover, #prev:hover{
	background-position: 0 -9px;

}

#coppyright{
	position: absolute;
	margin: 0 117px;
	padding-top: 6px;
	text-transform:capitalize;
	font-size: 10px;
	z-index: 11;
	width:136px;
	top: 674px;
	left:0px;
	border-top: 1px solid #ddd;
	text-align: center;

}


/**************************************
BEGIN IMAGE AND TEXT AREA
***************************************/

#container{
	padding-top: 135px;
	height: 550px;
	float: left;
	
} 

.floatleft {
	float:left;
}


/*.pics img { 
	display: none 
}*/


#scroll_gallery{
	width: 13000px;
	background-color: #fff;
	padding: 0 10px 0 370px;
	float: left;
}
#no_scroll_gallery{
	background-color: #fff;
	padding: 0 10px 0 370px;
	float: left;
	font-family: trebuchet ms, sans;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
}

.link_space{

	height: 440px;
	text-align:center;
	padding: 50px;
	background: #eeeeee;
	float: left;
}

.link_space li{
	width: 270px;
}

.state_space{
	width: 290px;
	height: 440px;
	text-align:center;
	padding: 50px;
	background: #eeeeee;
	float: left;
}


#creds li{
	margin-bottom: 20px;
}
#creds a{
	text-decoration: underline;
}

#walltext{
	float: left;
	color: #fff;
	width: 249px;
	height: 400px;
	border-left: 1px solid #fff;
	background: #222222;
	text-align: center;
	padding: 70px 60px;
	font-family: trebuchet ms, sans;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

#walltext_title{
	margin-bottom:59px;
}

#project_date{
	margin-top:12px;
	color: #aaa;
	text-transform:uppercase;
	font-size:11px;
	font-family: helvetica, arial, sans;
	letter-spacing: 1px;
	line-height: 15px;
}

#walltext_copy{
	margin-bottom: 20px;
}
#walltext_credits, #walltext_link{
	margin-bottom:20px;
	color: #aaa;
	text-transform:uppercase;
	font-size:9px;
	line-height: 13px;
	font-family: helvetica, arial, sans;
	letter-spacing: 1px;
}

#walltext_link:hover,#walltext_credits:hover{
	color: white;
}

.thumbnail{
	float: left;
}
/**************************************
BEGIN JOURNAL 
***************************************/
#journal_submenu{
	margin-top: 68px;
}
#journal_submenu h1 img{
	margin-bottom: -3px;
}
#subscribe{
	font-size: 10px;
}
#journal_area{
	background-color: #fff;
	padding: 0 10px 0 370px;
	float: left;
	width: 550px;
	font-size: 13px;
	line-height: 18px;
}

#journal_area h2{
	border-top: solid 1px #ddd;
	color: #666;
	padding: 15px 0 6px 0;
	font-size:28px;
}
#journal_area h2:hover{
	
}

.posted{
	margin-bottom: 35px;
}

.journal_entry{
	margin-bottom: 15px;
}
.journal_image{
	margin-bottom: 10px;
}

.pagecount{
	border-top: solid 1px #ddd;
	padding: 10px 0 54px 0;
}

.comments_head{
	padding: 12px 0 13px 0;
	border-top: solid 1px #ddd;
}

.com_posted{
	padding: 10px 0 20px 0;
	border-top: solid 1px #ddd;
}
.comment_body{
	margin-bottom: 20px;
}

.submit_button{
	margin: 10px 0 54px 0;
}


/**************************************
BEGIN EMAIL FORM 
***************************************/
#contact_form {
	margin-top: 72px;
	font-family: ariel, helvetica, sans;
	font-size: 12px;
	width: 540px;
}

#contact_form input { 
	width: 180px; 
	font-size:12px; 
	margin-top: 0px;
	color: #666;
}

#contact_form p {
	float: left;
	margin-right: 26px;
	margin-bottom: 10px;
}

input#contact_subject {
	width: 392px;
}

#contact_form #contact_message {
	margin-bottom:5px;
	font-size: 12px;
	margin-top: 0px;
	width: 392px;
	font-family: ariel, helvetica, sans;
}

#contact_form .form_submit {
	border: solid 1px #ccc;
	float: left;
	margin-top: 10px;
	width: 110px;
	cursor: pointer;
	padding: 10px;
	background-color: #eee;
	color: #999;

	/*border: none;
	text-indent: -9999px;
	width: 110px;
	background: url("../../images/buttons/send-message-btn.png") 0 -26px no-repeat; 
	float: left;
	margin-top: 10px;
	padding-bottom: 9px;
	cursor: pointer;*/
}

#contact_form .form_submit:hover {
/*	background: url("../../images/buttons/send-message-btn.png") 0 0px no-repeat; */
	border: solid 1px #999;
	background-color: #ddd;
	color: #666;
}


#honeypot{
	display:none;
}

/**************************************
BEGIN SHOP STYLES
**************************************/


/*------------Bag Icon Area--------------*/

#bag_info {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 220px;
	height: 100px;
}

#view_bag {
	height: 26px;
	width: 110px;
	background: url("../../images/buttons/contents-btn.png") 0 -26px no-repeat; 
	float: left;
	margin-right: 15px;
	margin-top: 25px;
}

#view_bag:hover {
		background: url("../../images/buttons/contents-btn.png") 0 0px no-repeat; 
}


#the_bag {
	height: 45px;
	width: 43px;
	float: left;
	margin-top: 14px;
	background: url("../../images/shop/bag-icon.png") 0 0 no-repeat; 
}

#items_in_bag {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-top: 16px;
	margin-right: 8px;
	color: #222;
}


/*------------Hover Text--------------*/

.product-image {
	float:left;
	position:relative;
}


.product-description {
	position:absolute;
	top:25%;
	left:0px;
	background-color:#222;
	color:#fff;opacity:0.8;
	height:200px;
	display:none;
	padding: 40px;
	text-align: center;
	font-family: trebuchet ms, sans;
}

.hover-price {
	margin: 10px 0 30px; 
}


/*------------Single Item View--------------*/

#item_price {
	margin: 8px;
}

#submenu ul#alt_views {

	padding: 20px 5px;
}

#submenu ul#alt_views li {
	float: left;
	margin: 6px 10px;
}

#submenu div#nav_buttons {
	padding: 0px 15px;
}

#submenu div#back_btn {
	height: 26px;
	width: 110px;
	background: url("../../images/buttons/go-back-btn.png") 0 -26px no-repeat; 
	float: left;
	margin-right: 20px;
}

#submenu div#back_btn:hover {
	background: url("../../images/buttons/go-back-btn.png") 0 0px no-repeat; 
}


#submenu div#larger_btn {
	height: 26px;
	width: 110px;
	background: url("../../images/buttons/view-larger-btn.png") 0 -26px no-repeat; 
	float: left;
}

#submenu div#larger_btn:hover {
	background: url("../../images/buttons/view-larger-btn.png") 0 0px no-repeat; 
}


#garment_info {
	width: 700px;
	float: left;
	text-align: center;

}

#garment_info .main_garment_image {
	margin-right: 40px;
	float: left;
}

#garment_info h4 {
	margin-bottom: 5px;
}
#colors_options, #size_options {
	width: 150px;
	float: left;
	margin-top: 30px;
}

#colors_options {
	margin-right: 0px;
}

#colors_options li{
	float: left;
	/*background: green;*/
	height: 35px;
	width: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#colors_options li:hover{
	height: 29px;
	width: 34px;
	border: solid 3px #222;
}

#colors_options li.selected{
	height: 29px;
	width: 34px;
	border: solid 3px #222;
}

#size_options li.size_opt {
	float: left;
	height: 35px;
	width: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-position: 0 -35px; 
	cursor: pointer;
}

#size_options li.size_opt:hover {
	background-position: 0 0; 
}

#size_options li.selected {
	background-position: 0 0; 
}

#garment_buttons {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

#custom_btn {
	height: 26px;
	width: 140px;
	background: url("../../images/buttons/custom-btn.png") 0 -26px no-repeat; 
	float: left;
	margin-right: 20px;
}

#custom_btn:hover {
	background: url("../../images/buttons/custom-btn.png") 0 0px no-repeat; 
}

#chart_btn {
	height: 26px;
	width: 140px;
	background: url("../../images/buttons/view-chart-btn.png") 0 -26px no-repeat; 
	float: left;
}

#chart_btn:hover {
	background: url("../../images/buttons/view-chart-btn.png") 0 0px no-repeat; 
}


ul#info-summary {
	float: left;
	margin-top: 10px;
	width: 300px;
	margin-bottom: 33px;
}

#add_it_btn {
	height: 26px;
	width: 160px;
	background: url("../../images/buttons/add-to-bag-btn.png") 0 -26px no-repeat; 
	float: left;
	margin: 0 70px;
	border: none;
}

#add_it_btn:hover {
	background: url("../../images/buttons/add-to-bag-btn.png") 0 0px no-repeat; 
}

/*------------Shopping Bag--------------*/

#bag_head {
	float: left;
	text-align: center;
	width: 270px;
	padding: 50px;
	margin-right: 9999px;
}


#bag_copyright{
	margin: 0 117px;
	padding-top: 6px;
	text-transform:capitalize;
	font-size: 10px;
	width:136px;
	top: 674px;
	left:0px;
	border-top: 1px solid #ddd;
	text-align: center;
	vertical-align:text-bottom;
	float: left;
	margin-top: 100px;

}

#bag_contents {
	float: left;
	width: 900px;
	padding-left: 70px;
	margin-right: 9999px;
}

#bag_contents table tr th, #bag_contents table tr td {
	border-bottom: solid 1px #aaa;
	padding: 15px 15px 20px 15px;
	text-align: center;
}

#bag_contents table tr th{
	padding-bottom: 10px;
	color: #333;
}


td.gar_id, th.gar_id { 
	width: 200px;
}

td.gar_color, th.gar_color { 
	width: 100px;
}

td.gar_size, th.gar_size { 
	width: 100px;
}

td.gar_size, th.gar_size img, td.gar_delete, th.gar_delete img { 
	vertical-align:middle;
}



td.gar_qty, th.gar_qty { 
	width: 100px;
}

td.gar_qty input {
	width: 20px;
	text-align: center;
}

td.gar_price, th.gar_price { 
	width: 100px;
}

td.gar_delete, th.gar_delete { 
	width: 35px;
}

td.gar_delete a {
	display: block;
	height: 18px;
	width: 20px;
	background: url("../../images/buttons/delete-btn.png") 0 -18px no-repeat; 
}

td.gar_delete a:hover {
	background: url("../../images/buttons/delete-btn.png") 0 0px no-repeat; 
}

#go_checkout {
	display: block;
	height: 26px;
	width: 160px;
	float: right;
	background: url("../../images/buttons/checkout-btn.png") 0 -26px no-repeat;
	margin-right: 85px;
}

#go_checkout:hover {
	background: url("../../images/buttons/checkout-btn.png") 0 0px no-repeat; 
}

#back_to_shop {
	display: block;
	height: 26px;
	width: 160px;
	float: left;
	background: url("../../images/buttons/cont-shop-btn.png") 0 -26px no-repeat;
	margin-left: 35px;
}

#back_to_shop:hover {
	background: url("../../images/buttons/cont-shop-btn.png") 0 0px no-repeat; 
}

#update_cart {
	display: block;
	height: 26px;
	width: 110px;
	float: right;
	background: url("../../images/buttons/update-cart-btn.png") 0 -26px no-repeat;
	margin-right: 85px;
	border: none;
}

#update_cart:hover {
	background: url("../../images/buttons/update-cart-btn.png") 0 0px no-repeat; 
}



#bag_contents table tfoot td { 
	border-bottom: none;
	padding-top: 10px;
	font-weight: bold;
}


/**************************************
BEGIN CHECKOUT LINE STYLES
**************************************/



.checkout_form {
	margin-top: 72px;
	font-family: ariel, helvetica, sans;
	font-size: 12px;
	width: 430px;
}

.checkout_form input, .checkout_form select { 
	width: 180px; 
	font-size:12px; 
	margin-top: 0px;
	color: #666;
}

.checkout_form p {
	float: left;
	margin-right: 26px;
	margin-bottom: 10px;
}

.checkout_form input#address, .checkout_form input#address2 {
	width: 392px;
}

.checkout_form input#city, .checkout_form input#shipping_city {
	width: 100px;
}

.checkout_form select#state, .checkout_form select#shipping_state {
	width: 155px;
}

.checkout_form input#zip, .checkout_form input#shipping_zip {
	width: 80px;
}

.checkout_form input#use_billing_info {
	width: 20px;
	margin-top: 24px;
}


.checkout_form select#expiration_month {
	width: 80px;
}

span#card_exp_label {
	display: block;
	width: 400px;
	font-size: 11px;
	float: left;
}

.checkout_form select#expiration_month {
	width: 80px;
}

.checkout_form select#expiration_year {
	width: 80px;
}

.checkout_form input#CVV2 {
	width: 80px;
	
}

.checkout_form .form_submit {
	border: none;
	text-indent: -9999px;
	margin-top: 20px;
	width: 160px;
	background: url("../../images/buttons/next-step-btn.png") 0 -26px no-repeat; 
	float: left;
	padding-bottom: 9px;
	cursor: pointer;
}

.checkout_form .form_submit:hover {
	background: url("../../images/buttons/next-step-btn.png") 0 0px no-repeat; 
}

.checkout_form span.error {
	display: block;
	color: #cc0000;
	background-color: #ffe8e8;
	padding: 0 5px;
	position: fixed;
	border: solid 1px #cc0000;;
 
	
}

.place_order

ul#checkout_line {
	padding-top: 10px;
}
ul#checkout_line li {
	margin-top: 25px;
	line-height: 16px;
}

ul#checkout_line li.here{
	color: #000;
}

/*------------summery table--------------*/

table#item_summary {
	width: 392px;
	margin-top: 20px;
	background: #f9f9f9;
	border: solid 1px #ccc;
	padding: 10px;
	font-size: 12px;
	padding-bottom: 0px;
}

table#item_summary td, table#item_summary th {
	text-align: center;
}

table#item_summary tr th {
 	border-bottom: solid 1px #ccc;
 	padding-bottom: 5px;
}

table#item_summary tr td {
 	padding: 10px 0;
}

table#item_summary tr.total_sum td {
	 border-top: solid 1px #ccc;
	 font-weight: bold;
}

table#item_summary tr.tax_sum td {
	border-top: solid 1px #ccc;
	padding-bottom: 0px;
}

table#item_summary tr.ship_sum td {
	padding-top: 0px;
}

table#item_summary .sum_id { 
	width: 170px;
	text-align: left;
}

table#item_summary .sum_price {
	text-align: right;
	width: 70px;
}

.checkout_form .place_order {
	border: none;
	text-indent: -9999px;
	margin-top: 5px;
	width: 110px;
	background: url("../../images/buttons/place-order-btn.png") 0 -26px no-repeat; 
	float: left;
	padding-bottom: 9px;
	cursor: pointer;
}

.checkout_form .place_order:hover {
	background: url("../../images/buttons/place-order-btn.png") 0 0px no-repeat; 
}

.checkout_form .transaction_complete {

}

/**************************************
BEGIN FIXED QUOTE AREA
**************************************

#quotespace{
	
	background: #fff;
	
	position: fixed;
	padding:10px;
	top:40px;
	right:0px;
	padding-right:50px;
	max-width: 540px;
	text-align: left;
}

#q1{
	float: left;
	
}
#quote{
	margin: 4px 0 0 7px; 
}


#q2{ margin-left: 3px; }

#cite{
	text-align: right;
	font-size: 11px;
	margin: 4px 10px 0 0;
	text-transform:capitalize;
}



*/







