/*
Theme Name: Prismatic
Description: Prismatic is a beautiful nature-themed search engine optimized two-column WordPress theme with  Cufon text-image replacement for headers , jQuery tooltips on links ,Rotating headers , Custom logos , collapsible widgets , built-in social bookmarks on posts and many other theme options . Now with threaded comments
Version: 1.0
Author: SabQat
Theme URI: http://www.dynamicguru.com/freebies/wordpress-theme-the-ataraxis/
Author URI: http://www.sabqat.com/blog
Tags: black,dark,purple,two-columns,right-sidebar,fixed-width,custom-header,theme-options,threaded-comments
*/

body {
	margin:0;
	text-align:center;
	font-family:Arial,sans-serif;
	background:#0c0c0c url("images/bg.png") no-repeat top center;
	background-attachment:fixed;
}
/************************* PAGE AND HEADER *************************************/
#page {
	margin:0 auto;
	text-align:left;
	width:1000px;
}
#header {
	height:100px;
	margin:0;
	padding:0;
	}
#header a#textLogo {
	display:block;
	color:#fff;
	margin-top:40px;
	margin-left:35px;
	margin-bottom:0;
	font-size:36px;
	font-weight:bold;
	font-family:'Kozuka Gothic Pro',Corbel,'Century Gothic','Tahoma',Arial;
	text-decoration:none;
}
#header a#logo {
	display:block;
	margin:20px;
	margin-left:25px;
}
#header a:hover {
	color:#296f98;
}
#header small {
	display:block;
	font-family:Tahoma,sans-serif;
	text-transform:lowercase;
	color:#ccc;
	margin-left:40px;
	font-size:20px;

}
/************* TOP NAVIGATION *******************/
#top_nav {
	height:40px;
	background:#ddd url("images/menu.png") repeat-x top center;
	-moz-box-shadow: rgba(0,0,0,1) 0 2px 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 2px 8px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 2px 8px;
	box-shadow: rgba(0,0,0,1) 0 2px 8px;

}
#top_nav
{    margin: 0;
    padding: 0;}

	#top_nav li
	{	float: left;
		list-style: none;
		font: 12px Tahoma,sans-serif;
	}
	#top_nav li a
	{	display: block;
		padding: 13px 17px;
		text-transform:capitalize;
		text-decoration: none;
		color: #333;
		text-shadow:#eee 1px 1px 0;
		border-right:1px solid #999;
		white-space: nowrap}
	#top_nav li a:hover,#top_nav li.current_page_item a,#top_nav li.current-cat a
	{
		background:transparent url("images/hover.png") repeat-x top center;
                color:#fff;
		border-right:1px solid #111;
		text-shadow:#000 1px 1px 0;
        }
/*************** MAIN CONTENT ************************/
#content {
	float:left;
	width:720px;
	padding-right:15px;
	font-size:12px;

}
#content div.post h1,#content div.post h1 > a ,#content div.post h1>a:visited {
	color:#222;
}
#content div.post {
	background:#fff;
	-moz-box-shadow: rgba(0,0,0,1) 0 0 12px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 2px 8px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 2px 8px;
	box-shadow: rgba(0,0,0,1) 0 2px 8px;
	margin:10px 0;
	color:#333 !important;
}
#content div.entry {
	line-height:1.6em;
	margin:0 15px;
	padding-bottom:15px;
}
 /****************** SIDEBAR*************************/
#sidebar {
	margin-left:740px;
	padding:8px;
	color:#ddd;
	background:rgba(0,0,0,0.4);
}
#sidebar a {
	text-decoration:underline;
}
#sidebar h2 {
	font-size:22px;
	color:#fff;
	cursor:pointer;
	margin:4px;
	padding:5px;
}
#sidebar ul,#sidebar   ul   li {
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
}
#sidebar>ul {
	padding-bottom:5px;
}
#sidebar>ul>li>ul>li {
	padding:3px;}
#sidebar li.current_page_item>a ,#sidebar li.current-cat>a {
	color:#f90 !important;
}
#sidebar>ul>li ul {
	margin-left:5px;
	}
/********************* HEADING TAGS*********************************/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family:Tahoma,Arial,sans-serif;
	line-height:1.4em;
	letter-spacing:-1px;
	padding:4px 0;
	margin:5px 0;
 }
 h3{
	font-size:18px;
 }
h2 {
	font-size:24px;
 }
 h1 {
	font-size:30px;
	margin:15px;
 }

 h1.pagetitle {
	margin:15px;
	padding-top:25px;
 }
 h1.post-title {
	margin:15px;
}
h1.archives {
	background:#ffd url("images/archive.png") no-repeat center left;
	padding:12px;
	border:1px solid #cca;
	padding-left:50px;
	margin:0;
	}
h1.search {
	background:#ffd url("images/search.png") no-repeat center left;
	padding:12px;
	border:1px solid #cca;
	padding-left:38px;
	margin:0;
}
 /******************************** PAGINATION *************************/
 ul.page-numbers {
	list-style:none;
	margin:20px;
	padding:0;
	float:right;
 }
 ul.page-numbers li {
	float:left;
	font-family:Tahoma,Arial;
 }
 ul.page-numbers li span.current {
	background:#09f url("images/button-grd.png") repeat-x top center;
	color:#fff;
	border:1px solid #333;
	text-shadow:#000 1px 1px 0;
	padding:9px 13px;
	margin:3px;
 }
 a.page-numbers {
	background:#888 url("images/pagination.png") repeat-x top center;
	border:1px solid #444;
	color:#333;
	font-size:12px;
	text-decoration:none;
	padding:5px 9px;
	margin:3px;
	text-shadow:rgba(255,255,255,0.76) 1px 1px 0;
	}
 a.page-numbers:hover {
	background:#777 url("images/pagination.png") repeat-x bottom center;
	color:#333;
 }
/********************** ACCESSORY CLASSES and Ids ***************/
#ie6 {
	margin:7px 0;
	padding:20px;
	background:yellow;
	border:2px solid #c00;
}
#ie6 a,#ie6 h3 {color:#a00}

#allowedTags {
	display:block;
}
b.i,strong.i {
	font-weight:normal !important;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.note,.highlight {
	background:#ffd;
	padding:18px;
	margin:5px;
	border:1px solid #cca;
	border-width:1px 0;
}

.warning,.error {
	background:#fee;
	padding:18px;
	margin:5px;
	border:1px solid #caa;
	border-width:1px 0;
}


.info {
	background:transparent url("images/info.png") no-repeat top left;
	padding:5px;
	padding-left:20px;
	margin:5px;
	font-size:14px;
	color:#666;
	border:1px dashed #ccd;
	border-width:0 0 1px 0;

}
a.download {
	font-family:Tahoma,sans-serif;
	border:1px solid #ccc;
	background:#eee url("images/download.png") no-repeat center left;
	color:#555;
	font-weight:bold;
	text-shadow:#fff 1px 1px 0;
	padding:4px;
	padding-left:18px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;	
	margin:5px;
}
a.download:hover {
	background-color:#f5f5f5;
	text-shadow:#fff -1px 1px 0;
}
#content .entry img.frame,#content .entry img.border {
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
	margin:10px;
}
#content .entry img.frame:hover,#content .entry img.border:hover {
	background:#f7f7f7;
}
.green {
	color:green;
}
.red {
	color:red;
}
/******************** MISC POST ELEMENTS **********************/
#cats,#tags {
	padding:15px;
	padding-left:35px;
	font-family:Tahoma,Arial Narrow;
}
#cats {
	background:transparent url("images/cat.png") no-repeat center left;
	border-bottom:1px solid #ddd;
}
#tags {
	background:transparent url("images/tag.png") no-repeat center left;
	border-top:1px solid #eee;
}

a.readmore,a.more-link,a.more-link:visited,a.readmore:visited{
	width:250px;
	color:#444 !important;
	padding:5px;
	text-shadow:rgba(255,255,255,1) 1px 1px 0;
	background:#ddd;
	border:1px solid #aaa;
	-moz-border-radius: 7px;

}
a.readmore:hover,a.more-link:hover {
	background:#f8f8f8;
	text-decoration:none !important;
}

div.postmeta {
	padding:0 25px;
}
div.postmetadata {
	padding:6px;
	background:#eee url("images/postmeta.png") repeat-x bottom center;
	border:1px solid #ddd;
	border-width:1px 0;
	border-bottom:2px solid #ccc;
}
small.date,small.author,small.comments_count,small.permalink {
	padding:6px 6px 6px 25px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
	color:#666 !important;
	text-shadow:rgba(255,255,255,1) 1px 1px 0;
	text-transform:uppercase;
	
}
small.permalink {
	background:transparent url("images/link.png") no-repeat center left;
}
small.date {
	background:transparent url("images/date.png") no-repeat center left;
}
small.author {
	background:transparent url("images/author.png") no-repeat center left;
}
small.comments_count {
	background:transparent url("images/comment.png") no-repeat center left;
}

a.post-edit-link {
	padding:9px;
	padding-left:24px;
	color:#555;
	font-family:tahoma,Arial;
	background:transparent url("images/edit.png") no-repeat center left;
}
/************ SHARER *********************/
#sharer img {
	opacity:0.7;
	filter:alpha(opacity=65);
}
.shareSlogan {
	text-transform:capitalize;
	margin:5px;
	font-weight:bold;
	letter-spacing:0px;
	font-size:14px;
	display:block;
}
/************ COMMENTS *********************/
	
img.avatar {
	background:#eee;
	padding:3px;
	display:block;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


div.reply a{
	padding:3px;
	padding-left:16px;
	color:#333;
	margin:7px 3px;
	background:transparent url("images/reply_comment.png") no-repeat center left;
}

div.cancel-comment-reply a,div.cancel-comment-reply a:hover {
	background:red;
	color:#fff !important;
	padding:3px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.comment_part {
	margin-left:5px;
	padding-left:10px;
 }
 div.commentTime {
	float:right;
 }
h3#comments {
	cursor:pointer;
}
ul.commentlist,ul.commentlist ul {
	list-style:none;
	margin:0;
	padding:0;
}
ul.commentlist li {
	margin:15px 10px;
	margin-left:0;
	background:#eee;
	border:1px solid #ccc;
}

ul.commentlist li  div.comment-body {
padding:12px;	
}
ul.commentlist li.odd {
	background-color:#f6f6f6 !important;
}

ul.commentlist li.comment-author-admin {
	border-color:#555;
	background:url("images/admin.png") no-repeat top right;
	background-color:inherit;
}
ul.commentlist li.pingback {
	border-left:4px solid #09f !important;
	margin-left:30px !important;
}
cite.fn {
	text-transform:capitalize;
	font-style:normal;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
	color:#777;
	
}
/*
ul.commentlist li blockquote {
	background:#333;
	color:#eee;
	border:1px solid #222;
	text-shadow:#000 1px 1px 0;
}*/
em.awaiting_moderation {
	color:#a00;
	display:block;
	padding:3px;
	font-size:12px;
	font-family:'Georgia',serif;
	font-style:italic;
}
div.vcard {
	margin:6px 0;
	letter-spacing:0;
}
div.commentmetadata{
	border-bottom:1px solid #aaa;
}
div.commentmetadata a {
	color:#aaa !important;
}
/*******************************************************/

ul.commentlist li ul li {
	margin-left:8px;
}
/*******************************************************/
#respond {
	margin:6px;
}
/**************** FOOTER ***********************/

#footer {
	background:rgba(11,11,11,0.5);
	color:#aaa;
	font-size:12px;
	margin-top:10px;
}
#footer div.box {
	width:450px;
	padding:15px;
	float:left;
}
#footer h1 {
	color:#fff;
	margin:8px 0;
}
#footer .credits {
	background:rgba(22,22,22,0.4);
	padding:6px 15px;
	font-size:12px;
}
/************************** WP ELEMENTS ********************/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption:hover {
	background:#f7f7f7;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float:left !important;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	background:#f6f6f6;
	padding:4px;
	border: 1px solid #ccc !important;
	}
	

.gallery-caption {
	margin:4px;
	}
/*gallery end*/

/* Begin Calendar */
#wp-calendar caption {
	font: normal 1.3em Tahoma,Arial,sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
	font-weight:bold;
	font-family:Tahoma,Arial;
	color:#fff;
	}
	
#wp-calendar {
	empty-cells:hide;
	width:200px;
	margin:0;
	}

#wp-calendar #next a {
	text-align: right;
	}

#wp-calendar #prev a {
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	border:none;
	}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align:center;
	margin:-1px;
	font-family:Tahoma,Arial,sans-serif;
	color:#999;
}

/********************* TAGS*****************/

#content .post a {
	color:#09f;
	text-decoration:none;
}
#content .post a:hover {
	text-decoration:underline;
}
#content .post a:visited {
	color:#000;
}
#content .post a:visited:hover {
	color:#333;
}
a {
	color:#5cf;
}
a:hover {
	color:#cf5;
}
a img {
	border:none;
}

p img {
	padding: 0;
	max-width: 100%;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding:10px;
	text-transform:lowercase;
	background:#f6f6f6;
	text-shadow:rgba(255,255,255,1) 1px 1px 0;
	border:1px solid #ddd;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

blockquote cite {
	margin: 5px 0 0;
	font-style:italic;
	font-family:Georgia,serif;
	font-weight:bold;
	display: block;
	text-transform:capitalize;

	}
a img {
	border: none;
	}
label {
	cursor:pointer;
}

tt {
	color:green;
}
#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#eee;
	padding:5px 5px;
	color:#555;
	text-shadow:rgba(255,255,255,0.7) 1px 1px 0;
	font-size:12px;
	display:none;
	z-index:101;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
max-width:250px;
	}



/**************** FORMS *****************/
input,textarea {
	background:#555;
	border:0;
	padding:4px;
	color:#eee;
	font-size:14px;
	font-family:Tahoma,Arial;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px;
}
input:focus,textarea:focus {
	background:#666;
}
input[type="submit"] {
	font-family:Tahoma,'Arial Narrow';
	background:#777 url("images/button-grd.png") repeat-x bottom center;
	color:#eee;
	border:0;
}
input[type="submit"]:hover
{
	cursor:pointer;
	background:#555 url("images/button-grd.png") repeat-x top center;
	color:#fff;
}
textarea#comment {
	width:90%;
	height:300px;
}