body {
	text-align:left;
}

#tail-container {
	margin-top:10px;
	margin-bottom:10px;
}
#tail {
	text-align:right;
	font-size:12px;
	padding:0px;
}

#admincontent h1 {
	background-color:#ccc;
	padding:5px;
	margin-bottom:5px;
}

#admindashboard {
	background-color:#ccc;
	height:24px;
	color:#000;
}
#admindashboard a {
	color:blue;
}

/* Form styles */

#git {
	width:500px;
	padding:10px;
}

#git .error_message {
	display:block;
}

.fieldreq {
	font-weight:900;
}

form div.row {
  clear: both;
  padding-top: 10px;
}

form div.row .frmlb {
  float: left;
  width: 100px;
  padding-right:10px;
  text-align: right;
}

form div.row .frmel {
  float: right;
  width: 335px;
  text-align: left;
} 

#social {
	margin:5px 0 5px 0;
}

/* blog */

.blogcats {
	padding:5px;
}
.blogcats ul {
	margin-left:0px;
}
.blogcats ul li {
	list-style:none;
}
.blogarcs {
	padding:5px;
}
.blogarcs ul {
	margin-left:0px;
}
.blogarcs ul li {
	list-style:none;
}

.blogpostheading {
	background-color: #d4eaf3;
	padding: 3px 0px 0px 3px;
}

.blogposttitle {
	font-size: 24px;
	color: #1e2583;
	text-decoration:none;

}
.blog-post {
	background-color:#fff;
	border:solid 0px #ccc;
	margin-bottom:20px;
	padding:10px;
	border-bottom:solid 1px #aaa;
}


.post-date-group {
	width:64px;
	height:80px;
	margin-top:5px;
	background:url(../images/background_day_calendar.png) no-repeat scroll 0pt 0pt transparent;
	float:left;
	color: rgb(54,54,54);
	font-weight:bold;
	text-align:center;
	display:block;
	margin-right:10px;
	font-size:16pt;
	line-height:26px;
}

.post-date-group .day {
	font-size:20pt;
	display:block;
}

.post-content {
/*	float:right;
	width:660px; */
}

.post-header {
/*	background-color: #d4eaf3;*/
	padding: 3px 0px 0px 3px;
	border-bottom:solid 1px #eee;
}

.post-header p {
	color:#888;
	margin-bottom:3px;
}

.post-title {
	font-size: 24px;
	color: #1e2583;
}
.small-box {
	margin: 10px 0px;
}

.small-box-head {
}
.small-box-title {
}

#navside {
	max-width:140px;
}

/* Status and error messages */
.messagebox { font-weight:bold; border: 2px solid; margin: 10px 0px; padding:15px 10px 15px 70px; background-repeat: no-repeat; background-position: 10px center; 
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.messagebox.status { color: #4F8A10; background-color:#EDFCED; background-image:url('https://www.sandygallsafghanistanappeal.org/static/global/css/images/success.png'); }
.messagebox.warning { color: #FFE222; background-color:#FAF9C9; background-image: url('https://www.sandygallsafghanistanappeal.org/static/global/css/images/warning.png'); }
.messagebox.error { color: #D8000C; background-color:#FDD5CE; background-image: url('https://www.sandygallsafghanistanappeal.org/static/global/css/images/error.png'); }

/* Error messages */
.error_message { color: #f00; }

.nowrap {
	white-space:nowrap;
}

.addthis_toolbox {
	margin-top:5px;
	margin-bottom:5px;
}

/* Google map default dimensions */
#contact-map {
	height:248px;
	width:248px;
}

.colrecdeftt {
	padding:5px;
/*	background-color:rgb(240,240,240);*/
	border:solid 1px rgb(221,221,221);
}

.smallbox {
	width:250px;
	padding:10px;
	display:inline-block;
	vertical-align: top;
	border:solid 1px #ccc;
	margin:5px;
}
.smallbox .boxdetail div {
	max-height:200px;
	overflow:hidden;
	text-overflow:ellipsis;
}
