@import url('reset.css');

/** search-bar **/
#search-bar {
	width: auto;
	padding: 4px 5px 4px;
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 0 5px;
	}
.search #searchform {
	position: relative;
	}
#searchform input#s {
	width: 180px;
	padding: 2px 5px;
	color: #666;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
#searchform input#s:focus  {
	color: #000;
	border: 1px solid #FDD63B;
	}
#searchform #searchsubmit {
	padding: 2px 5px;
	background: #06C;
	color: #FFF;
	border: 0;
	-webkit-border-radius: 2px;
	}
	
body {
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0;
	background: #FFF;
	color: #000;
	font: 13px Tahoma, Arial, sans-serif;
	letter-spacing: ;
	line-height: 1;
	}
	
a {
	text-decoration: none;
	}
:focus { outline: none; }

#body-wrapper { display: none; }	
#outer-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: ;
	text-align: center;
	}


/*----------------------------------------
---------- header-wrapper ------------
-----------------------------------------*/
#header-wrapper {
	width: auto; height: ;
	margin: 0 0 0 0; padding: 0;
	background: #000 /*url(../images/logo.png) top left no-repeat*/;
	}
#header-inner {
	width: 1000px;
	margin: 0 auto;
	}
#header-inner h1 {
	width: 260px;
	height: 86px;
	overflow: hidden;
	margin: 10px auto 0;
	background: url(images/logo.png) top no-repeat;
	color: #EEE;
	font: normal 28px Lucida Sans Unicode;
	letter-spacing: 1px;
	text-align: center;
	text-indent: -999px;
	position: relative;
	left: 0px;
	}
#header-inner h1 span {
	color: #FDD63B;
	font: 20px Arial;
	vertical-align: super;
	position: relative;
	top: -1px;
		
	}
#header-menu {
	width: 540px;
	height: 36px;
	margin: 40px auto 0;
	list-style: none;
	}
#header-menu li.common {
	width: 100px;
	height: 36px;
	margin: 0 5px 0 0;
	float: left;
	background: #000;
	line-height: 34px;
	border-top: 1px solid #333;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
#header-menu a {
	display: block;
	background: none;
	color: #FFF;
	}
#header-menu li#current {
	width: 100px;
	height: 36px;
	margin: 0 5px 0 0;
	float: left;
	background: #FFF;
	line-height: 34px;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
#header-menu li#current a { color: #000; }
li.common:hover { background: url(images/bg-li-common.png) top no-repeat !important; }

/** contact-wrapper **/
/* contact-wrapper */	
#content-wrapper {
	width: 1000px;
	height: auto;
	margin: 60px auto 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	}
	
/** main-wrapper **/
#main-wrapper {
	width: 650px;
	padding: 0 30px;
	float: left;
	}
#main-wrapper a { color: #06C; }
.post {
	margin: 0 0 120px;
	padding: 0 0 30px;
	border-bottom: 1px solid #EEE;
	}
.post h2, .post h2 a {
  margin: 0 0 10px;
  padding: 0 0;
  color: #06C /*#01A6E6*/;
  font: 24px/1.5 Tahoma,  Lucida Sans Unicode;
  text-shadow: 1px 1px 0px #FFF;
  }
.post .post-date {
	display: none;
	}
.post-body {
	line-height: 2;
	}
.post-body a:hover {
	background: #FFF;
	}
.postmetadata {
	margin: 15px 0 0;
	line-height: 1.8;
	}
.postmetadata p {
	line-height: 1.8;
	}
.postmeta-tags {
	margin: 0 0 15px;
	}
/** post customization begins **/
img.post-image-left {
	margin: 0 30px 20px 0; 
	float: left;
	}
img.post-image-right {
	margin: 0 0 20px 30px; 
	float: right;
	}
img.post-image-center, img.post-image-middle {
	display: block;
	margin: 0 auto;
	clear: both;
	}
.post-body p {
	margin: 0 0 15px;
	}
.post-body em {
	padding: 0 0 1px;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px solid #73D5F9;
	}
.post-body strong {
	color: #333;
	}
.post-body blockquote, .post-body textarea {
	width: 92%;
	height: 250px;
	margin: 30px 0 30px 15px;
	padding: 0 0 0 15px;
	font: 12px Verdana;
	border: 0;
	border-left: 2px solid #06C;
	padding: 10px 15px;
	background: #F9E593;
	color: #000;
	line-height: 2;
	}
blockquote.code-wrapper, textarea.code-wrapper {
	padding: 10px 15px;
	background: #F9E593;
	color: #000;
	line-height: 2;
	}
textarea.code-wrapper {
	width: 92%;
	height: 250px;
	}
pre { font: 12px Verdana; }

.post-body ul, .post-body ol {
	margin: 30px 0 50px 15px;
	text-align: right;
	}
.post-body ul li, .post-body ol li {
	margin: 0 0 5px;
	padding: 5px 10px;
	background: #000;
	color: #FFF !important;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.post-body ul li *, .post-body ol li * { color: #FFF; }
.post-body ul h4, .post-body ol h4 {
	padding: 5px 10px;
	display: inline-block;
	background: #F9E593;
	font-weight: normal;
	border-top: 1px solid #FDD63B;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
.post-body ol {
	padding: 0 0 0 20px;
	list-style: decimal inside;
	}
.post-body del {
	color: #333;
	}
.post-body h3 {
	margin: 0 0 10px;
	padding: 4px 10px;
	display: inline-block;
	background: #06C;
	color: #FFF;
	font: normal 18px Tahoma;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.post-body p + h3 {
	margin-top: 30px;
}
.post-body img + h3 {
	margin-top: 60px;
}

.post-body img.post-image-center + p, .post-body img.post-image-middle + p {
	margin-top: 30px;
}
/** post customization ends **/

/** sidebar-wrapper **/
#sidebar-wrapper {
	width: 280px;
	float: right;
	line-height: 1.5em;
	}
#sidebar-wrapper h2 {
	margin: 0 0 10px;
	color: #000;
	font: 20px Tahoma, Lucida Sans Unicode;
	}
#sidebar-wrapper ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
  }
#sidebar-wrapper ul li {
	margin: 0 0 30px;
	}
#sidebar-wrapper li ul li {
	margin: 0 0 10px;
	padding: 8px 10px 8px !important;
	background: #F9E593;
	text-indent: 0 !important;
	border-top: 1px solid #FDD63B;
	border-bottom: 1px solid #FDD63B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#sidebar-wrapper ul li a {
	margin-right: 5px;
	display: ;
	color: #261F19;
	float: ;
	}
#sidebar-wrapper ul li.categories a {
	display: inline;
	}
#sidebar-wrapper li li li {
	border: 0 !important;
	}

	
	
	
/** comments-wrapper **/
ol.commentlist {
	margin: 30px 0 0;
	}
#comments-wrapper h3#comments {
	font: 20px Tahoma;
	}
.comment-meta { display: none; }
div.comment-body p {}
	
	
/** comments-list **/
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.comment-body {
	margin: 0 0 15px;
	padding: 10px 15px;
	background: #F9E593;
	border-bottom: 1px solid #FDD63B;
	-moz-border-radius: 5px;
	}
.comment-body cite, .comment-body cite a {
	padding: 2px 5px;
	display: inline-block;
	background: #06C;
	color: #FFF !important;
	font-style: normal;
	}
.comment-body span.says { display: none !important; }
.comment-body p {
	line-height: 2;
	}
/** comment respond **/
#respond {
	margin: 60px 0 0;
	}
#respond h3 {
	font: normal 20px Tahoma;
	}
#commentform {
	margin: 15px 0 0;
	padding: 10px 15px;
	background: #F5F5F5;
	-moz-border-radius: 5px;
	}
#commentform p {
	margin: 0 0 15px;
	}
#commentform label {
	margin-left: 15px;
	}
#commentform input {
	padding: 4px 5px;
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	}
#commentform textarea {
	width: 94%;
	padding: 10px 15px;
	font: 12px/2 Verdana;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	}
#commentform input#submit {
	padding: 2px 5px;
	display: inline-block;
	background: #06C;
	color: #FFF !important;
	border: 0;
	}
	
#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #06C;
	}

	
/** footer-wrapper **/
#footer-wrapper {
	height: auto !important;
	margin: 600px 0 0;
	background: #000;
	text-align: left;
	border-top: 2px solid #CCC;
	}

/** Archive Page **/
#main-wrapper h2.pagetitle {
	margin: 0 0 30px;
	font: normal 16px Tahoma;
	text-align: right;
	}
	
/** twitter-3 **/
a.twitterwidget-title {
	overflow: hidden;
	display: block;
	padding: 5px 15px !important;
	background: #4477DD !important;
	color: #FFF !important;
	font: 13px Lucida Sans Unicode !important;
	border: 1px solid #002255 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.twitterwidget-title .left { float: left; }
a.twitterwidget-title .right { float: right; }
#twitter-3 ul {
padding: 10px 10px 0 !important;
background: #E1D4C0 !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#twitter-3 li {
width: auto;
margin-bottom: 15px !important;
background: #FFF !important;
color: #000 !important;
font: 13px/1.8 Arial !important;
border: 0 !important;
}
#twitter-3 h2 a { display: block; }
#twitter-3 li a {
display: inline !important;
color: #06C !important;
font-size: 12px !important;
}


/** home page customization **/
#ajDeskta-logo {
	width: 279px;
	height: 151px;
	margin-bottom: 30px;
	background: url(images/ajDeskta-logo.png) top no-repeat;
	}

.home .navigation { display: none !important; }
.navigation { margin: 0 0 30px; }
.alignleft { float: left; } .alignright { float: right; }

.home .post, .search .post, .archive .post {
	width: 220px;
	height: 500px !important;
	margin: 0 100px 30px 0 !important;
	float: left !important;
	font: 13px/1 Tahoma !important;
	}
.home .post-body img, .search .post-body img, .archive .post-body img {
	height: auto !important;
	max-width: 99%;
	margin: 15px auto 15px !important;
	display: block;
	float: none !important;
	}
.home .post h2, .home .post h2 a, .search .post h2, .search .post h2 a, .archive h2, .archive h2 a {
	font-size: 16px;
	}
	
/** search page customization **/
.search .post {
	height: 120px;
	}
	
/** author-profile **/
#author-profile {
	padding: 30px 60px 30px 30px;
	color: #FFF;
	line-height: 1.8;
        display: none !important;
	}
#author-profile p {
	margin: 0 !important;
	}
#author-profile #aj-pic {
	width: 120pxpx;
	height: auto;
	margin: 0 30px 30px 0;
	display: block;
	float: left;
	}
#author-profile a, #author-profile em {
	color: #FFF;
	font-style: normal;
	border-bottom: 1px solid #333;
	}
#aj-mail-id {
	width: 100px;
	height: 14px;
	display: inline-block;
	background: url(images/aj-mail-id.gif) top no-repeat;
	position: relative;
	top: 5px;
	}
#back-to-top {
	margin: 0 0 0 120px;
	}
	
/** text size **/
.text-size-wrap ul {
	width: auto;
	height: auto;
	margin: 0 0 30px;
	padding: 0 10px 0 0;
	float: right;
	list--style: none;
	}
.text-size-wrap ul li {
	width: auto;
	height: 10px;
	margin: 0 0 0 10px;
	padding: 2px 5px 3px;
	float: left ;
	color: #666;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCC;
	cursor: pointer;
	-webkit-border-radius: 2px;
	}
.text-size-wrap ul li:hover { border-color: #06C; }