/*
Theme Name: caffeinated
There URI:
Description: theme under influence of coffee
Author: kahfei
Author URI:
Version: 1.0

*/
/** reset css**/
* {
	padding: 0;
	margin: 0;
	border: 0;
	}
ul, ol , a {
	text-decoration: none;
	}
li {
	list-style: none;}
:link, :visited {
	text-decoration: none;
	}
a img, :link img, :visited img {
	border: none;
	}
address {
	font-style: normal;
	}


/** start of own stuff**/
/** base color code
	white 	#ffffff
	dark gray 	#404040
	gray 		#bfbfbf
	light-gray 	#e9e9e9
	lighter-gray #f9f9f9
	orange 	#e68101
**/
/** grid layout**/
body {
	/**background:#fff url('images/gridbg.gif');**/
	font-size: 12px;
	line-height: 1.5em;
  }
h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}
p { 
  margin-bottom: 18px; 
}
ul, 
ol { 
  margin-bottom: 18px; 
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
#wrap {
	width: 750px;
	margin: 0 auto;}
#header {
	padding-bottom: 36px; }
#headerimg {
	text-align: right;
	padding-right: 80px;
}
#blogtitle {
	font-family: Georgia, serif;
	font-weight: lighter;
	font-size: 60px;
	line-height: 1.5em;
	letter-spacing: -0.1em;
	margin-top: -18px;
}
#blogdescription {
	font-family:Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	margin-top: -18px;
	}
#navmenu {
	float: right;
	margin-top: -68px;
	/**font-family: Helvetica, Arial, sans-serif;**/
	font-family: Georgia, serif;
	font-size: 18px;
	}
#navmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;}
#navmenu li {
	margin: 0 0 10px 0;}
#navmenu a {
	display: block;
	width: 40px;
	padding: 1.5px 9px;
}
#navmenu a:hover , .current_page_item {
	background-color: #bfbfbf ;
	color: #ffffff ;}
#content {
	padding: 18px 0;
	/**font-family: Helvetica, Arial, sans-serif;**/
	/**font-family: 'Trebuchet MS', Helvetica, sans-serif**/
	font-family: Georgia, serif;
	font-size: 16px;
	letter-spacing: 0.01em; 
	text-align: justify;
	border-top: thin dotted #bfbfbf;
	}
#entry {
	padding-top: 16px;}

#entrytitle {
	float:left;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	width: 120px;
	line-height: 1.1em;
	letter-spacing: -0.04em;
	text-align: right;
	padding: 0 0 30px;
}
#entrytitle h2 {
	font-size: 24px;
	}
#entrycontent {
	padding-left: 160px;
}
#entrycontent a {
	color: #404040;
	font-style: italic;
	border-bottom: 0.01em dotted #404040;}
#entrycontent a:hover {
	color: #e68101;
	font-style: italic;
	border-bottom: 0.01em solid #e68101;}
#entrycontent ul {
        padding-left: 18px;}
#entrycontent li {
	list-style: circle;
}

blockquote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 400px;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  float: right;
}

.postmeta {
	color: #404040;
	clear: both;
	padding: 5px 0 0 10px;
	letter-spacing: -0.04em;
	font-size: 18px;
	font-style: italic;}
#commentslink{
	font-size: 14px;}
#footer {
	clear: both;
	background-color: #e9e9e9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/** comment form start here **/
#commentform textarea { 
	background-color: #f9f9f9;
	border: solid #bfbfbf;
	border-width: 0.01em;
	width: 590px;}
h3#respond {
	color: #404040;}
#commentform  input {
	background-color: #f9f9f9;
	border: solid #bfbfbf;
	border-width: 0.01em;}


