body, div, td {
    font-family:arial;
    font-size:12px;
    color:#000000;
}

body{
    padding:0;
    margin:0;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.blockImg {
    display:block;
}

.users{
     width:340px;
     background-color:#f4f5ef;
}

.userDetail{
     width:895px;
     background-color:#f4f5ef;
}

.postDetail{
     width:526px;
     background-color:#f4f5ef;
     margin-left:190px;
}

.users .name{
    font-weight:bold;
}

.users .name a {
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

.users .name a:hover {
    font-weight:bold;
    color:#004a88;
    text-decoration:underline;
}

.namelink {
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

.namelink:hover {
    font-weight:bold;
    color:#004a88;
    text-decoration:underline;
}

.time{
    margin-top:5px;
    font-weight:bold;
    font-size:10px;
    color:#999999;
}

.strokeWhite {
    display:block;
    padding:3px;
    background-color:#ffffff;
    border:1px solid #cccccc;
}

.strokeBlue {
    display:block;
    padding:3px;
    background-color:#005195;
    border:1px solid #cccccc;
}

.cloudYellow {
    width:23px;
    height:15px;
    background-image:url(images/bg_icon_cloud_yellow.gif);
    background-repeat:no-repeat;
    text-align:center;
    font-family:arial;
    font-size:10px;
    color:#ffcc00;
    margin-bottom:10px;
}

.cloudYellow a {
	display:block;
    font-size:10px;
    color:#ffcc00;
    text-decoration:none;
}

.cloudYellow a:hover {
    font-size:10px;
    color:#004a88;
    text-decoration:none;
}

.cloudOrange {
    width:23px;
    height:15px;
    background-image:url(images/bg_icon_cloud_orange.gif);
    background-repeat:no-repeat;
    text-align:center;
    font-family:arial;
    font-size:10px;
    color:#ff6600;
    margin-bottom:10px;
}

.cloudOrange a {
	display:block;
    font-size:10px;
    color:#ff6600;
    text-decoration:none;
}

.cloudOrange a:hover {
    font-size:10px;
    color:#004a88;
    text-decoration:none;
}

/* post detail */

.postDetail .post {
    background-color: #e9ece9;
    padding:25px;
    color:#333333;
    font-size:18px;
    margin-top:15px;
}

.postDetail .post .ago {
    color:#005195;
    font-size:10px;
    font-weight:bold;
    text-transform: uppercase;
    margin-top:4px;
}

.postDetail .poster {
    margin-bottom:70px;
}

.postDetail .poster .name {
    color:#666666;
    font-size:15px;
    font-weight:bold;
}

.postDetail .poster .name a {
    color:#666666;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

.postDetail .poster .name a:hover {
    color:#666666;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

.postDetail .poster .majorYear {
    color:#005195;
    font-size:10px;
    margin-top:4px;
}
/*
.headerBar {
    background-color: #fbb228;
    color:#ffffff;
    font-size:15px;
    margin-bottom:8px;
    padding: 4px 0 4px 18px;
}
*/
.headerBar {
    background-color: #ffcc00;
    color:#005195;
    font-size:15px;
    margin-bottom:8px;
    padding: 4px 0 4px 18px;
}

.comments {
    margin-bottom:30px;
}

.commentsScroll {
    height:150px;
    overflow:auto;
    margin-bottom:30px;
}

.comment {
    background-color: #e9ece9;
    color:#333333;
    font-size:12px;
    margin-bottom:8px;
    padding: 15px 10px 15px 12px;
}

.commenter {
    color:#005195;
    font-size:12px;
    margin-bottom:2px;
    font-weight:bold;
}

.commenterTime {
    margin-bottom:8px;
}

.label {
    color:#333333;
    font-size:10px;
    margin-bottom:2px;
}
/*
.submit {
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    background-color: #fbb228;
    padding:4px;
    border:none;
}
*/

.submit {
    color:#005195;
    font-size:11px;
    font-weight:bold;
    background-color: #ffcc00;
    padding:4px;
    border:none;
}

/* userDetail */

.userCol1 {
    float:left;
    width:155px;
}

.userCol2 {
    float:left;
    width:555px;
    margin-right:30px;
}

.userCol3 {
    float:left;
    width:155px;
}

.userDetail .name {
    color:#666666;
    font-size:18px;
    font-weight:bold;
}

.userDetail .majorYear {
    color:#005195;
    font-size:10px;
}

.userDetail .bio {
    color:#333333;
    font-size:12px;
    line-height:18px;
    margin-top:14px;
    padding-right:4px;
}

.userDetail .post {
    /*background-color: #e9ece9; */
    background-image: url(images/bg_postbody.gif);
    background-repeat: repeat-y;
    padding:10px 10px 10px 0;
    color:#333333;
    font-size:12px;
    margin-left:15px;
    margin-bottom:8px;
}

.userDetail .post .ago {
    color:#005195;
    font-size:10px;
}

.userDetail .posts {
    height:500px;
    overflow:auto;
    margin-bottom:20px;
}

.postBody {
    float:left;
    width:85%;
}

.cloudUser {
    float:left;
    width:38px;
    height:25px;
    padding-top:2px;
    padding-right:5px;
    background-image:url(images/bg_icon_cloud_user.gif);
    background-repeat:no-repeat;
    text-align:center;
    font-family:arial;
    font-size:10px;
    color:#005195;
}

.cloudUser a {
	display:block;
    font-size:13px;
    color:#005195;
    text-decoration:none;
    font-weight:bold;
}

.cloudUser a:hover {
    font-size:13px;
    color:#005195;
    text-decoration:none;
    font-weight:bold;
}

.cloudUserAlt {
    float:left;
    width:38px;
    height:25px;
    padding-top:2px;
    padding-right:5px;
    background-image:url(images/bg_icon_cloud_user_alt.gif);
    background-repeat:no-repeat;
    text-align:center;
    font-family:arial;
    font-size:10px;
    color:#005195;
}

.cloudUserAlt a {
	display:block;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

.cloudUserAlt a:hover {
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

.commentCloud {
    position:absolute;
	top:10px;
	left:17px;
	width:44px;
	height:44px;
}

.bgFacebook {
    display:block;
    background-image: url(images/bg_facebook.gif);
    background-repeat:no-repeat;
    background-color:#e9ece9;
    width:110px;
    height:21px;
    padding:7px 0 0 45px;
    margin-bottom:20px;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.bgProfileContact {
    display:block;
    background-image: url(images/bg_profile_contact.gif);
    background-repeat:no-repeat;
    width:110px;
    height:27px;
    padding:11px 0 0 45px;
    margin-bottom:16px;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.bgMyspace {
    display:block;
    background-image: url(images/bg_myspace.gif);
    background-repeat:no-repeat;
    background-color:#e9ece9;
    width:110px;
    height:21px;
    padding:7px 0 0 45px;
    margin-bottom:20px;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.bgEmail {
    display:block;
    background-image: url(images/bg_email.gif);
    background-repeat:no-repeat;
    background-color:#e9ece9;
    width:110px;
    height:21px;
    padding:7px 0 0 45px;
    margin-bottom:20px;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.rss {
    display:block;
    background-image: url(images/bg_rss.gif);
    background-repeat:no-repeat;
    background-color:#e9ece9;
    width:105px;
    height:21px;
    padding:7px 0 0 45px;
    margin-bottom:20px;
    margin-left:5px;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.vu {
    display:block;
    background-image: url(images/bg_vu.gif);
    background-repeat:no-repeat;
    background-color:#e9ece9;
    width:105px;
    height:21px;
    padding:7px 0 0 45px;
    margin-bottom:20px;
    margin-left:5px;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

/* popup */

.popWrapper {
    width:460px;
    padding:20px;
    color:#333333;
    font-size:11px;
}


.popTop {
    background-color:#e9ece9;
    padding:20px;
    font-size:17px;
    color:#005195;
    margin:20px 0;
}
.popHeader  {
    font-size:13px;
    font-weight:bold;
}
.popHeader a  {
    font-size:13px;
    font-weight:bold;
    color:#004a88;
    text-decoration:none;
}
.popHeader a:hover  {
    font-size:13px;
    font-weight:bold;
    color:#004a88;
    text-decoration:underline;
}

.popRss {
    color:#005195;
    text-decoration:none;
}

.popRss:hover {
    color:#005195;
    text-decoration:none;
}


