/* ------------- setup */

body {
	margin: 0; padding: 0;
	background: #fbfbfb; 
	color: #353535;
	background-image: url("/blog/img/balls.png");
	background-repeat:repeat-x;
	/*font-family:'Helvetica Neue UltraLight','HelveticaNeue-UltraLight','Helvetica Neue','HelveticaNeue', Verdana, sans;*/
	/*font-family: Arial, Verdana, sans;*/	
	/* font-family: Baskerville,Garamond,'Hoefler Text','Adobe Caslon Pro','Bell MT','Times New Roman',Georgia,sans-serif; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
	color:#BF2726;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}



ul { list-style-type: square; }
li {
	margin:12px 0;
}

.twitpic{
	position: absolute;
}
#adpanel{
	margin: 97px 0;
	width: 200px;
	height: 200px;
	float: right;
	/*border: 1px solid blue;*/
}

/* ------------- */
#wrapper {
	width:980px;
	margin:6em auto;
	padding:10px;
	overflow:
	/*border:1px solid red;*/
	/*float:left;*/
	/*overflow:auto;*/
}

.navigation{
	float:left;
}
#header{
	margin:0 0 20px 40px;
	/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	/* border:1px solid green; */
}
#header h1{
	margin: 0;
	font-size: 32px;
}

#post h2{
	/* color:#0099CC; */
	
	color: #1f1f1f;
	                    
	
	font-family:Garamond,Times New Roman,Serif;
	font-size:40px;
	font-style:italic;
	font-weight:normal;
	line-height:1;
}
#post h2 a{
	color: #1f1f1f;
}
#post h2 a:hover{
	color: #BF2726;
}
/*.post .entry p {*/
#post {
	margin:50px 0 10px 40px;
	width:600px;
  	font-size: 13pt;
  	line-height: 24px;
  	/*border:1px solid blue;*/
  	font-family: Baskerville,Garamond,'Hoefler Text','Adobe Caslon Pro','Bell MT','Times New Roman',Georgia,sans-serif;
  	float: left;
}
#post img{
	float:none;
	margin-left: -40px;
	padding-bottom: 1px;
}



h2{
	margin:0 0 10px 0;
	color: #999;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
}

h4{
	margin:0 0 1px 0;
	color: #333;
	font-style: normal;
	font-weight: strong;
	font-size: 19px;
}





/*  NAVIGATION  */
#nav{
margin-top: 10px;
	float:left;
	/* border:1px solid green; */
	text-align: left;
}
#nav ul{
	margin: 0;
}
#nav li{
	font-size: 12px;
	list-style: none;
	display:inline;
	margin: 7px 0;
	
	
}
#nav li a{
	color: #9a9a9a;
	padding: 2px 5px;
}
#nav li a:hover{
	color: #99daff;
	background-color: white;
	text-decoration:none;
}
.date {
text-align: right;
}
.date a{
	color:#0099CC;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	line-height:1;
}

/* COMMENTS  */
#comments{
	width: 600px;
	margin: 0 40px;
	/* border: 1px solid red; */
	font-family: Baskerville,Garamond,'Hoefler Text','Adobe Caslon Pro','Bell MT','Times New Roman',Georgia,sans-serif;
	color:#999;
}
#comments a{
	color:#000;
}
#comments h4{
	margin:6px 0 2px;
	color:#0099CC;
	font-family:Garamond,Times New Roman,Serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	line-height:1;
}
#comments ol{
	margin: 10px 0 10px -40px;
	list-style-type: none;
}
#comments li{
	margin: 26px 0;
}
#comments p {
	margin: 8px 0 0 0;
}
.commentmetadata, small{
	color: #ccc;
	font-family: Arial;
	font-size: 10px;
	text-transform: capitalize;
}
#comments .commentmetadata a{
	text-decoration: none;
	color:#ccc;
}

/*  FOOTER  */
#footer {
	width:880px;
	margin:1em auto;
	padding:10px;

	background: #eeeeee;
	clear:both;
	height:40px;
}

code {
  	font-family: 'DejaVu Sans Mono', 'Courier New', monospace;
  	font-size: 12pt;
}



blockquote {
  border-left: 1px solid #222;
  line-height: 18px;
  font-size: 11pt;
  font-style: italic;
  margin: 20px;
  padding-left: 10px;
}