/*  
Theme Name: Kitchen Cow
Theme URI: http://kitchencow.com/
Description: An attempt to create my own template.
Version: 1.0
Author: Chrissie Mata
Author URI: http://kitchencow.com/
*/

#header {
positioning: absolute;
top: 0px;
left: 0px;
clear: both;
width: 1005px;
height: 200px;
font-size:   9px;
line-height: 15px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}

#content {
width: 583px;
padding: 20px;
min-height: 1200px;
text-align: justify;
}

#sidebar {
position: absolute;
left: 815px;
top: 381px;
width: 160px;
padding: 20px;
text-align: left;
}

#sidebar2 {
position: absolute;
left: 624px;
top: 351px;
width: 160px;
padding: 20px;
text-align: left;
}

#footer {
clear: both;
width: 1005px;
font-size: 9px;
line-height: 12px;
text-align: center;
border-width: thin;
border-style: dashed;
border-color: #339933;
background-image: url('http://www.kitchencow.com/wp-content/themes/kitchen cow/images/footerbg.gif');
background-repeat: repeat;
}

body {
  font-size:   11px;
  line-height: 20px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  margin:      0px;
  color: #666666;
background-image: url('http://www.kitchencow.com/wp-content/themes/kitchen cow/images/transbg.gif');
background-repeat: repeat;
}

a, a:visited {
  text-decoration: none;
  color: #FF6600;
}  

a:hover {
  text-decoration: underline;
  color: #FF9900;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        color: #FF6600;
	}

menu {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 0px;
        word-spacing: 30px;
}

/* Begin Lists
        Copied from Kubrick
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar2 ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */

/* 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;
        border-style: solid; 
        border-color: #33cc33;
       }

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
        border-style: solid; 
        border-color: #33cc33;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
        border-style: solid; 
        border-color: #33cc33;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.ads {
        padding-top: 30px;
}

a img {
	border: none;
	}
/* End Images */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar2 h2 {
	margin: 5px 0 5px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.postspermonth {
margin: 5px 0 5px 0;
list-style: none;
padding-left: 25px;
}

.update {
border-width: thin;
border-style: dashed;
border-color: #339933;
padding: 15px;
line-height: 12px;
}

.blogbank {
position: relative; 
right: 12px;
}

blockquote {
border-width: thin;
border-style: dashed;
border-color: #FF6600;
padding: 10px;
background: #FFcc99;
}

quote {
border-left-style: outset
margin-left: 50px;
padding-left: 10px;
}

