yep/*  
Theme Name: Semidaily
Original Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: Semidaily
Version: 1.1
Author: Based off of Dusk by Becca Wei
Author URI: http://beccary.com
Modified by: Teresa Jones of http://scribblescratch.com
Photography by: Teresa Jones of http://scribblescratch.com & http://herbrokentoy.com
Permission to use photo for this theme ONLY.  No other use permitted without permission!

*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-family: Tahoma, Arial, Arial;
	color: #302e2e;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 0.7em;

}

html>body {
	font-size : small;
	font-family: Tahoma, Arial, Arial;

	background : #ED92D2 repeat;}
p {
	font-size: 1em;
	font-family: Tahoma, Arial, Arial;

	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	font-family: Tahoma, Arial, Arial;

	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.1em 0;
	font-family: Verdana, Arial;
}
h1, h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #173711;
}
a:visited, a:active {
	color: #173711;
}
a:hover {	color: #000000; 
        	background-color: #f0f4c2;
		text-decoration: none;
}
input, textarea, select {
	background-color: #FFF;
	color: #4A4A49;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	background-color: #3b3834;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 1px dotted #99AF07;
	border-right: 1px dotted #99AF07;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Layout */

#wrapper {
	width: 795px;
	margin: 0 auto;
	background: #a6ce39 url(images/wrapper.png) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 795px;
	height: 210px;
	background:  url(images/header.png) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border-bottom: 1px dotted #7ca2ad;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #f9b7d5;
	        font-size: 0.92em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #ccd46e;
		text-decoration: none;
	}
	
#content {
	float: left;
	width: 505px;
	padding: 5px 25px 0 15px;
	background: url(images/content.png) repeat-y;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 505px;
} 
html>body #content {
	width: 505px;
}
#sidebar {
	float: left;
	width: 207px;
	color: #ffffff;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background : transparent;
	padding-top : 18px;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom: 20px;
	margin-left : -7px;
} 

	/* Sidebar Styles */
	
	#sidebar h2 {
		margin: 0 0 0 0;
		border-bottom: 1px dotted #ffffff;
	        width: 100;
                color: #ffffff;
	        background: #86a62f;
		font-size: 1.1em;
	}
	#sidebar a:link {
		color: #ffff;
	}
	#sidebar a:visited, #sidebar a:active {
		color: #ffff;
	}
	#sidebar a:hover {
		color: #86a87d; 
		text-decoration: none;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul ul, #sidebar ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#sidebar ul ul {
		list-style-type: disc;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #84a87d;
		font-size: 0.92em;
	}

	

/* Blog Styles */

.posttitle {
		margin: 0 0 0.6em 0;
                color: #9e2251;
		font-size: 1.1em;
                fon!t-family: georgia;
}
.posttitle a {
	text-decoration: none;
}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: left;
}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}
