
/* RESET http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.example1 {
    font-size: 11px;
    font-style: italic;
}

/*END OF RESET*/

/*INCLUDE FONTS*/
@font-face {
    font-family: 'BeautifulEveryTimeRegular';
    src: url('fonts/beautifuleverytime-webfont.eot');
    src: url('fonts/beautifuleverytime-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/beautifuleverytime-webfont.woff') format('woff'),
         url('fonts/beautifuleverytime-webfont.ttf') format('truetype'),
         url('fonts/beautifuleverytime-webfont.svg#BeautifulEveryTimeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*END OF INCLUDE FONTS*/

html,body {
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
}

body {
    background-color: #fff0ed;
    1background-color: red;
    background-image: url("images/cute_bg.jpg");
    background-position: top;
    background-repeat:repeat-x;
}

.clear{
    clear:both;	
}

.displayNone {
    display: none;
}

a {
    color: #ee2723;
    text-decoration: none;
}

a:hover {
    color: #b10878;
}

img.center {   
    display: block;   
    margin-left: auto;   
    margin-right: auto; 
}

p {
    line-height: 1.5em;
    letter-spacing: 0.1px;
    padding-bottom: 5px;
}

whiteLink {
    color: #fff;
}

whiteLink:hover {
    color: #ee2723;
}

#outerWrapper {
    width: 1010px;
    /*border: 1px solid white;*/
    overflow: hidden;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -161px;
    padding-bottom: 30px;
}


/*HEADER*/

#mainHeader {
    width: 1010px;
    height: 181px;
    background-image: url("images/header_bg.png");
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.homeLink {
    display: block;
    border: 0px solid red;
    width: 220px;
    height: 130px;
    margin-left: 40px;
    margin-top: 30px;
    float: left;
}

.socialIconsTop {
    overflow: hidden;
    float: left;
    margin-left: 245px;
}

.facebookLinkTop {
    background-image: url("images/social_icons.png");
    height: 53px;
    width: 55px;
    display: block;
    background-position: -10px -1px;
    float:left;
    border: 0px solid green;
}

.facebookLinkTop:hover {
    background-image: url("images/social_icons_over.png");
}

.twitterLinkTop {
    background-image: url("images/social_icons.png");
    height: 53px;
    width: 55px;
    display: block;
    margin-left: 0px;
    background-position: -66px -1px;
    float: left;
    border: 0px solid green;
}

.twitterLinkTop:hover {
    background-image: url("images/social_icons_over.png");
}

.pintLinkTop {
    background-image: url("images/social_icons.png");
    height: 53px;
    width: 55px;
    display: block;
    margin-left: 0px;
    background-position: -122px -1px;
    float: left;
    border: 0px solid green;
}

.pintLinkTop:hover {
    background-image: url("images/social_icons_over.png");
}

.rssLinkTop {
    background-image: url("images/social_icons.png");
    height: 53px;
    width: 55px;
    display: block;
    margin-left: 0px;
    background-position: -178px -1px;
    float: left;
    border: 0px solid green;
}

.rssLinkTop:hover {
    background-image: url("images/social_icons_over.png");
}

/* AD */

#topBanner1 {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 54px;
    left: 509px;
}

/* END OF AD */

#topNav {
    position: absolute;
    top: 136px;
    left: 320px;
    overflow: hidden;
    border: 0px solid red;
}

.topNavLink {
    text-decoration: none;
    display: block;
    font-family: BeautifulEveryTimeRegular, arial;
    color: #674b48;
    font-size: 17px;
    background-image: url("images/mini_heart.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 18px;
    float: left;
    margin-right: 35px;
    padding-top: 4px;
}

.topNavLink:hover {
    background-image: url("images/mini_heart_sel.png");
}

#subMenu {
    width:123px;
    position:absolute;
    z-index: 100;
    top:167px;
    left:380px;
    visibility: hidden;
    border: 0px solid blue;
}

#subMenuContent {
    background-image: url("images/submenu_bg.png");
    background-repeat: repeat-y;
    padding:12px 2px 0px 2px;
    border: 0px solid blue;
}

#subMenuContent a {
    padding: 4px 0px 8px 0px ;
    display:block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#subMenuContent a:hover {
    color: #b10878;
}

#subMenuFooter {
    background-image: url("images/submenu_footer.png");
    background-repeat: no-repeat;
    width:123px;
    height:15px;
    border: 0px solid blue;
}

/*END OF HEADER*/

/* COLS */

#leftCol {
    width: 593px;
    overflow: hidden;
    float: left;
    border: 0px solid black;
}

#centerCol {
    width: 247px;
    overflow: hidden;
    float: left;
    border: 0px solid black;
}

#rightCol {
    width: 164px;
    overflow: hidden;
    float: left;
    border: 0px solid black;
    padding-top: 12px;
    padding-left: 4px;
}
/* END OF COLS*/

/*PIC NAV*/

#picNav {
    float: left;
    overflow: hidden;
    padding-top: 5px;
    width: 593px;
}

.picLinkContainer {
    text-decoration: none;
    display: block;
    background-image: url("images/pic_nav.png");
    background-repeat: no-repeat;
    float: left;
    width: 145px;
    margin-right:4px;
}

.picLinkContainer:hover {
    background-image: url("images/pic_nav_sel.png");
}

.picNavLink1 {
    height: 137px;
    background-position: 0px 0px;
}

.picNavLink2 {
    height: 137px;
    background-position: -148px 0px;
}

.picNavLink3 {
    height: 137px;
    background-position: -297px 0px;
}

.picNavLink4 {
    height: 137px;
    background-position: -446px 0px;
    margin-right:0px;
}

.picNavLink5 {
    height: 138px;
    background-position: 0px -137px;
}

.picNavLink6 {
    height: 138px;
    background-position: -148px -137px;
}

.picNavLink7 {
    height: 138px;
    background-position: -297px -137px;
}

.picNavLink8 {
    height: 138px;
    background-position: -446px -137px;
    margin-right:0px;
}

/* AD */

#homeBanner1 {
    display: block;
    text-decoration: none;
    float: left;
    margin-top: 13px;
    margin-left: 58px;
    
}

.homeBanner2 {
    display: block;
    text-decoration: none;
    float: left;
    margin-top: 13px;
    margin-left: 58px;
    
}

/* END OF AD */

/* NEWEST CUTEST */

#newestPosts {
    float: left;
    overflow: hidden;
}

#actualPost {
    float: left;
    overflow: hidden;
}

.actualPostArticle {
    float: left;
    overflow: hidden;
}

#newestHeader {
    background-image: url("images/newest_cutest_header.png");
    background-repeat: no-repeat;
    width: 593px;
    height: 155px;
    margin-top: -6px;
    background-position: 0 7px;
}

.postShortContainer {
    background-color: #fff;
    width: 585px;
    margin-left: 5px;
    overflow: hidden;
    padding-top: 7px;
}

.mainPostPic {
    float: left;
    width: 260px;
    height: 213px;
    background-image: url("images/post_frame.png");
    background-repeat: no-repeat;
    padding-top: 11px;
    padding-left: 19px;
    padding-bottom: 10px;
    position: relative;
    border: 0px solid black;
}

.mainPostPicImg {
    position: relative;
}

    /*RATE THIS HOME*/
.rateThisMainCont {
    border: 0px solid red;
    width: 110px;
    height: 77px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin-top: -48px;
    margin-left: 166px;
}

.rateThisTitle {
    color: #f64f49;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
}

.rateThisHearts {
   overflow: hidden;
   margin-top: -2px;
}

.rateThisHeart {
    border: 0px solid green;
    padding-left: 2px;
}

.rateThisVotes {
    color: #f64f49;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 10px;
    padding-top: 3px;
    padding-left: 30px;
}
    /*END OF RATE THIS HOME*/

.mainPostText {
    float: left;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 15px;
    font-family: Arial;
    width: 280px;
    height: 220px;
    border: 0px solid blue;
    position: relative;
}

.mainPostText h1 {
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 18px;
    color: #f87e7a;
    padding-bottom: 5px;
}

.mainPostText .lead {
    overflow: hidden;
    height: 160px;
    
}

.postedOnMain {
    color: #4d3637;
    font-size: 11px;
}

.mainPostText p {
    color: #4d3637;
    font-size: 13px;
    padding-top: 10px;
    line-height: 1.3em;
    letter-spacing: 0.1px;
}

.h1Link {
    color: #f87e7a;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
}

.h1Link:hover {
    color: #b10878;
}

.mainPostText .commentsNo {
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    display: block;
}

.readMoreMain {
    width: 585px;
    height: 20px;
    background-image: url("images/post_details_bg.png");
    background-repeat: no-repeat;
    margin-left: 5px;
    background-position: -5px 0px;
    border: 0px solid black;
    padding-bottom: 3px;
}

.readMoreMain .readMoreLink {
    display: block;
    float: right;
    font-size: 13px;
    color: #fff;
    margin-right: 16px;
    margin-top: 4px;
    width: 95px;
    text-align: center;
    border: 0px solid black;
}

.readMoreLink:hover {
    color: #ee2723;
}

.sourceContainerHome {
    display: block;
    height: 20px;
}
.moreCuteness {
    display: block;
    background-image: url("images/more_cuteness.png");
    width: 199px;
    height: 29px;
    background-repeat: no-repeat;
    margin-left: 195px;
    margin-top: 10px;
    color: #fff;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 15px;
    text-align: center;
    padding-top: 11px;
}

.moreCuteness:hover {
    color: #ee2723;
}

/* END OF NEWEST CUTEST */

/* CENTER COL */

#facebookSide {
    width: 239px;
    height: 125px;
    background-image: url("images/facebook_side.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: 5px;
    margin-left: 9px;
}

#cuteAlertSide {
    width: 239px;
    height: 114px;
    background-image: url("images/cute_alert_side.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: 0px;
    margin-left: 9px;
}

#weeklyPickSide {
    width: 248px;
    height: 205px;
    overflow: hidden;
    background-image: url("images/weekly_pick_side.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: 0px;
    float: left;
}

#xmasOrnaments {
    width: 248px;
    height: 227px;
    overflow: hidden;
    background-image: url("images/xmas_side.png");
    background-repeat: no-repeat;
    display: block;
    margin-top: 0px;
    float: left;
}

#tagCloudContainer {
    display: block;
    width: 248px;
    1border: 1px solid red;
    margin-top: 13px;
    margin-bottom: 20px;
    float: left;
}

.tagCloudHeader {
    width: 248px;
    height: 64px;
    background-image: url("images/tag_cloud_header.png");
    background-repeat: no-repeat;
    background-position: 28px 0px;
}

.tagList {
    float: left;
    margin-top: 0px;
    border: 0px solid red;
    width: 198px;
    padding: 0px 25px 10px 25px;
    font-size: 20px;
    color: #ff9597;
    text-align: center;
    line-height: 1.2em;
}

.tagList a {
    color: #ff9597;
}

.tagList a:hover {
    color: #b10878;
}

.smallestTag {
    font-size: 10px;
}

.smallTag{
    font-size: 15px;
}

.mediumTag {
    font-size: 20px;
}

.largeTag {
    font-size: 25px;
}

.largestTag {
    font-size: 30px;
}
#picNavSide {
    width: 248px;
    overflow: hidden;
    margin-top: 0px;
}

.picNavSideHeader {
    width: 120px;
    height: 20px;
    background-image: url("images/pic_nav_side.png");
    background-repeat: no-repeat;
    border: 0px solid red;
}

.sidePicLinkContainer {
    text-decoration: none;
    display: block;
    background-image: url("images/pic_nav_side.png");
    background-repeat: no-repeat;
    float: left;
    width: 113px;
    height: 104px;
    margin-right:0px;
}

.sidePicLinkContainer:hover {
    background-image: url("images/pic_nav_side_over.png");
}

.sidePicNavLink1 {
    background-position: 0px -20px;
}

.sidePicNavLink2 {
    background-position: -114px -20px;
}

.sidePicNavLink3 {
    background-position: 0px -126px;
}

.sidePicNavLink4 {
    background-position: -114px -126px;
    margin-right:0px;
}

.sidePicNavLink5 {
    background-position: 0px -232px;
}

.sidePicNavLink6 {
    background-position: -114px -232px;
}

.sidePicNavLink7 {
    background-position: 0px -338px;
}

.sidePicNavLink8 {
    background-position: -114px -338px;
    margin-right:0px;
}




/* END OF CENTER COL*/

/* RIGHT COL */

.sideBanner_160 {
    /*border: 1px solid white;*/
    display: block;
    float: left;
}

.sideBanner_160 img {
    border: 1px solid #FDD5D3;
    display: block;
    margin-bottom: 5px;
}

.sideBanner_160 .googleDiv {
    border: 1px solid #FDD5D3;
    display: block;
    margin-bottom: 5px;
    margin-top: 12px;
}

/* END RIGHT COL */

/* FOOTER */

.push  {
    height: 161px;
    clear: both;
}

footer {
    background-image: url("images/footer_bg.jpg");
    background-repeat: repeat-x;
    height: 161px;
    width: 100%;
    clear: both;
    z-index: 20;
    position: relative;
}

.footerLinks {
    width: 1010px;
    text-align: center;
    border: 0px solid black;
    margin: auto;
    padding-top: 50px;
}

footer a {
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 13px;
    color: #ff898e;
    margin-right: 15px; 
}

footer a:hover {
    color: #6f393c;
}

.littleHeart {
    padding: 0 2px 0 3px;
}

.footerLogo {
    width: 68px;
    height: 46px;
    background-image: url("images/footer_logo.png");
    margin: auto;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-bottom: 12px;
}

small {
    color: #dec0c0;
    margin: auto;
    width: 500px;
    display: block;
    text-align: center;
    font-size: 11px;
}

small a {
    font-family: arial;
    font-size: 11px;
    
}

/* END OF FOOTER */

/* INNER PAGES */ 
.innerHeader {
    background-repeat: no-repeat;
    background-position: top left;
    width: 593px;
    height: 75px;
    margin-top: 9px;
}

.staticHeader {
    background-image: url("images/static_header.png");
    height: 33px;
    margin-top: 10px;
    overflow: hidden;
}

.postHeader {
    background-image: url("images/post_header.png");
    height: 33px;
    margin-top: 10px;
    overflow: hidden;
}

.postHeader h1 {
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 18px;
    color: #ff929b;
    margin-left: 15px; 
    margin-top: 6px;
    width: 315px;
    height: 24px;
    border: 0px solid red; 
    float: left;
    overflow: hidden;
    line-height: 1.7em;
}

.postedOnDate {
    float: right;
    font-size: 12px;
    color: #ffffff;
    width: 170px;
    border: 0px solid red; 
    padding-right: 8px;
    padding-top: 15px;
    line-height: 1.3em;
    text-align: right;
}

.postContainer {
    background-image: url("images/static_bg.png");
    background-repeat: repeat-y;
    overflow: hidden;
}

.tagContainer {
    float: left;
    width: 560px;
    overflow: hidden;
    padding-left: 16px;
    padding-top: 3px;
}

.tags {
    display: block;
    background-color: #fcc8c6;
    float: left;
    line-height: 1.3em;
    padding: 1px 2px;
    font-size: 11px;
    color: #ffffff;
    margin: 1px 1px;
}

.tags:hover {
    color: #ee2723;
}

.longPost {
    width: 565px;
    overflow: hidden;
    float: left;
    color: #4d3637;
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.longPost a {
    color: #ee2723;
}

.longPost a:hover {
    color: #b10878;
}

.longPost h1 {
   background-color: #F9B2B1;
   width: 552px;
   font-size: 18px;
   padding: 2px 0px 2px 10px;
   margin-bottom: 15px;
   color: #ffffff;
}

.longPost h2 {
   background-color: #FDD5D3;
   width: 552px;
   font-size: 16px;
   padding: 2px 0px 2px 10px;
   margin-bottom: 15px;
   margin-top: 10px;
}

.longPost h3 {
   background-color: #dec0c0;
   width: 552px;
   font-size: 15px;
   padding: 2px 0px 2px 10px;
   margin-bottom: 15px;
   margin-top: 10px;
}

.longPost p {
    padding-bottom: 0px;
}

.longPost ol, .longPost ul{
    padding: 10px 40px 10px 40px;
}

.longPost ol li {
    list-style: decimal;
}

.longPost ul li {
    list-style: circle;
}

.longPost blockquote {
    background-color: #fff;
    width: 450px;
    margin: auto;
    border: 10px solid #dec0c0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-style: italic;
}

.leadheight {
    height: 130px;
    overflow: hidden;
    border:0px solid red;
}

.staticHeader h1 {
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 18px;
    color: #ff929b;
    margin-left: 15px; 
    margin-top: 12px;
    width: 180px;
    border: 0px solid red;
}

.mightLike {
    width: 573px;
    overflow: hidden;
    float: left;
    color: #fcc8c6;
    font-size: 13px;
    line-height: 1.3em;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
}

.mightLikeImages {
    overflow: hidden;
    float: left;
    padding-top: 5px;
}

.mightLikeImages a {
    display: block;
    float: left;
    margin-bottom: 2px;
}

.mightLikeImages img {
    display: block;
    float: left;
    border: 1px solid #fcc8c6;
    margin-right: 2px;
}

.mightLikeImages img:hover {
    border: 1px solid #F87E7A;
}

.staticContent {
    background-image: url("images/static_bg.png");
    background-repeat: repeat-y;
    background-position: top left;
    width: 556px;
    overflow: hidden;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.cuteAlertFormPosition {
    padding-top: 10px;
    padding-left: 80px;
    padding-right: 0px;
    padding-bottom: 10px;
}

.alert1 {
    font-family: arial;
    font-size: 22px;
}

.alert2 {
    font-family: arial;
    font-size: 15px;
    padding-left: 55px;
}

.alert3 {
    font-family: arial;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 3px;
}

.alert4 {
    font-family: arial;
    font-size: 20px;
    padding-left: 220px;
    padding-top: 5px;
}

.staticContent p {
    color: #4d3637;
    font-size: 14px;
    line-height: 1.5em;
}

.staticContentFooter {
    width: 593px;
    height: 10px;
    background-image: url("images/static_bottom_border.png");
    background-repeat: no-repeat;
}

.allPostsHeader {
    background-image: url("images/cute_is_cute_header.png");
}

.bag-blissHeader {
    background-image: url("images/bag_bliss_header.png");
}

.cute-bitesHeader {
    background-image: url("images/cute_bites_header.png");
}

.pink-blingHeader {
    background-image: url("images/pink_bling_header.png");
}

.i-love-techHeader {
    background-image: url("images/i_love_tech_header.png");
}

.cuddly-and-cuteHeader {
    background-image: url("images/cuddly_header.png");
}

.accessory-too-cuteHeader {
    background-image: url("images/accessory_header.png");
}

.pink-blingHeader {
    background-image: url("images/pink_bling_header.png");
}

.pink-notesHeader {
    background-image: url("images/pink_notes_header.png");
}

.more-cuteHeader {
    background-image: url("images/more_cute_header.png");
}

.Xmas-ornamentsHeader {
    background-image: url("images/xmas_ornaments_header.png");
}

.paginationBlock {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.pageButton {
    display: block;
    background-image: url("images/pageButtonBg.png");
    width: 68px;
    height: 29px;
    background-repeat: no-repeat;
    color: #fff;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 15px;
    text-align: center;
    padding-top: 11px;
    float: left;
}

.pageButton:hover {
    color: #ee2723;
}

.older {
    position: absolute;
    left: 200px;
    top: 10px;
}

.newer {
    position: absolute;
    left: 330px;
    top: 10px;
}

.rateThisOnePost {
    float: left;
    margin-top: 5px;
}

.longPost .miniPink {
    display: block;
    color: #ff9a9f;
    font-size: 11px;
}

.longPost .miniPink:hover {
    color:#f87e7a;
}

.paddingTop10 {
    padding-top: 10px;
}

.marginTop50 {
    margin-top: 50px;
}

.commentSection {
    overflow: hidden;
    float: left;
    width: 542px;
    margin-left: 25px;
    margin-bottom: 50px;
}

.commentSection header {
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #fcc8c6;
    width: 542px;
    float: left;
    margin-bottom: 3px;
}

.commentTitle {
    float: left;
}

.noOfComments {
    font-family: arial;
    color: #f64f49;
    font-size: 11px;
    float: right;
}

.goToTop {
    display: block;
    font-size: 11px;
    float: right;
    margin-top: 5px;
}

.commentContainer {
    background-color: #fcc8c6;
    color: #4d3637;
    font-size: 12px;
    clear: both;
    padding: 6px 10px 6px 10px;
    line-height: 1.1em;
    overflow: hidden;
}

.whiteBg {
    background-color: #ffffff;
}

.comment {
    margin-bottom: 10px;
}

.comentInfo {
    font-size: 10px;
}

.newCommentHeader {
    font-size: 18px;
    font-family: BeautifulEveryTimeRegular, arial, sans-serif;
    color: #f98a86;
    line-height: 1.5em;
    margin-top: 35px;
    margin-bottom: 10px;
}

.newCommentInfo {
    font-size: 11px;
    color: #f98a86;
}

.newCuteInfo {
    font-size: 11px;
    color: #f98a86;
    padding-top: 20px;
}

.formTable {
    border: 0px solid green;
    padding-top: 10px;
    width: 430px;
    margin-top:10px;
}

.labels {
    color: #f98a86;
    font-size: 12px;
}

.formInput {
    background-color: #ffefec;
    border: 1px solid #e1deda;
    width: 180px;
    font-size: 12px;
    font-family: Arial;
    color: #422f19;
    padding: 2px;
    margin-top: 5px;
}

.formInput2 {
    background-color: #ffefec;
    border: 1px solid #e1deda;
    font-size: 12px;
    /*font-weight: bold;*/
    font-family: Arial;
    width: 400px;
    color: #422f19;
    padding: 2px;
    margin-top: 3px;
}

.formBg {
    overflow: hidden;
    background-image: url("images/post_figure.png");
    background-repeat: no-repeat;
    background-position: 410px 160px;
}

.formBg2 {
    overflow: hidden;
    background-image: url("images/mini_monster2.png");
    background-repeat: no-repeat;
    background-position: 410px 160px;
}

.width130 {
    width: 130px;
}

.width116 {
    width: 116px;
}

.formSpace {
    line-height: 5em;
}

.captchaImage {
    display: block;
    border: 1px solid #E1DEDA;
    margin-top: 5px;
}

.submitBtn {
    background-image: url(images/post_bg.png);
    background-position: -2px -2px;
    background-repeat: no-repeat;
    border: 0px solid #fff;
    padding:0;
    margin:0;
    background-color: #fff;
    width: 109px;
    height: 21px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
    line-height: 23px;
}

.submitBtn:hover {
    color: #ee2723;
}

.alignRight {
    text-align: right;
    padding-right: 30px;
}

.friendsContainer {
    overflow: hidden;
    padding-top: 20px;
    width: 450px;
    margin: auto;
    padding-bottom: 40px;
}

.friendBox {
    overflow: hidden;
    float: left;
}

.friendImg {
    display: block;
    margin-top: 8px;
}
.friendLink {
    display: block;
    clear: both;
    width: 145px;
    text-align: center;
    font-size: 11px;
}

.articleBottomAd {
    display: block;
    width: 300px;
    height: 250px;
    margin: auto;
    border: 0px solid red;
    margin-bottom: 35px; 
}

/* END OF INNER PAGES*/

#msgBox_id {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 2px;
    display: none;
    border: 1px solid #E1DEDA;
    padding: 5px 5px 5px 5px;
    width: 418px;
    background-color: #f87e7a;
    font-size: 13px;
    line-height: 1.2em;
}

.invisible {
    visibility: hidden;
}

/* SLIDESHOW */

#slideShowContainer {
    background-image: url(images/slide_bg.png);
    background-repeat: no-repeat;
    width: 593px;
    height: 263px;
    overflow: hidden;
    position: relative;
    float: left;
    z-index:0;
    margin-top: 6px;
}

#slides {
	position:absolute;
	top:14px;
	left:11px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:572px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:572px;
	height:220px;
	display:block;
}

/* CAPTION (not used now) */

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Pagination
*/

.pagination {
	margin:3px auto 0;
	width: 110px;
     
}

.pagination li {
	float:left;
	margin:0 5px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:0px;
	padding-top:16px;
	background-image:url(images/pagination.png);
	background-position:0px -17px;
        background-repeat: no-repeat;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 0px;
}

.relatedPostHeaderLine {
    font-size: 18px;
    font-weight: bold;
    width: 552px;
    background-color: #dec0c0;
    line-height: 1.5em;
    padding-left: 10px;
}

.longPost .relatedPostArticleList {
    background-color: #fff8f8;
    border-left: 3px solid #dec0c0;
    border-right: 3px solid #dec0c0;
    border-bottom: 3px solid #dec0c0;
    width: 496px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.longPost .relatedPostArticleList li {
    list-style: none;
    background: url(images/related_dot.png) no-repeat;
    background-position: 0px 8px;
    padding: 0px 0px 3px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
}

.longPost .relatedPostArticleList li a {
    color: #4D3637;
}

.longPost .relatedPostArticleList li a:hover {
    color: #B10878;
}



