/*
Theme Name: Elegent Designs Gallery
Theme URI: www.elegentdesigns.com/themes2/?preview_theme=Elegent_Designs_Gallery
Description: An Elegent Design with a simplistic 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: #000000;
	text-decoration: none;
}

a:hover {
	color: #0687ae;
	text-decoration: underline;
}


a img, img {
	border: none;
  	display: block;
	border: 1px solid #99987b;

}




/************** 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 #CCC; 
  margin-bottom: 20px;

}


.textcenter {
  text-align: center;
}

.gap {
  margin-bottom: 20px;
}




/************** Basic Layout *************/

body {
	background: #efecca url(images/body_bg.png) 0 0 repeat-x;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#header-wrapper {
	width: 940px;
	height: 170px;

}

#logo {
	height: 100px;
    margin-left: 10px;
background: url(images/logo.png) 0 0 no-repeat;
    
}

#logo h1 {
    line-height: 70px;
    text-indent: -9999px;
}


#logo h1 a {
    font-size: 1.7em;
    color: #ffffff;
    margin-top: 50px;

}

#logo h1 a:hover {
    text-decoration: none;
    color: #ffffff;

}


#logo img {
  border: none;
}


#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;
}

#footer-wrappera {
	background: #bbbc8c url(images/footer_bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #efecca;
}

#footer-wrapperb {
	background-color: #004040;
}


/************** 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;
	border-left: 1px solid #99987b;
	border-right: 1px solid #c4c1a2;
}

ul#category-nav li {
	position: relative;
	float: left;
	line-height: 40px;
	width: 150px;

}

ul#category-nav li a {
	color: #ffffff;
	display: block;
	text-align: center;
	border-left: 1px solid #c4c1a2;
	border-right: 1px solid #99987b;
}

ul#category-nav li a:hover {
	text-decoration: none;
	background: url(images/category_nav_hover.png) 0 0 repeat-x;
}

ul#category-nav li ul {
	display: none;
	position: absolute;
	width: 150px;
	top: 40px;
	left: 0;
	background-color: #99987b;
}

ul#category-nav li:hover ul {
	display: block;
}

ul#category-nav li:hover ul ul {
	display: none;
}

ul#category-nav li ul ul {
	display: none;
	position: absolute;
	width: 150px;
	top: 0px;
	left: 150px;
	background-color: #99987b;
}

ul#category-nav ul li:hover ul {
	display: block;
}


/************** Post *************/

/************** Index Page *******/

.thumbgallery {
  width: 280px;
  height: 275px;
  float: left;
  margin: 0 8px 15px 0;
  padding: 0 10px;
  border: 1px solid #99987b;
  background: #ffffff url(images/post_header_gradient.png) 0 0 repeat-x;
}

.altthumbgallery {
  margin-right: 0;
  margin-left: 8px;
}


.post-image {
	float: left;
	background-image: url(images/post_thumbnail.png);
        background-repeat: no-repeat;
}

.post-image img {
  width: 278px;
  height: 200px;
}


.thumbgallery .post-header {
	margin-bottom: 5px;
    border-bottom: 1px solid #99987b;
}

.thumbgallery .date-header {
  float: left;
}

.thumbgallery .post-header p {
  padding: 0.5em 0 0 0;
}


.thumbgallery .post-title {
    font-size: 1em;
    text-align: center;
}

.thumbgallery .post-comment-link {
    float: right;
}

.thumbgallery .post-comment-link a {
   	font-size: 1em;
	color: #000000;

}

/************** Single Post Page *******/

.post {
	border: 1px solid #99987b;
	background: #ffffff url(images/post_header_gradient.png) 0 0 repeat-x;
    margin-bottom: 20px;
	padding: 15px;

}


.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: #0687ae;

}


.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 #0687ae;
}

.post .ads-above {
  float: left;
  margin: 10px 10px 10px 0;
}

.post .ads-below {
  width: 470px;
  margin: 10px auto;
}

.post .related-posts .relatedthumb {
  float: left;
  margin: 5px 15px 5px 0;
}


.post .related-posts .relatedthumb img {
  width: 100px;
  height: 100px;

}


.related-posts p {
  padding: 0;
}


#bookmarkus{
    float: left;
	overflow: hidden;

}

#bookmarkus img{
	float: left;
	display: inline;
	margin: 15px 5px 15px 0;
    border: none;
    width: 45px;
    height: 45px;
}

/************** Demo and Other Infor *************/

.post-body a.demo,
.post-body a.leavecomment {
    display: block;
    float: left;
    width: 120px;
    margin: 20px 20px 20px 0;
    padding: 5px;
    border: 1px solid #99987b;
    background-color: #efecca;
    text-align: center;
    font-weight: bold;
    color: #0687ab;
}

.post-body a.leavecomment {
    margin-right: 0;
}


/************** Sidebar Wrapper *************/

#sidebar-wrapper {

}

#sidebar-wrapper .widget {
  margin: 0 0 20px 0;
  padding: 0 15px;
  background: url(images/post_header_gradient.png) -10px -10px repeat-x;
  background-color: #ffffff;
  border: 1px solid #99987b;
  list-style: none;

}

#sidebar-wrapper .widget_tag_cloud {
  padding-bottom: 15px;
}


#sidebar-wrapper #search,
#sidebar-wrapper #subscribe,
#sidebar-wrapper #advertise,
#sidebar-wrapper .textwidget {
  margin: 0 0 20px 0;

}

#sidebar-wrapper #quoteoftheday p {
  padding-bottom: 0;
  font-style: italic;
}

#sidebar-wrapper #quoteoftheday .quote-header {
  display: none;
}
 
#sidebar-wrapper #quoteoftheday .quote-author {
  font-weight: bold;
  text-align: right;
  display: block;
  margin-bottom: 5px;

}

#sidebar-wrapper #quoteoftheday p.quote-sponsor {
  padding: 0;
  margin: 0 0 20px 0;
  font-style: normal;
}

#sidebar-wrapper #quoteoftheday p.quote-sponsor a {
  font-weight: normal;
  
}

#sidebar-wrapper h3,
#sidebar-wrapper h2 {
  font-size: 1.85em;
  text-align: left;
  color: #0687ae;

}

#sidebar-wrapper .widget ul {
	margin-bottom: 20px;
}

#sidebar-wrapper .widget li {
	padding: 0.2em 0;
	border-bottom: 1px solid #CCC;

}

#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-color: #f9f9ed;
}


/************** Search *************/

.search-holder {
  margin: 10px 0;
}


#search {
	width: 259px;
	height: 35px;
	background-Image: url(images/search_bg.png);
    background-repeat: no-repeat;
}


#search p {
	margin: 0;
	padding: 0;
}

#search #s {
	width: 210px;
	font-size: 20px;
	color: #c4c1a2;
	margin: 4px 4px 0 4px;
	padding:1px;
	float: left;
	background-color: #f9f9ed;

}


#search #searchbtn{
	margin-top: 4px;
	margin-right: 7px;
	float: right;
}

/************** RSS *************/

#subscribe img,
#advertise img{
	border: none;
	display: inline;
}

#subscribe img {

}

#advertise img {

}

#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
	}

/******* 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 #99987b;
  margin: 3px;
  clear: both;
}

.wp-pagenavi a:hover {
  background-color: #c6c6a1;
  text-decoration: none;
}


span.pages {
  background-color: #c6c6a1;

}

span.current {
  background-color: #99987b;
  color: #ffffff;
}


/********* 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 #99987b;
    background-color: #ffffff;
}

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 #99987b;
}

ol#comments small a {
	font-weight:normal;
	color:#999999;
}

#comments_template form input,
#comments_template form textarea {
    background-color: #f9f9ed;
    padding: 5px 0;
    border: 1px solid #99987b;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

#comments_template form #submit {
  width: 130px;
  border: 1px solid #99987b;
  padding: 7px 0;
  background-color: #c6c6a1;
  margin-top: 5px;
  font-weight: bold;
  -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 #99987b;
	background-color: #ffffff;

}

ul.trackbacklist li {
        padding: 10px;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
    padding: 3px;
	border:1px solid #99987b;
}

ul.commentlist .commentmetadata {
  font-size: 10px;
  display: inline;
  text-align: right;	
}

ul.commentlist .comment-author .fn {
  font-weight: bold;
}


ul.commentlist ul  {
	margin-top: 30px;

}
ul.commentlist ul li {
	border: 0px;
    margin-right: -5px;
    background-color: #ffffff;
	padding-bottom:0px;

}


ul.commentlist .comment-reply-link {
  float: right;
  padding: 5px;
  margin: -3px 5px 0 0;
  border: 1px solid #99987b;
}

ul.trackbacklist .comment-reply-link {
       display: none;
}



/************** Footer Wrapper *************/

#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: #0687ae;

}

#footer-wrappera .widget-footer ul {
    border-bottom: 1px solid #c6c6a1;
    border-top: 1px solid #99987b;
}


#footer-wrappera li {
	padding: 0.2em 0;
	border-top: 1px solid #c6c6a1;
    border-bottom: 1px solid #99987b;
}


#footer-wrappera li a {
	display: inline;
	color: #ffffff;
	padding: 0.2em 0;



}

#footer-wrappera li a:hover {
	text-decoration: none;
}


#footer-wrapperb p {
	text-align: center;
	padding-top: 0.5em;
	color: #ffffff;

}

#footer-wrapperb p a {
	color: #ffffff;
}

