/*
Theme Name: solutions
Theme URI: http://www.eyeforweb.com/
Description: Solutions theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Ashok Singh Negi
Author URI: http://www.eyeforweb.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	http://binarybonsai.com/kubrick/

	This theme was designed and built by Ashok Singh Negi,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


* {
	outline:none;
}

body {
	margin:0px;
	padding:0px;
	background:url(../images/html/body-bg.jpg);
	font-size:13px;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form, input, ol, ul, li {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

a {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#ed4c2f;
}

img {
	border:none;
}

.clr {
	clear:both;
}

.lft {
	float:left;
}

.rgh {
	float:right;
}

ul, ul li, ol, ol li {
	list-style:none;
}

h2 {
	font-size:13px;
	font-weight:bold;
}

#wrap {
	width:917px;
	margin:auto;
	background:url(images/wrap-center.jpg) repeat-y center top;
}

.wrap-bottom {
	background:url(images/wrap-bottom.jpg) no-repeat center bottom;
	padding-bottom:30px;
}

.wrap-center {
	background:url(images/wrap-top.jpg) no-repeat center top;
}

.inner-wrap {
	width:896px;
	margin:auto;
	min-height:500px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#banner {
	border:1px solid #d5d6d7;
	background:#dfdfe0;
	padding:1px;
	width:868px;
	margin:auto;
	text-align:center;
	margin-top:20px;
	clear:both;
}

#banner img {
	border:4px solid #FFF;
}

#middle-container {
	width:868px;
	clear:both;
	margin:5px auto;
}

#left-container {
	width:590px;
	float:left;
	background:url(images/left-part-bg.jpg) repeat-x top #eaeaeb;
	border:1px solid #cecfd0;
	min-height:300px;
	margin:10px 0px 0px 0px;
	padding:10px 20px 25px 12px;
}

#post-leftcontainer {
	width:628px;
	float:left;
	min-height:300px;
	margin:10px 0px 0px 0px;
}

#right-container {
	width:210px;
	float:right;
	margin:0px;
}

ul.blog-boxex {
	list-style:none;
}

ul.blog-boxex li {
	margin-bottom:15px;
}

ul.blog-boxex ul li {
	margin:auto;
}

#subscribe-rss {
	background:url(images/rss.gif) no-repeat top left;
	width:206px;
	height:81px;
	padding:23px 0px 0px 0px;
	position:relative;
}

#subscribe-rss a.rss {
	display:block;
	width:56px;
	height:57px;
	background:url(images/rss-icon.png) no-repeat;
	position:absolute;
	top:0px;
	right:15px;
	z-index:1000;
	cursor:pointer;
	overflow:hidden;
	text-indent:-200px;
}

#subscribe-rss span {
	color:#FFF;
	text-transform:uppercase;
	margin-left:10px;
}

#subscribe-rss form {
	background:url(images/horizontal-line.gif) no-repeat top;
	margin-top:28px;
	padding:7px 0px;
}

#subscribe-rss input.rss-field {
	width:164px;
	float:left;
	margin-left:6px;
	border:none;
	font-size:14px;
	padding:1px;
	color:#757d9a;
}

#subscribe-rss input.go {
	background:url(images/go-button.gif) no-repeat;
	width:22px;
	height:22px;
	float:left;
	border:none;
	margin-left:5px;
	cursor:pointer;
}

.blog-box {
	border:1px solid #d0d0d1;
}

.blog-box h3 {
	background:url(images/boxex-head.jpg) repeat-x #d3d2d3;
	font-size:15px;
	color:#3a3a3c;
	text-transform:uppercase;
	padding:5px 10px;
	border:1px solid #c8c8ca;
}

.blog-box ul li {
	background:url(images/boxex-list.jpg) repeat-x top #e0e0e1;
	border-bottom:1px solid #d9d9da;
	padding:5px 10px;
}

.blog-box ul li a {
	margin-right:2px;
	color:#494949;
}

/* footer start */
#footer {
	clear:both;
	color:#737374;
	text-align:center;
	padding:15px 0px 15px 0px;
}

#footer a {
	color:#737374;
}

#footer ul {
	list-style:none;
}

#footer ul li {
	display:inline;
	border-right:1px solid #737373;
	padding:0 10px;
}

#footer ul li.last {
	border:none;
}

ul#archive-list {
}

ul.archive-list li {
	margin:1px;
	padding:0px;
}

ul.archive-list li a {
	display:block;
	background:	url(images/yellow-top.gif) no-repeat left top;
	padding:5px 0 0 0;
	color:#504f4f;
}

ul.archive-list li a span {
	background:url(images/yellow-bottom.gif) no-repeat bottom;
	display:block;
	padding:3px 10px 8px 10px;
}

ul.archive-list li a:hover {
	background:	url(images/orange-top.gif) no-repeat left top;
}

ul.archive-list li a:hover span {
	background:url(images/orange-bottom.gif) no-repeat bottom;
}

.refrence-left {
	width:250px;
	float:left;
	margin:40px 0px 0px 34px;
}

.refrence-right {
	width:275px;
	float:right;
	margin:40px 20px 0px 0px;
}

.refrence-left p, .refrence-right p {
	margin:17px 0px;
}

.refrence-left img, .refrence-right img {
	border:2px solid #c4c5c7;
}

.text p {
	margin:17px 0px;
	font-size:12px;
}

.post {
	margin:9px 0px;
	padding:10px;
	clear:both;
	background:url(images/left-part-bg.jpg) repeat-x top #eaeaeb;
	border:1px solid #cecfd0;
	overflow:hidden;
}

h2.posthead {
	font-size:15px;
	color:#333;
}

.entry p {
	margin:17px 0px;
}

.entry p img {
	border:2px solid #c4c5c7;
}

.postdata {
	background:url(images/post-entry-bg.gif) repeat-x top;
	clear:both;
	color:#4b4a4a;
	font-size:15px;
	height:23px;
	padding:5px 10px 0px 10px;
}

.postdata a {
	color:#4b4a4a;
	text-decoration:none;
}

.postdata a:hover {
	color:#2c5b9a;
}

.postdata .comment-no {
	float:left;
}

.postdata .backto-top {
	float:right;
}

.comment-list {
	clear:both;
}

.comment-box {
	padding:10px 0px 0px 0px;
}

.comment-box img {
	float:left;
	margin:0px 10px 10px 10px;
	border:2px solid #c4c5c7;
}

.comment-box p {
	margin:10px 0px 0px 0px;
}

.comment-box strong {
	color:#2c5b9a;
	font-size:12px;
}

.even {
	background:#e3e4e5;
}

.odd {
	background:#f3f3f3;
}

.comment {
	clear:both;
}

#respond {
clear:both;
margin:10px 0;
}

.contactform p {
	float:left;
	width:324px;
}

.contactform p label {
	color:#6a6a6a;
	font-size:14px;
	display:block;
	line-height:38px;
}

.contactform p input, .contactform p textarea {
	border:1px solid #c3c2c2;
	width:317px;
	font-size:17px;
	font-weight:normal;
}

.comment-textarea{clear:both;}
.comment-textarea p{float:left;}
.contactform p textarea {float:left;}

.contactform input#sendbutton {
	margin-left:30px;
	border:none;
	float:left;
	margin-top:100px;
}
.wpcf7-form input.buttsend{
	background:url(images/send-button.gif) no-repeat; 
	border:none;
	margin-left:30px;
	border:none;
	float:left;
	height:61px;
	width:65px;
	overflow:hidden;
	text-indent:-200px;
	cursor:pointer;
}

.left-img {
	float:left;
}

.left-img img {
	border:2px solid #c4c5c7;
}

.right-content {
	width:353px;
	float:right;
	margin:0px 8px 0px 0px;
}

#header {
	clear:both;
	position:relative;
	padding-top:50px;
	height:50px;
	background:url(images/yellow-bg.gif) repeat-x 0px 76px;
	width:895px;
	margin-left:11px;
/*	border:1px solid #03F;*/
}

#header h1 {
	position:absolute;
	left:40px;
	bottom:7px;
}

#header h1 a {
	width:270px;
	height:68px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(images/logo.png) no-repeat;
	display:block;
}

#navigation {
	clear:both;
	margin-right:30px;
	position:relative;
}

#navigation ul {
	list-style:none;
	float:right;
	font-size:15px;
	text-transform:uppercase;
}

#navigation ul li {
	float:left;
	border-right:1px solid #999;

}

#navigation ul li a {
	display:block;
	float:left;
	padding-right:8px;
	color:#333333;
}

#navigation ul li a span {
	display:block;
	float:left;
	padding:5px 0px 5px 8px;
}


#navigation ul li a:hover, #navigation ul li.sfHover a {
	background:url(images/menu-right.gif) no-repeat right top;
}

#navigation ul li a:hover span,  #navigation ul li.sfHover a span {
	background:url(images/menu-left.gif) no-repeat left top;
}

/* sub */
#navigation ul li ul {
	position:absolute;
	top:26px;
	left:-363px;
	width:896px;
	float:left;
	background:#e9ea6c;
	border:1px solid #afb0b2;
	font-size:11px;
	border-left:0px;
	border-right:0px;
	font-weight:bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#navigation ul li ul{
	left:-358px;
}
}

#navigation ul li ul li{float:right;}
#navigation ul li ul li a {
	padding:3px 20px;
	display:block;
	float:left;
	text-transform:capitalize;
}
#navigation ul li ul li a:hover, #navigation ul li.current_page_item a{
	background:#4a5b7e;
	color:#FFF;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.comment-author{
	float:left;
}

.vcard {text-align:center;}
.vcard img{
	width:127px;
	height:110px;
	display:block;
	margin-right:10px;
}

ol.commentlist{
	list-style:none;
}

ol.commentlist li{overflow:hidden; padding:10px 0px;}
ol.commentlist li.odd{
	background:#F3F3F3;
}

ol.commentlist li.even{
	background:#E3E4E5;
}

ul.qtrans_language_chooser{
	list-style:none;
	float:left;
}

ul.qtrans_language_chooser li{
	float:left;
}

ul.footer-link{float:left; margin-left:94px; width:570px;}