/*  
Theme Name: Stephaniedoes
*/

body {
	background: url(images/bg.gif);
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
}
a{
	color:#2F8CAB;	
	text-decoration:none;
}

img{
	border:0px;
}
#wrapper {
	width:760px;
	margin:0px auto;
	padding-top:5px;
	}

#header {
	height:146px;
}

.nav {
	background: url(images/flickrbg.gif);
	padding-left:45px;
	height:75px;
}



#nav img {	
	border:0px;
	padding:0px;
	margin:0px;
}

#content {
	float:left;
	background: url(images/contentbg.gif);
	height:100%;
	width:760px;
	font-size: 1.2em;
	margin-bottom:10px;
	}


#content-left {
	width:450px;	
	float:left;
	height:100%;
	margin:15px 45px 10px 45px;
	}

#content-right {
	float:left;
	width:200px;
	margin:15px 0px 10px 0px;
}

form{
	display:inline;
}

.innercontent{
	margin:30px;
	font-size:12px;	
	line-height:20px;
}

.innertext{
	float:left;
	display:inline;
	width:46%;
}
.innerimage{
	display:inline;
	width:40%;
	margin-left:10px;
}

/* mailing list form elements */
#searchform {
	padding: 0px;
	margin-top:10px; 
	margin-left:0px;
	text-align: center;
	}

input{
	border:1px solid #CCCCCC;	
	color:#333333;
}

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

#sidebar #searchsubmit {
	padding: 1px;
	color:#333333;
	width:50px;
	}

textarea{
 	width:400px;
 	border:1px solid #CCCCCC;	
 	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	padding:2px;
 	color:#333333;
}


/* Modified from Michael Heilemann's default wordpress theme */

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top:10px;
	margin-left:5px;
	margin-right:0px;
	}
	
.post {
	width:450px;
	margin: 0 0 40px;
	text-align: justify;
	line-height: 1.4em;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	margin-bottom:3px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

/* Begin Lists

	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";
	}

.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;
	font-size:0.95em;
	}

#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;
	}
/* End Entry Lists */
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}
#footer2 {
	padding-bottom:5px;
	margin-right:7px;
	width: 760px;
	clear: both;
	color:#cccccc;
	text-align: left;
	}

