@import url('shared.css');


        
#header {
        background: url(/images/header_bg.png) repeat-x;
        }


#main .options {
        margin-bottom: 20px;
        }


.green {
        color: #1BA100;
        }

.red   {
        color: #CA0000;
        }

h2 {
        padding-bottom: 31px;
        }

h2 .small .size,
h2:hover .small .num {
        display: none;
        }
h2:hover .small .size {
        display: inline;
        }


.status {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
        }
.status a {
        margin-right: 10px;
        margin-left: -2px;
        }
.status a:visited {
        color: #444;
        font-weight: normal;
        font-size: 12px;
        }


.errorExplanation, .flash_error, .flash_notice, .flash_ok {
        border: 2px solid #CA0000;
        padding: 10px;
        background: #FFAFB3;
        margin-bottom: 20px;
        width: 470px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        }

.errorExplanation ol {
        margin-left: 20px;
        }

.fieldWithErrors {
        padding-top: 1px;
        margin: 0 !important;
        }        
.fieldWithErrors input,
.fieldWithErrors textarea {
        background: #FFAFB3;
        }
        

.flash_notice {
        border-color: #0051C9;
        background-color: #B0C6FF;
        }
.flash_ok {
        border-color: #11C900;
        background-color: #B0FFB0;
        }

        
.error {
      background: #CA0000;  
      color: #fff;
      float: right;
      padding: 2px 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;      
      }
        
        
        
        
        
        
.ui-tabs-hide { display: none;}
        
   
        
.nowrap {
        white-space: nowrap;
        }    
        
    

.selected {
        border: 3px solid #CA0000;
        margin: 0;
        }
img:hover.selected {
        border: 3px solid #CA0000;
        }   

      
      
.ui-resizable-handle {
      bottom: -5px !important;
      }     
      
      
      
      



/* ################# New Comments ################ */
   
#right .new_comments {
		margin-bottom: 50px;
		font-size: 10px;
	    }

#right .new_comments ul {
        margin-right: 15px;
        margin-top: 20px;
        list-style-type: none;	    
	    }
#right .new_comments ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
        }
#right .new_comments ul li:last-child {
        border-bottom: none;
        }
        
#right .new_comments ul .header {
        margin-bottom: 5px;
        }
#right .new_comments ul .header .author {
        font-weight: bold;
        }

#right .new_comments ul .header img {
        float: right;
        }
      
#right .new_comments ul .header .created_at {
        color: #999;
        }
      
#right .new_comments ul .header .reply {
        display: block;
        color: #999;
        margin-top: 3px;
        margin-bottom: 10px;
        }




#right .feed_icon {
		text-align: right;
        margin-right: 15px;
      }      



/* #####################################  Footer  ############### */

#footer {
      margin: 100px 0 20px 0;
      padding: 0 30px;
      text-align: right;
      color: #999;
      }
#footer a {
      color: #999;
      }  
      
#footer a:hover {
      color: #444;
      }          