/*
Theme Name: Wendy Milonas
Theme URI: http://www.miklb.com/blog
Description: theme for wendymilonas.com
Version: 1
Author: Wendy Milonas
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
*/

/*-----------Block Level Elements--------------*/

*
{
  padding: 0;
  margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #003366;
}

#page {
  background: url(images/blog_02.jpg) repeat-y;
}

#header {
	height: 283px;
	width: 800px;
	background: url(images/header.jpg) no-repeat; 
}

#headerimg {

}

.description {

}

#wrapper {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	border: thin solid #000000;
} 

#content {
  width: 70%;
  float: right;
} 

#sidebar {
	width: 20%;
	margin-right: 75%;
	padding: 5px;
} 

#footer {
	width: 800px;
	height: 112px;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
	text-align: center;
	padding-left: 100px;
	padding-right: 50px;
}

/*-------------Headings-------------*/

h1 {
	font-size: 1.8em;
	margin-top: 1.8em;

}

h2 {
	font-size: 1.2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EDDBCF;
	width: 85%;
	margin-top: .5em;
	margin-bottom: .5em;
}

h3 {
	margin-top: 1.5em;
	font-size: 1.4em;
	margin-bottom: .5em;
}

h4 {
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5 {
  margin-top: 1em;
  font-size: 1em;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
   	text-decoration: none;
	color: #bd492a;
}

.post {
	margin-bottom: 25px;
	color: #4A2C00;
	padding-left: 0px;
	font-size: 1.1em;
	padding-right: 30px;
}

.post p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

.post a {
  color: #bd492a;
}

.post ul {
 	list-style-image: url(images/listitem.png);
  	list-style-type: bullet;
  	margin-bottom: 10px;
}

.post li {
 	margin-left: 20px;
}

.entry {
  	margin-top: 10px;
  	margin-bottom: 15px;
}

.entrytext .postmetadata {
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #FADA96;
}

.postmetadata alt {

}

.postmetadata a {
	
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 80px;
	padding-right: 50px;
}

.alignleft {
  float: left;
  text-align: left;
  width: 50%;
}

.alignright {
  float: right;
  text-align: right;
  width: 50%;
}

.center {
  text-align: center;
}

.pagetitle {

}

blockquote {
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #FADA96;
  background: #FCF1E2 url(images/blockquote.png) no-repeat   scroll top left;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;

}

cite {

}

a img {
	border: none;
}

acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

/*--------------Sidebar------------*/

#sidebar ul {
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	color: #003366;
}

#sidebar ul li {

}

#sidebar ul ul {
  list-style-image: url(images/bullet.jpg);
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul li {

}

#sidebar ul ul ul {
  margin-bottom: 0;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {
  width: 90%;
  margin: 0 auto;
}

ol.commentlist li {
  margin-bottom: 1.5em;
  border: 1px solid #c69835;
  padding: 5px;
  background-color: #FFECB7;
}

ol.commentlist li.alt {
  background-color: #FDF5E5;
}

ol.commentlist a {
  color: #bd492a;
}

small.commentmetadata {
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}


/*--------------Search Form-------------*/

#searchform {
  text-align: left;
}

#searchform input {
  border: 1px solid #4A2C00;
  background-color: #FFCC99;
}

#searchform #s {
  width: 50%;
  background-color: white;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/







#footer .copyright {
	font-size: 9px;
	padding-top: 50px;
}
