/*
Theme Name: Meerkat Default
Description: The default theme for Meerkat: a jQuery Plugin
Author: Jarod Taylor
Author URI: http://jarodtaylor.com/
*/
@import url(reset.css);

html, body {height: 100%;}
body {
	background: url(images/bg-body.png) repeat 0 0;
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #fff6d9;
}

/*Typography*/
h1 {
	color: #570026; 
	font-size: 2.4em;
	font-weight: bold;
	text-shadow: #baa26e 1px 1px 1px;
	margin-bottom: 15px;	
}

p { line-height: 120%; margin-bottom: 10px; }

a { color: #d8c088; line-height: 120%; }
a:hover { color: #FFF;}

.snippet {
	width: 580px;
	padding: 0 10px;
	background: url('images/darker-noise-bg.png') repeat 0 0;
	border-bottom: 1px solid #a78b54;
	border-left: 1px solid #9b7e4b;	
	overflow: auto;
	margin-bottom: 30px;
}
pre code {
	color: #FFF;
	line-height: 130%;
}

code {
	font: .9em Courier;
}

em {font-style: italic;}

.highlight {
	color: #D8C088;
}

/*Main Layout Styles*/

#wrap {
	min-height: 100%;
}

#nav-bar, #header, #main-content, #footer { width: 100%; float: left; }

.content {
	width: 940px;
	margin: 0 auto;	
	position: relative;
	font-size: 1.4em;
	height: 100%;
}

#nav-bar {
	height: 40px;
	background: url(images/bg-nav-bar.png) repeat-x 0 0;
}

#header {
	height: 240px;
	background: url(images/bg-header.png) repeat-x 0 0;
	padding-top: 60px;
}

#main-content {
	background: url(images/bg-main-content.png) repeat-x 0 0;
	padding: 50px 0 80px;
	margin-bottom: 50px;
}
	.col {
		float: left;
		margin-right: 35px;
	}
	.three-col .col {
		width: 290px;
	}

	.two-col .col {
		width: 650px;
		margin-right: 0;
	}
	.sidebar {
		width: 290px;
		float: right;
	}
	#article { width: 600px; }

#footer {
	height: 55px;
	position: relative;
	margin-top: -80px;
	background: url(images/bg-footer.png) repeat-x 0 0;
	font-size: .9em; 
	padding-top: 25px;
}

/*Nav Bar Styles*/

#nav-bar h1 {float: left; margin-right: 5px;}
	#nav-bar h1 a {
		display: block;
		height: 36px;
		width: 124px;
		background: url(images/logo.png) no-repeat 0 0;
		text-indent: -9000px;
	}
	
#nav-bar span {
	display: block;
	width: 31px;
	height: 36px;
	float: left;
	background: url(images/bg-version.png) no-repeat 0 0;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
}

#nav-bar ul {
	position: absolute;
	right: 25px;
}
	#nav-bar ul li {
		float: left;
	}
	#nav-bar ul li.last { background: none; }
		#nav-bar ul li a {
			text-indent: -9000px;
			background: url(images/nav-menu.png) no-repeat;
			display: block;
			height: 36px;
		}
			#nav-bar li.home a {
				width: 68px;
				background-position: 0 0;
			}
				#nav-bar li.home a:hover { background-position: 0 -36px; }
				#nav-bar li.home a:active { background-position: 0 -72px; }
			
			#nav-bar li.demos a {
				width: 76px;
				background-position: -68px 0;
			}
				#nav-bar li.demos a:hover { background-position: -68px -36px; }
				#nav-bar li.demos a:active { background-position: -68px -72px; }
				
			#nav-bar li.how-to a {
				width: 109px;
				background-position: -144px 0;
			}
				#nav-bar li.how-to a:hover { background-position: -144px -36px; }
				#nav-bar li.how-to a:active { background-position: -144px -72px; }
				
			#nav-bar li.documentation a {
				width: 147px;
				background-position: -253px 0;
			}
				#nav-bar li.documentation a:hover { background-position: -253px -36px; }
				#nav-bar li.documentation a:active { background-position: -253px -72px; }
				
			#nav-bar li.contact a {
				width: 85px;
				background-position: -400px 0;
			}
				#nav-bar li.contact a:hover { background-position: -400px -36px; }
				#nav-bar li.contact a:active { background-position: -400px -72px; }
	.subscribe {
		position: absolute;
		right: 0;
		top: 6px;
		display: block;
		height: 23px;
		width: 23px;
		background: url('images/rss.png') no-repeat 0 0;
		text-indent: -9000px;
	}

/*Header Styles*/

#header h1, #header h3 {
	width: 620px;
	margin: 0 auto;
	line-height: 120%;
	text-shadow: #FFF 1px 1px 1px;
}

#header h1 {
	margin: 0 auto 15px;
	font-size: 3.8em;
	text-transform: capitalize;
}
	#header h1 span {
		text-transform: lowercase;
		font-weight: bold;
	}

#header h3 {
	font-size: 1.5em;
	color: #705b35;
}
	#header h3 a {
		color: #705b35;
		text-decoration: none;
		border-bottom: 1px dashed #705b35;
	}

.avatar {
	position: absolute;
	display: block;
}
	.meerkat-1 {
		left: -155px;
		top: -15px;
	}
	.meerkat-2 {
		left: -132px;
		top: -13px;
	}
	.meerkat-3 {
		left: -115px;
		top: 70px;
	}
	.meerkat-4 {
		left: -55px;
		top: 35px;
	}
	.meerkat-5 {
		left: -22px;
		top: 37px;
	}
	
	.meerkat-6 {
		left: -3px;
		top: 45px;
	}

div#view-demos {
	display: block;
	position: absolute;
	right: 0;
	bottom: -23px;
	width: 115px;
	height: 175px;
	background: url(images/view-demo-sign.png) no-repeat 0 0;
}
	div#view-demos a {
		display: inline-block;
		width: 95px;
		height: 15px;
		text-indent: -9000px;
		position: absolute;
		top: 35px;
		left: 3px;
	}
	
/*Home Page Styles*/

ul#news li {
	border-bottom: 1px dashed #c7b07b;
	margin-bottom: 10px;
}
	ul#news li.last { border: none; }
	ul#news li .date {
		color: #c7b07b;
		font-size: .9em;
		font-weight: bold;
		display: inline-block;
		margin-bottom: 5px;
	}
	
a.thumb {
	display: block;
	padding: 10px;
	/*background: #c7b07b;*/
	background: #b8a072;
	/*opacity: .75;
		filter:alpha(opacity=75);*/
	position: relative;
	top: 5px;
	width: 270px;
	height: 160px;
}
	a.thumb:hover {
		opacity: 1;
		/*filter:alpha(opacity=100);*/
		background: #c7b07b;
	}
	
/*Sidebar Styles*/
.sidebar { font-size: .9em; }
.sidebar p { margin-bottom: 5px; }
.sidebar form { margin-top: 10px; }
.sidebar h2 {
	color: #570025;
	font-size: 1.4em;
	font-weight: bold;
	/*text-shadow: #baa26e 1px 1px 1px;*/
	margin-bottom: 6px;
}

#download-latest {
	margin-bottom: 20px;
	padding: 7px 0 0 40px;
	background: url(images/icon-download.png) no-repeat 0 0;
}
	#download-latest ul {}
	#download-latest li {
		margin-bottom: 3px;
	}

#donate {
	padding: 7px 0 0 40px;
	background: url(images/icon-bucket.png) no-repeat 0 0;
}

/*Demos Page Styles*/
ul#demos li {
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	width: 290px;
	height: 180px;
	padding: 0;
}

/*Demo Thumb Styles*/
.demo-thumb {
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	width: 290px;
	height: 180px;
	padding: 0;
}
.demo-thumb a.thumb{
		position: absolute;
		top: 0;
		left: 0;
	}
	.demo-thumb div {
		display: none;
		position: absolute;
		top: 10px;
		left: 10px;
		padding-top: 75px;
		background: url(images/opacity-blue.png) repeat 0 0;
		z-index: 50;
		width: 270px;
		height: 85px;
		text-align: center;
	}
		.demo-thumb div a {
			display: inline-block;
			color: #570026;
			font-weight: bold;
			background: url(images/demos-icons.png) no-repeat left top;
			padding-left: 20px;
			text-decoration: none;
		}
		.demo-thumb div a:hover { text-decoration: underline; }
		.demo-thumb div a.view-demo { background-position: left bottom; }
		.demo-thumb div a.view-how-to { background-position: left top; }

/*Article Styles*/

#article-list .date {
	color: #c7b07b;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

#article-list p {margin-bottom: 30px;}

#article-list li {
	border-bottom: 1px dashed #c7b07b;
	margin-bottom: 30px;
	float: left;
}
	#article-list li h1 a {
		color: #570026;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
	}
	#article-list li h1 a:hover { color: #4b0021; text-shadow: 1px 1px 1px #d7c08a; }
	
/*Documentation Page Styles*/
table { margin-bottom: 30px; }
table th {
	width: 198px;
	font-size: 1.2em;
	font-weight: bold;
	color: #570026;
		border-bottom: 1px dashed #c7b07b;
		margin-right: 10px;
}
table td {
	padding: 20px 0 15px;
	border-bottom: 1px dashed #c7b07b;
}

table td em {
	font-style: italic;
}

table td strong {
	color: #c7b07b;
	font-weight: bold;
	display: block;
}

/*Contact Page Styles*/
#status {
	background: url('images/bg-status.png') repeat-x 0 0;
	width: 350px;
	padding: 15px;
	margin-bottom: 20px;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: .9em;
	color: #dbab37;
}
	#status p {margin-bottom: 0; font-weight: bold;}
	#status ul li {
		margin-bottom: 5px;
		font-weight: bold;
	}
		#status ul li.last {
			margin-bottom: 0;
		}
		#status ul li span {
			color: #FFF;
		}
		
span.note {
	font-size: .9em;
	color: #e8d9ac;
	margin-bottom: 15px;
	display: block;
}
form p {
	margin-bottom: 20px;
}
label {
	display: block;
	color: #570026; 
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #baa26e 1px 1px 1px;
	margin-bottom: 10px;
}

input.text-input, textarea.textarea-input {
	border: none;
	background: url(images/bg-textarea.png) no-repeat 0 0;
	font: 100% Helvetica, Arial, sans-serif;
	color: #fff6d9;
}

input.text-input {
	height: 21px;
	width: 301px;
	padding: 10px;
	background: url(images/bg-input.png) no-repeat 0 0;
}

textarea.textarea-input {
	height: 145px;
	width: 541px;
	padding: 13px 10px;
	overflow: auto;
}

input#btn-submit {
	width: 137px;
	height: 37px;
	background: url(images/btn-sendemail.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

input#submit {
	width: 193px;
	height: 37px;
	background: url(images/btn-comment.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

.required { position: relative; }

.req {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('images/required-star.png') no-repeat 0 0;
	position: absolute;
	right: 260px;
	top: 25px;
}

.textarea-req .req {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('images/required-star.png') no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 25px;
}

/*Comments*/

#respond {
	padding-top: 30px;
	clear: both;
	
}

.star {
	display: inline-block;
	width: 150px;
	height: 13px;
	padding-left: 17px;
	color: #D8C088;
	background: url('images/required-star.png') no-repeat 0 0;
}

.comment-avatar {
	float: left;
	margin-right: 8px;
}
	.comment-avatar .avatar{
		display: inline-block;
		position: static;
		background:  #FFF6D9;
		border: 1px solid #907140;
		padding: 5px;
	}
	.comment-avatar .avatar img {border: 1px solid #907140;}

.comment-meat {
	float: left;
	width: 70%;
}

#commentform {
	margin-top: 30px;
}

#respond-intro {
	margin-bottom: 30px;
}

//*______________________________POST COMMENTS ______________________________________*/

li#comments {
	float: left;
	width: 680px;
	position: relative;
}

li#comments h3 a{
	color: #D8C088;	
}

li#comments a#add-comment-link {
	position: absolute;
	top: 15px;
	right: 5px;
	color: #D8C088;
}

.commentlist li {
	margin: 10px 0;
}

div.comment-container {
	border: 1px dashed #C7B07B;
	height: 100%;
	padding: 1px;
	background: url('images/light-bg.png') repeat 0 0;
	position: relative;
}

div.cancel-comment-reply {
	margin: 0 0 10px;	
}

div.cancel-comment-reply a {
	color: #D8C088;	
	display: inline-block;
	margin-top: 40px;
}

div.edit {
	position: absolute;
	right: 15px;
	top: 15px;
}

div#comments-header {
	position: relative;	
}

div.edit a {
	
}

div.comment-container div.comment-content {
	background: url('images/light-bg.png') repeat 0 0;
	padding: 15px;	
	width: auto;
}

div.comment-avatar {
	float: left;
	margin-right: 8px;
}



.commentlist {
	margin: 10px 0;
	border-bottom: 1px dashed #C7B07B;
	padding-bottom: 60px;
}

div.comment-meat {
	float: left;
	width: 70%;
	overflow: auto;
}

div.pings-meat {
	float: left;
}

div.comment-meat cite.fn, div.pings-meat cite.fn{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #570026;
}

div.comment-meat cite.fn a.url, div.pings-meat cite.fn a.url {	
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #570026;
}

div.comment-meat span.moderation-warn {
	display: block;
	color: #D8C088;
	font-size: .8em;
	font-style: italic;
	position: absolute;
	top: 20px;
	right: 15px;
}

div.comment-meat div.comment-meta {
	color: #D8C088;
	font-size: .8em;
}

div.comment-meat p{
	margin: 10px 0 30px;
}


div.reply {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

div.reply a {
	background: url('images/btn-reply.png') repeat-x 0 0;
	display: block;
	height: 23px;
	width: 56px;
	text-indent: -9000px;
}

li.comment ul.children {
	border-left: 1px solid #C7B07B;
}

li.comment ul.children li {
	padding: 0 0 0 25px;
	background: url('images/children-bg2.png') repeat-x left 20px;
}

/*Footer Styles*/
div#footer p {
	margin-top: 4px;
	color: #947948;
}
div#footer p a { color: #947948; text-decoration: none; }
div#footer p a:hover { color: #FFF; }
ul#footer-nav {
	
}
	ul#footer-nav li {
		display: inline;
	}
	ul#footer-nav li a {
		color: #c7b07b;
		text-decoration: none;
	}
		ul#footer-nav li a:hover { color: #FFF; }

	#share-this {
		width: 290px;
		float: right;
	}

	#share-this a {
		display: block;
		height: 31px;
		width: 95px;	
		font-size: 18px;
		background: url(images/icon-sharethis.png) no-repeat 0 0;
		padding: 7px 0 0 35px;
		text-decoration: none;
		font-weight: bold;
		float: right;
	}
	
	#stwrapper {
		height: 310px;
		overflow: hidden;
	}
	
/*Misc*/

.clear {clear: both;}		
		
