/*
Theme Name: dobin
Theme URI: http://www.meltingpx.com
Description: <p>dobin CMS website template</p>
Version: 1.0
Author: ram
Created Date:7/11/2010

Author URI: http://www.meltingpx.com/

*/
/* ________________________________________________________________________________________________________________

                                                  @ GENERAL TYPOGRAPHY
   ________________________________________________________________________________________________________________ */
   
html,body{height:100%}
body{
	background-repeat:repeat-x;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#9a9a9a;
	line-height:21px;
	background-image: url(images/header.png);
	background-repeat:repeat;
}


*{
	margin:0;
	padding:0;
}

/* General Styling */
blockquote {
	padding:20px;
	background-color:#eee;
	border-left:5px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
	font-style: italic;
	color:#666;
}

p, span {
	margin-bottom:20px;
	margin-top:10px;
}

/* headings
------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal;
	color:#666;
	font-weight:bold;

}
h1{
	font-size:35px;
	line-height:30px;
	margin-bottom:10px;

}
h2{
	font-size:30px; 
	line-height:28px; 
	margin-bottom:10px;
	
}
h3{
	font-size:25px; 
	line-height:20px; 
	margin-bottom:10px;
	
}
h4{
	font-size:20px; 
	line-height:18px; 
	margin-bottom:8px; 
	font-weight:bold;
}
h5{
	font-size:15px; 
	margin:3px 0px; 
	padding:0px; 
}
h6{
	font-size:10px; 
	margin:3px 0px; 
	padding:0px; 
}


hr {
	border: 0 #eee solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

ul.links, .archieves{
list-style-type:none;
}

.linkcat, .linkcat ul li{
list-style:none;

}

/* lists Styles
------------------------------------------------------*/
ol.ol li {
background-image: url(images/orderd-list.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding:5px 20px 5px 30px;
margin: .1em 0;
list-style:none;
}

ul.ul, ol.ol {
margin-top:20px;
}

ul.ul li {
background-image: url(images/unorder-list.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding:5px 20px 5px 30px;
list-style:none;

}
/* Images
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	width:auto;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
	width:auto;
}
.alignleft2{
	float: left;
	margin: 0 10px 10px 0;

}
a img {
	border:none;
}

/* hyper links
--------------------------------------*/

a:link, a:visited { color: #0a86f2; text-decoration: none; }
a:hover, a:active { color: #555555; }

/* misc
----------------------------------------*/
.divider-small{
	height:38px;
	border-bottom:1px solid #ddd;	
	clear:both;
}

	
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.img-border-slider {
	padding:8px;
	background-color:#f4f4f4;
	border:1px solid #fff;

}

.img-border1 {
	padding:8px;
	background-color:#f4f4f4;
	border:1px solid #fff;
}

.portfolio1 .column4 img{
border:1px solid #ccc;
}

.img-border2 {
		padding:4px;
	background-color:#fff;
	border:1px solid #eee;
}
.img-border3 {
		padding:2px;
	background-color:#fff;
	border:1px solid #eee;
}

.img-border4 {
		padding:11px;
	background-color:#fff;
	border:1px solid #eee;
}

/*read more  button style*/
.read-more{
	background-image: url(images/elements.png);
	background-position: -156px -34px;
	height: 20px;
	width: 91px;
	display:block;
	margin-top:10px;

}
.read-more:hover{
	background-image: url(images/elements.png);
	background-position: -156px -62px;
	height: 20px;
	width: 91px;
	display:block;
}

/* Logo
-----------------------------------------------------*/
#logo{
float:left;
width:20%;
display:block;

}

/*start header section*/
#header-wrap{
	margin:0 auto;
	width:100%;
	padding-top:20px;




}
#header{
	margin:0 auto;
	width:978px;
	position:relative;
	height:90px;
	z-index:111;
}

.divider-top{
background-color:#fff;
height:1px;
border-top:1px solid #ccc;
clear:both;
width:100%;
margin:0 auto;
}

.latest-photos-title-desc-wrap{
margin-top:40px;
margin-bottom:30px;
float:left;
width:100%;
}

.latest-photos-title{
float:left;
display:block;
margin-right:40px;
}

.latest-photos-desc{
width:70%;
float:left;
border-left:1px solid #ccc;
padding-left:30px;

}
.latest-photos-desc h5{

color:#999 !important;

}


/* Search box style*/
#search-box{
float:right;
position: absolute;
z-index:1;
right:0px;
top:74px;

}

#search-box form input{
	width:260px;
	height:29px;	
	color:#333;
	float:left;
	border:none;
	background-image: url(images/elements.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position:-956px -16px;
	padding-left:10px;
	line-height:29px;

}
#search-box form #submit-search{
	border:none;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:25px;
	height:16px;
	cursor: pointer;
	position:absolute;
	right:5px;
	top:7px;
	display:block;
}
#search-box form #submit-search:hover{
	border:none;
	background-image: url(images/search-icon-ho.png);
	background-repeat: no-repeat;
	background-position: center center;	
	cursor: pointer;

}



/* services 
--------------------------------------------------------------------------------------------------*/

.servicesbox			{ margin:0; padding:20px 20px 0px 0px; overflow:hidden; height:100%; clear:both;}
.servicestext h3 span	 	{ display:block; margin-bottom:0px;}
.servicesicon			{ vertical-align:top; float:left; width:148px;}
.servicestext p				{ margin-left:148px; margin-top:0px; padding-top:0px;}



/* Portfolio styles 
--------------------------------------------------------------------------------------------------*/

.portfolio, .portfolio1, .portfolio2, .portfolio3, .portfolio4, .portfolio5,  .gallery{
list-style:none;
}

.portfolio .column4{
float:left;
margin-bottom:30px;
min-height:370px;
}
.portfolio p{
margin-top:0px;

}
.portfolio1{
width:100%;
margin-top:30px;
position:relative;
}


.portfolio1 p{
margin:0px;
}
.portfolio1 .title{
position:absolute;
left:0px;

bottom:10px;
z-index:111;
float:left;
background-color:#f4f4f4;
margin-left:5px;
padding:3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


}
.portfolio1 .title a{
color:#999;
}

.portfolio1 .title a:hover{
color:#666;
}

.portfolio1 li, .portfolio3 li{
margin-bottom:20px;
position:relative;
}

.portfolio2 li{
margin-bottom:20px;
min-height:450px;
}
 .portfolio2-img-left li,  .portfolio2-img-right li{
margin-bottom:20px;
min-height:300px;
}

/*Testimonial*/
#testimonial{


}
.testimonial-body{
	float: left;
	background-image: url(images/testimonial-bg-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:70px;
	padding-top:30px;
	padding-right:30px;
	display:block;
	width:628px;
}

.testimonial-bg-bottom{
	background-image: url(images/testimonial-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:685px;
	height: auto;
	display:block;
	float:left;
	margin-left:43px;

}
.client-name{
	float:right;
	text-align:right;
	font-style: italic;
	}

/* sidebar style 
--------------------------------------------------------------------------------------------------*/
.sidebar{
border:1px solid #ccc;
float:left;
margin-bottom:20px;
width:100%;
}
.sidebar-inner{
padding:9.8%;
margin:0 auto;
background-color:#f0f0f0;
border:1px solid #fff;
}
.sidebar a{
color:#4083a9;

}
.sidebar .widget-container ul.menu li a{
color:#990000;
} 

.sidebar-gallery li{
float:left;
margin-right:7px;
margin-bottom:7px;

}


.sidebar-gallery li img{
float:left;
}

/* Blog style 
--------------------------------------------------------------------------------------------------*/
.post{
margin-bottom:30px;

}
.post a:link, .post a:visited{
color:#2a2a2a;
}
.post a:hover{
color:#666;
}

p.postmetadata{
font-size:11px;
position:relative;
display:block;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
background-color:#fff;
padding:5px;


}

.vcard {
	background-image: url(images/author.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}

span.blog-comments{
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	

}
span.blog-cat{
	background-image: url(images/folder.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	

}
/* Sidebar
--------------------------------------------------------------------------------------------------*/

/* Widget Areas
------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;	
}

.widget-area ul  {
	list-style: none;
}
.widget-container {
margin-bottom:30px;
width:100%;
overflow:hidden;


}
.sidebar-inner li div{
margin:0px;
padding:0px;
}

/* @ comments style
----------------------------------------------------------------------------------------------------*/
#comments {
	clear: both;
	
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {

	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;

}
.commentlist li.comment {
	border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	margin: 0 0 24px 0;
	padding: 20px 0 0 96px;
	position: relative;
	background-color:#fff;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 24px;
	left: 20px;
}
.comment-author {
}
.comment-author cite {
	color: #303030;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;	
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* comments Form
-----------------------------------*/
input[type=submit] {
	color: #ccc;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:65%;
	background-color:#eee;
	border:1px solid #ccc;
	padding:5px;
	color:#333;
	display:block;

}
#respond textarea {
	width:98%;
		background-color:#eee;
	border:1px solid #ccc;
		padding:5px;
		color:#333;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


.avatar {
	padding:5px;
	background-color:#eee;
	border:1px solid #ccc;
	float:right;
	width:auto;


}



/* @ Pagination    style
------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	margin-top:20px;

}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 3px 10px;
	margin: 2px;
	color:#666;
	background-image: url(images/wp-pagenav-bg.png);
	background-repeat: repeat-x;
	display:block;
	float:left;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #ccc;
	background-color:#fff;
	color:#999;

}

.wp-pagenavi span.current {
	font-weight: bold;
}

.query-submit{
	background-image: url(images/elements.png);
	background-position: -136px -128px;
	width:978px;
	height:65px;
}
.query-submit span{
font-size:2em;
padding-left:20px;
line-height:65px;
color:#ccc;

}
.query-submit span strong{
float:right;
padding-right:20px;
color:#fff;






}

/* @ FOOTER STYLE  style
---------------------------------------------------------------------------------------*/
.footer-wrap{
	margin:0 auto;
	color:#666;
	width:100%;

}
#footer{
width:978px;
margin:0 auto;
position:relative;
padding:20px 0px;
}
#footer p{
margin:0;
}

/*socila medai icons*/
ul.social-icons {
	padding:0;
	text-align:right;
	margin:0px;
}

ul.social-icons li {	
	height:16px;
	width:16px;
	margin:0;
	padding:0;
	margin-left:10px;
	list-style:none;
	padding-top:15px;
	display:inline;
}

ul.social-icons li a {
	outline: 0;
} 

ul.social-icons li a img {
	position:relative;
} 

ul.social-icons li:first-child {
	margin-left:0;
}


/*image and video icons for gallery*/

.hover_video{ 
	position: absolute;
	background:transparent url(images/video.png) no-repeat 54% center;}
	 
.hover_image{ position: absolute; background:transparent url(images/image.png) no-repeat 54% center;}

ul.gallery li a img, ul#slideshow1 li a{ position:relative; z-index:2; }

ul.gallery li a img, .column4 img, ul#slideshow1 li a{ position:relative; z-index:2; }


