/*  
Theme Name: Lakaz Designs
Theme URI: http://to be determined
Description: A two column theme. Light and simple with blacks, greys and reds. 
Version: 1
Author: Richard Carmichael
Author URI: http://scale-tales.com
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background-color: #F7F7F7;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #666666; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #666666;
}
input, textarea, select {
	border: 1px solid #DDD9D4;
	background-color: white; /*#F7F7F7;*/
	color: #666666;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

#splash{
      background-color: #FFF;
      text-align: center;
      height: 100%;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 5px 0 0 0;
	background-color: white; /*#F7F7F7;*/
	border-bottom: 10px solid #DDD9D4;
}
	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #80904F;
	}
	
#headerimage {
  float: right;
  clear:both;
}
	
	
.topnav {
font-family: Verdana, Arial, sans-serif;
background:#000000 none repeat scroll 0%;
clear:both;
font-size:110%;
height:30px;
margin:0px 0pt 0pt;
}

#nav ul {
color:#FFFFFF;
float:left;
font-size:100%;
list-style-type:none;
margin:0pt;
padding:0pt;
white-space:nowrap;
width:100%;
}

#nav ul li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#nav ul li a {
color:#FFFFFF;
display:block;
float:left;
font-weight:bold;
line-height:1.5em;
margin:0pt;
padding:0.5em 1em;
text-decoration:none;
}

#nav ul li a:hover {
background:#DDD9D4 none repeat scroll 0%;
color:#666666;
text-decoration:none;
}

#content {
	float: left;
	margin: 0 0 0 20px;
	width: 500px;
	display: inline; /* IE double margin bug fix */
}
#sidebar {
	float: left;
	margin: 0 20px 0 20px;
	padding: 1.8em 0 0 0;
	width: 190px;
	font-size: 0.9em;
	display: inline; /* IE double margin bug fix */
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #F7F7F7;
		border-top: 10px solid #DDD9D4;
		font-size: 0.9em;
		text-align: right;
	}
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
}
#sidebar h2 a {
	color: #F7F7F7;
}
#sidebar h2 a:hover {
	color: white;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #DDD9D4; /*#F7F7F7*/
	background-color: #F7F7F7;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #DDD9D4; /*#F7F7F7*/
	color: #666666;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #666666;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}

/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #666666;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px;
	background-color: #666666;/*#DDD9D4;*/
	/*background: #9BBB38 url(images/posttitle.gif) no-repeat top right;*/
}
.posttitle a:link, .posttitle a:visited {
	color: white;	
}
.posttitle a:hover, .posttitle a:active {
	/*background: #E8E7D0 url(images/posttitle.gif) no-repeat 100% -91px;*/
	color: red;
	background-color:white;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	/*background: url(images/postmeta.gif) no-repeat top left;*/
	font-size: 0.9em;
	color: #999;
}
.postentry {
}
.postend{
color: #666666;
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}