@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
}
.twoColHybLtHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: auto;
	border: 0;
	text-align: inherit; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000;
}

.twoColHybLtHdr #mainwrap {
	padding: 0px;
	margin: 0px;
	background-color: #DDDDDD;
}

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background-color: #DDDDDD;
}

.twoColHybLtHdr #sidebar2 {
	float: left;
	width: 200px;
	background-color: #DDDDDD;
}
.organic {
	margin: 30px 10px 10px 10px;
	border: 1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.social {
	margin: 10px 10px 10px 10px;
	border: 1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.twoColHybLtHdr #sidebar1 span {
	font-weight: bold;
	display: block;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0px 0px 0px 200px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	text-align: left;
	background: #FFF;
	padding: 20px;
	min-height: 350px;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	color: #FFF;
	background-color: #000;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.twoColHybLtHdr #container #mainContent h1 {
	font-size: 30px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.twoColHybLtHdr #container #mainContent p {
}

.menu {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	position: relative;
	height: 100%;
}

.menu li {
	list-style: none;
	text-align: left;
}

.menu a {
	display: block;
	width: 170px;
	padding: 5px 15px;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	border-top: 1px solid #999;
	//border-bottom: 1px solid #999;
	margin-bottom: -5px;
}

.menu a:hover {
	background: #999;
	
	
}

p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 3px;
}

h3 {
	font-size: 18px;
	color: #333;
}

input {
	border: 1px solid #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
	padding: 3px;
	color: #444;
	cursor: pointer;
}

.button {
	border: 1px solid #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
	padding: 6px 8px 5px 8px;
	color: #444;
	display: inline-block;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	
}

.small {
	font-size: 12px;
	margin: 0px;
	color: #666;
}

.error {
	border: 2px solid #F00;
	color: #F00;
	padding: 10px;
}

.vegetables {
	border-right: 2px solid #999;
}

#vegetables td {
	padding-left: 30px;
}

#enrollment {
	width: 130px;
	v-align: middle;
	float: right; 
	padding: 10px;
	background: #DDD;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #111;
}
.jdGallery a.open{
display: none !important;
}

.jdGallery a.carouselBtn {

background-color: white !important;
color: black !important;

}


.tweet, .query {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #ffffff; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
   li{
   padding-top: 5px;
   }     
   
   #list-shares li{list-style: none;}
ul{

text-align: left;
-moz-padding-start:20px;
margin:0;
padding-left: 20px;
padding-top: 5px;
}
#twitter_update_list span{
text-align: left;
color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal !important;
	-moz-padding-start:0px;


padding-left: 5px;
}

img.thumbnail{
border: solid black 3px !important;

}



*|*:-moz-any-link img, img[usemap], object[usemap] {
border:none;
}
