button
{
    cursor: pointer;
}
.upperBlock
{
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    height: 74px;
    background: url(../../images/profilebg1.gif) no-repeat bottom left transparent;
}

.upperBlock .image
{
    margin: 0 20px 0 0;
}

.upperBlock .name
{
    font-size: 15px;
    font-weight: bold;
}

.firstMenu a
{
    display: block;
    float: left;
    padding: 6px 10px 5px 10px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    margin-right: 5px;
    border-bottom: solid 1px #e4d9c7;
    /*
     background-color: #ffffff;
    color: #000000;
    */
    margin-bottom: -1px;
    background:transparent url(../images/regbutbg.gif) repeat-x scroll center center;
    color: #443712;
}

.firstMenu .active
{
    background: none;
    background-color: #f6eacb;
    color: #443808;
    border: none;
    border-top: solid 1px #e4d9c7;
    border-left: solid 1px #e4d9c7;
    border-right: solid 1px #e4d9c7;
    padding: 5px 10px 6px 10px;
}

.firstMenu
{
    border-bottom: solid 1px #e4d9c7;
}

.listUpper
{
    /* background: url(../../images/listTop.gif) no-repeat top left transparent; */
    height: 11px;
}

.listBottom
{
    /* background: url(../../images/listBottom.gif) no-repeat top left transparent; */
    height: 11px; 
}

.listInner
{
    /* background: url(../../images/listInner.gif) top left repeat-y transparent; */
    padding: 10px 0px 20px;
}

.listInner .last
{
    background: none;
}

.innerItem
{
    background: url(../../images/doubleLine.gif) repeat-x bottom left transparent;
    padding: 20px 0 20px 10px;
    position: relative;
}

.innerItem form
{
    position: absolute;
    left: -25px;
    top: 18px;
}

.innerItem button
{
    display: block;
    border: 0;
    background: none;
    width: 40px;
    height: 20px;
}

.innerItem  a
{
    font-size: 16px;
}

.innerItem .category, .innerItem .date
{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.innerItem .category
{
    padding: 3px 5px;
}
.innerItem .category a
{
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12;
}

 .innerItem .date
 {
    padding-top: 3px;
 }
 
.itemDate
{
    font-size: 12px;
    padding: 5px 0;
}



.followButton
{
    position: absolute;
    right: 20px;
    top: 45px;
}

.followButton button
{
    /* background: url(../images/addToFavorites.gif) no-repeat top left transparent; */
    text-align: center;
    background:transparent url(../images/regbutbg.gif) repeat-x scroll center center;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    width: 145px;
    font-family: geaogia, times new roman, serif;
    height: 31px;
    border: solid 1px #FAC847;
}

.followButton img
{
    float: left;
    padding: 0 10px 0 0;
}

.followButton a
{
    
    font-size: 10px;
    color: #000000;
    width: 155px;
    height: 31px;
    border: 0;
    font-family: verdana, tahoma, sans-serif;
    text-decoration: none;
}

.followButton span.left
{
    padding: 1px 0 0 0;
}

.oneLine
{
    padding-bottom: 10px;
}

.oneLine label, .oneLine .field
{
    float: left;
}

.oneLine label
{
    width: 120px;
}

.oneLine .field input, .field textarea
{
    border:1px solid #FAC847;
    color:#7C7B7B;
    padding:3px;
    width: 440px;
}

.field textarea
{
    height: 110px;
}

.message
{
    padding: 0 0 10px;
}


.diary .onePost
{
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.diary .title
{
    font-size: 20px;
}
/*
.diary .date
{
    font-size: 12px;
    color: #d1d1d1;
}
*/
.diary .text
{
    padding: 10px 0 0;
}

.gallery
{
    padding: 0  0 10px; 
}

#comments textarea
{
    width: 530px;    
}

#comments .submitButton
{
    width:auto;
    margin-right: 3px;
}

#comments .commentText
{
    width: 475px
}

.diary .readMore
{
    padding: 10px 0 0;
    font-size: 12px;
}

.diary .backLink
{
    font-size: 12px;
    padding: 0 0 10px;
}

.composeLetter label
{
    position: absolute;
    font-size: 18px;
    color: #a9a9a9;
    padding: 3px;
}

.composeLetter .oneLine input, .composeLetter .oneLine textarea
{
    font-size: 18px;
    color: #262626;
    border: 0;
    padding: 3px;
    width: 582px;
}

.formWrapper
{
    padding: 20px;
    background-color: #eeeae9;
}

.composeLetter .submit
{
    text-align: right;
}


.composeLetter .submit button
{
    border: solid 1px #275b80;
    -moz-border-radius: 0.2em;
    background-color: #0a7dbe;
    padding: 4px 20px;
    color: #FFFFFF;
    font-family: georgia,times new roman,sans-serif;

}

.editPostLink
{
    font-size: 12px;
}

.myDiaryPosts .date, .myDiaryPosts .title, .myDiaryPosts .checkbox, .myDiaryPosts .edit
{
    float: left;
    margin-left: 10px;
    margin-right: 0;
}

.myDiaryPosts .date
{
    margin-left: 0;
}

.myDiaryPosts .date
{
    background: url(../images/calendar.gif) no-repeat top left transparent;
    height: 40px;
    width: 44px;
    text-align: center;    
}

.myDiaryPosts .date .month
{
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 3px 0 1px 0;
}

.myDiaryPosts .title
{
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0 0;
    width: 470px;
}

.myDiaryPosts .title .link
{
    font-weight: normal;
    font-size: 12px;
    padding: 3px 0;
}

.myDiaryPosts .smaller
{
    width: 400px; 
}
.myDiaryPosts .title .usernanme
{
    font-size: 14px;
    font-weight: normal;
}

.myDiaryPosts .title a
{
    text-decoration: none;
}

.onePost .text
{
    padding: 0 0 0 10px;
    width: 575px;
}

.onePost .postName
{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.imagesSmall
{
    padding-top: 15px;
}

.imagesSmall .smallThumb a
{
    display: block;
    height: 30px;
    width: 30px;
}

.imagesSmall .smallThumb
{
    margin: 0 5px 5px 0;
}

.images .image
{
    padding: 0 0 15px 55px;
}

#comments .blockCommentForm
{
    -moz-background-clip:border;    
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#EEEAE9 none repeat scroll 0 0;
    padding:20px;
}

#comments .blockCommentForm .submitButton button
{
    border: solid 1px #275b80;
    background: none;
    -moz-border-radius: 0.2em;
    background-color: #0a7dbe;
    padding: 4px 20px;
    font-weight: normal;
    color: #FFFFFF;
    font-family: georgia,times new roman,sans-serif;
}

.onePost .postName
{
    background:transparent url(../images/item-bottom.gif) repeat-x scroll left bottom;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.userdata .aboutTitle
{
	font-weight: bold;
}

.userdata .about
{
	padding-top: 5px;
	width: 335px;
	font-size: 12px;
}
