﻿.blackText
{
    color:#000000;
    font-weight:normal;
}

/*COUNTER SECTION ON WHAT PAGE*/
#counterBox
{
    background-image:url(images/counterBackground.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:280px;
    height:49px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
    position:relative;
}   

#counter
{
    font-family: Arial, Sans-Serif;
    font-size:26pt;
    color:#852394;
    letter-spacing:36px;
    font-weight:bold;
    position:absolute;
    width:260px;
    top:6px;
    left:18px;
}


.counterTitle
{
   margin:0px;
   padding:0px;
   font-family:verdana, arial, Sans-Serif;
   font-size:8pt;
   margin-top:14px;
   margin-bottom:8px;
   line-height:normal;
   color:#852394;
   text-align:center;
}

/*WHAT PAGE STYLES*/

.whatText
{
    font-family:Arial,Verdana, Sans-Serif;
    color:#852394;
    font-size:11pt;
    font-weight:bold;
    
}



/*WHY PAGE STYLES*/
.whyBoldTitle
{
    font-family:Verdana, Sans-Serif;
    color:#512711;
    font-size:8pt;
    font-weight:bold;
}

.whoBoldTitle
{
    font-family:Verdana, Sans-Serif;
    color:#a25cb5;
    font-size:8pt;
    font-weight:bold;
}


/*WHERE AM I STYLES*/
#photoWrapper
{
    width:320px;
    margin-top:30px;
    height:300px;
    overflow:auto;
}

.photoLeftItem, .photoRightItem
{
    width:145px;
    height:124px;
    float:left;
    margin-bottom:35px;
}


.photoRightItem
{
    float:right;
}

.thumbnail
{
   border:solid 1px #3864a3;
}

.imageTitle
{
    font-family: Arial, Sans-Serif;
    font-size:12pt;
    font-weight:bold;
    color:#3864a3;
    display:block;
    float:left;
    width:75px;

}

.downloadLink
{
    text-decoration:underline;
    display:block;
    text-align:right;
    width:60px;
    margin-left:auto;
    margin-top:3px;
}

/*WHAT DID YOU THINK STYLES*/    

#latestPostsBox
{
    width:320px;
    height:400px;
    overflow:auto;
}

.postItem
{
    width:285px;
    border-bottom:solid 1px #a42335;
    margin-bottom:20px;
}

.thinkRedText
{
    font-family:Verdana, Sans-Serif;
    color:#a42335;
    font-size:8pt;
    font-weight:normal;
    margin-top:15px;
    margin-bottom:15px;
}
