/* Common styles */
.align-center, .center {
  text-align: center;
}

.small {
  font-size: 12px;
}

.bold {
  font-weight: bold;
}

.credit {
  display: inline;
  float: right;
  padding: 0;
  margin: 9px 8px 0 0;
} 

.alert {
  color: #e32337;
}

.line {
  clear: both;
  margin: 8px 16px 8px 0;
  border-top: solid 1px #d6d6d6;
}

.line hr {
  display: none;
}

.ticks {
  margin: 16px 16px 16px 28px;
  list-style-image: url(../images/template/content/tick.gif);
}

.ticks li {
  padding-left: 8px;
}

.bullets {
  margin: 16px 16px 16px 28px;
  list-style-image: url(../images/template/content/bullet.gif);
}

.bullets li {
  padding-left: 4px;
}

.no-bullets {
  list-style-type: none;
}

.no-bullets li {

}

.horizontal-list {
  list-style-type: none;
}
.horizontal-list li {
	
  float: left;
  padding: 0 8px;
  text-align: center;
}

#dhtmltooltip {
  background: #ffe;
  color: #444;
  margin:0px;
  height:0px;
}

.color-blue {
  color: #05399f;
}


/* Layout */
#container {
  width: 940px;
  margin: 0 auto;
}

#header {
  height: 130px;
}

#header #logo {
  float: left;
  display: inline;
  margin-top: 16px;
  margin-left: 8px;
}

#header #logo a {
  display: block;
  width: 324px;
  height: 106px;
  background: url(../images/template/header/logo.gif);
}

#header #top-banner {
  display: inline;
  float: right;
  width: 468px;
  height: 60px;
  margin-top: 20px;
  margin-right: 48px;
}

#header #login {
  clear: right;
  display: inline;
  float: right;
  width: 360px;
  margin-top: 12px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

#header #login.login {
  background: url(../images/template/header/login-arrow.jpg) right no-repeat;
}

#header #login a {
  color: #3c3d9c;
  text-decoration: none;
}

#header #login.login .text {
  display: inline;
  float:left;
  margin-left: 40px;
}

#header #login.login .link {
  display: block;
  float: right;
  width: 125px;
  text-align: left;
}


#main-menu {
  height: 25px;
  background: #05399f url(../images/template/menubar-back.gif) bottom repeat-x;
}

#main-menu a {
  display: block;
  float: left;
  margin-top: 5px;
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#main-menu a:hover {
  color: #fada33;
}

#main-menu a.selected {
  color: #fada33;
  font-weight: bold;  
}

#searchbar {
  background: #d0dff3;
  padding: 4px;
  text-align: center;
}


#user-menu {
  background: #eee;
  padding: 4px 0;
}

#user-menu a {
  padding: 0 8px;
  text-decoration: none;
  color: #05399f;
  font-size: 14px;
}

#user-menu a:hover {
  color: #444;
  text-decoration: underline;
}

#user-menu a.selected {
  color: #444;
  font-weight: bold;  
}


#top-options {
  height: 200px;
  margin: 16px 0;
}

#top-options .info-box {
  display: inline;
  float: left;
  width: 200px;
  height: 200px;
  margin: 0 0 0 25px;
}

#top-options .info-box h4 {
  margin-bottom: 57px;
}

#top-options .info-box .content {
  display: block;
  height: 76px;  
  padding: 0 8px;
  font-size: 12px;
}

#top-options .info-box form {
  margin-top: 12px;
  text-align: center;
}

#top-options .info-box .textfield {
  float: none;
  width: 130px;
}

#top-options .info-box .button {
  display: block;
  width: 180px;
  margin: 3px auto 0 auto;
  padding: 4px 0;
  background: #960200 url(../images/template/boxes/button-back.gif) top repeat-x;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#top-options .info-box .button:hover {
  color: #fada33;
  text-decoration: none;
}

#content, #general {
  padding: 8px;
}

#content-with-margin {
  padding: 8px 48px;
  align: left;
}

#home-left {
  display: inline;
  float: left;
  width: 380px;
  margin: 16px 0 0 16px;
  border-right: solid 1px #d6d6d6;
}

#home-left p {
  padding-right: 20px;
}

#home-center {
  display: inline;
  float: left;
  width: 380px;
  margin: 16px 0 0 16px;
  border-right: solid 1px #d6d6d6;
}

#home-right {
  display: inline;
  float: right;
  width: 120px;
  margin-right: 14px;
  padding-top: 16px;
}

#home-right p {
  font-size: 12px;
}

#profile-left {
  display:inline;
  float: left;
  width: 224px;
  /*border-right: solid 1px #d6d6d6;*/
}

#profile-left .photo {
  margin: 0 auto;
  padding:10px 0 0 8px;
  text-align: left;
}

#profile-left .photo.user_sponsor img {
	clear: both;
}

#profile-left .actions p {
  margin: 0;
  padding: 4px;
}

#profile-right {
  display: inline;
  float: right;
  width: 660px;
}

#profile-right .content {
  margin-bottom: 8px;
}
/*

#footer {
  clear: both;
  color: #999;
  padding-top: 8px;
}

#footer .registered-charities {
  margin: 8px;
  padding: 8px;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  text-align: center;
}

#footer .registered-charities img {
  display: inline;
  margin: 0 12px;
}

#footer ul {
  display: inline;
  float: left;
  list-style-type: none;
  margin: 8px;
}

#footer li {
  float: left;
  padding: 0 8px;
  border-right: solid 1px #d6d6d6;
}

#footer li.last {
  border-right: 0;
}

#footer a {
  color: #999;
}

*/
/* Content styles */


#user-home-man {
  background-image: url(../images/template/icons/pages/man.gif);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

#user-home-settings {
  background-image: url(../images/template/icons/pages/settings.gif);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

#user-home-event {
  background-image: url(../images/template/icons/pages/event.jpg);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

#user-home-plus {
  background-image: url(../images/template/icons/pages/plus.jpg);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

#user-home-group {
  background-image: url(../images/template/icons/pages/group.gif);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

#user-home-photo {
  background-image: url(../images/template/icons/pages/photo.jpg);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}

#user-home-search {
  background-image: url(../images/template/icons/pages/search.gif);
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 48px;
}


.news-item {
  margin-bottom: 16px;
}

.news-item img {
  float: left;
  margin-right: 8px;
  max-width: 140px;
  /* max-height: 120px; */
}

.news-item h4 a {
  color: #e32337;
  text-decoration: none;
}

.info-box {
  border: solid 1px #039;
  margin-bottom: 12px;
}

.info-box h4 {
  height: 28px;
  margin-bottom: 64px;
  padding: 5px 5px 0 5px;
  background: #039;
  font-size: 16px;
  color: #fff;
}

.info-box p {
  padding: 0 8px;
}

.info-box a {
  color: #777;
  text-decoration: none;
}

.info-box a:hover {
  text-decoration: underline;
}

.news-column {
  float: left;
  width: 400px;
  margin: 16px 16px 0 0;
  border-right: solid 1px #d6d6d6;
}

.listings {
 width: 100%;
}

.listings td {
 padding: 4px;
}


#home-right p.total-raised {
  margin-top: 8px;
  color: #e32337;
  font-size: 18px;
  text-align: center;
}

.featured {
  float: left;
  margin-right: 8px;
}

.highlight {
  padding:6px;
  background: #E7F0F2;
}

.sub-pages {
  list-style-type: none;
  height: 40px;
  margin: 8px 0;
}

.sub-pages li {
  display: block;
  float: left;
}

.sub-pages li a {
  display: block;
  width: 160px;
  margin: 0 8px 0 0;
  padding: 6px 0;
  border: 0;
  background: #d0dff3;
  color: #05399f;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.sub-pages li a:hover {
  color: #fada33;
  background: #05399f;
}

.sub-pages li a.selected {
  border: solid 1px #ccc;
  background: #eee;
  color: #999;
}


.faq {
  border: solid 1px #d6d6d6;
  background: #f7f7f7;
  padding:8px;
}

.error {
  clear: both;
  padding: 8px 8px 8px 32px;
  background: #fee url(../images/template/icons/user/error.gif) 8px 8px no-repeat;
  border: solid 1px #f00;
  margin-bottom: 8px;
}

.success {
  clear: both;
  padding: 8px 8px 8px 32px;
  background: #f9fff9 url(../images/template/icons/user/success.gif) 8px 8px no-repeat;
  border: solid 1px #0f0;
  margin-bottom: 8px;
}

.notice {
  clear: both;
  padding: 8px 8px 8px 32px;
  background: #f9f9f9 url(../images/template/icons/user/bulb22.gif) 6px 5px no-repeat;
  border: solid 1px #ccc;
  margin-bottom: 8px;
}

.grey-box {
  clear: both;
  padding: 8px;
  background: #f9f9f9;
  border: solid 1px #ccc;
  margin-bottom: 8px;
}

.infobox-round-corners {
  padding: 8px;
  background: #f6f6f6;
  border: solid 1px #999;
  border-radius: 8px; 
  -moz-border-radius: 8px;
}

.infobox-round-corners h4 {
  clear: left;
  float: left;
  width: 200px;
}

.infobox-round-corners .info {
  float: left;
}


/* Homepage Boxes */


#start {
  background: url(../images/template/boxes/start.jpg) 0 28px no-repeat;
}

#sponsor {
  background: url(../images/template/boxes/sponsor.jpg) 0 28px no-repeat;
}

#register {
  background: url(../images/template/boxes/register.jpg) 0 28px no-repeat;
}

#donate {
  background: url(../images/template/boxes/donate.jpg) 0 28px no-repeat;
}

#events {
  background: url(../images/template/boxes/events.jpg) 0 28px no-repeat;
}

#news {
  background: url(../images/template/boxes/news.jpg) 0 28px no-repeat;
}

#charities {
  background: url(../images/template/boxes/charities.jpg) 0 28px no-repeat;
}


/* Forms */

form { 
}

form label { 
  clear: left;
  float: left;
  width: 200px;
  margin-top: 8px;
  font-weight: bold;
}

form .textfield {
  float:left;
  width: 200px;
  margin-top: 8px;
}

form .field { 
  float:left;
  min-width: 50%;
  _width: 50%;
  margin-top: 8px;
}

.field-right { 
  clear: both;
  display: inline;
  float:left;
  min-width: 50%;
  _width: 50%;
  margin-top: 8px;
  margin-left: 200px;
}

.field label, .field-right label{ 
  float: none;
  font-weight: normal;
  width: auto;
}

form .field input, form .field-right input{ 
  float: none;
  display: inline;
  margin: 0;
}

form textarea { 
  width: 200px;
  height: 100px;
}

form .buttons {
  clear: both;
  padding: 8px 0;
  text-align: center;
}

/*form .redbutton, form .buttons .redbutton {
  font-size: 18px;
  color: #fff;
  background: #e32337;
  padding: 4px 8px;
}*/

#contact-form, #login-form, #refer-form, #user-account-pass-form { 
  width: 500px;
  margin: 0 auto;
}

#signup-charity-form {
  width: 600px;
}

#search-form span {
  color: #05399f;
}

#search-form .button {
  padding: 1px 2px;
  border: 0;
  background: #05399f;
  color: #fff;
}

#edit-profile-status-form {
  text-align: center;
}

#edit-profile-status-form .textfield {
  display: inline;
  float: none;
}

#edit-profile-privacy label {
  display: inline;
  float: none;
  width: auto;
}

#user-acount-form .field { 
  width: auto;
}


/* Other styles */

html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top left; }

td.charity_row {

}


ul.videosContainer li {
	list-style: none;
}

div.project {width: 130px; height: 130px; float: left; margin:10px; padding:10px; vertical-align:middle; background-color:#9AC4D2;overflow:hidden; text-align:center}
div.project-image{height:90px;overflow:hidden; margin:6px}
