/* 
	Theme Name: Automated Marketing Solutions New 3
	Theme URL: http://automatedmarketingsolutions.com/
	Description: Customised WordPress Theme for <a href="http://automatedmarketingsolutions.com/">Automated Marketing Solutions</a>.
	Author: AMS
	Author URI: 
	Version: 
		
*/


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-info
{
	float: right;
	margin: 29px 0px -10px 0px;
	padding-right: 0px;
	text-align:right;
	font-family: Segoe, Verdana, Arial, Sans-Serif;
	color:white;
	font-size: 14px;
	font-weight: #900;
}

#header-phone
{
	/*background: url(images/icon_phone.gif) left bottom no-repeat;*/
	padding-top:7px;
	padding-left:20px;
	line-height:80%;
	padding-right: 230px;
}

#header-fax
{
	/*background: url(images/icon_fax.png) left bottom no-repeat;*/
	padding-top:5px;
	padding-left:20px;
	line-height:130%;
	padding-right: 230px;
}

#header-login
{
	padding-right: 230px;
}

#header-login a
{
	color: #FFC600;
	text-decoration: underline;
}

#rss-logo
{
	float:right;
}

#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;
}

#page-blog
{
	height: 100%;
	padding-bottom: 25px;
	background: url(images/page-bg-blog.jpg) center;
	overflow: hidden;
}

#content
{
	float: left;
	width: 600px;
	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: 220px 5px 0px 10px;
	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: 300px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Sans-Serif;

}



.widget  { position:relative; margin: 0 0 20px 0; background:#fefefe url(images/bg-box.png) repeat-x; padding:0; border:1px solid #fff; color:#555; font-family:Georgia, "Times New Roman", Times, serif; line-height:20px; }
.widget h3  { font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:14px; color:#666; margin: 0; padding:14px 15px 0; height:30px; background:url(images/bg-widget-title.png) repeat-x; }
.widget .textwidget p { padding: 0px 0; }

.widget ul, .widget p { padding:0px 15px 10px; }
.widget div { padding:0px 0px 10px; }
.widget li { padding:0px 15px 10px; list-style:none;}
.widget ul  { clear:both; margin:5px 0;}
.widget ul li  { background:url(images/ico-bullet.png) no-repeat 4px 10px; padding-left:20px; border-bottom: 1px solid #ededed; }
.widget ul li a  { padding:0px 0; line-height: 20px; text-decoration: none; color:#777; }
.widget ul li a:hover  { color: #000; border-bottom:1px dotted; }
.widget ul ul  { margin:0; padding:0; border-top: none; }
.widget ul ul li  {  border: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px !important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
.widget_tag_cloud a { color:#777; }
.widget_tag_cloud div { padding-top:5px; }

#advert_300x250 {background:none; border:none; }
#advert_300x250 a:hover {border:none;}

#advert_125x125 { padding:18px 0 5px 18px; }
#advert_125x125 img { padding:0 8px 8px 0; }
#advert_125x125 a:hover {border:none;}


#sidebar-subscribe
{
	width: 300px;
	height: 190px;
	margin-bottom: 15px;
	background: url(images/sidebar-subscribe-bg.jpg) center top no-repeat;
}

#sidebar-subscribe form
{
	float: right;
	margin: 175px 10px 0px 0px;
	color: #30444E;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#sidebar-subscribe input
{
	color: #30444E;
	width: 160px;
	margin-bottom: 2px;
}

#sidebar-links, #sidebar-ads
{
	padding: 10px 0px;
	background: #ffffff;
	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: #ffffff;
}

.sidebar-column
{
	float: left;
	width: 300px;
	margin: 0px 0px;

}

.sidebar-column-alt
{
	background: url(images/sidebar-column-bg.jpg) right top repeat-y;
}

.sidebar-widget
{
	width: 195px;
}

.sidebar-header{ font-family:Arial, Helvetica, sans-serif; font-size:20px; line-height:40px; color:#fff; margin: 0; height:30px; background:url(images/bg-widget-title.png) repeat-x; }



.sidebar-content
{
	padding: 0px 2px 10px;
	color: #434343;
	font-size: 12px;
}

#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;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb {}

.archive_header  { display: block; padding:10px 20px 0; margin:0 0 15px; font-size: 18px; font-weight: bold; background:url(images/bg-widget-title.png) repeat-x; height:33px; }
.archive_header .cat { }
.archive_header .catrss { background:url(images/ico-rss.png) no-repeat 2px; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 22px; margin-left:35px; }

.box { background:#fefefe url(images/bg-box.png) repeat-x;  margin: 0 0 20px 0;}
.post  { padding:25px 25px 20px; border:1px solid #fff;  position:relative; }

.post-bottom { background:#eeeeee url(images/bg-post-bottom.png) repeat-x bottom; line-height:44px; padding:0px 25px; }
.post-bottom div, .post-bottom div a { color:#777; font-family:Verdana, Geneva, sans-serif; font-size:11px; text-decoration:none; }
.post-bottom div a:hover { color:#222; }
.post-bottom .cat { background:url(images/ico-cat.png) no-repeat top left; padding:2px 0 2px 25px; height:16px;}
.post-bottom .tags { background:url(images/ico-tags.png) no-repeat top left; padding:1px 0 2px 25px; height:16px;}

.post .title  { position:relative; margin: 0 0 5px 0; font-weight:400; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post-meta{margin: 0 0 15px 0;font-size:10px;color:#9F9F9F; font-family:Verdana, Geneva, sans-serif; text-transform:uppercase; line-height:11px;}
.post-meta a { border-bottom:1px dotted; }
.post-meta a:hover { border:none; }
.post-meta img { vertical-align:top; margin:0 5px; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;}
.post .thumbnail { padding:4px; border:1px solid #e2e2e2; background:#fff; margin-top:0; }
.post .video { margin-bottom:20px; }

/* 3.7 Buttons / Banners */
.entry a.btn, input.submit { background:url(images/bg-button.png) no-repeat center 0; padding:4px 8px; color:#fff; font:Georgia, serif; font-size:12px; font-style:italic; text-shadow: #777 0px 1px 0px; background-color:#838C1C; border:1px solid #626915; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.entry a.btn:hover { cursor:pointer; opacity:0.8; }






