/*
Theme Name: Elegent Designs Translight
Theme URI: www.elegentdesigns.com/themes2/?preview_theme=Elegent Designs Translight
Description: An Elegent Design with a transparent look.
Author: M.Ahsan
Author URI: www.elegentdesigns.com
Version: 1.0
*/




/********** Reset & Basic Elements *****************/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.813em;
	text-align: center;
}


h1, h2, h3, h4, h5, h6 {
    color: #000000;
	font-size: 100%;
    padding: 0.5em 0;
	font-weight: normal;
    line-height: 1.2em;

}

h1{font-size: 2em;}/* 26px */
h2{font-size: 1.847em;}/* 24px */
h3{font-size: 1.693em;}/* 22px */
h4{font-size: 1.539em;}/* 20px */
h5{font-size: 1.385em;}/* 18px */
h6{font-size: 1.231em;}/* 16px */


p {
	padding: .5em 0;

}

p a {
  font-weight: bold;
}

ol, ul {
  list-style: none;

}

blockquote {
   background: url(images/opening_blockquote.png) top left no-repeat;
   clear: both;

}

blockquote p {
  padding: 1em 2.1em 0.9em 2.2em;
  margin: 5px 10px;
  font-style: italic;
  background: url(images/closing_blockquote.png) bottom right no-repeat;
}


a:link {
	color: #000000;
	text-decoration: none;

}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


a img, img {
	border: none;
  	display: block;
	border: 1px solid #ffffff;

}




/************** Generic Classes ************/

.clear {
	clear: both;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 10px 10px 10px 0;


}

.alignright {
   float: right;
   margin: 10px 0 10px 10px;


}

.seperator {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;

}


.textcenter {
  text-align: center;
}

.gap {
  margin: 20px 0;
}




/************** Basic Layout *************/

body {
	background: #eab370 url(images/body_bg.jpg);
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#header-wrapper {
	width: 940px;
	height: 170px;


}

#logo {
	float: left;
    margin-left: 10px;
    height: 100px;


}

#logo img {
  border: none;
}

#subscribeto {
  float: right;
  height: 100px;

}

#subscribeto img {
  border: none;
  display: inline;
  margin-top: 20px;


}


#main-wrapper {
	width: 940px;
	margin: 0 auto;

}

#content-wrapper {
	width: 620px;
	float: left;
	margin: 40px 10px 0;
	display: inline;
}

#sidebar-wrapper {
	width: 290px;
	float: right;
	margin: 40px 0;
    display: inline;
}


/************** Navigation *************/

/************** Page Navigation *************/

ul#page-nav {
	float: left;
	height: 30px;

}

ul#page-nav li {
	display: inline;
	line-height: 28px;
	padding: 0 10px;

}


ul#page-nav li a {
	color: #ffffff;

}

ul#page-nav li a:hover {
	text-decoration: none;
}

/************** Category Navigation *************/

ul#category-nav {
	float: left;
	margin-left: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background: url(images/category_nav_bg.png);
    border: 1px solid #ffffff;
	width: 930px;
}

ul#category-nav li {
	position: relative;
	float: left;
	line-height: 40px;


}

ul#category-nav li a {
    color: #ffffff;
	font-weight: bold;
	display: block;
	text-align: center;
    padding: 0 10px;

}

ul#category-nav li a:hover {
	text-decoration: none;
   	background: url(images/post_body_bg.png) 0 0 repeat-x;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

/************** Post *************/

.post {
	border: 1px solid #ffffff;
	padding: 15px;
    margin-bottom: 20px;
    background: url(images/post_body_bg.png) 0 0 repeat;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

}

.post-image {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;
    background-image: url(images/post_thumbnail.png);
    border: 1px solid #ffffff;
}

.post-body h1, .post-body h2, .post-body h3,
.post-body h4, .post-body h5, .post-body h6 {
  clear: both;
}


.post-body .post-labels a,
.post-body .post-author a {
	color: #000000;

}

.post-body .post-labels a:hover,
.post-body .post-author a:hover {
	color: #ffffff;

}

.post .post-header {
	margin-bottom: 5px;
}

.post .date-header {
	float: left;
	width: 60px;
	height: 48px;
	background: url(images/post_body_bg.png);
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 1px 0 6px 0;
    line-height: 22px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border: 1px double #ffffff;



}

.post .post-title {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0 0 0 10px;
}


.post .post-comment-link {
	float: right;
	width: 58px;
	height: 30px;
    margin-bottom: 20px;
	background: url(images/post_body_bg.png);
	line-height: 22px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border: 1px double #ffffff;

}

.post .post-comment-link a {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
	display: block;

}

.post-body ul {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0.5em 0;
}

.post-body ol {
  list-style: decimal;
  margin: 0 0 0 30px;
  padding: 0.5em 0;

}

.post-body dl {
  margin: 0 10px;
  padding: 0.5em 0;

}
.post-body dt {
  font-weight: bold;
  padding: 0.7em 0;
}

.post-body dd {
  margin: 0 10px;
  padding: 0 1em 0 1em;
  border-left: 1px solid #ffffff;
}

.post .ads-above {
  float: left;
  margin: 10px 10px 10px 0;
}

.post .ads-below {
  width: 470px;
  margin: 10px auto;
}


.post .related-posts {
  float: left;
  width: 275px;
  margin-right: 10px;
}


.related-posts p {
  padding: 0;
}


#bookmarkus{
    float: left;
	width: 300px;
	overflow: hidden;

}

#bookmarkus img{
	float: left;
	display: inline;
	margin: 15px 5px 15px 0;
    border: none;
    width: 45px;
    height: 45px;
}


/************** Sidebar Wrapper *************/

#sidebar-wrapper .widget {
  margin: 0 0 20px 0;
  padding: 0 15px;
  background: url(images/post_body_bg.png);
  border: 1px solid #ffffff;
  list-style: none;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;

}

#sidebar-wrapper .widget_tag_cloud {
  padding-bottom: 15px;
}


#sidebar-wrapper #search,
#sidebar-wrapper #advertise,
#sidebar-wrapper .textwidget {
  margin: 0 0 20px 0;

}

#sidebar-wrapper h3,
#sidebar-wrapper h2 {
  font-size: 1.85em;
  text-align: left;
  color: #000000;

}

#sidebar-wrapper .widget ul {
	margin-bottom: 20px;
}

#sidebar-wrapper .widget li {
	padding: 0.2em 0;
	border-bottom: 1px solid #ffffff;

}

#sidebar-wrapper .widget li a {
	display: block;
	padding: 0.2em 0;

}

#sidebar-wrapper .widget li:hover,
#sidebar-wrapper .widget li a:hover {
	text-decoration: none;
	background: url(images/post_body_bg.png);
    color: #000000;

}


/************** Search *************/

.search-holder {
  margin: 10px 0;
}


#search {
	width: 259px;
	height: 35px;
    background-Image: url(images/search_bg.png) 0 0 no-repeat;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border: 1px solid #ffffff;
}


#search p {
	margin: 0;
	padding: 0;
}

#search #s {
	width: 210px;
	font-size: 20px;
	color: #000000;
	margin: 4px 4px 0 4px;
	padding:1px;
	float: left;
    background: url(images/post_body_bg.png);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

}


#search #searchbtn{
	margin-top: 4px;
	margin-right: 7px;
	float: right;
}

/************** RSS *************/

#subscribe img,
#advertise img{
	border: none;
	display: inline;
}

#easyTooltip{
	padding:5px;
	border:1px solid #ffffff;
	background: url(images/post_body_bg.png);
    font-weight: bold;
	}


/******* Calender ************************/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto;
	width: 270px;
    padding-right: 10px;
}

#wp-calendar th {
  text-align: center;

}


#wp-calendar #next a {
	text-align: right;
}

#wp-calendar #prev a {
	text-align: left;
}

#wp-calendar a {
	display: block;
    font-weight: bold;

}

#wp-calendar caption {
	text-align: center;
	width: 100%;
    font-weight: bold;
    text-transform: uppercase;

}

#wp-calendar td {
	text-align: center;
    padding: 3px 0;

}




/******* Blog Pager ************************/

.blogpager {
    margin-bottom: 20px;

}

.wp-pagenavi {

  font-weight: bold;
  padding: 20px 0;
}

.wp-pagenavi a,
span.pages,
span.current {
  padding: 3px;
  border: 1px solid #ffffff;
  margin: 3px;
  clear: both;
}

.wp-pagenavi a:hover {
  background: url(images/post_body_bg.png);
  text-decoration: none;
}


span.pages {
  background: url(images/post_body_bg.png);

}

span.current {
  background: url(images/post_body_bg.png);
  color: #000000;
}


/********* Comments *********************************/

#comments_template {
	margin-top:20px;
}

ol#comments {
	margin-top:10px;

}
ol#comments li {
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border: 1px solid #ffffff;
    background: url(images/post_body_bg.png);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

ol#comments .comment_info img {
  float: left;
  margin: 10px;

}

ol#comments .comment_info h4,
ol#comments .comment_info p {
  font-size: 0.9em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: 10px;

}

ol#comments .comment_info p a{
  font-weight: normal;
}


ol#comments .the_comment {
  margin: 0 10px 10px 10px;
  word-wrap: wrap;
  clear: both;

}

ol#comments .avatar {
	padding: 3px;
    margin: 5px;
    border: 1px solid #ffffff;
}

ol#comments small a {
	font-weight:normal;
	color:#999999;
}

#comments_template form input,
#comments_template form textarea {
    background: url(images/post_body_bg.png);
    padding: 5px 0;
    border: 1px solid #ffffff;
    overflow: hidden;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

}

#comments_template form #submit {
  width: 130px;
  border: 1px solid #ffffff;
  padding: 7px 0;
  background: url(images/post_body_bg.png);
  margin-top: 5px;
  font-weight: bold;
  color: #000000;
  -moz-border-radius:10px;
    -webkit-border-radius:10px;

}


#comments_template label p {
  font-size: 0.8em;
  padding: 0;
  margin: 0;

}


ul.commentlist {
	margin:20px 0px;
	padding: 0px;

}

ul.commentlist li {
	margin-bottom: 20px;
	padding:10px 5px 30px 90px;
	position:relative;
	list-style:none;
	border:1px solid #ffffff;
	background: url(images/post_body_bg.png);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

}

ul.trackbacklist li {
        padding: 10px;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
    padding: 3px;
	border:1px solid #ffffff;
}

ul.commentlist .commentmetadata {
	display: none;
}

ul.commentlist .comment-author .fn {
  font-weight: bold;
}


ul.commentlist ul  {
	margin-top: 30px;

}
ul.commentlist ul li {
	border: 0px;
    margin-right: -5px;
    background: url(images/post_body_bg.png);
	padding-bottom:0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

}


ul.commentlist .comment-reply-link {
  float: right;
  padding: 5px;
  margin: -3px 5px 0 0;
  border: 1px solid #ffffff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

ul.trackbacklist .comment-reply-link {
       display: none;
}

/************** Footer Wrapper *************/

#footer-wrappera,
#footer-wrapperb {
    width: 900px;
    margin: 0 auto;
}

#footer-wrappera {
  margin-bottom: 5px;
}


#footer-wrappera .container,
#footer-wrapperb .container {
  margin-left: -10px;
  width: 930px;
  background: url(images/post_body_bg.png);
  border: 1px solid #ffffff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;

}

#footer-wrappera .widget-footer {
	width: 290px;
	margin: 10px 0 20px 0;
    padding: 0 10px;
	float: left;
}

.widget-footer h3 {
  font-size: 1.85em;
  text-align: left;
  color: #012035;

}

#footer-wrappera li {
	padding: 0.2em 0;
    border-bottom: 1px solid #ffffff;
    
}


#footer-wrappera li a {
	display: block;
	color: #000000;
	padding: 0.2em 0;

}

#footer-wrappera #recent-comments li a {
  display: inline;

}

#footer-wrappera #recent-comments li:hover {
    background: url(images/post_body_bg.png);

}

#footer-wrappera #recent-comments li a:hover {
    background: none;

}

#footer-wrappera li a:hover {
	text-decoration: none;
    background: url(images/post_body_bg.png);

}


#footer-wrapperb p {
	text-align: center;
	padding-top: 0.5em;
	color: #000000;
    font-size: 0.95em;

}

#footer-wrapperb p a {
	color: #000000;
}

h1{
margin : 0px;
padding: 0px ;
}

h1 a{

font-size:33px;
color: #FFFFFF;
}

.post-body a{
	color: #fff;
}
