/*
Theme Name: LS theme
Theme URI: http://wordpress.org/
Description: simple homemade for lynne
Version: 1.0
Author: ian head
Author URI: http://everydaybeats.net
Tags: simple


*/



/* Begin Structure */
body {
	margin:0;
	color:black;
	background-color:white;
	background-position:bottom-left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h1 {
font-size:24px;
font-weight:bold;

}

h2 {

font-size:20px;
font-weight:bold;

}

h3 {
font-size:22px;
font-weight:bold;

}

h4
{
font-size:17px;
font-weight:bold;

}

h5
{
font-size:28px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;

}

a {
color:#8c2b05;
text-decoration:none;
}

a:hover {

text-decoration:underline;

}

img

{
border:none;

}

table.shop

{
background-color:black;

}

table.header1
{
background-color:white;
border:0;
width:100%;
margin:0;
}

table.header2
{
background:url(header_border.jpg);
width:100%;
border:0;
margin:0;

}






/* End Structure */

/*Menubar*/


ul#menu {
	margin: 0;
	padding-left: 30;
	list-style: none;
	width: 880px;
	font-size:16px;
	font-weight:bold;
	background-color:white;
	color:red;
}

ul#menu li {
	float: left;
	padding-left:10px;
	margin: 0;
	
}

ul#menu ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #fee2d3; /* fixes gap problem in IE */
	border-left: 1px solid #fee2d3;
	z-index:1000;
}

ul#menu li ul {
	margin: 0;
	padding: 0;
	display:none;
	list-style: none;
	position: absolute;
	background: #9CC;
}
ul#menu ul ul{
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 100%;
}

ul#menu * a:hover, ul#menu li a:active{
background:#ffffff !important;
color: yellow;
}

ul#menu li a:link,
ul#menu li a:visited,
ul#menu  li a:active{
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	background:white;
	 color: #000000;
}

ul#menu li a:hover{
text-decoration:underline;
}


ul#menu ul li a:link,
ul#menu ul li a:visited,
ul#menu ul li a:hover,
ul#menu ul li a:active {
	width: 8em;
}


a#home
{
font-size:16px;
font-weight:bold;

}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


ul#sidebar
{
list-style:none;
font-size:12px;


}

li#sidebar
{ 
list-style:none;
}	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


