/* 
    Document   : post
    Created on : 7-giu-2010, 18.13.01
    Author     : Ephraim
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.post {
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}
.post ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    display: table-row;
    margin-top: 3px;
    border-bottom: 1px dotted #880000;
    
}
.post li {
    border: 0 none;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #e9e8e7;
    display: block;
}
.post li h1,h2,h3,h4,h5,h6 {
    text-shadow: none;
}

.post div {
    display: table-row-group;
}

.post_info {
    width: 100px;
    text-align: center;
    float: left;
}
.post_info span {
    font-size: 0.7em;
}

.post_user {
    width: 100px;
    height: 80px;
    text-align: center;
}

.post_user a {
    color: #ffcc00;
}
.post_user img {
    border: 1px solid;
}

.post a {
    color: #ffcc00;
    margin-right: 10px;
    display: block;
    float: left;
    text-decoration: none;
}

.post a:visited {
    color: #ffcc00;
}

.post_text a {
    width: auto;
    height: auto;
}


.post_text {
    position: static;
    display: table-cell;
    margin-left: 4px;
    width: 100%;
}

.post_text h2 {
    font-size: 1em;
    margin-bottom: 4px;
    margin-top: 0px;
    border: 1px solid green;
    display: table-row;
}

.post_text a small {
    color: #e5e4e3;
}

.comment {
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}
.comment ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    display: table-row;
    margin-top: 3px;
    border-top: 1px dotted #880000;

}
.comment li {
    margin-top: 5px;
    border-bottom: 0 none;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px dotted #e9e8e7;
    display: block;
}

.comment li h1,h2,h3,h4,h5,h6 {
    text-shadow: none;
}

.comment div {
    display: table-row-group;
}

.comment_user {
    width: 100px;
    height: 80px;
    text-align: center;
}

.comment_user a {
    color: #ffcc00;
}
.comment_user img {
    border: 1px solid;
}

.comment a {
    color: #ffcc00;
    margin-right: 10px;
    display: block;
    float: left;
    text-decoration: none;
}

.comment a:visited {
    color: #ffcc00;
}

.comment_text a {
    width: auto;
    height: auto;
}


.comment_text {
    position: static;
    display: table-cell;
    margin-left: 4px;
    width: 100%;
}

.comment_text h2 {
    font-size: 1em;
    margin-bottom: 4px;
    margin-top: 0px;
    border: 1px solid green;
    display: table-row;
}

.comment_text a small {
    color: #e5e4e3;
}

.green_rating {
    color: #008800;
}
.red_rating {
    color: #ff0000;
}
.yellow_rating {
    color: #ffff00;
}

#post_option_menu {
    list-style: none;
}
#post_option_menu img {
    border: none;
}
#post_option_menu ul {
    list-style: none;
    margin: 10px;
    padding: 0px;
    color: #002174;
    font-family: Arial, Verdana, Hevetica;
    font-variant: small-caps;
    font-size: 1em;
    font-weight: bold;
}
#post_option_menu a {
    text-shadow: 1px 1px #000000, 1px 0px #000000, 1px -1px #000000, 0px -1px #000000, -1px -1px #000000, -1px 0px #000000, -1px 1px #000000, 0px 1px #000000,
                 2px 2px #aa0000, 2px 0px #aa0000, 2px -2px #aa0000, 0px -2px #aa0000, -2px -2px #aa0000, -2px 0px #aa0000, -2px 2px #aa0000, 0px 2px #aa0000;
}
#post_option_menu a:hover {
    text-shadow: 1px 1px #000000, 1px 0px #000000, 1px -1px #000000, 0px -1px #000000, -1px -1px #000000, -1px 0px #000000, -1px 1px #000000, 0px 1px #000000,
                 2px 2px #ffaa00, 2px 0px #ffaa00, 2px -2px #ffaa00, 0px -2px #ffaa00, -2px -2px #ffaa00, -2px 0px #ffaa00, -2px 2px #ffaa00, 0px 2px #ffaa00;
}
#post_option_menu ul * {
    margin: 0px;
    padding: 0px;
}
#post_option_menu ul a {
    display:block;
    color: white;
    text-decoration:none
}
#post_option_menu ul li {
    margin-left: 15px;
    position:relative;
    float:left;
    margin-right:1px;
    vertical-align: middle;
    color: white;
    height: 25px;
}
.post_option_menu_seleted {
    background-image: url('../images/selected_menu.png');
    background-repeat: repeat-x;
}


