/** Style the Body **/

html, body {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: 0;
}

a {
    font-weight: bold;
    color: #5C5C5C;
    text-decoration: none;
}

td a, h2 a, h3 a, p a, dd a {
    border-bottom: 1px dotted #5C5C5C;
}

td a:hover, h2 a:hover, h3 a:hover, p a:hover, dd a:hover {
    border-bottom: 1px solid #5C5C5C;
}
.more {
    text-align: right;
}
.left {
    float: left;
}
.right {
    margin-left: 50%;
    text-align: right;
}
.clear {
    clear: both;
}

.spacer{
    clear:both; 
    height:1px;
}

.red {
    color: #f00;
}

body, h1, h2, h3, #avi-flag textarea, #avi-flag select {
    font: 10px tahoma, arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #5C5C5C;
}

h2 {
    color: #5A5A43;
    font-size: 2em;
    font-weight: bold;
    line-height: 30px;
    margin: 0.5em 0;
}

body {
    background: url(imgs/header_bg.jpg) repeat-x;
    text-align: center;
}

/*
 * Start Styling the CONTAINERS 
 **/

#wrapper {
    text-align: left;
    margin: auto;
    width: 774px;
}

/* HEADER */

#header {
    background: url(imgs/logo.png) no-repeat scroll 0 17px;
}

#headerlink {
    float: left;
    width: 560px;
    height: 147px;
}

#headerlink a {
    display: block;
    height: 100%;
    width: 100%;
}

#logininfo {
    float: left;
    width: 200px;
    height: 101px;
    margin-top: 20px;
    color: #ddd;
}

#logininfo label {
    margin: 0;
    padding: 0;
}

#logininfo input {
    margin: 5px 0;
    font-size: 1em;
}

#logininfo p {
    margin: 0;
}

#logininfo a {
    color: #ddd;
    border-bottom: 1px dotted #ddd;
}

#logininfo a:hover {
    border-bottom: 1px solid #ddd;
}

#logininfo #button{
    font-size:11px;
    font-weight:bold;
    background-color:#EEE;
    border:1px solid #666;
    padding: 2px;
}

#navbar {
    clear: both;
    text-align: right;
    width: 100%;
    height: 50px;
}

#body {
    margin-top: 20px;
}

#body-left {
    float: left;
    width: 508px;
}

body-left h3 {
    color: #5A5A43;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    margin: 0.5em 0;
    border-bottom: 1px dotted #5c5c5c;
}

/** MAIN PAGE INDEX TABLE STYLE **/

table#indexlist {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 5px 0 15px;
}

table#indexlist tr:hover {
    background-color: #F0F0EB;
}

table#indexlist th {
    padding: 4px;   
    border-bottom: 2px solid #666;
    font-size: 1.2em;
}

table#indexlist td {
    padding: 4px;
    border-top: 1px solid #EAEADA;
    border-bottom: 1px solid #EAEADA;
}

table#indexlist td a {
    font-weight: normal;
}

/** PICTURE TABLE STYLE **/

table.imgtable {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px 0 15px;
}

table.imgtable td {
	padding: 7px;
	vertical-align: bottom;
}

table.imgtable a img, table.imgtable a:hover img {
	border: 0;
}

.list ul {
    padding: 0;
    border-top: 1px solid #EAEADA;
}
.list li {
    border-bottom: 1px solid #EAEADA;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.list li a {
    font-size: 1.1em;
    color: #554;
    display: block;
    padding: 8px 0 8px 5%;
    text-decoration: none;
    width: 95%;
}

.list li a span.tags {
    margin-left: 26px;
    color: #737373;
    font-size: 0.85em;
}

.list li a b {
    color: red;
}

.list li a:hover {
    background: #F0F0EB;
    color: #654;
}

.list img {
    margin-right: 7px;
}

/** AVI UPLOAD/EDIT STYLING **/

/* ----------- My Form ----------- */
.myform{
    margin:0 auto;
    width:500px;
    padding:14px;
}

/* ----------- stylized ----------- */
/* #input_form{
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
} */
#input_form h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
#input_form p, p.introtext {
    font-size:11px;
    color:#666;
    margin-bottom:20px;
    border-bottom:solid 1px #ccc;
    padding-bottom:10px;
}
#input_form label{
    display:block;
    font-weight:bold;
    text-align:right;
    font-size:10pt;
    width:175px;
    float:left;
}
#input_form .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:175px;
}
#input_form input.field, #input_form input.upfile, #input_form textarea {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #ccc;
    width:300px;
    margin:2px 0 20px 10px;
}

#input_form select {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #ccc;
    width:140px;
    margin:2px 0 20px 10px;
}

#input_form input:focus, #input_form textarea:focus, #input_form select:focus{
    border:solid 1px #bbb;
}

#input_form button{
    clear:both;
    margin-left:185px;
    text-align:center;
    line-height:31px;
    font-size:11px;
    font-weight:bold;
    background-color:#EEE;
    border:1px solid #666;
    padding: 2px;
}

#reset_button, #upload_button{
    margin-left:10px;
    font-size:11px;
    font-weight:bold;
    border:1px solid #666;
    padding: 2px;
    width: 100px;
}

#reset_button  { background-color: #ED4949; }
#upload_button { background-color: #89CC32; }


/** MORE CONTAINER BODY DIVS **/

#preview {
    text-align: center;
}

#preview .warning {
    color: red;
    font-weight: bold;
}

#avi-meta, #avi-summary, #avi-comments {
    text-align: left;
}

#avi-meta {
    float: left;
    width: 380px;
    margin-bottom: 20px;
}

#avi-meta h3 {
    border-bottom: 1px dotted #5c5c5c;
    padding-bottom: 10px;
    font-size: 1.2em;
}

#avi-meta dt {
    float: left;
    font-weight: bold;
    text-align: right;
    width: 125px;
}

#avi-meta dd {
    margin-bottom: 2px;
    margin-left: 130px;
    width: 250px
}

#avi-flag {
    display: none;
    margin-left: 65px;
}

#avi-comments {
    text-align: left;
    width: 500px;
}

.comment {
    margin-top: 10px;   
}

.comment a.reply-to {
    cursor: pointer; 
}

#comment-form {
    border-top: 1px #ccc solid;
    margin-top: 20px;
}

#comment-form a {
    border: 0;
}

#comment-form td {
    vertical-align: top;
}

/* START RATINGS CSS */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
    background: url(star.gif) left -1000px repeat-x;
}
.star-rating{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating li{
    display: inline;
}
.star-rating a, 
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left bottom;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}   

/* for an inline rater */
.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}

/* smaller star */
.small-star{
    width:50px;
    height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
    background-image: url(images/star_small.gif);
    line-height: 10px;
    height: 10px;
}
/* end ratings css */

#avi-screenshot div {
    width: 380px;
    float: left;
}

#avi-screenshot img {
    width: 380px;
    margin-bottom: 20px;
}

#avi-links {
    padding-top: 20px;
    font-size: 1.2em;
}

#avi-summary {
    margin: 15px 0;
    padding: 15px;
    border-top: 1px dotted #5C5C5C;
    border-bottom: 1px dotted #5C5C5C;
    clear: both;
    background-color: #F0F0F0;
    font-size: 1.2em;

}

#body-right {
    float: right;
    width: 230px;
}

#body p {
    line-height: 14px;
    margin: 0.5em 0;
}

#body p.spaced {
    margin: 20px 0;
}

#body-right p {
    margin-right: 2em;
}

#body a.green {
    color: #9AAB68;
    font-weight: normal;
    text-decoration: underline;
}

/** FOOTER **/

#footer {
    color: #FFFFFF;
    background: #42453D url(images/footer_bg.gif) repeat-x;
    width: 100%;
    padding: 6px 0 5px 0;
    margin-top: 2em;
    font-weight: bold;
}
#footer p {
    margin: 0;
    padding: 0;
}

#footer a {
    color: #aaa;
}
