/* 
	Theme Name: Automated Marketing Solutions
	Theme URL: http://automatedmarketingsolutions.com/
	Description: Customised WordPress Theme for <a href="http://automatedmarketingsolutions.com/">Automated Marketing Solutions</a>.
	Author: Milan Kaneria
	Author URI: http://efficienttips.com/
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #343434;
	background: url(images/body-bg.jpg) center top repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.5;
}

#wraper
{
	width: 991px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	overflow: hidden;
}

#header
{
	height: 158px;
	background: url(images/header-bg.jpg) center top no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	overflow: hidden;
}

#header-logo
{
	float: left;
}

#header-logo a
{
	float: left;
	width: 460px;
	height: 80px;
	margin: 20px 0px 0px 40px;
}

#header-login
{
	float: right;
	margin: 70px 0px 0px 0px;
	padding-right: 50px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#header-login a
{
	color: #FFC600;
	text-decoration: underline;
}

#header-menu
{
	clear: both;
	float: right;
	margin: 15px 0px 0px 0px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

#header-menu ul
{
	float: right;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header-menu a
{
	display: block;
	float: left;
	height: 33px;
	padding: 10px 15px 0px;
	border-right: 1px solid #C5CAD0;
	color: #6E757D;
}

#header-menu a:link, #header-menu a:visited
{
	text-decoration: none;
}

#header-menu a:hover, #header-menu a:focus
{
	background: url(images/header-menu-hover.jpg) center top repeat-x;
	text-decoration: none;
}

#header-menu li ul {
	position: absolute;
	width: auto;
	left:-999em;
	border-bottom:1px solid #bdbcbd;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	height:auto;
}
#header-menu li ul li {
	display:block;
	height:32px;
	background:#e1e8ee;
	float:none;
	}

#header-menu li ul li a {
	float:none;
	color:#6e757d;
	font:normal 13px/30px "trebuchet MS";
	padding:0 15px;
	height:30px;
	border-right:none;
	
	}

#header-menu li ul li a:hover, #header-menu li ul a:focus {
	background:#FFF;
	border-top:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;

	}
#header-menu li:hover ul, #header-menu li.sfhover ul {
	left:auto;
	margin:43px 0 0;
	z-index:999;
	background:#ffffff;
}
	

/*
#header-menu li.current_page_item a:link, #header-menu li.current_page_item a:visited
{
	background: url(images/header-menu-hover.jpg) center top repeat-x;
	text-decoration: none;
}
*/


#page
{
	height: 100%;
	padding-bottom: 25px;
	background: url(images/page-bg.jpg) center bottom no-repeat;
	overflow: hidden;
}

#content
{
	float: left;
	width: 518px;
	padding: 20px 50px 0px 30px;
}

#content-notitle
{
	float: center;
	padding: 20px 50px 0px 30px;
}

#content-page
{
	padding: 20px 30px 0px 30px;
         position:relative;
}

#home
{
	padding-top: 20px;
	text-align: center;
}

#home-video
{
	float: left;
	width: 410px;
	height: 310px;
	margin-top: 10px;
	margin-left: 20px;
	border: 0px solid #999999;
}

#home-subscribe
{
	float: right;
	width: 485px;
	height: 340px;
	margin-right: 10px;
	background: url(images/home-subscribe-bg.jpg) center top no-repeat;
}

#home-subscribe form
{
	float: right;
	margin: 230px 15px 0px 0px;
	color: #30444E;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#home-subscribe input
{
	width: 180px;
	margin-bottom: 4px;
}

#home-links
{
	clear: both;
	margin: 30px 0px 20px;
}

#home-links a
{
	padding: 0px 6px;
}

.posttitle
{
	margin: 0px;
	padding: 0px;
	color: #102D67;
	font-size: 24px;
}

.posttitle a
{
	color: #102D67 !important;
}

.postmeta
{
	height: 36px;
	padding: 12px 0px 0px;
	font-weight: bold;
}

.postmeta a
{
	color: #4FA1CA !important;
}

.postdate
{
	float: left;
	width: 56px;
	height: 45px;
	margin-right: 10px;
	padding-top: 3px;
	color: #ffffff;
	background: url(images/post-date-bg.jpg) center top no-repeat;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.postdate span
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.postcontent
{
	padding: 10px 0px 10px;
	font-family: Tahoma, Arial, Sans-Serif;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #024061;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}


#sidebar
{
	float: left;
	width: 392px;
	padding-top: 10px;
	font-family: Tahoma, Arial, Sans-Serif;
}

#sidebar-subscribe
{
	width: 392px;
	height: 250px;
	margin-bottom: 15px;
	background: url(images/sidebar-subscribe-bg.jpg) center top no-repeat;
}

#sidebar-subscribe form
{
	float: right;
	margin: 145px 10px 0px 0px;
	color: #30444E;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#sidebar-subscribe input
{
	width: 160px;
	margin-bottom: 2px;
}

#sidebar-links, #sidebar-ads
{
	padding: 10px 0px;
	background: #E1E2E3;
	text-align: center;
}

#sidebar-links a
{
	display: block;
}

#sidebar-ads
{
	clear: both;
	height: 100%;
	padding: 20px 40px;
	overflow: hidden;
}

#sidebar-ads div
{
	width: 125px;
	height: 125px;
	color: #ffffff;
	background: #67696D;
}

.sidebar-column
{
	float: left;
	width: 195px;
	margin: 25px 0px;
}

.sidebar-column-alt
{
	background: url(images/sidebar-column-bg.jpg) right top repeat-y;
}

.sidebar-widget
{
	width: 195px;
}

.sidebar-header
{
	margin-bottom: 8px;
	padding: 10px 0px 0px 20px;
	color: #0379B3;
	font-size: 20px;
}

.sidebar-content
{
	padding: 0px 2px 15px;
	color: #434343;
	font-size: 11px;
}

#sidebar a
{
	color: #434343 !important;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #4FA1CA !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 5px 20px;
	background: url(images/sidebar-li.jpg) 0px 6px no-repeat;
	list-style: none;
}



#footer
{
	clear: both;
	height: 100%;
	margin-bottom: 20px;
	padding: 0px 20px 10px;
	color: #ffffff;
	background: #54585C url(images/footer-bg.jpg) center bottom no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

#footer a
{
	padding: 0px 5px;
	color: #fb8904;
	text-decoration: underline;
}

#footer-home a
{
	padding: 0px;
}

#footer hr
{
	clear: both;
	width: 98%;
	height: 1px;
	color: #A6C1CF;
}

#footer-home
{
	padding: 30px 20px 40px;
	text-align: left;
	overflow: hidden;
}

#footer-news
{
	float: left;
	width: 52%;
}

#footer-case
{
	float: right;
	width: 38%;
}

.footer-title
{
	padding-bottom: 20px;
	color: #fb8904;
	font-size: 18px;
	font-weight: bold;
}

.footer-content
{
	font-size: 12px;
}

.footer-content p
{
	margin: 0px;
	padding: 0px;
}

.footer-case-img
{
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

.footer-case-text
{
	float: left;
	width: 275px;
}


a, a:link, a:visited
{
	color: #4FA1CA;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
/*	color: #ACCD61 !important;*/
	text-decoration: underline;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #B7B7B7;
	background: #ffffff;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	height: 22px;
	padding: 0px 5px;
	border: none;
	color: #ffffff;
	background: #4FA1CA;
	font-weight: bold;
	cursor: pointer;
}

input.submit-home, input.submit-sidebar
{
	width: 112px !important;
	height: 34px;
	padding: 0px;
	border: none;
	color: transparent !important;
	background: url(images/home-form-submit-bg.jpg) center top no-repeat;
	cursor: pointer;
}

input.submit-sidebar
{
	background: url(images/sidebar-form-submit-bg.jpg) center top no-repeat;
}

img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}


/* Style for WebChat button -- DO NOT REMOVE */
.LPform {
width:132px;
height:79px;
padding-left: 3px;
border:1px solid black;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

#LPsubmit {
width: 75px;
height: 22px;
}
