/*
Theme Name: Geo-Graphics Blog
Theme URI: http://wordpress.org/
Description: Wordpress theme for the Geo-Graphics Blog
Version: 1.0
Author:  Lee Semel

Do not delete the comments at the beginning of this CSS file

*/


#cc {
	width: 490px !important;
	padding: 0px !important;
	overflow:visible;
}

#cc  #general * img {
	max-width: 470px !important;
}

#cc * .commentlist * {
	list-style:none;
	max-width:470px;
}

#rc {
	width: 190px !important;
}

#general {
	padding: 10px !important;
}

#blog_hdr {
	background-color: #F5F1E8;
	padding: 0px;
	width: 690px;
	height: 75px;
}

#blog_hdr h1 {
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 38px;
}

#blog_hdr h3 {
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 18px;
}

.scrollbar .leftlink {
	float: left;
	border: 0px solid red;
}

.scrollbar .rightlink {
	float: right;
}

.entry p {
        font-size: 12px;
        font-family: Georgia, "Times New Roman", Times, Serif;
        line-height: 1.6;
}


/*threaded comments */
.children {
	padding-left:20px;
}


/*styles the original post date and the metadata about the original entry */
.postmetadata p, small {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:10.5px !important;
}

/* styles for comments section */
.commentlist li, .commentlist p, .commentlist a {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px !important;
line-height:1.4;
}

.entry .postmetadata strong {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px !important;
line-height:1.4;
}

.postmetadata cite {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px !important;
line-height:1.4;
}

.postmetadata strong {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px !important;
line-height:1.4;
}

.postmetadata strong a{
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px !important;
line-height:1.4;
}

/*time and date stamp for comments */
.commentlist *, form .blogdate small {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:10.5px !important;
}

/*bolds just the names and more link in the recent comments widget */
.callout-c .categories li a.sidebar-comment-link {
	font-weight: bold;
}

/* code for blog bullets, leverages and updates the code for bullets on update.css */
#general ul li {
font-family: Georgia,"Times New Roman",Times,Serif;
color:#411C0D;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:0pt 0pt 0.9em !important;
padding:0pt !important;
padding-left: 10px !important;
text-indent:0em !important;
line-height:1.4;
}

/*
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

