/*   
Theme Name: GFDL
Theme URI: www.gfdl.noaa.gov
Description:www.gfdl.noaa.gov
Author: www.gfdl.noaa.gov
Author URI: www.gfdl.noaa.gov
Template: 
Version: 1
.
General comments/License Statement if any.
.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


a:visited {
	color: #444;
}
a.more-link {
	font-weight:bold;
}

input[type="text"],textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
pre, code {
	background: #FAFAFA;
	border: 2px solid #E1F0FF;
	display: block;
	font-family: 'Lucida Console','courier new',monospace;
	font-size: 1em;
	margin: 5px 0pt;
	overflow: auto;
	padding: 4px;
}
#s {
	width: 60%;
}

#content_container {
	background: url("/blog/wp-content/themes/gfdl/images/background.gif") repeat-x scroll 0 0 #fff;
}
#content_container h1 a {
	border: none;
	color: #444;
}
#content_container h1 a:active, #content_container h1 a:hover {
	color: #D21B00;
}

#content {
	width:720px;
/*	border-right: 1px solid #ccc; */
}
#content img {
	border: 1px solid #ccc;
}
#content img.latex {
	border: none;
}
#content .alignleft,#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	color: #999;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	color: #999;
}
.entry p {
	margin: 1em 0;
}
.entry-title a:active,.entry-title a:hover {
	color: #D21B00;
}
.entry-meta {
	color:#888888;
	font-size:11px;
}
.postmetadata {
	text-align:center;
	font-size:.9em;
	color: #777;
	margin-top:6px;
}
.postmetadata.alt {
	width:inherit !important;
	margin-top:10px !important;
	text-align:inherit !important;
	padding:0;
}
p.alt {
	width:550px;
	margin:0 auto;
	text-align:left;
}

.post h2 {
	margin: 10px 0 0 0;
	font-size: 1.8em;
}
.post h2 a {
	text-decoration:none;
	color: #000;
	border: none;
}
.post small {
	color: #666;
}
#respond {
	margin:24px 0;
	overflow:hidden;
	position:relative;
	clear: both;
}

#respond input {
	margin:0 0 9px;
	width:98%;
	padding: 4px;
}
#respond .form-submit input {
	font-size:14px;
	width:auto;
}
#respond .form-allowed-tags {
	color:#666;
	font-size:12px;
	line-height:18px;
}
#content input, #content textarea {
	color:#333333;
	font-size:16px;
	line-height:24px;
}

#comments {
	margin: 40px 0 0 0;
	text-align:center;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist {
	margin-left:inherit !important;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width:99%;
}
#submit {
	padding: 4px 10px !important;
	font-size:1.4em !important;
}
.commentmetadata {
	font-weight: normal;
}
.required {
	color: #f00;
}
.nocomments {
	color: #999;
	font-size:.9em;
}
/* Begin Sidebar */
#wp_sidebar {
	float:right;
	width:200px;
	margin-top: 10px;
	padding-left:10px;
	padding-right:6px;
	font-size: .9em;
}
#wp_sidebar ul, #wp_sidebar ul ol {
	margin: 0;
	padding: 0;
}
#wp_sidebar ul ul {
	list-style:square outside none !important;
}
#wp_sidebar > ul > li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#wp_sidebar ul p, #wp_sidebar ul select {
	margin: 5px 0 8px;
}

#wp_sidebar ul ul, #wp_sidebar ul ol {
	margin: 5px 0 0 10px;
}

#wp_sidebar ul ul ul, #wp_sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #wp_sidebar ul ol li {
	list-style: decimal outside;
}

#wp_sidebar ul ul li, #wp_sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size:1.2em;
}
#sidebar-rss {
	padding-left: 20px;
	background: url(/inc/html/GFDL/pix/rss.png) no-repeat 0% 50%;
}
/* End Sidebar */


/* Begin Comments*/
.comment {
	background: #f9f9f9;
	border: 1px solid #aaa !important;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border:1px solid #ddd;	
}
.commentlist li ul li { 
/*	margin-right: -5px; */
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
}
.comment-body p{
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
}

li.comment-author-isaac-held {
	margin-left:40px;
	background: #fff;
}
li.comment-author-isaac-held > div > div.comment-author {
	color:#800;
}
/* End Comments */


/* Begin Widgets */
#wp-calendar {
	width:95%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #666;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #ddd;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tr {
	height:24px;
}

/* WP Image Captions */
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #444;
	font-style: italic;
	margin: 4px;
	font-weight:bold;
}
.wp-caption a:link {
	border: none;
}

img#wpstats{display:none} /* hides the stats smiley */