/*
Theme Name: dWaterDrops
Theme URI: http://www.wpyag.com/free-wordpress-themes/free-web-2-0-theme-dwaterdrops/
Description: A wordpress theme made by <a href="http://www.wpyag.com/">WordPress Yag</a>.
Version: 1.0
Author: TechYag
Author URI: http://www.techyag.com/
Tags: blue,black, dark, custom header, fixed width, two columns, widgets

dWaterDrops WordPress Theme
http://www.wpyag.com/free-wordpress-themes/free-web-2-0-theme-dwaterdrops/
This theme is designed by TechYag Admin.
*/

/* +===========================================+
           Body
   +===========================================+ */
body {
    background: #448ebf url(images/bg.jpg) no-repeat top;
	background-attachment:fixed;
	font-size: 13px;
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	color: #fff;
	height: 100%;
    width: 1000px;
	margin: 0px auto;
    padding: 0px;
	}

/* +===========================================+
           General wordpress CSS
   +===========================================+ */
.clear {
clear: both;
}
.clearleft { clear:left; }
	
img {
	border: 0;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #a6b8c3;
		}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a6b8c3;
	}

img.alignright {
    display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #a6b8c3;
	}

img.alignleft {
    display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #a6b8c3;
	}
	
.entry img {
  max-width: 660px;

}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

blockquote {
   	padding:10px 10px 10px 20px;
	font-style:italic;
	margin:10px 0;
	background:#192831 url(images/quote.png) no-repeat;
	color: #8c8c8c;
}


code {
  font-family: Consolas, Monaco, monospace;
  font-size: 10px;
 padding: 1px 3px;
}

del { color: #fff; text-decoration: line-through; }

em { font-style: italic; }

hr {
border: 0;
color: #65421c;
background: #d8d8d8;
height: 1px;
}

a { 
text-decoration: none; 
color: #001d38;
}

a:link, a:visited {
 color: #082b53; 
 }
 
a:focus, a:hover, a:active {
 color: #556201; 
 }

del {
 color: #fff; text-decoration: line-through; 
 }

 
em {
 font-style: italic; 
 }

input { 
vertical-align: middle; 
}

ins {
color: #fff; text-decoration: none; 
}

small {
 font-size: 0.8em; 
 }
 

 
sub, sup {
 font-size: 0.7em; 
 }

.aligncenter, div.aligncenter {
 display: block; 
 margin-left: auto; 
 margin-right: auto; 
 }
 
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.entry div.alignleft {
 float: left; margin: 0 10px 10px 0; 
 }


.wp-caption {
  background-color: #bcbbbb;
  border: 1px solid #aeadad;
  overflow: hidden;
  padding: 3px;
  font-color: #fff;
}

.wp-caption img {
 border: 0 none; 
 margin: 0; 
 padding: 0; 
 font-color: #fff;
 }

.wp-caption p.wp-caption-text {
   font-size: 13px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   font-color: #fff;
}

/* +===========================================+
           Page menu
   +===========================================+ */
 #page-menu{
	width: 1000px;
	height: 50px;
	margin: 0px 0 30px 0px;
		}

ul#page-list {
margin: 0;
padding: 0;
white-space: nowrap;
float:left;
width:1000px;}

ul#page-list li {
display:inline;
font-size:13px; 
}

ul#page-list li a {
background: url(images/menu-bg.png) no-repeat top;
height: 22px;
width: 90px;
text-decoration:none; 
color:#fff;
margin-right: 15px;
padding-top: 6px;
float:left;
text-align: center;
font-weight: bold;

}

ul#page-list li a:link, ul#navlist li a:visited {
text-decoration: none;
}

ul#page-list li a:hover {
background: url(images/menu-bg-h.png) no-repeat top;
text-decoration: none;

} 


/* +===========================================+
           Header
   +===========================================+ */
   /* General Header */
   
#header{
width: 1000px;
height: 150px;
}

#header .logo {
	padding-top: 30px;
	}

#header .description {
	position: relative;
	color: #c9d8e6;
	font-size: 14px;
	


	}
	
	
/* Start search Box*/

#search-box {
background:url(images/search-box.png);
width:200px;
height:25px;
float:right;
margin-right:8px;
margin-top: 15px;
}

.search-box-input {
font-size:12px;
color:#fff;
background:transparent;
float:left;
padding: 4px 0 0 5px;
width:170px;
height:22px;
border:0px;


}
.search-box-submit { 
float:left; 
}

			
				
/* +===========================================+
          Complete Content
   +===========================================+ */
#complete-content{
	margin: 0px auto;
	width: 1000px;	
}

/* +===========================================+ 
    Post Area
   +===========================================+ */  
#post-area {
float: left;
width: 680px;
}

/* +===========================================+ 
    Post top, body, bottom
   +===========================================+ */  
.post-top {
background: transparent url(images/post-top.png) no-repeat;
width:680px;
height:10px;
float: left;

}

.post-body {
background: url(images/post-body.png) repeat-y;
width:680px;
float: left;

}

.post-bottom {
background: transparent url(images/post-bottom.png) no-repeat;
width:680px;
height:12px;
margin-bottom: 30px;
float: left;
}

/* +===========================================+ 
    Post title
   +===========================================+ */  
.post-title {
width:680px;

}

.post-title h1 {
font-family: calibri,Candara, arial;
margin-left: 10px;
font-size:20px;
font-weight:bold;
display:inline;
}

.post-title h1 a{
color: #e1e1e1;
text-decoration: none;

}

.post-title h1 a:hover{
color: #aaaaaa;
text-decoration: none;
}

/* +===========================================+ 
    Post details
   +===========================================+ */  
.comment-ballon{
background: url(images/comment-ballon.png) no-repeat;
width:32px;
height:32px;
text-align:center;
font-size: 16px;
float: right;
padding-top: 3px;
margin-right: 10px;
font-color: #ffffff;
}

.comment-ballon a{
color: #000000;

}

#under {
width: 664px;
height: 30px;
background: url(images/under.png) no-repeat;
margin-top: 2px;
padding-top: 7px;
padding-left: 15px;
color: #ffffff;

}

#under a {
color: #1c5d61;

}

#under a:hover {
color: #0c787f;

}

.category{
	padding:2px 5px 2px 15px;
	background:url(images/category.png) no-repeat;
	margin-left:0px;
	font-size: 12px;
	}

.tag{
	padding:2px 5px 2px 22px;
	background:url(images/tag.png) no-repeat;
	font-size: 12px;
	}

.post-meta {
	width: 150px;
	margin-left: -160px;
	text-align: right;
	display: inline;
	float: left;
}


/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 25px;
	font-size: 25px;
	border-right: #15394f 1px solid;
	padding-right: 5px;
	color: #082537;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #001b2d;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	line-height: 22px;
	padding: 1px 20px 1px 0;
	color: #d0dee7;
}

.post-meta h4.author {
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 32px;
padding-top: 0px;
background: url(images/user.png) no-repeat right 2px;

}


/* +===========================================+ 
    the content
   +===========================================+ */ 
.the-content {
text-align: justify;
font-size: 15px;
font-family: calibri,Candara, Verdana, Arial, Helvetica, sans-serif;
color: #fff;
line-height: 1.5em;
padding-left: 10px;
padding-right: 10px;

}

.the-content a{
	color: #0c787f;
	text-decoration: none;

}

.the-content a:hover{
	color: #acf6fd;

}

.the-content h1 {
	font-size: 26px;
	line-height: 1.2; 
	margin: 0.3em 0 10px;
	color: #fff;
	}

.the-content h2 {
	font-size: 22px;
	color: #fff;
	line-height: 1.3; 
	margin: 1em 0 .2em;
	background: transparent;
	padding-left: 0px;
}

.the-content h3 {
	font-size: 18px;
	color: #fff;
	line-height: 1.3; 
	margin: 1em 0 .2em;
	background: transparent;
	padding-left: 0px;
	padding-bottom: 0px;
	}

.the-content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 1.33em 0 .2em;
	color: #fff;
}

.the-content h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 1.67em 0;
	color: #fff;
}

.the-content h6 {
	font-size: 10px;
	font-weight: bold;
	margin: 1.67em 0;
	color: #fff;
	
}



.the-content ol li {
	line-height: 1.5em;
	color: #fff;
	font-size: 13px;
}

.the-content ul li {
	line-height: 1.5em;
	color: #fff;
	font-size: 13px;
}


/* +===========================================+ 
    sidebar
   +===========================================+ */
.sidebar {
background: transparent;
width: 300px;
overflow:hidden;
float: right;
   }
   
 .sidebar-top{
background:url(images/sidebar-top.png) no-repeat;
width:300px;
height:12px;
}

.sidebar-ads-top {
background:url(images/sidebar-ads-top.png) no-repeat;
width:300px;
height:12px;
}
 .sidebar-body{
background:url(images/sidebar-body.png) repeat-y;
width:300px;
}

.sidebar-bottom {
background:url(images/sidebar-bottom.png) no-repeat;
width:300px;
height:12px;
margin-bottom: 20px;
}

.sidebar-line {
background:url(images/sidebar-line.png) no-repeat;
width:300px;
height:5px;
}

.sads {
  margin-top: 0px;
  }

#sideb{
    background: transparent;
	width: 300px;
	color: #3d3d3d;
	}

 #stitle{
    background: transparent;
	width: 300px;
}

#stitle h2 {
font-size:16px;
color:#fff;
display:inline;
margin-left: 20px;
}

#sidebar-update {
background: url(images/update.png) no-repeat;
height: 80px;
width: 300px;
padding-left: 100px;
line-height: 25px;
}

#sidebar-update a{
color: #cbcbcb;
text-decoration: none;
}

#sidebar-update a:hover{
color: #00101a;
}


#sideb ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sideb ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	
}

#sideb ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sideb ul li li {
background: url(images/side-arrow.png) no-repeat top left;
    padding: 5px 0px 5px 28px;
}
	
#sideb ul li ul li {
background: url(images/side-arrow.png) no-repeat top left;
    padding: 5px 0px 5px 28px;
	}

#sideb ul li li:hover {
background: url(images/side-arrow-h.png) no-repeat top left;

    

}
	
#sideb ul li ul li:hover {
background: url(images/side-arrow-h.png) no-repeat top left;
}

#sideb a {
	text-decoration: none;
    color: #cbcbcb;
    font-size: 14px;
	
}

#sideb a:hover {
	text-decoration: none;
    color: #00101a;
}

/*+==========================================+
widget
+=========================================+*/	
.widget {
background: transparent;
color: #ffffff;

}

.widget h2{
height: 35px;
padding: 5px 0 0 20px;;
background: url(images/widget-title.png) no-repeat top;
font-size:16px;
color:#fff;
	}

.widget h3{
    background: transparent;
	width: 300px;
	}
	
.widgettitle h2 {
color: #999999;
}

/*+==========================================+
Start Footer
+=========================================+*/

#footer {
    background: transparent;
	clear:both;
	position:relative;
	width: 100%;
	}
	
#footer-top{
width: 1000px;
height: 14px;
background: transparent url(images/footer-top.png) no-repeat;
clear:both;
}

#footer-body{
width: 1000px;
background: transparent url(images/footer-body.png) repeat-y top left;
}


#footer-bottom{
width: 1000px;
height: 40px;
background: transparent url(images/footer-bottom.png) no-repeat;
clear:both;
padding-left: 15px;
font-size: 12px;
padding-top: 10px;
color: #bbbbbb;
}



#footer-bottom a {
	text-decoration: none;
	font-size: 10px;
    color:#696969;
	
}

#footer-bottom a:hover {
	text-decoration: none;
    color: #0c787f;
}




#footer-box1{ 
width:309px; 
padding:0px; 
margin:0px 25px 1px 10px; 
float:left;
}


#footer-box2{
width:309px; 
padding:0px; 
margin:0px 25px 1px 0;
float:left;}


#footer-box3{
width:309px; 
padding:0px; 
margin:0px 0px 1px 0; 
float:left;
}

#footer h2 {
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-left: 10px;


}

#footer ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footer ul li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 2px 22px;
	margin: 2px 0;
	background: url(images/arrow.png) no-repeat top left;
}

#footer a {
	text-decoration: none;
    color: #b6b6b6;
    font-size: 14px;

}

#footer a:hover {
	text-decoration: none;
    color: #c3ddee;
}

.designer {
float: right;
margin-right: 15px;
padding-right: 15px;
}

/* +===========================================+ 
    Navigation
   +===========================================+ */ 

#navigation {
font-size: 14px;
font-weight: bold;
color: #ffffff;
clear: both;
}

#navigation a{
font-weight: bold;
color: #c3ddee;
}

#navigation a:hover{
font-weight: bold;
color: #cdcdcd;
}

.nav-left {
margin-left: 10px;
margin-right: 10px;
}

.nav-right {
margin-left: 10px;
margin-right: 10px;

}

/* +===========================================+
           Search Result page
   +===========================================+ */
   
.rtitle{
    background: transparent;
	text-align: center;
	font-size:20px;
   
}

.rtitle h2 {
 color: #d2d2d2;
font-weight: bold;
}	

.serror{
background: transparent;
	color: #8faa12;
	font-weight:bold;
font-size:20px;
}

/* +=============================================+
      Start Comment
   +=============================================+ */	
img.avatar {float:right; margin-left:5px;}
/*comment box name like name, email, website*/
#commentform{padding:5px 10px;text-align:left;font-size:14px;color:#000;}
#commentform p{margin:5px 5px 0 0;	padding:0;}
#commentform a{text-decoration:none;line-height:20px;}
#commentform textarea{padding:5px;}
#commentform h3{font-size:14px;font-weight:300;color:#cdcdcd;margin:0;padding:0;}
#comment{width:100%;}
/*comment input fields*/
#author,#email,#url,#comment{border:1px solid #033353;font-size:12px;padding:3px;margin:5px 5px 0 0;background:#012846; color:#c5c5c5; }


/*comment box text color*/
#comment{
color: #c5c5c5;
}


/*Submit button starts*/
#commentform #submit{
color:#474747;
font-size:12px;
font-weight:bold;
}

#commentform #submit:hover{
color:#01273f;
}
/*Submit button Ends*/

#respond { margin:10px;}
#respond  a{font-weight:bold;}
#respond .cancel-comment-reply  a{font-size:12px;color:#012840;margin-left:10px;}
#respond .cancel-comment-reply  a:hover{color:#adadae;}
/*Leave a reply text above comments input box*/
#respond h2{margin:0px 5px;color:#fff; font-size:16px; line-height: 30px; padding-left: 35px; background:url(images/comment.png) no-repeat top left;}
/*cite{}
cite a{}*/

/* x responses text above posted comments*/
#comments,.nocomments{color:#fff;margin:10px 0px 0px 10px;padding:0 35px;line-height:30px;font-size:16px; background:url(images/comment.png) no-repeat top left; }
/* Leave a comment text above posted comments*/
#comments a{margin-left:330px;color:#000;font-size:14px;font-weight:normal;text-align:right;}
#comments a:hover{color:#00172d;}
.nocomments{padding:0 10px;line-height:30px;font-size:12px;text-align:center;}
#commentlist{}
ol.commentlist{position:relative;list-style:none;margin:0;padding:10px 10px 20px;text-indent:0;}
/*posted comments box*/
ol.commentlist li{border:1px solid #033353;background:#0a1825;height:1%;margin:0 0 20px;padding:0 0 20px;position:relative; }
ol.commentlist li div.comment-author{border-bottom:1px solid #033353;margin:0 0 10px 80px;width:510px;height:45px;}
ol.commentlist li div.vcard{}
ol.commentlist li div.vcard cite.fn{text-align:center;position:absolute;left:82px;top:25px;overflow:hidden;color:#bb8901;font-style:normal;font-weight:bold;}
/*posted comment's user details*/
ol.commentlist li div.vcard cite.fn a.url{color:#3f5181;}
ol.commentlist li div.vcard cite.fn a.url:hover{color:#5c70a7;}
ol.commentlist li div.vcard img.avatar{position:absolute;left:20px;top:20px;width:48px;height:48px;padding:2px;}
/*ol.commentlist li div.vcard img.avatar-32{}
ol.commentlist li div.vcard img.photo{}*/
ol.commentlist li div.vcard span.says{position:absolute;left:-9999px;top:-9999px;}
/*ol.commentlist li div.commentmetadata{}*/
/* Posted comment meta like date*/
ol.commentlist li div.comment-meta{position:absolute;right:35px;top:25px;font-size:11px;font-weight:normal;}
ol.commentlist li div.comment-meta a{color:#959595;text-decoration:none;}
ol.commentlist li div.comment-meta a:hover{color:#adadae;}
ol.commentlist li ol.commentlist li ul{list-style:square;margin:0;padding:0;text-indent:0;}
ol.commentlist li p{margin:0 0 0 82px;padding:0 85px 10px 0;color:#728485;} /*posted comment color*/
ol.commentlist li div.reply{margin-left:82px;}
ol.commentlist li div.reply a{display:block;width:40px;line-height:14px;padding:1px 0;text-align:center;border:1px solid #033353; background:#f9f9f9;color:#666;}
ol.commentlist li div.reply a:hover{background:#343434;color:#999;}
ol.commentlist li ul.children{list-style:none;margin:0;text-indent:0;}
ol.commentlist li ul.children li{border:none;padding-bottom:0;}
ol.commentlist li ul.children li div.comment-author{margin:0;padding:0;padding-bottom:10px;width:428px;height:15px;border-top:1px solid #222;border-bottom:none;}
ol.commentlist li ul.children li div.vcard cite.fn{text-align:left;position:absolute;left:30px;top:5px;color:#777;}
ol.commentlist li ul.children li div.vcard cite.fn a.url{color:#999;}
ol.commentlist li ul.children li div.vcard cite.fn a.url:hover{color:#ff3363;}
ol.commentlist li ul.children li img.avatar{position:absolute;top:2px;left:0;padding:1px;border:1px solid #ccc;width:16px;height:16px;background:#fff;}
ol.commentlist li ul.children li div.comment-meta{right:8px;top:5px;}
ol.commentlist li ul.children li div.comment-meta a{color:#444;}
ol.commentlist li ul.children li div.comment-meta a:hover{color:#777;}
ol.commentlist li ul.children li p{margin:0;padding:5px 0 10px;color:#666;}
ol.commentlist li ul.children li div.reply{margin-left:0;}
ol.commentlist li ul.children li div.reply a{color:#444;}
ol.commentlist li ul.children li div.reply a:hover{color:#777;}
ol.commentlist li ul.children li.depth-2{margin:15px 82px 0 82px;}
ol.commentlist li ul.children li.depth-3{margin:15px 0 0 30px;}
ol.commentlist li ul.children li.depth-3 div.comment-author{width:398px;}
ol.commentlist li ul.children li.depth-4{margin:15px 0 0 30px;}
ol.commentlist li ul.children li.depth-4 div.comment-author{width:368px;}
ol.commentlist li ul.children li.depth-5{margin:15px 0 0 30px;}
ol.commentlist li ul.children li.depth-5 div.comment-author{width:338px;}
ol.commentlist li.pingback div.vcard{}
ol.commentlist li.pingback div.vcard cite.fn{overflow:hidden;text-align:left;left:70px;top:47px;width:430px;}
ol.commentlist li.pingback div.comment-author{padding-bottom:25px;}
ol.commentlist li.pingback div.comment-meta{position:absolute;right:10px;top:20px;}
ol.commentlist li.pingback div.reply{right:-9999px;top:-9999px;}

#rss-single {
	background: url(images/rss-single.png) no-repeat;
	padding-left: 70px;
	height: 64px;
}

.promote {
}

.promote  h3{
color: #d66e08;
}