/*  
Theme Name: Paris
Theme URI: http://stefanpowys.com/
Description: A clean, minimalist theme
Version: 1.00
Author: Stephan Powys
Author URI: http://stefanpowys.com/
*/


/*************************************
 +Containers
 *************************************/

html { height: 100%; margin-bottom: 1px; }

body{
  background-color:#fff;
  color:#555;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:.8em;
  line-height:1.4;
  margin:0;
  padding:0;
  text-align:center;
}
#wrap{
  margin:0 auto;
  text-align:left;
  width:70em;
}
#content{
  font-size:1.2em;
  float:left;
  padding:0 1em 1em 1em;
  width:34em;
}
#sidebar{
  font-size:1.1em;
  float:right;
  width:20em;
}
#header{
  padding: 1em 1em 1.5em 1em;
}

#footer{
  background:#333;
  border-top:1px solid #777;
  color:#888;
  clear:both;
  font-size:0.9em;
  padding:0.5em 0.5em 1em 0.5em;
}

.navigation {
  font-weight:normal;
  text-transform:uppercase;
  margin:0 0 32px 0;
  font-size:1.2em;
}

.navigation .alignleft {
  float:left;
}

.navigation .alignright {
  float:right;
}

small {
  color:#ccc;
  font-size:0.8em;
}

small a {
  color:#999;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
  font-family: Georgia, "Times New Roman", Times, serif, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  letter-spacing: -1px;
  margin:0;
}
#header h1{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:4em;
  margin:0 0 0 0;
}
#header h1 a{
  color:#666;
}
#header h1 a:hover{
  text-decoration:none;
  color:#57c;
}

#header .description{
  margin:-8px 0 8px 6px;
}

#header p{
  color:#aaa;
  font-size:1.1em;
  margin:0;
  margin-top:-0.5em;
}

.entrytitle h2{
  font-size:2.2em;
  margin-bottom:0;
}

.entrytitle h3{
  font-size:1.4em;
  color:#6F6F6F;
}
#sidebar h3{
  color:#555;
  font-size:1.5em;
  margin:1em 0;
}

/*************************************
 +Entry
 *************************************/

.entry{
  margin-bottom:2em;
}

.entrybody{
  border-bottom:1px dashed #999;
  padding:0 0 1em 0;
  margin:0 0 0.5em 0;
}

.entrymeta{
  font-size:1em;
}

.postedby{
  background:#fff url(./images/user.gif) no-repeat;
  padding:3px;
  padding-left:20px;
}
.filedto{
  background:#fff url(./images/post.gif) no-repeat;
  padding:3px;
  padding-left:20px;
}
.commentslink{
  padding:3px 0;
}


/*************************************
 +Sidebar
 *************************************/
#sidebar, #sidebar ul  {
  list-style-type:none;
  margin:1em 0 1em 0;
  padding:0 0 0.8em 0;
}
#sidebar li{
  margin-bottom:0;
  padding:0.1em 0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
  padding:0;
  margin:0 0 32px 0;
}
.commentsblock cite{
  font-style:normal;
  font-weight:bold;
}
.commentsblock textarea{
  width:35em;
}
.commentsblock input, .commentsblock textarea{
}
.commentsblock textarea:focus{
  background:#eee;
}
.commentsblock textarea:focus, .commentsblock input:focus{
  background:#eee;
}
.commentauthor{
  display:block;
  font-size:1.5em;
}
ol.commentlist{
  color:#777;
  list-style-type:none;
  margin:0;
  margin-top:1.5em;
  padding:0;
}
.commentlist li{
  margin-bottom:0.5em;
  padding:0.8em 1em 0.5em 1em;
}
.alt{
  background:#f3f5e9;
}
h3#comments{
font-size:1.6em;
}


/*************************************
 +Misc
 *************************************/
a{
  color:#57c;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

li {
  margin-bottom:8px;
}


/**************************************
Images
***************************************/

.entrybody img {
  border:none;
  border:solid 1px #fff;
}

.entrybody a:hover img {
  border:solid 1px #57c;
}

.alignright {
  float:right;
  padding: 1px;
  margin: 0 0 2px 7px;
  display: inline;
}


/**************************************
Add to Any
***************************************/


.addtoany_share_save_container {
  font-size:0.9em;
}






