/*  
Theme Name: Smart Seo Wordpress CMS Theme
Theme URI: http://www.santoshsetty.com/
Description: A Business & Corporate WP CMS Theme
Version: 1.0
Author: Santosh Setty
Author URI: http://www.santoshsetty.com 
*/

*{
	margin: 0;
	padding: 0;
}
body {
	background: #fbfbfb url(images/bg2.gif) repeat-x top;
	font: 12px/20px Tahoma,Helvetica,sans-serif;
	color: #222;
	border-top: 3px solid #000;
}

/*----- generic styles -----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color: #222;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #6aaf44;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 16px;
}
h5, h6{
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	color: #6aaf44;
	font-family: "Myriad Pro Cond","Trebuchet MS";
	letter-spacing: 1px;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #231f20;
	font-weight: normal;
}	
#mainarea h1 {
	padding-bottom: 20px; 
	font-size: 34px;
}						
img {
	border: none;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.normal, .normal a {
	font-weight: normal;
}
.textbold {
	font-weight: bold;
}
#container .nomargin, .nomargin {
	margin: 0;
}
#container.nobg, .nobg {
	background: none;
}
.padding15 {
	padding: 15px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*----- layout styles -----*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/*----- header styles -----*/
#header {
	height: 106px;
	/*overflow:hidden;*/
}
#logo {
	width: 288px;
	padding: 23px 0 0 5px;
	float: left;
}
#logo h1 {
	background: url(images/logo.gif) no-repeat;			
}
#logo h1 a {
	height: 66px;
	display: block;
}
#logo h1 a span {
	display: none;
}
#header h3 {
	padding: 58px 15px 0 0;
	color: #231f20;
	font-size: 18px;
	float: right;
	letter-spacing: 1px;
}

/*----- countdown styles -----*/
.countdown {
	width: 250px;
	float: right;
	height: 60px;
	margin-top: 25px;
}
.countdown p {
	text-indent: 30px;
	font: 16px "Myriad Pro Cond","Trebuchet MS";
	color:#6aaf44;
	font-weight: bold;
}

/*----- menu styles -----*/
#menu {
	background: url(images/mf-bg.png) no-repeat;
	height: 45px;
	_margin-top: -85px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #555;
}
#menu li.home a {
	color: #83d900;
}
#menu li, #menu li a, #menu li.home a:hover, #menu li.hcurrent, #menu li a.current {
	display: block;
	float: left;
}
#menu li a, #menu li.current a, #menu li.hcurrent {
	padding: 0 20px;
	color: #e2e2e2;
	line-height: 45px;
	cursor: pointer;
}
#menu li a:hover, #menu li.current a {
	background: #403b3c;
	text-decoration: none;
	color: #83d900;
}
#menu li a.home1:hover, #menu li.home a:hover, #menu li.hcurrent {
	background: url(images/menu-h-home.png) no-repeat left;
}
#menu li.hcurrent {
	padding: 0;
}
					
/*----- main banner styles -----*/					
#main-banner {
	height: 258px;
	overflow: hidden;
	background: url(images/banner-bg.png) no-repeat;
	padding: 30px 30px 30px 10px !important;
	padding: 30px 30px 30px 30px;
	margin: 18px 0 0 0;
}
#main-banner img {
	float: left;
}
#main-banner .floatright {
	width: 410px;
	float: right;
	padding: 5px 0 0 0;
}
#main-banner .floatright h2 {
	color: #231f20;
	font-size: 46px;
	margin: 0 0 10px 0;
	display: block;
	background: url(images/main-banner-heading.gif) no-repeat;
	width: 390px;
	height: 50px;
}
#main-banner .floatright h3 {
	color: #00b4f0;
	font-size: 36px;
	display: block;
	background: url(images/main-banner-heading2.gif) no-repeat;
	width: 311px;
	height: 32px;
	margin: 0 0 10px 0;
}
#main-banner .floatright h2 span, #main-banner .floatright h3 span {
	display: none;
}
#main-banner .floatright p {
	font-size: 11px;
	margin: 0 0 15px 0;
}
			
/*----- container styles -----*/
#container-home {
	padding: 22px 0;
}
.sblock1-wrap {
	width: 310px;
	float: left;
	margin: 0 15px 0 0 !important;
	margin: 0 13px 0 0;
	background: url(images/sblock1-bg.jpg) repeat-y;
}
.sblock1-wrap.end {
	margin: 0 !important;
	margin: 0;
}
.sblock1 {
	background: url(images/sblock1-top.jpg) no-repeat top;
}
.sblock1-bottom {
	background: url(images/sblock1-bottom.jpg) no-repeat bottom;
	padding: 25px 25px 25px 25px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
.sblock1-bottom h4 {
	font-size: 28px;
}
.sblock1-bottom p, .sblock1-bottom ul {
	margin: 0 0 10px 0;
}
.sblock1-bottom ul {
	list-style: none;
}		
#container {
	padding: 0 0 18px 0;
}
#container1 {
	padding: 0;
}
#mainarea {
	width: 635px;
	float: left;
	margin: 0;
}
.mblock1-wrap {
	background: url(images/mblock1-bg.jpg) repeat-y;
	margin: 18px 0 0 0;
}
.mblock1 {
	background: url(images/mblock1-top.jpg) no-repeat top;
}
.mblock1-bottom {
	background: url(images/mblock1-bottom.jpg) no-repeat bottom;
	padding: 25px;
}
#works {
	margin: 25px 0 0 0;
}
#works h3 {
	font-size: 20px;
}
				
/*----- sidebar styles -----*/				
#sidearea {
	width: 310px;
	float: right;
}
.sblock2-wrap {
	padding: 18px 0 0 0;
}
.sblock2-outer {
	background: url(images/sblock2-bg.jpg) repeat-y;
}
.sblock2 {
	background: url(images/sblock2-top.jpg) no-repeat top;
}
.sblock2-bottom {
	background: url(images/sblock2-bottom.jpg) no-repeat bottom;
	padding: 25px 25px 0 25px;
}
#sidearea .sblock2-bottom ul {
	border-top: 1px solid #e0e0e0;
	list-style: none;
	margin: 0;
}
.sblock2-bottom li {
background: url(images/green_cross.png) no-repeat left center;
padding: 10px 0 10px 25px;
margin: 0;
border-bottom: 1px solid #e0e0e0;
}
.sblock2-bottom li a {
	font-weight: normal;
}

/*----- footer styles -----*/
#footer_container {
	background: url(images/bg_jagged_up.gif) repeat-x 0 0 #222428;
	width: 100%;
	margin: 50px 0 0 0;
}
#support_link {
	font-size: 11px;
	color: #666;
	position: absolute;
	margin: 140px 0 0 -195px;
	letter-spacing: 0px;
}
#support_link a {
	color: #666;
	text-decoration: none;
}
#support_link a:hover {
	color: #6aaf44;
	text-decoration: underline;
}
#footer {
	height: 280px;
	padding: 0 0 0 270px;
	color: #fff;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	width: 740px;
	background: url(images/support_green.png) no-repeat 0 0;
	margin: 0 auto;
}
#footer .fbox a:link , #footer .fbox a:visited {
	color: #878787;
}
#footer .fbox a:hover {
	color: #eee;
	text-decoration: underline;
}
.fbox {
	float: left;
	margin: 70px 70px 0 0;
}
.fbox h4 {
	color: #fff;
}
.fbox p {
	color: #878787;
	line-height: 21px;
}
.fbox span {
	color: #fff;
}
.fbox img {
	padding: 0 5px 0 5px
}
.box03 {
	background: #1a1b1e;
	border: 1px solid #000;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}
.fleft{
	float: left;
	padding: 0 0 0 15px;
	line-height: 18px;
}
.fright{
	float: right;
	padding: 0 15px 0 0;
	line-height: 18px;
	text-align: right;
}

/*----- form styles -----*/
.input {
	border: 1px solid #a5a5a5;
	background: none;
	cursor: text;
	margin: 5px 0;
	padding: 2px;
	width: 200px;
}
textarea.input {
	width: 415px;
	height: 100px;
}
.input:focus, .textarea:focus {
	border: 1px solid #000;
}
.submit-btn{
	background: url(images/submit-btn.jpg) no-repeat;
	width: 67px;
	height: 27px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
}
a.take-tour-btn, a.portfolio-btn, a.read-more-btn {
	background: url(images/buttons.gif) no-repeat top;
	width: 131px;
	margin: 0 19px 0 0;
	height: 35px;
	display: block;
	float: left;	
}
a.portfolio-btn {
	background-position: 0 -36px;
}
a.read-more-btn {
	background-position: 0 -72px;
	width: 91px;
}
a.take-tour-btn span, a.portfolio-btn span, a.read-more-btn span, a.visit-site-btn span {
	display:none;
}
a.visit-site-btn, .wp-visit-site {
	background: url(images/vist-site-btn.jpg) no-repeat;
	width: 91px;
	height: 27px;
	display: block;
	margin: 0 0 5px 0;
}

/*----- paragraph and list styles -----*/
#container p.hr {
	border: solid #d3d3d3;
	border-width: 1px 0 0 0;
	margin: 0;
	outline: none;
}
#container hr {
	margin: 15px 0 15px 0;
	border: none
}
#container p, #container1 p {
	margin: 0 0 15px 0;
}
#container form p {
	margin: 0 0 5px 0;
}
#container p img.floatleft {
	margin: 0 20px 0 0;
}
#container p img.floatright {
	margin: 0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft {
	margin: 10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright {
	margin: 10px;
}
#container ul, #container ol {
	margin: 0 0 20px 20px;
}
#container ol {
	margin: 0 0 0 20px;
}
#container ol {
	margin: 0 0 0 30px;	
}
ul#portfolio {
	margin: 0;
	list-style: none;
}
#container dt, #container1 dt {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

/*----- page navigation styles -----*/
.navigation {
	width: 635px;
	margin: 20px 0 0 0;
	padding: 0;
	position: absolute;
}
.navigation a {
	background: #221e1f;
	padding: 8px 14px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*----- search styles -----*/
#searchform label {
	display: none;
}
#searchform #s{	
	border: 1px solid #ababab;
	padding: 5px;	
}
#searchform #searchsubmit {
	background: #333;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ababab;
	outline: none;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*----- comments styles -----*/
#container ol.commentlist {
	list-style: none;
	margin: 0;
}
ol.commentlist li {
	padding: 5px 7px 5px 0px; 
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px #e0e0e0 solid;
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li div.comment-author { 
	padding: 0 170px 0 0; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal;
	margin-left: 7px; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { 
	color: #333; 
}
ol.commentlist li div.vcard img.avatar { 
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 3px; 
	left: 0; 
	top: 7px; 
	margin-right: 6px; 
	float: left;
}
ol.commentlist li div.comment-meta { 
	position: absolute; 
	left: 52px; 
	top: 24px;
}
ol.commentlist li div.comment-meta a {
	font-weight: normal;
	color: #666;
}
ol.commentlist li p { 
	padding: 15px 0 0 0px; 
	clear: both;
}
ol.commentlist li.pingback div.vcard { 
	padding: 0 170px 0 0; 
}
.comment_block h3, .comment_block h2 {
	background: url(images/commentbubble.png) 10px center no-repeat;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 20px 15px 20px 55px;
	line-height: 20px;
	margin: 25px 0 15px 0;
}
.comment_block h2 {
	margin: 0 0 15px 0;
}
#commentform {
	border: 1px solid #e0e0e0;
	padding: 40px 25px 40px 25px;
}

/*----- post styles -----*/
.post {
	padding: 0;
	margin: 0;
}
.entry img {
	margin: 0 0 20px 0;
}
.postmetadata {
	color: #666;
}
.postmetadata a {
	color: #999;
}
.postmetadata a:hover {
	color: #6aaf44;
	text-decoration: underline;
}

/*----- post date styles -----*/
.post_date {
	background: url(images/bg_date_green.png) top left no-repeat;
	width: 42px;
	padding: 0;
	margin: 0;
	height: 54px;
	display: block;
	float: left;
	color: #4b4b4b;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 18px;
}
.post_date em {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	display: block;
	color: #fff;
	margin: 0 0 3px 0;
}

/*----- post title styles -----*/
.title {
	margin: 0 0 20px 0;
	padding: 0px;
	width: 585px;
}
.title h2 {
	margin: 0px;
	padding-left: 65px;
	text-align: left;
	font: 24px "Myriad Pro Cond","Trebuchet MS";
	font-weight: normal;
	width: 520px;
	line-height: 24px;
}

/*----- post meta styles -----*/
.post_meta {
	color: #aaa;
	margin-top: 50px;
	font-size: 11px;
	font-family: Tahoma,Helvetica,sans-serif;
}
.post_meta a {
	color: #6aaf44;
	text-decoration: none;
}
.post_meta a:hover {
	color: #6aaf44;
	text-decoration: underline;
}

/*----- post count styles -----*/
.comment_count {
	vertical-align: middle;
	font-size: 21px;
	background: url(images/bg_comment.png) no-repeat 0 0;
	line-height: 45px;
	padding: 0;
	float: right;
	width: 55px;
	height: 55px;
	color: #4b4b4b;
	margin: 0;
	text-align: center;
}
.comment_count a, .comment_count a:link, .comment_count a:visited {
	color: #4b4b4b;
}
.comment_count a:hover {
	color: #6aaf44;
	text-decoration: underline;
}
.textarea {
	border: 1px solid #e0e0e0;
	margin: 5px 0 15px 0;
}

/*----- post tweet styles -----*/
.tweetinfo {
	width: 585px;
	height: 23px;
	background: url(images/tweet_icon.gif) no-repeat 0 0;
	padding: 0;
	color: #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 11px;
	margin: 20px 0 0 0;
	line-height: 23px;
}
.tweet {
	margin: 0 0 0 35px;
	float: left;
}
.tweet iframe {
	margin-top: 3px;
}
.tweet_comments {
	margin: 0 5px 0 0;
	color: #737373;
	float: right;
}
a.tweets , a.tweets:link, a.tweets:visited  {
	color: #1fbfe7;
	background-color: transparent;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
a.tweets:hover  {
	color: #1fbfe7;
	background-color: transparent;
	text-decoration: underline;
	padding: 0 10px 0 10px;
	}
a.retweet , a.retweet:link, a.retweet:visited  {
	color: #ffb43d;
	background-color: transparent;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
a.retweet:hover  {
	color: #ffb43d;
	background-color: transparent;
	text-decoration: underline;
	padding: 0 10px 0 10px;
}

/*----- social icons -----*/
#mainarea .post .share {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 10px 15px 0 15px;
	line-height: 20px;
	margin: 25px 0 0 0;
}
#mainarea .post .share h4 {
	float: left;
	width: 170px;
	font-size: 14px;
	line-height: 24px;
}
#mainarea .post .share .social {
	border: none;
	float: left;
	margin: 5px 0 0 20px;
	overflow: hidden;
}

#mainarea .post .share .social a {
	border: none;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

