/*
Theme Name: wp-google-reader
Theme URI: http://lovejacky.net
Description: a wordpress theme based on  google reader's UI
Version: 0.3 beta
Author: JimmyWu
Author URI: http://lovejacky.net
*/




*{
  margin:0;
  padding:0;
}
body {
    font:normal 12px/1.6em  'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #000;
	}

a{
  outline:none;
  text-decoration:none;
  color:#2d83ad;
}

p{
  margin:10px 0;
}

ul,ol,li{
  list-style:none;
}

em {
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:110%;
  font-style:italic;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  color:#4488cc;
}

img,a img{
  border:none;
  outline:none;
}


.left{
  float:left;
}

.right{
  float:right;
}

.clear{
  clear:both;
}



#wrap{
  width:990px;
  margin:0 auto;
  text-align:center;
}

#nav{
  width:100%;
  height:22px;
  margin-top:5px;
  border-bottom:1px solid #c9d7f1;
  text-align:left;
}

.pages li{
  float:left;
  margin:0 10px 0 0;
  text-transform:capitalize;
}
.pages li a,.settings li a{
  color:#0000cc;
  text-decoration:underline;
}

#nav li.current_page_item a{
  text-decoration:none;
  color:black;
}

.settings li{
  float:left;
  margin:0  0 0 10px ;
}
#blog-logo{
  float:left;
  width:234px;
  background:url(images/logo.gif) no-repeat;
  height:62px;
  text-align:left;
  text-indent:-9999px;
}
#search{
  float:left;
  margin:16px 0 0 20px;
}
#searchsubmit{
  border:1px solid #b2b2b2;
  color:#333;
  width:50px;
  height:20px;
}
#s{
  width:200px;
  height:18px;
  border:1px solid #b2b2b2;
  color:#333;
  padding:3px 5px 0 5px;
}


#content {
  width:750px;
  text-align:left;
  float:right;
  border:1px solid #c2cff1;
  overflow:hidden;
}

.info{
  width:100%;
  height:30px;
  background:#c2cff1;
}

.info .path{
  float:left;
  line-height:30px;
  font-size:16px;
  font-weight:bold;
  padding-left:20px;
}

.info a{
  color:black;
}

.info .toggle{
  line-height:30px;
  font-size:12px;
  font-weight:bold;
  padding-right:20px;
  cursor:pointer;
}

#footer{
  width:100%;
  height:40px;
  clear:both;
  text-align:center;
}

#footer p{
  line-height:20px;
  margin:0;
}


.post{
  margin:20px;
  border-bottom:1px solid #c2cff1;

}

.post h2{
  color:#2244bb;
  font-size:16px;
}
.post h2 a{
  color:#2244bb;
}
.post h3{
  font-size:14px;
  background:#c2ff6c;
  margin:10px 0;
  padding-left:10px;
}
.post h4{
  font-size:12px;
  background:#fbe1b3;
  margin:10px 0;
  padding-left:10px;
}
.post blockquote{
  margin-left:20px;
  border-left:2px solid #99cc00;
  padding-left:15px;
}

.the_author{
  color:#e38502;
}
.entry{
  margin:30px 0;
  text-align:justify;
}

.entry a img,.entry img{
  border:1px solid #c2cff1;
  padding:4px;
  background:none;
}
.entry a:hover img{
  border:1px solid #93b7e2;
}
.entry a{
  text-decoration:underline;
}
.entry ul  li{
  padding-left:15px;
  background:url(images/li.gif) no-repeat 0 2px;
}

.entry a:hover{
  text-decoration:none;
}



img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright{
	float: right;
}

.alignleft{
	float: left
}
 
.entry .sociable img{
  border:none!important;
  margin:0!important;
  padding:0!important;
}




#sidebar{
  width:236px;
  float:right;
  text-align:left;
}

#subscribe{
	border: solid 1px #FEE184;
}

#subscribe .rsstitle{
	height:30px;
	background-color: #FEE184;
	cursor: pointer;
  line-height:30px;
  font-size:16px;
  font-weight:bold;
  padding-left:20px;
}

#subscribe .rsscontent{
	text-align:center;
	padding:10px 0 10px 0;
}

.box{
  border-bottom:1px solid #c2cff1;
}
.box h3 {
	background:  url(images/arrow-square.gif) no-repeat right -51px;
	padding: 5px 15px;
	margin: 0;
	font: bold 120%/100% Georgia,Arial, Helvetica, sans-serif;
	border: solid 1px #c2cff1;
	border-bottom: none;
	cursor: pointer;
}
.box h3:hover {
	background-color: #ffffcc;
}
.box h3.active {
	background-position: right 5px;
    background-color:#c2cff1;
}
.box ul {
	margin: 0;
	padding: 10px 15px 15px 10px;
	border-left: solid 1px #c2cff1;
	border-right: solid 1px #c2cff1;
}
.box ul li{
  background:url(images/li.gif) no-repeat left 3px;
  padding-left:15px;
}
.box ul li:hover{
  background:#ffffcc url(images/li.gif) no-repeat left 3px;
}




#comments{
  padding:20px;
}
.comment-meta{
  background:#c2cff2;
  padding:3px 10px;
}
.comment-entry{
  margin:0 0 20px 0;
  padding:0 10px;
  border:1px solid #c2cff2;
}
.avatar-place{
  float:left;
  margin:7px 10px 7px 0;
  padding:0;
}

#author,#email,#url{
  border:2px solid #c2cff1;
  color:#000;
  width:200px;
  height:18px;
  font-size:14px;
}
#comment{
  border:2px solid #c2cff1;
  color:#000;
  width:400px;
  height:160px;
  font-size:14px;
}
#submit{
  width:130px;
  height:22px;
  background:#c2cff1;
  border:none;
}
.author .comment-meta{
  background:#ffccff;
  padding:3px 10px;
}
.author .comment-entry{
  margin:0 0 20px 0;
  padding:0 10px;
  border:1px solid #ffccff;
}
.comment-meta a{
  color:#000;
}
#author:focus,#email:focus,#url:focus,#comment:focus{
  border-color:#eab040;
}


div.download{
  width: 500px;
  margin-top:20px;
  margin-left: 20px;
  border: 1px solid #c2cff1;
}

div.download h3{
  margin-top: -10px;
  margin-left: -15px;
  width:84px;
  border: 1px solid #c2cff1;
  padding: 3px 3px 3px 13px;
  background-color: #fff;
  color: #333;
  position: relative;
  font-family:Georgia,"Times New Roman",Times,serif;
}

div.download ul {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0;
}

div.download ul li{
  background:url(images/file-orange.gif) no-repeat left 50%;
  padding-left:20px;
  margin-bottom:10px;
}
div.download ul li a{
  text-decoration:none;
}




.CommentParent {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;

}

.CommentGravatars {
	float: left;
	width: 80px;
	background-image: url(images/gravatarsBg.png);
	background-repeat: no-repeat;
	height: 80px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #AF0545;
	background-position: center center;
}

.Gravatars60 {
	height: 60px;
	width: 60px;
	margin: 10px;
}

.CommentBox {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c2cff2;
	float: right;
	width: 630px;


}

.CommentText {
	padding-top: 10px;
	padding-left: 10px;
}

.au{
	font-weight: bold;
}

.CommentChild {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c2cff2;
}

.CommentChildBox {
	margin-left: 40px;

}

.CommentChildGravatars {
	height: 52px;
	width: 60px;
	background-image: url(images/gravatarsBg32.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}

.Gravatars32 {
	height: 32px;
	width: 32px;
	margin-top: 10px;
	margin-left: 10px;
}

#respond {
	padding-left: 10px;
}


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #c2cff1;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		margin-left: auto;
	margin-right: auto;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#cse-search-results iframe {
width: 700px;
}