/*
Theme Name: Blank Theme
Theme URI: http://www.miklb.com/blog
Description: This is a blank theme, and style sheet
Version: Version number
Author: Michael B
*/
/*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: #FFFFFF;
}



hr
{
  display: none;
} 




#page {
text-decoration: none;

}

#header
{
  margin-bottom: none;
background-color: #FFFFFF;
}



#header h1
{
  font-size: 3em;
}

.description {

}

#wrapper
{
  width: 850px;
  margin: 0 auto;
  overflow: hidden;

} 
#content
{
  width: 72%;
  float: left;
margin-top: 15px;
margin-left: 5px;


} 



#sidebar
{
  text-align: right;
width: 22%;
  margin-left: 75%;
  margin-right: 5px;
} 
 
#sidebar 
{ 
  
background-color: #FFFFFF; 
 text-align: right;
  color: #CC6B8E; 
  border: none; 
} 
  
#sidebar ul h2 
{ 
   
text-align: right;
  text-transform: lowercase;
  letter-spacing: 0.3em;
  background-color: #FFFFFF; 
  border-bottom: 1px solid #C0C0C0;  
  border-top: none; 
  font-size: 1.1em; 
  font-weight: normal; 
  padding: 2px; 
  margin-bottom: 5px; 
} 
#sidebar ul
{
  text-align: right;
list-style: none;
  margin-bottom: 10px;

}
#sidebar a
{
  text-align: right;
font-size: 0.9em;
  text-decoration: none;
  color: #606060;
}

#sidebar a:hover
{
  text-decoration: none;
  color: #A0B55A;
}


#sidebar ul ul
{
  text-align: right;
list-style-image: none;
  list-style-type: none;
margin-left: 50px;
  
}

#sidebar ul ul ul
{
  margin-bottom: 0;
} 
#searchform
{
  text-align: center;
  textcolor: #C0C0C0;
  float:right;
}

#searchform input
{
  font-size: 0.8em;
  border: 1px solid #C0C0C0;
  background-color: #CCCCCC;
}

#searchform #s
{
  height: 1.6em;
  width: 55%;
  background-color: white;
}

#footer
{
  margin: 2em auto;
  clear: both;
  text-align: center;

  width: 85%;

  color: #606060;
  padding-top: 10px;
  font-size: 0.9em;

  padding-bottom: 10px;
  background-color: #FFFFFF;
}


/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post
{
  margin-bottom: 55px;
  color: #2D2D2D;
  padding-left: 5px;
  text-align: left;
  font-size: 1.1em;
}

.post a
{
color: #CC6B8E;
text-decoration: none;

}

.post a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #5FB1B1;
}

h2
{
  font-size: 1.4em;

font-weight: normal;
color: #A0B55A;

}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #5FB1B1;
}


.entry
{
  margin-top: 20px;
  margin-bottom: 15px;

}

.postmetadata
{
  color: #859845;
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.postmetadata a
{
  color: #CC6B8E;
  font-weight: normal;
  text-decoration: underline;
  
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1.8em;

}


blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;

  border: 1px solid #FADA96;
  background: #FCF1E2 url(images/blockquote.png) no-repeat   scroll top left;

}

.post li
{
  margin-left: 20px;
}

.post ul
{

  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}

acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;

}

blockquote cite
{
  margin: 5px 0 0;
  display: block;

}

.center
{
  text-align: center;
}

a img
{
  border: none;

}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;

}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;

}

h5
{
  margin-top: 1em;
  font-size: 1em;
}






.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata
{
  

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
color: #CC6B8E;
}

 
.navigation a
{
  color: #A0B55A;
  font-weight: bold;
}
.alignleft
{
  float: left;
  text-align: left;

  width: 50%;
}

.alignright
{
  float: right;

  text-align: right;
  width: 50%;
}


.center {

}

.pagetitle
{
  font-size: 1.4em;
  color: #CC6B8E;
} 



blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist
{
  width: 98%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #CCCCCC;
  padding: 5px;
  background-color: #F2F2F2;
}

ol.commentlist li.alt
{
  background-color: #F9F9F9;

}

ol.commentlist a
{
  color: #CC6B8E;
  font-weight: normal;
  font-size: 1em;
}

small.commentmetadata
{
  color: #458F8F;
text-align: left;
  font-size: 1em;
  margin-bottom: 1em;
  display: block;

}
#commentform textarea
{
width: 95%;
} 

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/







