/*
Theme Name: Hotel Marketing Strategies Blog
Theme URI: http://hotelmarketingstrategies.com/
Author: WebCredo.net
Author URI: http://webcredo.net/
*/

@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #9F9F9F url(images/bg.png) top repeat-x;
    font: 14px/18px Arial, Verdana, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
}
A{
    color: #C22026;
    cursor: pointer;
    text-decoration: none;
}
A:hover{
    text-decoration: underline;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}
INPUT{
    vertical-align: middle;
}
EM{
  font-style: italic;
}
#wrapper{
  background: url(images/decor.jpg) no-repeat center top;
  width: 100%;
  display: table;
}
#wrapper-a{
  margin: 0 auto;
  width: 1042px;
}

/* Header
------------------------------------ */

#header{
    background: url(images/header.png) repeat-x bottom;
    width: 1024px;
    height: 74px;
    position: relative;
    margin: 0 auto;
}
#header UL{
    position: absolute;
    top: 26px;
    left: 10px;
    height: 45px;
    z-index: 1001;
}
#header LI{
    float: left;
    margin: 0 25px 0 0;
}
#header LI A{
    outline: none;
    text-indent: -999999px;
    display: block;
    height: 45px;
    background: url(images/top-nav.png) no-repeat;
}
#header LI.li-a A{
    width: 44px;
    background-position: 0 0;
}
#header LI.li-a A:hover, #header LI.li-a.alt A{
    background-position: 0 -45px;
}
#header LI.li-b A{
    width: 53px;
    background-position: -71px 0;
}
#header LI.li-b A:hover, #header LI.li-b.alt A{
    background-position: -71px -45px;
}
#header LI.li-c A{
    width: 94px;
    background-position: -151px 0;
}
#header LI.li-c A:hover, #header LI.li-c.alt A{
    background-position: -151px -45px;
}
#header LI.li-d A{
    width: 53px;
    background-position: -271px 0;
}
#header LI.li-d A:hover, #header LI.li-d.alt A{
    background-position: -271px -45px;
}
#header LI.li-e A{
    width: 73px;
    background-position: -351px 0;
}
#header LI.li-e A:hover, #header LI.li-e.alt A{
    background-position: -351px -45px;
}

/* Main
------------------------------------ */

#main{
  width: 1042px;
  float: left;
  background: url(images/main.png) repeat-y;
  clear: both;
}
#main-a{
  width: 1024px;
  float: left;
  background: url(images/main-a.png) repeat-y;
  clear: both;
  position: relative;
  left:9px;
  top: -1px;
  margin: 0 0 -1px 0;
}
#content{
  width: 596px;
  float: left;
  position:relative;
  padding: 25px 30px 30px 30px;
}
.logo{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 596px;
    height: 78px;
    background: url(images/logo.png) no-repeat;
    margin: 0 0 25px 0;
}

/* Post
------------------------------------ */

.post{
    padding: 0 0 20px 0;
}
.post-decor{
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #9F9F9F;
    margin: 0 0 20px 0;
}
.post-top{
    padding: 0 0 5px 0;
}
.post-top H1{
    font: 34px/36px "Arial Narrow", Arial, Tahoma;
}
.post-top H1 A{
    color: #333;
}
.post-top H1 A:hover{
    color: #C22026;
    text-decoration: none;
}
.post-info{
    padding: 5px 0 0 0;
    font-style: italic;
    color: #9F9F9F;
}
.info-b{
    display: block;
    float: right;
}
.info-b IMG{
    vertical-align: middle;
}
.post-inner IMG{
    border: 1px solid #9E9E9E;
    padding: 1px;
    margin: 10px 0 0 0;
}
.post-inner IMG.alignright{
    float: right;
    margin: 0 0 10px 10px;
}
.post-inner IMG.alignleft{
    float: left;
    margin: 0 10px 10px 0;
}
.post-inner P IMG{
    margin: 0;
}
.post-inner P.center{
    text-align: center;
}
.post-inner P{
    margin: 10px 0 0 0;
}
.post-inner H2{
    font: 30px/30px "Arial Narrow", Arial, Tahoma;
    margin: 15px 0 0 0;
}
.post-inner H3{
    font: 28px/28px "Arial Narrow", Arial, Tahoma;
    margin: 15px 0 0 0;
}
.post-inner H4{
    font: 25px/25px "Arial Narrow", Arial, Tahoma;
    margin: 15px 0 0 0;
}
.post-inner H5{
    font: 22px/22px "Arial Narrow", Arial, Tahoma;
    margin: 15px 0 0 0;
}
.post-inner H6{
    font: 19px/19px "Arial Narrow", Arial, Tahoma;
    margin: 15px 0 0 0;
}
.post-inner UL{
    margin: 15px 0 0 30px;
    list-style: disc;
}
.post-inner OL{
    margin: 15px 0 0 30px;
    list-style: decimal;
}
.post-inner LI{
    margin: 0 0 5px 0;
}
.post-inner BLOCKQUOTE{
    margin: 15px 0 0 0;
    background: #F1F1F1;
    border-top: 1px dotted #A9A9A9;
    border-bottom: 1px dotted #A9A9A9;
    border-left: 7px solid #717171;
    padding: 15px 20px 5px 20px;
clear:both;
}
.post-inner BLOCKQUOTE P{
    margin: 0 0 10px 0;
}
.post-inner A.more, .post-inner A.more-link{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 151px;
    height: 24px;
    background: url(images/more.png) no-repeat;
    margin: 15px 0 0 0;
}
.post-bottom{
    margin: 25px 0 0 0;
clear:both;
}
.post-bottom SPAN.posted-in{
    display: block;
    border-bottom: 1px solid #D5D5D5;
    padding: 0 0 20px 0;
    margin: 0 0 2px 0;
    color: #707070;
    font-style: italic;
}
.author-info{
    border-top: 5px solid #9F9F9F;
    border-bottom: 1px dotted #9F9F9F;
    padding: 20px 0 20px 0;
    float: left;
    width: 596px;
    margin: 0 0 20px 0;
}
.author-info IMG{
    border: 1px solid #9E9E9E;
    padding: 1px;
    margin: 0 10px 0 0;
    float: left;
}
.author-info SPAN.art-by{
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px 0;
}
.info-c{
    float: left;
    width: 440px;
}
.tweetmeme{
    float: right;
    width: 50px;
}
.social-a{
    clear: both;
    position: relative;
    width: 600px;
}
.sexy-bookmarks{
    margin: 0;
    padding: 0;
}
.other-content{
  clear: both;
}
.tip{
  position: relative;
  width: 666px;
  height: 51px;
  background: url(images/tip.png) no-repeat;
  left:-40px;
}
.tip H3{
    outline: none;
    text-indent: -999999px;
    display: block;
    height: 15px;
    position: absolute;
    top: 18px;
    left: 15px;
}
.tip H3.more-articles{
    width: 111px;
    background: url(images/more-articles.png) no-repeat;
}
.tip H3.article-topics{
    width: 114px;
    background: url(images/article-topics.png) no-repeat;
}
.tip H3.related-articles{
    width: 131px;
    background: url(images/related-articles.png) no-repeat;
}
.tip H3.comments-topics{
    width: 84px;
    height: 14px;
    top: 17px;
    background: url(images/comments-topics.png) no-repeat;
}
.tabs-a, .tabs-b{
	height:21px;
    float: right;
    position: absolute;
    top:14px;
    right: 5px;
}
.tabs-a LI, .tabs-b LI{
	float:left;
	margin: 0 5px 0 0;
}
.tabs-a LI A.current, .tabs-a LI A:hover, .tabs-b LI A.current, .tabs-b LI A:hover{
    background: url(images/tabs.png) no-repeat;
}
.tabs-a LI A, .tabs-b LI A{
    outline: none;
    text-indent: -999999px;
    display: block;
    height: 21px;
    background: url(images/tabs.png) no-repeat;
}
.tabs-a LI.tab-a A{
    width: 64px;
    background-position: 0 0;
}
.tabs-a LI.tab-a A.current, .tabs-a LI.tab-a A:hover{
    background-position: 0 -21px;
}
.tabs-a LI.tab-b A{
    width: 102px;
    background-position: -64px 0;
}
.tabs-a LI.tab-b A.current, .tabs-a LI.tab-b A:hover{
    background-position: -64px -21px;
}
.tabs-a LI.tab-c A{
    width: 98px;
    background-position: -166px 0;
}
.tabs-a LI.tab-c A.current, .tabs-a LI.tab-c A:hover{
    background-position: -166px -21px;
}
.tabs-a LI.tab-d A{
    width: 65px;
    background-position: -264px 0;
}
.tabs-a LI.tab-d A.current, .tabs-a LI.tab-d A:hover{
    background-position: -264px -21px;
}
.tabs-b LI.tab-a A{
    width: 48px;
    background-position: -329px 0;
}
.tabs-b LI.tab-a A.current, .tabs-b LI.tab-a A:hover{
    background-position: -329px -21px;
}
.tabs-b LI.tab-b A{
    width: 90px;
    background-position: -377px 0;
}
.tabs-b LI.tab-b A.current, .tabs-b LI.tab-b A:hover{
    background-position: -377px -21px;
}
.tab-content, .tab-content-a{
	display:none;
    clear: both;
    padding: 15px 0 0 0;
}
.tab-content-a{
	display: block;
}
.box-a{
  width: 284px;
  float: left;
  margin: 0 28px 20px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #D5D5D5;
}
.box-a.even{
  margin: 0 0 20px 0;
}
.box-a IMG{
    border: 1px solid #9E9E9E;
    margin: 3px 10px 0 0;
    float: left;
    padding: 1px;
}
.box-a H4{
    font: 22px/22px "Arial Narrow", Arial, Tahoma;
    margin: 0 0 8px 0;
}
.box-a H4 A{
    color: #333;
}
.box-a H4 A:hover{
    color: #C22026;
    text-decoration: none;
}
.box-a P{
    font-size: 13px;
}
.box-a-info{
  clear: both;
  border-top: 1px dotted #9F9F9F;
  padding: 8px 0 0 0;
  color: #707070;
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 0 0;
  width: 284px;
  float: left;
}
.box-a-info SPAN.date{
    text-transform: uppercase;
}
.box-a-info SPAN.comments{
    display: block;
    float: right;
}
.box-a-info SPAN.comments IMG{
    vertical-align: middle;
    border: 0;
    margin: 0;
    float: none;
    padding: 0;
}
.search-box{
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #9F9F9F;
  margin: 0 0 25px 0;
}
.search-box P{
  font-size: 13px;
}
.search-box FORM{
  width: 343px;
  height: 33px;
  background: url(images/search.png) no-repeat;
  position: relative;
  margin: 15px 0 0 0;
}
.search-box FORM INPUT#s{
  width: 295px;
  background: none;
  position: absolute;
  top: 8px;
  left: 10px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
.search-box FORM INPUT.submit{
  width: 33px;
  height: 33px;
  background: none;
  position: absolute;
  right: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  text-indent: -999999px;
}
.cat-list{
  font-size: 13px;
}
.cat-list LI{
    width: 198px;
    float: left;
    color: #C22026;
}
.cat-list LI UL{
  display: none;
}
.tag-cloud A{
  line-height: 25px;
}
.rel{
  padding: 0 0 20px 0;
}
.rel LI{
  list-style: disc;
  margin: 0 0 5px 10px;
}

/* Sidebar
------------------------------------ */

#sidebar{
  width: 368px;
  float: left;
  position: relative;
  left:0px;
  padding: 0 0 20px 0;
}
.side-box{
    position: relative;
    padding: 0 0 20px 0;
    clear: both;
}
.insiders-box{
  top: -44px;
  margin: 0 0 -44px 0;
  float: left;
}
.insiders-box DIV.tip-side{
    background: url(images/tip-side-a.png) no-repeat;
}
.tip-side{
    width: 378px;
    height: 51px;
    background: url(images/tip-side.png) no-repeat;
}
.tip-side H3{
    outline: none;
    text-indent: -999999px;
    display: block;
    height: 15px;
    position: absolute;
    top: 18px;
    left: 15px;
}
.tip-side H3.insiders{
    width: 117px;
    background: url(images/insiders.png) no-repeat;
}
.tip-side H3.subscribe{
    width: 279px;
    background: url(images/subscribe.png) no-repeat;
}
.tip-side H3.tweeter-live{
    width: 166px;
    height: 19px;
    top: 15px;
    background: url(images/tweeter-live.png) no-repeat;
}
.tip-side H3.latest-video{
    width: 98px;
    height: 15px;
    top: 18px;
    background: url(images/latest-video.png) no-repeat;
}
.side-box-inner{
    width: 307px;
    padding: 15px 31px 0 30px;
}
.side-box-inner H4{
    font-family: Lucida Sans;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.side-box-inner H4.red-a{
    display: block;
    color: #C22026;
    width: 200px;
}
.side-box-inner H4.video-h{
    font: 24px/24px "Arial Narrow", Arial, Tahoma;
    margin: 0 0 15px 0;
}
.side-box-inner H4.video-h A{
    color: #333;
}
.side-box-inner P{
    margin: 0 0 10px 0;
}
.folder-icon{
    width: 122px;
    height: 112px;
    background: url(images/folder-icon.png) no-repeat;
    position: absolute;
    top:-12px;
    right: 10px;
}
.learn{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 92px;
    height: 21px;
    background: url(images/l-more.png) no-repeat;
    margin: 5px 5px 0 0;
    float: left;
}
.sign{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 92px;
    height: 21px;
    background: url(images/sign.png) no-repeat;
    float: left;
    margin: 5px 0 0 0;
}
.subscribe-form{
  margin: 10px 0 20px 0;
  border-bottom: 1px dotted #707070;
  padding: 0 0 15px 0;
}
.subscribe-form FORM{
  width: 308px;
  height: 39px;
  background: url(images/subscribe-form.png) no-repeat;
  position: relative;
}
.subscribe-form FORM INPUT.field{
  width: 215px;
  background: none;
  position: absolute;
  top: 10px;
  left: 58px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
.subscribe-form FORM INPUT.submit{
  width: 30px;
  height: 39px;
  background: none;
  position: absolute;
  right: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  text-indent: -999999px;
}
.contribute-links LI{
    float: left;
    width: 130px;
    margin: 0 44px 15px 0;
    font-size: 13px;
}
.contribute-links LI.even{
    margin: 0 0 15px 0;
}
.contribute-links LI A{
    color: #333;
}
.contribute-links LI IMG{
    float: left;
    margin: 0 8px 0 0;
}
.twitter-stream{
  font-size: 13px;
}
.twitter-stream P{
  display: block;
  border-bottom: 1px dotted #707070;
  padding: 0 0 10px 0;
}
.profile-link{
    margin: 0;
    padding: 0;
}
.profile-link A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 173px;
    height: 21px;
    background: url(images/profile-link.png) no-repeat;
    margin: 20px 0 0 0;
}
.box-b-info{
  clear: both;
  border-top: 1px dotted #9F9F9F;
  border-bottom: 1px solid #D5D5D5;
  padding: 8px 0 8px 0;
  color: #707070;
  font-size: 12px;
  font-style: italic;
  margin: 15px 0 0 0;
  width: 307px;
}
.box-b-info SPAN.date{
    text-transform: uppercase;
}
.box-b-info SPAN.comments{
    display: block;
    float: right;
}
.box-b-info SPAN.comments IMG{
    vertical-align: middle;
    border: 0;
    margin: 0;
    float: none;
    padding: 0;
}
.watch{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 144px;
    height: 21px;
    background: url(images/watch.png) no-repeat;
    margin: 20px 0 0 0;
    clear: both;
}

/* Comments
------------------------------------ */

.commentlist{
  padding: 0px 0 0 0;
}
.commentlist LI IMG{
  float: left;
  padding: 1px;
  border: 1px solid #9E9E9E;
}
.com-inner{
  width: 536px;
  float: left;
  left: 10px;
  position: relative;
}
.comment{
  clear: both;
  float: left;
  border-bottom: 1px dotted #9F9F9F;
  width: 598px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.comment-meta, .bypostauthor .children LI .comment-meta{
  width: 536px;
  height: 31px;
  background: url(images/comment-meta.png) repeat-x;
  position: relative;
  line-height: 31px;
  font-style: italic;
}
.bypostauthor .comment-meta{
  background: url(images/comment-meta-red.png) repeat-x;
}
.comment-meta-top{
  width: 536px;
  height: 1px;
  background: url(images/comment-meta-top.png) no-repeat;
  position: absolute;
  top:0;
  left:0;
}
.bypostauthor .comment-meta-top{
  background: url(images/comment-meta-top-red.png) no-repeat;
}
.comment-meta-tip, .bypostauthor .children LI .comment-meta-tip{
  width: 8px;
  height: 9px;
  background: url(images/comment-meta-tip.png) no-repeat;
  position: absolute;
  top:11px;
  left:-8px;
}
.bypostauthor .comment-meta-tip{
  background: url(images/comment-meta-tip-red.png) no-repeat;
}
.comment-meta SPAN.com-author, .bypostauthor .children LI .comment-meta SPAN.com-author{
  color: #000;
  font-family: Lucida Sans;
  font-weight: bold;
  margin: 0 0 0 20px;
  font-style: normal;
}
.comment-meta SPAN.com-author A, .bypostauthor .children LI .comment-meta SPAN.com-author A{
  color: #000;
}
.comment-meta A, .bypostauthor .children LI .comment-meta A{
  text-decoration: none;
  color: #333;
}
.comment-meta A:hover{
  text-decoration: none;
}
.bypostauthor .comment-meta SPAN.com-author{
  color: #430A0C;
}
.bypostauthor .comment-meta SPAN.com-author A{
  color: #430A0C;
}
.bypostauthor .comment-meta A{
  color: #5F0709;
}
.comment-reply-link{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 50px;
    height: 21px;
    background: url(images/reply.png) no-repeat;
    position: absolute;
    top: 6px;
    right: 20px;
}
.bypostauthor .comment-reply-link{
    background: url(images/reply-red.png) no-repeat;
}
.com-text{
    width: 494px;
    background: #F1F1F1 url(images/com-text.png) repeat-x top;
    float: left;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    margin: 1px 0 0 0;
    position: relative;
    padding: 15px 20px 5px 20px;
}
.commentlist LI IMG.wp-smiley, .post-inner IMG.wp-smiley{
    vertical-align: top;
    border: none;
    padding: 0;
    float: none;
}
.com-text P{
    margin: 0 0 10px 0;
}
.com-text P.com-alert{
    color: #8A171B;
    font-weight: bold;
}
.com-text-bottom{
  width: 536px;
  height: 2px;
  background: url(images/com-text-bottom.png) no-repeat;
  position: absolute;
  bottom:-2px;
  left:-1px;
}
.children{
  position: relative;
  left: 20px;
  margin: 20px 0 -20px 0;
  float: left;
}
.children LI .comment-meta, .bypostauthor .children LI .comment-meta{
  width: 516px;
}
.children LI .comment-meta-top{
  width: 516px;
  background: url(images/comment-meta-top-r.png) no-repeat;
}
.children LI.bypostauthor .comment-meta-top{
  width: 516px;
  background: url(images/comment-meta-top-red-r.png) no-repeat;
}
.children LI .com-text{
    width: 474px;
}
.children LI .com-text-bottom{
  width: 516px;
  background: url(images/com-text-bottom-r.png) no-repeat;
}
.children .com-inner{
  width: 516px;
}
.children .comment{
  border-bottom: none;
  width: 578px;
  padding: 0;
  margin: 0 0 20px 0;
}
P.com-field{
  width: 343px;
  height: 32px;
  display: block;
  background: url(images/com-field.png) no-repeat;
  position: relative;
  margin: 0 0 10px 0;
}
P.com-field INPUT{
  width: 323px;
  background: none;
  position: absolute;
  top: 7px;
  left: 10px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
P.com-textarea{
  width: 601px;
  height: 129px;
  display: block;
  background: url(images/com-textarea.png) no-repeat;
  position: relative;
  margin: 0 0 10px 0;
}
P.com-textarea TEXTAREA{
  width: 575px;
  height: 105px;
  background: none;
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  font-size: 12px;
  font-weight: bold;
}
P.com-submit INPUT{
  width: 67px;
  height: 30px;
  background: url(images/com-submit.png) no-repeat;
  border: none;
  font-size: 0;
  line-height: 0;
  text-indent: -999999px;
}
#respond H3{
  font-size: 15px;
  text-transform: uppercase;
}
.com-navigation{
  margin: 0 0 15px 0;
}


/* Footer
------------------------------------ */

#footer{
  background: url(images/footer.png) top repeat-x;
  width: 964px;
  height: 452px;
  clear: both;
  margin: 30px auto 0 auto;
  padding: 0 30px 0 30px;
  position: relative;
  color: #838383;
  font-size: 13px;
}
#footer A{
  color: #FFF;
}
.footer-box{
  width: 301px;
  float: left;
  margin: 35px 30px 0 0;
}
.last{
  margin: 35px 0 0 0;
}
.footer-box H3{
  width: 301px;
  background: url(images/footer-decor.png) repeat-x bottom;
  margin: 0 0 30px 0;
  height: 30px;
  position: relative;
}
.footer-box H3 SPAN{
    outline: none;
    text-indent: -999999px;
    display: block;
    height: 15px;
    position: absolute;
    top:0;
    left:0;
}
.footer-box H3 SPAN.marketing{
    width: 171px;
    background: url(images/marketing.png) no-repeat;
}
.footer-box H3 SPAN.meet{
    width: 128px;
    background: url(images/meet.png) no-repeat;
}
.footer-box H3 SPAN.work{
    width: 145px;
    height: 18px;
    background: url(images/work.png) no-repeat;
}
.footer-box LI{
    background: url(images/bullet.png) no-repeat left;
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}
.footer-box P{
    margin: 0 0 15px 0;
}
.footer-box IMG.photo{
    margin: 0 15px 0 0;
    float: left;
}
.footer-box H4.connect{
    outline: none;
    text-indent: -999999px;
    width: 171px;
    display: block;
    height: 17px;
    background: url(images/connect.png) no-repeat;
}
.connect-info{
    margin: 6px 0 0 0;
    width: 301px;
    border-top: 1px dotted #9F9F9F;
    float: left;
    padding: 15px 0 0 0;
}
.connect-info SPAN.phone{
    display: block;
    width: 160px;
    float: left;
}
.connect-socials{
    float: right;
}
.copy{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 964px;
  font-style: italic;
  font-size: 11px;
}