/*-------------- custom.css collection  ----------------*/
/*-----attach body.custom to any style you add here-----*/


/*-----font stuff----*/

/* to change the font site wide */
body.custom {
        font-family: Trebuchet MS; }

/* to change the site title */
body.custom .homelink {
        color: #191919;
        font-family: Trebuchet MS; }

/* to change the post titles when static */
body.custom .entry-title {
         color: #191919;
         font-family: Trebuchet MS; }

/* to change the color of a post link on home page */
body.custom .entry-title a {
        color: #b47b10;}

/* to change the content font */
body.custom .entry-content {
         font-size: 13px;
        font-family: Trebuchet MS; }

/* to change the color of headlines in a post title */
/* body.custom .entry-content h2 { */
/*      color: # 191919;} */

/*----- set background color ---*/
body.custom {
        background: #333333;}
body.custom  .homelink a {
        color: #ffffff;}
body.custom .homelink a:hover {
        color: #999999;}
body.custom .description {
        color: #cccccc;}
body.custom ul.menu {
        right: 10px;}
body.custom #rotating {
        border-top: none;}


/*---container background color---*/
body.custom #container {
        background-color: white; }

/*-- widget background color --                 */
/* body.custom .widget {                         */
/*      background-color: #ffffff; }            */

/*-------comments coloring----------*/
/* controls the background color for all the comments */
body.custom .commentlist li {
        background: #ffffff;}

/* for every alternate comment */
body.custom .commentlist li.alt {
        background: #e6e6e6;}

/* for author comments */
body.custom .commentlist li.authorcomment {
        background: #6B8E23;
        border: none;}

/*---- reduce white space after posts---*/
body.custom .entry-meta {
        margin-top: 10px; }

/*-----create a border---- */
body.custom #container {
        border: 2px solid #e6e6e6;}

body.custom ul.menu {
        right: 10px;}

body.custom #rotating { border-top: none;}

body.custom #rotating { padding-top: 10px; padding-bottom: 10px; }


/*-----create a line border---- */

body.custom .looped .entry,
body.custom .single .entry {
    border-bottom: 1px dashed #ccc;
}

.glamsquaread {
    width: 300px;
    height:auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
}

.glamsquaread_line {
    width: 475px;
    height:auto;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #cccccc;
    margin-left:auto;
    margin-right:auto;
}

/*********************************************************************
CHANGES BY @apotrex
*********************************************************************/

body.custom #rotating {border: 0;}
body.custom #branding {display:none;}
body.custom #header {width:920px;}
body.custom #hbLeaderboard {position:relative; padding: 10px 0;margin: 35px auto 0 auto;text-align:center;border-bottom: 1px solid #CCC;}
body.custom #hbLeaderboard #hbLeaderboardMedia { width: 728px; padding: 0; margin: 0 auto; }
body.custom ul.menu {right:14px;bottom:auto;padding: 0 0 10px 0;margin: 0 auto; text-align:center;}
body.custom ul.menu li{float:left; margin:0 0 0 5px; background: #777; font-weight:bold; font-size:14px; line-height:14px;}
/* ADJUST THE padding WIDTH BELOW TO CHANGE THE SIZE OF THE NAV BAR, AND *POSSIBLY* CHANGE THE right OF ul.menu TO "CENTER" THE NAV BAR */
body.custom ul.menu li a{display:block; color: #FFF; padding: 10px 12px;}
body.custom ul.menu li a:hover{text-decoration:none; background:#888; padding: 10px 12px;}
body.custom div.sidebar ul.sidebar-items li.widget_search h2.search-title {display:none;}

/* SET HERE TO FIX A PROBLEM WITH VALIDATION */
#creditfooter { display: none; }

/* FOR THE APOTREX LINK ADDER */
.apxSite { width: 480px; margin: 0 auto; padding: 2em 0 1em 0; text-align: left; clear: both; font-size: 1.3em; line-height: 1.5385em; }
.apxSiteTitle { clear: both; margin: 0; padding: .5em; border-top: 2px solid #000; border-bottom: 4px solid #000; }
.apxSitePic { width: 150px; height: auto; float: left; margin: 0; padding: 0 10px 0 0; }
.apxSitePic a img { width: 150px; height: 250px; border: 1px solid #000; }
.apxSiteList { width: 318px; float: right; margin: 0; padding: 0; }
.apxSiteUL { margin: 0; padding: 0; }
.apxSiteLI { margin: 0; padding: .5em 0; list-style: none; border-bottom: 1px dashed #000; }
.apxSiteCloser { clear: both; height: 2em; margin: 0; padding: 0; border-bottom: 1px dashed #CCC;}
.apxSiteCloserSingle { clear: both; height: 2em; margin: 0; padding: 0;}

