/*
Theme Name: Painted Desert
Theme URI: http://www.jtkconsulting.com/PaintedDesert/
Description: Based on the Painted Desert Theme for WordPress by JTkconsulting
Version: 1.1
Author: JTk - http://www.jtkconsulting.com, Akasapriya, Candradasa
*/



/* dharmachakra imported styles */

.invisible {
	display: none;
}

/*#mainmenu {
	background-color:#fff;
	text-align:left;
	border-bottom:2px solid #ffc514;
	width:760px;
	margin: 0 auto;
}

#mainmenu img {
	margin: 10px 62px 0 0;
	padding: 0 0 3px 0;
}
*/
#mainmenu {
	background-color:#fff;
	text-align:left;
	border-bottom:2px solid #ffc514;
	width:825px;
	margin: 0 auto; /* to centre it */
}

#mainmenu img {
	margin: 10px 23px 0 23px;
	padding: 0 0 3px 0;
}

#mainmenu img.mainmenuleft {
	margin-left: 0;
}

#mainmenu img.mainmenuright { /* no padding on rightmost element to keep menu centred */
	margin-right: 0;
}

img#mainactive {
	border-bottom: 2px solid #73cef7;
	margin-bottom: -2px;
}

#submenu img {
	margin: 0px 35px 0px 0px;
	padding: 7px 0px 2px 0px;/* add 1px top and bottom? */
}

#submenu {
	height: 50px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
	background-image: url('/images/stripes/submenu1x50.png');
	background-repeat: repeat-x;
}

img.submenuright {
	margin:0;
}

img#subactive {
	border-bottom: 2px solid #73cef7;
	margin-bottom: -2px;
}

#submenu li {
	display: inline;
	font-family: 'lucida grande', helvetica, arial;
	font-size: 10.5pt;
	font-weight: bold;
	}
	
/* end of dharmachakra imported styles */

html, body { height: 100%; }

body {
	/*background: #DADAD0 url(images/back.jpg) 0 repeat;*/
	color: black;
	text-align: center;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	font-size: 12px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}



#container {
	background: #FFF;
	background-image: url('/images/stripes/blogbg.png');
	background-repeat: repeat-y;
	min-height: 100%;
	_height: 100%;
	width: 855px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}
/* Header */
h1#header {
	margin: 20px 0 10px 264px;
	height: 100px;
	/*background: url(images/head.jpg) 0 no-repeat;*/
	/*text-indent: -1234em;*/
}
#header h1 {
	position: absolute;
	left: 7px;
	top: 2px;
	height: 35px;
	width: 23px;
	text-decoration: none;
}
#header em {
	display: none;
}



#blog_name {
	position: absolute;
	left: 55px;
	top: 30px;
	color: #66CCFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 36px;
	letter-spacing: -2px;
	word-spacing: -0.8px;

}

#blog_slogan {
	position: absolute;
	left: 58px;
	top: 70px;
	color: #66CCFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -1.2px;
	word-spacing: -0.4px;
	width: 640px;


}

#blog_link {
	position: absolute;
	left: 498px;
	top: 115px;
	color: #66CCFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -0.2px;
	word-spacing: -0.4px;


}


/* Sidebar Positioning */


#sidebar {


	color: black; /*#6F4219;*/
	margin: -105px 0px 0 45px;
	width: 190px;
	/*border-right: solid 1px #73cef7;*/


}

#sidebar_header {
	color: #3B322F;
	font-weight:bold;
	font-size: 12px;
}

/* Navigation Links */
#pathway {
	position: absolute;
	left: 300px;
	top: 317px;
	color: gray;
	margin: 0;
	padding-left: 20px;
	font-weight:bold;
	font-size: 14px;
	width: 400px;
}


#pathway a {
	color: #CD7829;
	text-decoration: none;
}

#pathway a:visited {
	color: #CD7829;
	text-decoration: none;

}

#pathway a:hover {
	color: #F3DCBA;
	text-decoration: none;

}

/* Content */
#wrapper {
	width: 590px;
	float: right;
	position: relative;
	margin-top: -80px;
}

#content {
	padding: 0 80px 10px 0;
}

hr#clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}

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

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

.bigger {
	font-size: 12px;
}

ul#bigger_list {
	margin-left: 5px;
	padding: 0;
	color:	#394A5A;
	font-size: 12px;
	font-weight: bold;
	 line-height: 1.4;
}

#pre_path {
color: #FFFFFF;
}

p, 
pre, 
blockquote, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 20px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

/* Word Press Stuff */
small {
	color: black;
}

.postmetadata {
	padding-bottom: 25px;
}

.buttons {
	margin-top: 7px;
}

.entry {
	font-size: 13px;
}

.smaller {
	font-size: 10px;
	padding-right: 5px;
}

ul, 
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li, 
dd, 
blockquote {
	margin-left: 7px;
	list-style-type: none;
}

li#categories h2{
	padding: 0;
	/*color:	#3B322F;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}

li#archives h2{
	padding: 0;
	/*color:	#3B322F;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}

li#meta h2{
	padding: 0;
	/*color:	#3B322F;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}

li#search h2{
	padding: 0;
	/*color:	#3B322F;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}


li#linkcat-1 h2{
	padding: 0;
	color: black;
	font-size: 12px;
	font-weight: bold;

}

li#linkcat-2 h2{
	padding: 0;
	color: black;
	font-size: 12px;
	font-weight: bold;

}

li#linkcat-3 h2{
	padding: 0;
	color: black;
	font-size: 12px;
	font-weight: bold;

}


li#pagenav h2{
	padding: 0;
	/*color:	#3B322F;*/
	color: black;
	font-size: 12px;
	font-weight: bold;
}


.post h2 {
	margin: 0 0 2px 0;
	background: url(images/headingborder.gif) 0 100% no-repeat;
}

.commentmetadata {
	color: #66CCFF;
}
input {
 color: black;
 border: 1px solid #0E5993; 
 background-color: #FFFFFF;
 font-family: verdana, sans-serif;
 vertical-align: middle;
}

#searchform .buttons {
 background-color: none;
 border: 1px solid #400000; 
 font-family: verdana, sans-serif;
 color: #400000;
 font-size: 10px;
 position: relative;
}

textarea {
 background-color: #FFFFFF;
 color: #330606;
 border: 1px solid #400000; 
 font-family: verdana, sans-serif;
 font-size: 11px;
}

#submit {
 background-color: none;
 border: 1px solid #400000; 
 font-family: verdana, sans-serif;
 color: #400000;
 font-size: 10px;
}

#sidebar img {
	margin-bottom: 10px;
}
	
#sidebar a {
	/*color: #6F4219;*/
	color: black;
	text-decoration: none;
}

#sidebar a:visited {
	color: black;
	text-decoration: none;

}

#sidebar a:hover {
	color: black;
	text-decoration: underline;
}


a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;

}
a:hover, a:active {
	color: black;
	text-decoration: underline;
}


#blog_name a {
	color: #DBD1C2;
	text-decoration: none;
}

#blog_name a:visited {
	color: #DBD1C2;
	text-decoration: none;

}

#blog_name a:hover {
	color: #2E2620;
}


.graybox {
	background: #F3EFE9;
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 0;
}

 .commentlist{
      position: relative;
 }

img.floatleft {
	float: left;
	clear: left;
	margin: 0 15px 10px 0;
}

.row {
	margin: 15px 0 0 0;
	clear:left;
}

 /* page footer */
#footer {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 33px 0 0 0;
	background-image: url('/images/stripes/1pxstripe.png');
	background-repeat: repeat-x;
	font-size:smaller;
}

img#cc {
	width: 15px;
	margin: 0 5px 5px 6px;
	vertical-align: middle;
}

/* catch-all */
img {
	border: none;
}