/*
Theme Name: SimpleDark
Description: You can <strong><a href="themes.php?page=SimpleDarkAdmin">configure SimpleDark here</a></strong> or visit <a href="http://lync.in/simpledark/">Lync.in</a> for further support. SimpleDark was designed and developed by <a href="http://lync.in/">Justice</a> and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0.2
Author: Justice
Author URI: http://lync.in/
Tags: dark, two-columns, fixed-width, theme-options, translation-ready
*/


/* -------------- KISSY CSS Reset by lifesinger & ragecarrier (modified by Justice) ------------- */

/* clearing margins and paddings */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements */
dl, dt, dd, ul, ol, li, /* list elements */
pre, /* text formatting elements */
fieldset, lengend, button, input, textarea, /* form elements */
th, td { /* table elements */
    margin: 0;
    padding: 0;
}

/* setting default fonts */
body,
button, input, select, textarea { /* for ie */
    font: 12px/1 Verdana, sans-serif;
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* clearing italic font settings */
code, kbd, pre, samp, tt { font-family: Consolas, "Courier New", Courier, monospace; } /* setting monospace fonts */

/* reset list elements */
ul, ol { list-style: none; }

/* reset text decorations */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* IE6 does not support <abbr> and attribute selectors */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after { content: ''; }

/* reset form elements */
legend { color: #000; } /* for IE6 */
fieldset, img { border: none; } /* clear image borders within anchors by the way */
/* ineffective for optgroup */
button, input, select, textarea {
    font-size: 100%; /* make form font sizes inherent */
}

/* reset table elements */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset hr */
hr {
    border: none;
    height: 1px;
}

/* show vertical scrollbars under non-IE browsers */
html { overflow-y: scroll; }

/* ----------------------------------- end of Kissy CSS Reset ----------------------------------- */


/* -- General Settings -- */

a, a:link, a:visited {
	color:#eee; text-decoration:none;
	outline:none;
}

a:hover, a:active {
	color:#fff;	text-decoration:none;
}

img {
	-ms-interpolation-mode:bicubic;
}

.hide {
	display:none;
}

.aligncenter {
	display:block; margin-right:auto; margin-left:auto;
}

.alignleft {
	float:left;
	margin:5px 15px 10px 0;
}

.alignright {
	float:right;
	margin:5px 0 10px 15px;
}


/* -- Body and Page Wrapper -- */

body {
	background:#262626 url(images/bg.png) repeat-x;
	text-align:center; color:#ccc;
}

#page {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url(images/sep-mid.png) repeat-y 660px 350px;
}


/* -- The Header Section -- */

#header {
	height:350px;
	background:url(images/sep-top.png) no-repeat 660px 0;
	margin-bottom:-250px;
}

	#blog-name {
		padding:8px 0;
	}

	#blog-name a {
		margin-left:-10px; padding-left:20px;
		font-size:24px; font-family:Verdana; text-shadow:0 0 5px #666; line-height:84px; text-decoration:none;
		height:84px;
		overflow:hidden;

		/* Background image start here *-/
		display:block;
		width:174px;
		background:url(images/title.png) no-repeat 0 0;
		text-indent:-3000px;
		/* Background image end here */
	}

	#blog-name a:hover {
		text-shadow:0 0 5px #999;

		/* Background image start here *-/
		background-position:0 -84px;
		/* Background image end here */
	}

	#blog-description {
		position:absolute;
		top:70px; left:80px;
		font-size:10px; font-weight:700; line-height:15px; text-shadow:0 0 5px #aaa;
	}

		.top-menu {
			position:relative;
			border-bottom:1px solid #666;
			-moz-box-shadow:0 0 5px 1px rgba(255,255,255,.1);
			-webkit-box-shadow:0 0 5px 1px rgba(255,255,255,.1);
			box-shadow:0 0 5px 1px rgba(255,255,255,.1);
		}

			.top-menu ul {
				position:absolute;
				top:-42px; right:60px;
			}

			.top-menu li {
				float:left;
				display:block;
				position:relative;
			}

			.top-menu li a {
				display:block;
				float:left;
				padding:0 20px;
				height:40px;
				line-height:40px;
			}

			.top-menu a:hover {
				border-bottom:5px solid #ccc;
			}

			.top-menu .current_page_item a {
				border-bottom:5px solid #fff;
			}

/* -- Main Section (including Content and Sidebar) -- */
			
#main {
	min-height:500px;
	height:auto !important;
	height:500px; /* min-height for IE6 */
	background:url(images/sep-bottom.png) no-repeat 660px bottom;
	overflow:hidden;
	_overflow:visible;
}

	/* -- The Content Section -- */
	#content {
		float:left;
		padding:40px 30px 30px 10px;
		width:620px;
	}

		#content a, #sidebar a {
			border-bottom:1px dotted #666;
		}

		#content a:hover, #sidebar a:hover {
			border-bottom-style:solid;
		}

		.content-header {
			padding:10px 10px 20px; margin-bottom:15px;
			background:url(images/hsep.png) repeat-x 0 bottom;
			_background:url(images/hsep2.png) repeat-x 0 bottom;
			color:#666; text-align:right;
		}

		.content-header strong {
			color:#ccc;
		}

		#content div.post, #content div.page {
			padding-bottom:5px; margin-bottom:20px;
			background:url(images/hsep.png) repeat-x 0 bottom;
			_background:url(images/hsep2.png) repeat-x 0 bottom;
		}

			.post-title {
				border-bottom:1px solid #333;
				font-size:14px; text-shadow:0 -1px 0 #080808;
			}

			.extra-meta {
				font-size:10px; font-weight:700; float:right; margin-top:12px; line-height:16px;
			}

			#content .post-title a {
				display:inline-block;
				background:none;
				margin-bottom:-1px; padding:10px 10px;
				border-bottom:1px solid #666;
			}

			#content .post-title a:hover {
				padding-bottom:10px;
				border-bottom-color:#ccc;
			}

			.post-meta, .post-info {
				padding:8px 10px; margin-top:10px;
				font-size:10px; color:#999; font-weight:700;
			}

			.entry {
				padding:10px;
				color:#bbb; line-height:1.5;
				overflow:hidden;
				width:600px;
				_zoom:1;
			}

				.entry strong {
					color:#FFF;
				}

				.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
					color:#eee; text-shadow:0 -1px 0 #111;
				}

				.entry p {
					margin:5px 0 10px;
				}

				.entry .more-link {
					display:block;
					margin-top:15px;
					text-align:right; font-weight:700; font-size:11px; font-variant:small-caps; text-shadow:0 -1px 0 #080808;
				}

				.entry img {
					display:block;
					border:2px solid #CFCFCF;
					-moz-box-shadow:0 0 5px #000;
					-webkit-box-shadow:0 0 5px #000;
				}

				.entry .wp-caption-text {
					text-align:center; color:#999;
				}

				.entry table {
					border:2px solid #3c3c3c;
				}

				.entry caption {
					font-weight:700; color:#eee; text-shadow:0 -1px 0 #111;
					padding:3px 0;
				}

				.entry tr:nth-child(even) {
					background-color:#2c2c2c;
				}

				.entry tr.even td {
					background-color:#2c2c2c;
				}

				.entry td, .entry th {
					padding:4px 8px;
					border:1px solid #3c3c3c;
				}

				.entry th {
					background-color:#3c3c3c;
					color:#eee; text-shadow:0 -1px 0 #111;
				}

				.entry tfoot {
					background-color:#3c3c3c;
				}

				.entry ul, .entry ol {
					margin-bottom:10px;
				}

				.entry ol li {
					list-style-type:decimal; list-style-position:inside;
					padding:3px 2px;
					line-height:1.5;
				}

				.entry ul ol li {
					padding:3px 2px;
					background:none;
				}

				.entry blockquote, .comment-body blockquote {
					padding:5px 20px; margin:0 5px;
					border:1px solid #3c3c3c; border-left:8px solid #3c3c3c;
					background-color:#2c2c2c;
					overflow:auto;
				}

				.entry q, .comment-body q {
					font-style:italic;
				}

				.entry object {
					// border:3px solid #cfcfcf;
					display:block;
					-moz-box-shadow:0 0 5px #000;
					-webkit-box-shadow:0 0 5px #000;
				}

			.post-pages {
				margin-top:10px; padding:10px 0;
				font-size:10px; font-weight:700; line-height:16px;
				overflow:hidden;
				_zoom:1;
			}

			.page .post-pages {
				margin:20px 0 0; padding-bottom:0;
			}

			.post-info {
				margin-bottom:15px;
				font-weight:400; line-height:1.2;
			}

			#reaction {
				padding:0 10px;
			}

				#reaction .section {
					margin-top:15px;
				}

				#reaction .message, #comment-form .message {
					margin-bottom:10px;
					font-size:11px;
				}

				#reaction h4 {
					color:#ddd;
					margin:0 0 15px; padding-top:15px;
					text-shadow:0 -1px 0 #111;
				}

					.tooltip {
						display:none;
						position:absolute;
						width:400px;
						border-color:#4d4d4d;
						-moz-box-shadow:0 0 5px #111;
						-webkit-box-shadow:0 0 5px #111;
						box-shadow:0 0 5px #111;
						z-index:999;
					}

					.comment, .pingback {
						overflow:hidden;
						padding:8px 8px 8px 52px; margin-bottom:5px;
						background-color:#222;
						border:1px solid #2a2a2a;
						_zoom:1;
					}

					.pingback {
						padding-left:40px;
					}

					.no-avatar {
						padding-left:15px;
					}

					.bypostauthor {
						background-color:#2c2c2c;
						border-color:#343434;
					}

						.comment.hover, .pingback:hover {
							border-color:#404040;
							-moz-box-shadow:0 0 5px #111;
							-webkit-box-shadow:0 0 5px #111;
							box-shadow:0 0 5px #111;
						}

						.bypostauthor.hover {
							border-color:#4d4d4d;
							-moz-box-shadow:0 0 5px #111;
							-webkit-box-shadow:0 0 5px #111;
							box-shadow:0 0 5px #111;
						}

						.comment .avatar {
							float:left;
							padding:1px; margin-left:-42px;
							background-color:#333;
							border:1px solid #aaa;
						}

						.children {
							margin-left:-20px;
						}

						.children .comment .avatar {
							margin-left:-30px;
						}

						.pingback .favicon {
							float:left;
							padding:1px; margin:-3px 0 0 -30px;
							background-color:#333;
							border:1px solid #aaa;
						}

						.bypostauthor .avatar {
							border-color:#fff;
							-moz-box-shadow:0 0 8px #fff;
							-webkit-box-shadow:0 0 6px #fff;
							box-shadow:0 0 5px #fff;
						}

						.byreader .avatar {
							border:1px solid #aaa;
							-moz-box-shadow:none;
							-webkit-box-shadow:none;
							box-shadow:none;
						}

						.comment p {
							margin:2px 0 5px;
						}

						.pingback .comment-meta {
							margin-top:3px;
						}

						p.comment-meta, div.comment-meta {
							margin-bottom:10px;
							color:#666; font-size:9px;
						}

						div.comment-meta {
							margin-bottom:0;
						}

						#content .comment-meta a.reply-button, #content .comment-meta a.comment-edit-link {
							padding:0;
							background:none;
							border:none;
							color:#666;
							cursor:pointer;
						}

						#content .comment-meta a.reply-button:hover, #content .comment-meta a.comment-edit-link:hover {
							border:none;
							color:#ccc;
						}

						.comment-meta .author, .comment-meta .title {
							color:#ccc; font-size:12px; font-weight:700;
						}

						.comment-meta .datetime {
							float:right;
						}

						.comment-body {
							padding-left:5px;
							line-height:1.5;
						}

				#respond, #pings {
					border-top:1px solid #363636;
				}

				#comment-form {
					margin-bottom:10px;
					overflow:hidden;
				}

				#comment-form p {
					margin-bottom:5px;
				}

				#comment-form label {
					display:inline-block;
					margin-left:3px;
					font-size:10px; color:#aaa;
					height:15px;
				}

				.processing {
					display:inline-block;
					_display:inline;
					_zoom:1;
					margin:0 10px;
					width:16px; height:16px;
					background:url(images/loading.gif) no-repeat center center;
					vertical-align:middle;
					*vertical-align:baseline;
				}

				.ajax-comment-msg, .ajax-comment-error {
					display:inline-block;
					_display:inline;
					_zoom:1;
					margin-left:10px;
				}

				.ajax-comment-error {
					color:#e30000;
				}

				#author, #email, #url, #comment, .entry .textbox {
					padding:5px;
					background-color:#1e1e1e;
					border:1px solid #2a2a2a;
					color:#ccc;
					-moz-box-shadow:inset 0 0 3px  #161616;
					-webkit-box-shadow:inset 0 0 3px  #161616;
					box-shadow:inset 0 0 3px  #161616;
				}

				#author:focus, #email:focus, #url:focus, #comment:focus, .entry .textbox:focus {
					border:1px solid #444;
					background-color:#222;
					color:#fff;
					outline:none;
				}

				#comment-wrapper {
					margin:0 9px;
				}

				#comment {
					padding:8px; margin:0 -9px;
					width:100%; height:100px;
					overflow:hidden;
					line-height:1.5;
					resize:none;
				}

				#submit-button, .entry .submit {
					padding:3px 6px; margin:3px 0 0 3px;
					background-color:#555;
					border:1px solid #666;
					outline:none;
					color:#fff; text-shadow:0 -1px 0 #111; font-weight:700; font-size:11px;
					-moz-box-shadow:0 0 3px #111;
					-webkit-box-shadow:0 0 3px #111;
					box-shadow:0 0 3px #111;
					overflow:visible;
				}

				#submit-button.disabled {
					background-color:#777;
					border-color:#999;
					color:#444; text-shadow:0 1px 0 #999;
					-moz-box-shadow:0 0 3px #666;
					-webkit-box-shadow:0 0 3px #666;
					box-shadow:0 0 3px #666;
				}

				.allowed-tags {
					padding:7px 10px 0; margin:10px 0;
					font-size:11px;
					background:#2c2c2c;
					border:1px solid #333;
				}

				.allowed-tags strong {
					color:#eee; text-shadow:0 -1px 0 #111;
				}

				#comment-form .allowed-tags p {
					margin-bottom:10px;
				}

				.allowed-tags code {
					font-style:italic;
				}

		.pagenavi {
			padding-bottom:20px;
			background:url(images/hsep.png) repeat-x 0 bottom;
			_background:url(images/hsep2.png) repeat-x 0 bottom;
			font-size:11px; text-align:center; font-weight:700; line-height:1.2;
			overflow:hidden;
			_zoom:1;
		}

		.commentnavi {
			margin-top:10px;
			font-size:10px; text-align:center; font-weight:700; line-height:1.2;
			overflow:hidden;
			_zoom:1;
		}

			.pagenavi .previous-page, .pagenavi .previous-page, .commentnavi .previous-page, .commentnavi .previous-page {
				padding-bottom:2px;
			}

			.pagenavi .previous-page, .pagenavi .next-page {
				font-size:12px;
			}

			.pagenavi .previous-page, .commentnavi .previous-page {
				float:left;
			}

			.pagenavi .next-page, .commentnavi .next-page {
				float:right;
			}

			.pagenavi span, .pagenavi a, .commentnavi span, .commentnavi a {
				display:inline-block;
				margin:0 5px;
			}

			.pagenavi .paginator {
				margin-top:0;
			}

			.pagenavi .paginator span strong {
				*position:relative;
				*top:-1px;
				padding:4px;
				color:#666;
				background-color:#181818;
				border:1px solid #333;
			}

			.pagenavi .paginator .current_page_mark {
				background-color:#111;
			}

			.commentnavi .current {
				background-color:#181818;
				border:1px solid #333;
				color:#666;
				padding:1px;
			}

			.commentnavi .page-numbers {
				*position:relative;
				*top:-1px;
				padding:2px;
			}

			.no-post {
				font-size:14px; color:#444; font-weight:700; text-align:center; padding:20px 0; text-shadow:0 -1px 0 #111;
			}

	/* -- The Sidebar Section -- */
	#sidebar {
		float:right;
		width:260px;
		padding:40px 10px 20px 20px;
	}

	#sidebar .widget {
		padding-bottom:20px; margin-bottom:10px;
		background:url(images/hsep.png) repeat-x 0 bottom;
		_background:url(images/hsep2.png) repeat-x 0 bottom;
	}

		#sidebar .widget h4 {
			padding:10px;
			color:#eee; font-size:14px; text-shadow:0 -1px 0 #080808;
		}

		#sidebar .widget>div {
			margin:0 8px;
		}

		#sidebar .widget ul {
			margin:0 8px;
		}

		#sidebar .widget ul ul, .entry ul ul, .entry ul ol, .entry ol ul, .entry ol ol {
			margin:0;
			font-size:11px; font-style:italic;
		}

		#sidebar .widget li, .entry ul li {
			padding:3px 2px 3px 12px;
			background:url(images/dot.gif) no-repeat -4px 4px;
			line-height:1.5;
		}

		#search-wrapper {
			text-align:center;
		}

		#search-form {
			margin:0;
			padding:0;
		}

		#search-form div {
			position:relative;
		}

		#s {
			padding:5px; margin:0;
			width:95%;
			_width:90%;
			background-color:#0c0c0c;
			border:1px solid #181818;
			color:#ccc;
			-moz-box-shadow:inset 0 0 3px #000;
			-webkit-box-shadow:inset 0 0 3px #000;
			box-shadow:inset 0 0 3px #000;
		}

		#s:focus {
			background-color:#121212;
			border:1px solid #2c2c2c;
			color:#fff;
			outline:none;
		}

		#s-msg {
			position:absolute;
			left:0;
			padding:7px; margin:0;
			padding:6px\9;
			*padding:7px;
			width:95%;
			text-align:left;
			color:#666;
		}

		#search-form .processing {
			position:absolute;
			top:5px; right:5px; _top:6px; _right:31px;
		}

		#search-submit {
			position:absolute;
			top:5px; right:5px; *top:6px; *right:4px; _right:31px;
			width:16px; height:16px;
			border:none;
			background:url(images/search.gif) no-repeat center center;
		}

		#rss-feed p {
			padding:3px 10px 3px 30px;
			background:url(http://icons3.iconfinder.netdna-cdn.com/data/icons/fugue/icon/feed.png) no-repeat 8px 5px;
			line-height:18px;
		}

		select#cat {
			margin-left:10px; padding:3px;
			border:1px solid #333;
			background-color:#222;
			color:#aaa;
		}

		#wp-calendar {
			width:100%;
			text-align:center;
			border:1px solid #444; border-collapse:collapse;
			line-height:1.4;
		}

			#wp-calendar caption {
				font-weight:700;
				line-height:2em;
			}

			#wp-calendar thead {
				background-color:#333;
				border-bottom:1px solid #444;
				text-shadow:0 -1px 0 #111;
			}

			#wp-calendar thead th {
				padding:1px;
			}

				#wp-calendar tbody td {
					padding:1px;
					width:14.2857%;
					color:#666;
				}

			#wp-calendar tfoot td {
				padding:3px 0;
				background-color:#333;
				border-top:1px solid #444;
			}

				#wp-calendar td a {
					padding-right:3px; padding-left:3px;
				}

			.rss-feed {
				padding:5px 10px 3px 24px;
				height:16px;
				background:url(images/feed.gif) no-repeat 2px center;
			}

			.widget#recentcomments li {
				background:none;
				padding:0; margin:2px 0 4px;
				overflow:hidden;
				_zoom:1;
			}

			.widget#recentcomments .rc_avatar img {
				padding:1px;
				background:#333;
				border:1px solid #aaa;
			}

			.widget#recentcomments .rc_item .rc_left {
				padding-top:4px;
			}

			.widget_tag_cloud {
				line-height:1.5;
			}


/* -- The Footer Section -- */

#footer {
	padding:30px 0;
	background:#262626 url(images/bsep.png) no-repeat center top;
	text-align:center; font-size:10px; color:#999; text-shadow:0 -1px 0 #111;
}

	#footer a {
		border-bottom:1px dotted #666;
		font-weight:700; color:#ddd;
	}
	
	#footer a:hover {
		background:none;
		color:#fff;
		border-bottom:1px solid #666;
	}


/* -- The Fixed Positioned Navigator -- */

#fixed-nav {
	position:fixed;
	_position:absolute;
	top:60%; left:0;
	width:24px;
	border:1px solid #444; border-left:none;
	background:#333;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
		documentElement.scrollTop + documentElement.clientHeight * 0.6 :
		document.body.scrollTop + document.body.clientHeight * 0.6);
}

	#fixed-nav .buttons a {
		display:block;
		float:left;
		width:24px; height:24px;
		background:url(images/arrows.gif) no-repeat 0 0;
	}

	#fixed-nav .buttons a:hover {
		background-color:#222;
	}

	#fixed-nav .buttons a.top:hover {
		background-position:-24px 0;
	}

	#fixed-nav .buttons a.bottom {
		background-position:0 -24px;
	}

	#fixed-nav .buttons a.bottom:hover {
		background-position:-24px -24px;
	}

	#fixed-nav .buttons a.cmnts {
		background-position:0 -48px;
	}

	#fixed-nav .buttons a.cmnts:hover {
		background-position:-24px -48px;
	}

