/*
Theme Name: The Ataraxis
Description: The Ataraxis 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 , reply/quote feature on comments , collapsible widgets , built-in social bookmarks on posts and many other theme options
Version: 1.0
Author: DynamicGuru.com
Author URI: http://www.dynamicguru.com
Tags: light,blue,two-columns,left-sidebar,fixed-width,custom-header,theme-options
*/

body {
	margin:0;
	padding:0;
	color:#1F2729;
	text-align:center;
	font-family:Arial,sans-serif;
	background:#2D3538 url("images/bg.png") repeat-y top center;
}
/************************* PAGE AND HEADER *************************************/
#page {
	margin:0 auto;
	text-align:left;
	width:800px;
}
#header {
	margin:0;
	padding:0;
	height:325px;
	background:#2D3538 url("images/header1.png") no-repeat top center;
	}
#header a#textLogo {
	display:block;
	float:left;
	color:#ADADAD;
	margin-top:69px;
	margin-left:35px;
	margin-bottom:0;
	font-size:28px;
	font-family:'Kozuka Gothic Pro',Corbel,'Century Gothic','Tahoma',Arial;
	text-decoration:none;
}
#header a#logo {
	display:block;
	margin-left:20px;
	margin-top:50px;
	float:left;

}
#header a:hover {
	color:#296f98;
}
#header small {
	display:block;
	float:right;
	font-family:Tahoma,sans-serif;
	text-transform:lowercase;
	color:#aaa;
	font-size:16px;
	margin-top:78px;
	margin-bottom:0;
	margin-right:20px;
}
/*************** MAIN CONTENT ************************/
#content {
	padding-left:25px;
	padding-right:15px;
	margin-left:210px;
	font-size:12px;
}
#content div.entry {
	line-height:1.6em;
}
 /****************** SIDEBAR*************************/
#sidebar {
	float:left;
	width:185px;
	margin-left:15px;
	margin-top:15px;
}

#sidebar h2 {
	font-size:22px;
	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:#06c !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;
	color:#000000;
	padding:4px 0;
	margin:5px 0;
 }
 h3{
	font-size:24px;
 }
h2 {
	font-size:28px;
 }
 h1 {
	font-size:24px;
 }
 h1 > a {
	color:#000000;
 }
 h1.pagetitle {
	margin:35px 0;
 }
 h1.post-title {
	margin:18px 0;
}
h1.archives {
	background:transparent url("images/archive.png") no-repeat center left;
	padding-left:50px;
	}
h1.search {
	background:transparent url("images/search.png") no-repeat center left;
	padding-left:36px;
}
 /******************************** PAGINATION *************************/
 ul.page-numbers {
	list-style:none;
	margin:20px;
	padding:0;
	float:right;
 }
 ul.page-numbers li {
	float:left;
	color:#333;
	font-family:Arial;
	font-size:12px;
 }
 a.page-numbers {
	background:#eee url("images/pagination.png") repeat-x top center;
	border:1px solid #ddd;
	color:#555;
	padding:5px 9px;
	margin:3px;
	}
 a.page-numbers:hover {
	background:#eee url("images/pagination.png") repeat-x bottom center;
	color:teal;
 }
/********************** ACCESSORY CLASSES and Ids ***************/
#ie6 {
	margin:4px 12px;
	padding:20px;
	background:#ffc;
	border:2px dashed #aaa;
}
#ie6 h3 {color:#a00}

#allowedTags {
	display:block;
}
b.i,strong.i {
	font-weight:normal !important;
}
div.divider {
	height:40px;
	background:transparent url("images/divider.png") no-repeat center center;
}
.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{
	color:#666;
	line-height:2.6em;
	padding:5px;
	text-shadow:rgba(255,255,255,1) 1px 1px 0;
	background:#eee;
	border:1px solid #ddd;
	-moz-border-radius: 7px;

}
a.readmore:hover,a.more-link:hover {
	background:#f8f8f8;
}

div.postmetadata {
	background:transparent;
	padding:5px;
	background:#ebf1cf;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
small.date,small.author,small.comments_count {
	padding:6px 6px 6px 25px;
	font-size:12px;
	
}
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;
}

a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:transparent url("images/rss.png") no-repeat center left;
}
/************ SHARER *********************/
#sharer img {
	opacity:0.7;
	filter:alpha(opacity=65);
}
.shareSlogan {
	text-transform:capitalize;
	margin:5px;
	font-family:'Georgia',serif;
	font-style:italic;
	font-size:16px;
	display:block;
}
/************ COMMENTS *********************/
	
img.avatar {
	background:#fff;
	padding:3px;
	display:block;
	border:1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.quote-link,a.reply-link {
	padding:3px;
	color:#444;
	margin:7px 3px;
}
a.quote-link:hover,a.reply-link:hover {
	color:#09f;
}

a.reply-link {
	padding-left:16px;
	background:transparent url("images/reply_comment.png") no-repeat center left;
}
a.quote-link {
	padding-left:12px;
	background:transparent url("images/comment_quote.png") no-repeat center left;	
}

div.comment_part {
	margin-left:5px;
	padding-left:10px;
 }
 div.commentTime {
	float:right;
 }
h3#comments {
	cursor:crosshair;
}
ul.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ul.commentlist li {
	margin:8px 10px;
	margin-left:0;
	background:#f3f3f3;
	border:1px solid #ccc;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ul.commentlist li  div.innerComment {
padding:12px;	
}
ul.commentlist li.alt {
	background-color:#fafafa !important;
}

ul.commentlist li.authcomment {
	background:#ffd url("images/admin_comment.png") no-repeat center right !important;
}
ul.commentlist li.trackback {
	border-left:4px solid orange !important;
	margin-left:30px !important;
}
cite.comment_author {
	text-transform:capitalize;
	font-style:normal;
}

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.commentmeta{
	padding:15px;
	background:rgba(0,0,0,0.05);
}
/**************** FOOTER ***********************/

#footer {
	height:250px;
	color:#777;
	font-size:14px;
	background:#2D3538 url("images/footer.png") no-repeat top center;
}
#footer h2 {
	color:#666;
	font-size:18px;
	text-shadow:rgba(0,0,0,0.4) 1px 1px 0;
	border-bottom:1px solid rgba(50,50,50,0.2);
}

div.footer-box {
	width:320px;
	height:140px;
	overflow:hidden;
	text-shadow:rgba(255,255,255,0.7) 1px 1px 0;
	margin: 0 10px;
	padding:14px;
	font-size:12px;
	float:left;
}
#topBtn {
	font-size:8px;
	color:#777;
}
#topBtn:hover {
	color:#06c;
}
#credits {
	margin-top:30px;
}


/************************** 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:#444;
	}
	
#wp-calendar {
	empty-cells:hide;
	margin: 0px auto 0;
	width: 160px;
	}

#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:#666;
}

/********************* TAGS*****************/

a {
	color:#2898d5;
	text-decoration:none;
}
a:hover {
	color:#23627a;
}
a:visited {
	color:#000000;
}
a:visited:hover {
	color:#389BC0;
}
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 #ddd;
	background:#eee;
	padding:5px 5px;
	color:#777;
	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:#f9f9f9;
	border:1px solid #ddd;
	padding:4px;
	color:#777;
	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[type="submit"] {
	font-family:Tahoma,'Arial Narrow';
	background:#9eff1c url("images/button-grd.png") repeat-x bottom center;
	color:#fff;
	border:0;
}
input[type="submit"]:hover
{
	cursor:pointer;
	background:#9eff1c url("images/button-grd.png") repeat-x top center;
	color:#fff;
}
textarea#comment {
	width:90%;
	height:300px;
}
