/*
Theme Name: Mammoth
Theme URI: http://www.mammothserver.org
Description: Custom WordPress theme named "Mammoth". 
Version: 1.0
Author: Alexander Wichers
Author URI: http://www.mammothserver.org
Tags: black, blue, dark, white, two-columns, fixed-width, theme-options, right-sidebar

*/

/* ================== custom ================== */
body {margin: 0; padding: 0;}
code {white-space: normal;}
pre {overflow: auto;}
p img {float:none;margin:0 12px 0 0;padding:0;}
.fl {float: left;}
.fr {float: right;}
.block {display: block;}
small {font-size: 12px;}
table {margin-bottom: 0;}
table {border-collapse:collapse;}
div.lightgreenborder {padding-right:24px;margin-right:25px;border-right:1px solid #dcebdf;} 
div.darkgreenborder {padding-right:24px;margin-right:25px;border-right:1px solid #b6ceba;} 

/* 100% height */
html, body {
	height: 100%;
}
.main {
	min-height: 100%;
}
* html .main {
	height: 100%;
}

/* code*/
th {font-weight:bold;background:#5eb2e5;}
tr.even td {background:#d4e9f7;}
h2 {font-size: 28px;display: inline;color: #043b1a font-weight: normal;}
h3 {font-size: 18px; font-weight: bold; margin-bottom: 0.75em;}
.hr {background: url(images/hr.gif) repeat-x 0 0; height: 2px; display: block;}
a {color: #479753; text-decoration: none;}
a:hover {color: #479753; text-decoration: underline;}

/* default wordpress */
.wp-smiley {
	float: none;
	margin: 0;
}
.alignnone {
	display: inline;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	background-color: #eff0f0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	display: block;
}
	.wp-caption a {
		line-height: 0.11em;
	}
	.wp-caption a:hover {
		background: none;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.wp-caption-text {
		padding: 3px 0 !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* code*/
/* ie5, ie6 sidebar fix */
/*.span-7  { width: 237px;}*/

div.main {
	background: #000;
	color: #000; /* #666666 */
	font-size: 12px;
}

.container {
	padding: 0;
}

.paddings {
	padding: 18px 18px 18px;
}

.btnpaddings {
	padding-top: 4px;
	padding-bottom: 4px;
}

.header {
	background: black;
	height: 112px;
}
	.intro {
		background: transparent url(images/logo.png) no-repeat 0 0;
		height: 112px;
	}

		.icons-wrapper {
			margin-bottom: 50px;
		}
		.icons a {
			float: right;
			padding: 0 0 0 18px;
			margin-top: 10px;
		}
		.icons a img {
			display: block;
		}
	.search {
		float: right;
		margin-bottom: 12px;
	}

		#srch-frm {
			background: transparent url(images/search.png) no-repeat scroll left 2px;
		}
		.search #s {
			background: transparent none no-repeat 0 0;
			border: none;
			margin: 5px 12px 4px 24px;
			color: #666666;
			width: 122px;
		}
.menu {
	height: 33px;
	background: transparent url(images/menu.jpg) no-repeat 0 0;
	font-size: 10px;
}
	.menu-wrapper {
		list-style-type: none;
	  	margin: 0 0 0 22px;
		text-transform: uppercase;
	}
	.menu-wrapper li {
		display: block;
		float: left;
		background: url(images/menu-pattern.gif) no-repeat 0 0;
		padding: 9px 15px 9px 15px;
	}
		.menu-wrapper li a {
			text-decoration: none;
			color: #fff;
		}
		.menu-wrapper .current_page_item {
			background-color: #fff;
			border-right: none;
			margin-left: -1px;
		}
		.menu-wrapper .first {
			margin-left: 0;
		}
		.menu-wrapper .current_page_item a {
			color: #000;
		}

blockquote {
	background-color: #fbedcf; /* #F2F8FD; */
	/* border: 1px solid #eead24; /* #D4E9F7; */
	padding: 1em 1em 1px 1em;
	margin: 0 1.5em 1.25em 1.5em;
}

code {
	display: block;
	margin: 0 1.5em 1.25em 1.5em;
}

.content {
	background: white;
}
	.posts {
		padding-left: 20px;
	}
		.bannerbackground {
			background: white url(images/bg/banner.jpg) no-repeat 14px 14px;
			height: 255px;
			padding-bottom: 28px;
			color: white;
		}
			.banner div {
				font-size: 14px;
				padding-left: 30px;
			}

			.banner a {color: white; text-decoration: none;}
			.banner a:hover {color: white; text-decoration: underline;}

			.banner .download {
				margin-top: 190px;
				height: 30px;
				background: transparent url(images/ico/dl.png) no-repeat 0 0;
			}
			.banner .demo {
				height: 30px;
				background: transparent url(images/ico/demo.png) no-repeat 0 0;
			}

		ul.sidebar_items {
			list-style-type: none;
			margin: 0;
			font-size: 12px;
		}
			.sidebar_items li {
				margin-bottom: 1.25em;
			}
		.sidebar_items p {
			margin-bottom: 1em;
		}
		.sidebar_items ul, .sidebar_items ol {
			margin-bottom: 1.25em;
		}
		.sidebar_items ul {
			list-style-type: none;
			margin-left: 0;
		}
		.sidebar_items ul li {
			padding-left: 21px;
		}
		.sidebar_items ul li, .sidebar_info ol li {
			margin-bottom: 6px;
		}
			.sidebar_info {
				margin-bottom: 0.75em;
				color: #999;
			}
				.sidebar_info div {
					margin-right: 1.5em;
					font-size: 12px;
					margin-bottom: 2px;
				}

				.sidebar_info .date {
					color: #479753;
					font-size: 10px;
				}
				.sidebar_info .title {
					text-transform: uppercase;
					font-weight:bold;
				}
				.sidebar_info .content {
					line-height: 20px;
				}

			
		ul.items {
			list-style-type: none;
			margin: 0;
			font-size: 12px;
			line-height: 20px;
		}
			.items li {
				margin-bottom: 1.25em;
			}
		.items p {
			margin-bottom: 1em;
		}
		.items h2 {
			font-size: 28px;
			display: inline;
			color: #043b1a
			font-weight: normal;
			line-height: 50px;
		}
			.items h2 a {
				font-weight: normal;
				text-decoration: none;
				color: #043b1a
			}
		.items h3 {
			font-size: 16px;
			margin-bottom: 0.6em;
		}
		.items ul, .items ol {
			margin-bottom: 1.25em;
		}
		.items ul {
			list-style-type: none;
			margin-left: 0;
		}
		.items ul li {
			padding-left: 21px;
			background: transparent url(images/ico/bullet-white.gif) no-repeat scroll 2px 6px;
		}
		.items ul li, .items ol li {
			margin-bottom: 6px;
		}

			.items a:hover {
				color: #479753;
			}
			.info {
				margin-bottom: 0.75em;
				color: #999999;
			}
				.info span {
					margin-right: 1.5em;
					font-size: 12px;
					padding-left: 20px;
					margin-bottom: 0.5em;
				}
				.info .date {
					background: transparent url(images/ico/time.gif) no-repeat 0 -1px;
				}
				.info .author {
					background: transparent url(images/ico/user.gif) no-repeat 0 -1px;
				}
				.info .comment {
					background: transparent url(images/ico/comment.gif) no-repeat 0 -1px;
				}
				.info .cat {
					background: transparent url(images/ico/cat.gif) no-repeat 0 1px;
				}
				.info .tag {
					background: transparent url(images/ico/tag.gif) no-repeat 0 0;
				}
/*	.sidebar {
		
	}
		.sidebar .paddings div {
			margin-bottom: 1.5em;
		}
		.sidebar h3 {
			font-size: 14px;
		}
		.sidebar ul, .sidebar ol {
			margin: 0;
			list-style-type: none;
		}
			.sidebar ul li {
				padding-left: 18px;
				background: transparent url(images/ico/bullet-white.gif) no-repeat 1px 4px;
			}
			.sidebar ul li, .sidebar ol li {
				margin-bottom: 0.5em;
			}*/

.footer {
	color: #666666;
	background: #e6e6e6 url(images/bg/footer.gif) no-repeat 0 0;
	height: 196px;
}
	.footer .paddings div {
		padding-bottom: 18px;
	}
		.footer ul, .footer ol {
			margin: 0;
			list-style-type: none;
		}
			.footer ul li {
				padding-left: 18px;
				background: transparent url(images/ico/bullet-white.gif) no-repeat 1px 4px;
			}
			.footer ul li, .footer ol li {
				margin-bottom: 0.5em;
			}


	.disclaimer .copyright {
		color: #7bbf70;
		font-size: 10px;
		margin-bottom: 4px;
	}
	.disclaimer .license {
		color: #fff;
		font-size: 10px;
	}
	.disclaimer a {
		text-decoration: none;
		color: #fff;
	}


/* Comments template */

div.com {
	margin-bottom: 30px;
}
.com .list-4 {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.com .list-4 li {
		border: 1px solid #E7E9E4;
		padding: 15px 15px 0 15px;
		margin: 0 0 15px 0;
	}
		* html .com .list-4 li {
			padding:0 40px 0 20px !important;
		}
		*:first-child+html .list-4 li {
			padding:0 40px 0 20px !important;
		}
		* html .list-4 img {
			margin:20px auto auto 0;
		}
		*:first-child+html .list-4 img {
			margin:20px auto auto 0;
		}
		* html .list-4 p img {
			margin:0 auto auto 0;
		}
		*:first-child+html .list-4 p img {
			margin:0px auto auto 0;
		}
	.com-header {
		padding-bottom: 15px;
		margin: 0;
	}
		.com-header img {
			display: block;
			float: left;
		}
		.com-header .tp {
			display: block;
			margin: 0 0 0 63px;
			padding: 0;
			text-align: left;
		}
			.tp span, .tp span a {
				font-weight: bold;
				display: block;
				line-height: 150%;
			}


/* widgets */

/* calendar */
.widget_calendar caption {
	background: none;
	margin-bottom: 6px;
}
.widget_calendar th, td {
	padding: 1px 0 1px 12px;
	margin: 0;
}
.widget_calendar thead th {
	background-color: #666666;
	color: white;
	font-weight: normal;
}
.widget_calendar tbody td a {
	background-color: #EEAD24; 
	padding: 2px 1px;
	color: white;
}
	.widget_calendar tbody td a:hover {
		background-color: #666666;
	}
.widget_tag_cloud {
	line-height: 2.5em;
}

.widget_pages ul ul {
	margin-top: 4px;
}

.widget_search {

}
	.widget_search #srch-frm {
		background: none;
	}
	.widget_search .textfield {
		width: 134px;
		margin-right: 6px;
	}

