/*
THEME NAME: Padmala Theme
THEME URI: http://www.lotuspadyogamats.com
DESCRIPTION: Lotus Pad Yoga Mats Theme @ Padmala
VERSION: 1.1
AUTHOR: 
AUTHOR URI: 
*/

/* Eric Meyer's CSS RESET */
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;
}

ol, ul  {
	list-style-type: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */

/* General Markup */
body {
/*	background: url('images/lotuspad_tile_green.png') #87893a; */
	background: #fff;
    font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}

div {

}
p {
line-height:20px;

}
a:link, a:visited {
	color: #87893a;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #b0b264;
}
ul {

}
ul li {

}
h1 {
	color: #3e151b;
	font-size: 36px;
	font-weight: bold;
}
h2 {
	color: #3e151b;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.edit_box a:link, .edit_box a:visited {
	width: 5px;
	display: block;
	padding: 5px;
	background: maroon;
	color: #fff;
	float: right;
}
.edit_box a:hover {
	background: red;
}
.carousel a:link, .carousel a:visited {
	position: relative;
	top: -27px;
}
/* Begin Styling */


/* Page Wrappers */

div#centering_wrapper {
	width: 900px;
	margin: 20px auto;
	
}

div#body_wrapper {
	width: 900px;
	float: left;
	background: #fff;
}

/* Header Content */
div#header {
	float: left;
	width: 100%;
	height: 108px;
	background: url('images/header_bg_2.png') repeat-x;
	background-position: bottom;
}
	div#logo a {
		display: block;
		float: left;
		background: url('images/padmala-sitelogo.jpg') no-repeat;
		width: 200px;
		height: 108px;
	}
		#logo h1 { /* remove display: none; to show title */
			display: none;
		}
	ul#nav_menu_parent {
		padding: 10px;
		float: right;
		margin-top: 20px;
		width: 650px;
	}
		#nav_menu_parent li {
			float: left;
			
		}
			#nav_menu_parent li a:link, #nav_menu_parent li a:visited {
				display: block;
				padding: 10px;
				float: left;
				margin-right: 10px;
				font-weight: bold;
				color: #3e151b;
				text-decoration: none;
				font-size: 14px;
			}
			#nav_menu_parent li a:hover {
				color: #fff;
				background: #3e151b;
			}
			
			#nav_menu_parent li ul{
				width: 100px;
				float: left;
				position: absolute;
				z-index: 2;
				top: 85px;
				display: none;
				padding: 0;
				margin: 0;
			}
				#nav_menu_parent li ul li {
					background: #fff;
					float: left;
					width: 150px;
				
				}
					#nav_menu_parent li ul li a {
						width: 130px;
					}
/* The Carousel Styles 
div#carousel {
	width: 898px;
	float: left;
	border: 1px solid #151515;
	border-left: 0;
	border-right: 0;
	height: 250px;
	position: absolute;
	top: 128px;
	z-index: 1;
}
		
	#carousel img {
		width: 900px;
		height: 250px;
		border: 0;
		background: #000;
		position: absolute;
		top: 128px;
	}*/
/* Content Wrapper */

div#content_wrapper {
	width: 900px;
	float: left;
	background: url('images/bottom_row_bg.png') repeat-x #fff;
	position: absolute;
	/* top: 378px; */
        top:128px;
	padding-top: 20px;
}
div#blog_content_wrapper {
	width: 900px;
	float: left;
	background: url('images/bottom_row_bg.png') repeat-x #fff;
	padding-top: 20px;
}
	div#the_sidebar {
		width: 200px;
		float: left;
	}
		div#the_sidebar ul {
			float: left;
			padding: 10px;
			width: 180px;
			
		}
			#the_sidebar ul li {
				margin-bottom: 10px;
				margin-left: 0px;
			}
			#the_sidebar ul li:hover {
			}
			#the_sidebar ul li ul {
				padding: 0px;
				margin-top: 10px;
			}
	div#the_content {
		width: 680px;
		float: right;
		padding: 10px;
		padding-top: 0;
	}	
		div#the_content h2 {

		}

	div#the_page_content {
		width: 800px;
		margin: 0 auto;
		padding: 20px;
	}	
		div#the_page_content h2 {

		}
		.meta_block {
			color: #BCBCBC;
			font-style: italic;
			font-size: 12px;
			font-family: Georgia, serif;
			
		}
		#the_content p {
			margin-bottom: 10px;
		}
		
		#the_content p img, #the_page_content, p img {
			margin: 0 10px;
		}
		#the_page_content p {
			margin-bottom: 10px;
		}
		#the_content ul, #the_page_content ul {
			list-style-type: disc;
			padding-left: 25px;
		}
		#the_content ul li, #the_page_content ul li {
		}
/* Product Image Template */

div#product_image_wrapper {
	background: url('images/product_image_wrapper_bg.png') no-repeat;
	width: 625px;
	margin: 10px auto;
	border: 0px solid #87893a;
	height: 500px;
	padding: 16px;
	background-position: -3px 0;
}

	img#product_image_full {
		width: 500px;
		height: 500px;
		float: left;
	}
	
	img.product_image_thumb {
		width: 125px;
		height: 125px;
		float: left;
		cursor: pointer;
	}
/* Contact Form Styling */
div#contact {
	float: left;
}
	div#field_wrapper {
		width: 200px;
	}
		#field_wrapper input, textarea#message {
			float: left;
			border:1px solid #ddd;
			width: 200px;
			margin-bottom: 10px;
			margin-right: 10px;
			padding: 10px;
			font-family: arial, helvetica, sans-serif;
			font-size: 18px;
			background: url('images/bottom_row_bg.png') repeat-x #fff;
		}
		#field_wrapper input:focus, textarea#message:focus {
			border: 1px solid #87893a;
		}
		
		textarea#message {
			width: 400px;
			height: 200px;
			float: left;
		}
	div#contact_submit {
		padding: 10px;
		background: #87893a;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		color: #fff;
		width: 150px;
		float: left;
		clear: left;
		margin-bottom: 10px;
	}
	h2#result {
		display: none;
	}
/* Home Bottom Row Styling */

div#home_bottom_row {
	width: 900px;
	min-height: 300px;
	float: right;
	background: url('images/bottom_row_bg.png') no-repeat;
}
	div.bottom_row_box {
		float: left;
		width: 280px;
		padding: 10px;
		padding-top: 20px;
	}
	.bottom_row_box h2 {
		margin-bottom: 5px;
	}
	
/* The Footer */
div#footer {
	width: 900px;
	float: left;

}
	div#footer p {
		padding: 10px;
		padding-top: 20px;
		font-family: georgia, serif;
		color: #bcbcbc;
		font-style: italic;
	}

