/*
Theme Name: Myakka
Theme URI: http://
Description: Myakka Theme by Celso Soares
Version: 1
Author: Celso Soares
Author URI: http://www.pixelurban.com/
Tags: myakka

	Myakka 1.0
	 http://www.pixelurban.com/

	This theme was designed and built by Celso Soares,
	whose personal website you will find at http://www.pixelurban.com/

	(c)copyright Celso Soares - All rights reserved
*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

html { height: 100%; margin-bottom: 1px; } /* forces vertical scrollbar */

/* Links */
a {
	color:#7a7c4d;
	text-decoration:none;
}

a:hover {
	color:#663399;
}

a:visited {
	color:#000;
}

/* Layout */
body {
	background: #FBFBF8 url(../images/myakka_bg_img.jpg) repeat-x center top;
	margin:0 0 0 1px;
}

#aspnetForm{
	/*background-image: url(../images/myakka_bg_xmas.png);*/
	background-image: url(../images/bg_main.png);
	background-repeat: no-repeat;
	background-position:center top;
}

#page {
	width:997px;
	background:#fff;
	margin:0 auto;
}
#header {
	position: relative;
	overflow: hidden;
	width: 997px;
	height: 133px;
	background: #fff url(../images/bg_header.gif) repeat-x left bottom;
}

#header h1 {
	position:relative;
	top:0px;
	left:29px;
}

#header h1 span,
.description {
	display:none;
}

#header #center_header {
		position: absolute;
		left: 250px;
		top: 10px;
		padding: 0px 66px 0 11px;
		width: 315px;
		height: 50px;
}
	
#header #right_header {
		position:relative;
		top:-78px;
		left:679px;
		width:330px;
}
#header #right_header p {
		display: inline;
		padding: 0 5px 0 3px;
		font:0.78em Arial, Helvetica, sans-serif;
		color: #724A9C;
		border-right: 1px solid #724A9C;
}
		
#header #right_header.more p {
		float: none;
		display: block;
		padding: 0;
		border: none;
}
#header #right_header.more p.last {
		padding: 0 0 10px 0;
}
#header #right_header p.last {
		padding: 0;
		border: none;
}

div.todays_date {
	position:absolute;
	top:60px;
	right:30px;
	font:1.0em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#c5c19d;
}

.date_bg {
	position:absolute;
	top:1px;
	right:1px;
}


a.widget_account span,
a.widget_basket span {
		display:none;
}
#w_widget_user {
	position:relative;
	top:12px;
	left:90px;
}
#w_widget_user ul li {
	float:left;
}
	
/* Navigation */
#navigation h5,
#second_navigation h5 {
	display:none;
}

#header #navigation {
		position: absolute;
		left: 11px;
		top: 93px;
	}
		#header #navigation ul {
			float: left;
			height: 40px;
		}
			#header #navigation ul li {
				float: left;
				padding: 0 1px 0 0;
				height: 40px;
				line-height: 40px;
			}
				#header #navigation ul li a {
					position: relative;
					overflow: hidden;
					display: block;
					height: 40px;
					text-align: center;
					cursor:pointer;
				}
				#header #navigation ul li#mn_home a {width: 100px;}
				#header #navigation ul li#mn_indian_furniture a {width: 168px;}
				#header #navigation ul li#mn_soft_furnishings a {width: 171px;}
				#header #navigation ul li#mn_home_accessories a {width: 184px;}
				#header #navigation ul li#mn_special_offers a {width: 154px;}
				#header #navigation ul li#mn_ideas_for_your_home a {width: 193px;}
					#header #navigation ul li a span {
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
					}
					#header #navigation ul li#mn_home  span {background: url(../images/main_nav_home.gif) no-repeat left top;}
					#header #navigation ul li#mn_indian_furniture  span {background: url(../images/main_nav_indian_furniture.gif) no-repeat left top;}
					#header #navigation ul li#mn_soft_furnishings a span {background: url(../images/main_nav_soft_furnishing.gif) no-repeat left top;}
					#header #navigation ul li#mn_home_accessories a span {background: url(../images/main_nav_home_accessories.gif) no-repeat left top;}
					#header #navigation ul li#mn_special_offers a span {background: url(../images/main_nav_special_offers.gif) no-repeat left top;}
					#header #navigation ul li#mn_ideas_for_your_home a span {background: url(../images/main_nav_ideas_for_your_home.gif) no-repeat left top;}
					
					#header #navigation ul li a:hover span,
					#header #navigation ul li a.active span {
						background-position: left bottom !important;
					}
					
					#navigation ul li a span em {
						display:none;
					}

/* Second Navigation */
	
	#second_navigation ol {
		height: 34px;
	}
		#second_navigation ol li {
			float: left;
			padding: 0 17px 0 15px;
			height: 34px;
			background: url(../images/bg_second_navigation_spacer.gif) no-repeat right top;
		}
			#second_navigation ol li a {
				line-height: 34px;
				text-decoration: none;
				font-weight: bold;
				font-size: 12px;
				color: #9D9B6E;
			}
				#second_navigation ol li a:hover {
					color: #000;
				}
	#second_navigation form {
		width: 290px;
		margin-bottom:40px;
	}
		#second_navigation form label {
			float: left;
			display: block;
			margin: 0 7px 0 0;
			line-height: 34px;
			font-weight: bold;
			font-size: 16px;
			color: #9D9B6E;
			background: url(../images/ico_search.gif) no-repeat right top;
			height:34px !important;
			overflow:hidden;
		}
		#second_navigation form input {
			float: left;
			margin: 5px 10px 0 0;
			padding: 2px 0 0 0;
			width: 145px;
			height: 20px;
			font-size: 12px;
			color: #555;
			border-left: 1px solid #E2E3EA;
			border-right: 1px solid #DBDFE6;
			border-top: 1px solid #ABADB3;
			border-bottom: 1px solid #E3E9EF;
		}
		button.btn_go {
			float: left;
			margin: 4px 14px 0 0;
			width: 36px;
			height: 25px;
			line-height: 23px;
			text-align: center;
			font-weight: bold;
			font-size: 12px;
			color: #F8FAFB;
			cursor: pointer;
			border: none;
			background: url(../images/btn_go.gif) no-repeat left top;
		}
		#second_navigation {
			position: relative;
			margin: 10px 0 10px 10px;
			padding: 1px 0;
			width: 975px;
			height: 37px;
			left:1px;
			background: url(../images/bg_second_navigation.gif) no-repeat left top;
			font:0.7em Arial, Helvetica, sans-serif;
		}
		* html #second_navigation {
			overflow-x:hidden;
		}

/* search */
.search_myakka
		{	
		font-size:16px;
		font-family:Arial;
		font-weight:bold;
		color:#9d9b6e;
		float:left;
		position:relative;
		left:70px;
		top:-3px;
		// left:-5px;
		}
		
.search_form_myakka
		{	
			float:left;
			position:relative;
			top:-2px;
			left:40px;
			// top:1px;
			// left:-30px;
		}
		
.search_icon {
	position:relative;
	top:3px;
	left:2px;
}
	
.search_form {
	position:relative;
	font:1.1em Arial, Helvetica, sans-serif;
	width:150px;
	height:16px;
	top:-2px;
	left:39px;
	padding:1px;
}

.search_go {	
	position:relative;
	top:6px;
	left:36px;
	// top:3px;
}
		
/* Content */
#content {
	width:977px;
	background:#fff;
	padding:10px;
	position:relative;
	top:-1px;
	left:-11px;
	float:left;
}

.posts {
	width:620px;
	float:left;
	position:relative;
	margin-right:12px;
	padding:20px 30px;
}

.posts h2 {
	font:3.1em Arial, Helvetica, sans-serif;
	color:#724a9c;
}

.posts small {
	font:1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}

.posts .entry {
	font:1.1em Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:18px;
	line-height:18px;
}

.postmetadata {
	margin-top:12px;
	font:1.1em Arial, Helvetica, sans-serif;
	color:#724a9c;
	font-weight:bold;
	clear:both;
}

.postmetadata span {
	position:relative;
	top:5px;
}

.postmetadata a {
	font-weight:bold;
}

#sidebar {
	width:250px;
	position:relative;
	top:25px;
	float:left;
	margin-bottom:20px;
	left:10px;
	text-align:right;
}

#sidebar ul li {
	background:none;
	position:relative;
	left:17px;
	display:block;
}

.widget {
	position:relative;
	left:138px;
	top:21px;
	float:right;
}

#sidebar ul li h2 {
	font:1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#724a9c;
	float:right;
	position:relative;
	left:0px;
	top:5px;
	// top:0px;
}

.categories {
	font:1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#724a9c;
}

.categories_list {
	position:relative;
	left:-34px;
}

#sidebar ul.archives {
	position:relative;
	left:33px;
	top:25px;
	font:1.1em Arial, Helvetica, sans-serif;
}

#sidebar ul.archives li {
	padding:0;
	margin-top:50px;
}

.archives a {
	color:#7a7c4d;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0;
	width:150px;
	position:relative;
	left:49px;
	// left:-50px;
	// top:-20px;
}

.archives a:hover {
	color:#663399;
}

.archives a:visited {
	color:#000;
}

ul.archives select {
	// position:relative;
	// left:-50px;
	// top:-20px;
}

.rss_feed {
	font:1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}

.rss_icon {
	position:relative;
	top:2px;
	left:-3px;
}	

#footer {
	clear:both;
	background: url(../images/bg_footer.gif) repeat-x left top;
	position:relative;
	left:-10px;
	padding:20px 40px;
	width:917px;
	height:100px;
	text-align:center;
}

#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline-block;
	padding: 0 5px 0 5px;
	height: 24px;
	background: url(../images/footer_border.gif) no-repeat right 0px;
	color: #724a9c;
	}
	
	#footer ul li.last {
		background:none;
	}
	
#footer ul li a {
	color:#724a9c;
	font-weight:normal;
}

/* Comments */

#respond {
	clear:both;
	display:block;
	width:300px;
	float:left;
}

.comments_section {
	clear:both;
	width:600px;
	position:relative;
	margin:20px 0 20px 0;
}

.dsq-by,
.dsq-brlink,
.dsq-reblogdiv,
#dsq-options-toggle,
.dsq-arrows {
	display:none;
}

ul#dsq-comments li {
	padding-bottom:130px;
}

.categories_list .categories ul li.cat-item {
	position:relative;
	top:5px;
	padding-right:17px;
	display:block;
}


/* Recent Articles */

ul.recent_posts {
	margin-top:30px;
	margin-bottom:60px;
	// margin-bottom:0px;
	position:relative;
	left:-34px;
}

ul.recent_posts li {
	font:1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	top:30px;
	left:-30px;
	display:block;
	padding:0;
	margin:0;
}

#sidebar ul li.recent_articles h2.recent_articles_header {
	position:absolute;
	display:block;
	left:146px;
}

* html #sidebar ul li.recent_articles h2.recent_articles_header {
	position:absolute;
	left:-104px;
}

#commentform textarea		{// margin-top:-24px !important;}
