/*  
Theme Name: gershonbaskin20081106eng
Theme URI: http://www.category4.com/2008/03/11/probama-theme-for-wordpress-released/
Description: A theme for supporters of Gershon Baskin
Version: 1.0
Author: Chaim Cohen, Category 4 & Darren Hoyt
Author URI: http://www.category4.com, http://www.darrenhoyt.com/blog
*/
/* 
TABLE OF CONTENTS
  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer
/* ---------- @ HTML Elements -----------*/
* {
	margin: 0;
	padding: 0;
}
body,html {
	min-height: 101%; /*Firefox scrollbar fix*/
}
body {
	color: #FFFFFF;
	background: #010A2A;
	padding-bottom: 38px;
}
body, select, textarea, input {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
}
p {
	margin: 15px 0;
	line-height: 145%;
}
a, a:visited {
	color: #9CBFF3;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
*:focus {
	outline: none;
}
ol {
	margin: 15px 15px 15px 35px;
}
li a:hover, li a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/* ---------- @ Page Structure -----------*/
#flag {
	background: #1B4680; /*background:#1b4680 url(images/bg_flag.jpg) no-repeat center top;*/
	padding-bottom: 33px;
}
#interior #flag {
	: ; /*url(images/bg_flag2.jpg) no-repeat center top*/
}
.wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 871px;
}
#masthead {
	/*background: url(images/bg_masthead.jpg);*/ /*height: 104px;*/
	height: 104px; /*padding:81px 0 0 18px;*/
	/*padding: 81px 0 0 18px;*/
	background: url(http://gershonbaskin.org/wp-content/themes/gershonbaskin20081106heb/images/masthead20081209_871x139.jpg) no-repeat;
	height: 139px; 
	padding: 5px 0 0px 18px;
}


/*#branding {
	background: url(images/logoengheb177.gif) no-repeat;
	padding-left: 68px;
	height: 58px;
	height: 58px;
}
*/
#description {
	color: #7EC2F8;
	letter-spacing: 0.06em;
	font-size: 0.9em;
	text-transform: uppercase;
	padding-left: 2px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#sidebar {
	width: 368px;
	float: right;
}
/* ---------- @ Headings -----------*/
h1 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 548px;
	padding-top: 5px;
}
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 100%;
}
h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 110%;
}
h4 {
	font-size: 1.2em;
}
#commentarea h4, h4.pagetitle {
	color: #E9D393;
	margin-bottom: 13px;
}
#submenu h4 {
	margin: 6px 0 5px 0;
}

/* top header nav */

#gbnavcontainer {
	text-align: center;
	font-size: 11px;
font-weight: 600;
}


#gbnavlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#gbnavlist li
{
display: inline;
list-style-type: none;
}

#gbnavlist a { padding: 2px 2px; }

#gbnavlist a:link, #gbnavlist a:visited
{
color: #103064;
background-color: #97FF8A;
text-decoration: none;

}

#gbnavlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
/* ---------- @ Content Styles -----------*/
h1 a, h1 a:visited {
	color: #FFFFFF;
}
h1 a:hover, h1 a:active {
	text-decoration: underline;
}
h2 a, h2 a:visited {
	color: #FEC855;
}
.commentcount {
	background: url(images/bubble.gif) no-repeat 0 2px;
	padding-left: 17px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left: 9px;
}
.commentcount a, .commentcount a:visited {
	color: #9CBFF3;
}
#interior #content {
	padding-top: 7px;
}
.col.left {
	width: 65%;
}
.col.right {
	width: 35%;
}
/*Post Styles*/ 
.entry {
	padding-bottom: 20px;
}
	.entry p {
	font-size: 1.2em; /*font-size: 125%;*/
	line-height: 1.6em;
	font-weight: normal;
}
.entry p a:active, .entry p a:focus, .entry p a:hover, .entry p a:link, .entry p a:visited {
	color: #00FF00;
	font-weight: 800;
}
.entry ul, .entry ol {
	padding: 0 15px 10px 10px;
}
.entry ul li {
	margin-left: 35px;
	list-style: square;
	padding: 2px 0;
}
.entry blockquote {
	margin: 15px 35px 25px 35px;
	border-left: 5px solid #FEC855;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #C1CDDD;
	line-height: 140%;
}
/*.entry img {
	float: left;
	margin: 5px 13px 6px 0;
	border: 4px solid #FFFFFF;
}*/

object, param, embed
{
	float: left;
	margin: 0px 5px 5px 0;
	
}
object {
float: left;
	margin: 0px 5px 5px 0;
	
}

.postmetadata {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #6E93B2;
	border-bottom: 1px solid #376291;
	border-top: 1px solid #376291;
	padding: 3px 0;
}
.entry pre, .entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow: auto;
	padding: 14px;
	background: #103064;
	display: block;
	width: 100%;
}
.entry pre	{
	padding: 20px 20px 40px 20px;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}
td, th {
	border-bottom: 1px solid #416597;
	padding: 4px 8px;
	background: #103064;
}
th {
	font-weight: normal;
	text-align: left;
	width: 35%;
}

/*.post img {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}*/
/*Comments*/
#commentarea {
	background: url(images/divider2.gif) top center no-repeat;
	padding-top: 35px;
}
.commentlist {
	margin: 25px 0 0 0;
	padding: 0 0 30px 0;
}
.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background: url(images/bg_comment.gif);
}
#commentarea small {
	font-size: 1.1em;
}
.commentlist cite {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}
.gravatar {
	float: left;
	border: 1px solid #2D578A;
}
.commentinfo {
	width: 765px;
	float: right;
	padding-top: 5px;
}
.commentlist li.my_comment {
	background: #254F89;
	border-bottom: 1px solid #36639B;
	border-top: 1px solid #36639B;
}
li.my_comment cite {
	font-size: 1.5em;
}
/*Flickr*/
#flickr {
	list-style: none;
	padding-top: 13px;
}
#flickr li {
	float: left;
	display: inline;
	margin: 0px 17px 16px 0px;
	border-right: 1px solid #031F4A;
	border-bottom: 1px solid #031F4A;
}
#flickr li a {
	display: block;
	border: 4px solid #376291;
}
#flickr li a:hover {
	border: 4px solid #60A9DE;
}
/* ---------- @ Forms -----------*/
#searchform {
	float: right;
	width: 210px;
	background: url(images/bg_search.gif) no-repeat;
	padding: 0 0 5px 5px;
	margin-top: -3px;
}
#s {
	background: #295BA0;
	border: none;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: -4px;
	width: 140px;
}
.field {
	background: #FFFFFF;
	border: none;
	padding: 4px;
	border: none;
}
.field:focus {
	background: #E8EBF0;
}
#submit {
	background: #010A2A ! important;
	border: none;
	font-size: 0.9em;
	color: #B5DBF3;
	padding: 5px;
	text-transform: uppercase;
}
#submit:hover {
	background: #12225B ! important;
}
#searchsubmit {
	background: #295BA0;
	border: none;
	margin: 1px 0 0 3px;
	font-size: 0.9em;
	color: #B5DBF3;
	padding: 2px;
}
/* ---------- @ Float Clearing -----------*/
.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.clearfloat {
	display: inline-block;
}
.clearfloat {
	display: block;
}
/* ---------- @ Footer -----------*/
#meta {
	padding-top: 25px;
}
.block {
	width: 187px;
	float: left;
	margin: 0 13px;
}
#meta ul {
	margin-top: 15px;
}
#meta li {
	list-style: none;
	border-top: 1px solid #213957;
	padding: 6px 0;
}
#meta a, #meta a:visited {
	color: #80A3DC;
}
#meta a:hover, #meta a:active {
	color: #FFFFFF;
}
#footer {
	padding: 12px;
	color: #697D98;
	background: #151D3B;
	margin-top: 28px;
	text-align: center;
}
a#cat4 {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	background-image: url(images/cat4.gif);
	text-indent: -9000px;
	margin: 8px 15px 0 0;
}

/* image caption */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   /*background-color: #f3f3f3;*/
	background-color: #97FF8A;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
	color: #333333;
}




