/* COLORS */
/* Green: #98D231*/
/* Red: #CB1A0A*/


/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
  color: #333;
  background-color: #eee;
	}

															/** MAIN CONTAINERS **/
div#container {
  margin:0em auto;
  text-align:left;
  width:750px;
  }
    
	div#header {
		color: inherit;
    background-color: #CB1A0A;		
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		margin-top: 12px;
		}
		div#header-in {
			padding: 10px 10px 10px 10px;
			}
			div#logo {
			  padding-top: 0px;
			  margin-top:0px;
			  clear: right;
			}
      div#search {
        clear: right;
        float: right;
        font-size: 0.75em;
        margin-top: -25px;
        width: 410px;
      }      
      div#search form {
        float: right;
      }
      ul#menu {
        text-align: right;
        float: right;
        font-size: 0.75em;
        margin-top: -50px;
        margin-left: 10px;
        display: block;
        list-style-type: none; 
        list-style-image: none; 
        line-height: 1em;
        width: 420px;
      }
        ul#menu li {
          display: inline; 
        }
        ul#menu li a{
          color: white; 
        }
    div#header span#locales {
      margin-left: 10px;
    }
      
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;			
      border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.narrow {
		    margin:0 0 0 210px;
  			}
  		
			div.content-in {
				padding: 20px;
				}
			div.description {
			  font-size: 0.8em !important;
			  color: #777777;
			  line-height: 1em;
			  margin-top: -10px !important;
			}
		div.column {
		  float: left;
			width: 200px;
			min-height: 200px;
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.column-in {
				padding: 20px;
				}
        div.column-in ul {
        }
          div.column-in ul li {
            padding-top: 5px;
            padding-bottom: 5px;            
          }
    				div.column-in ul li a {
    				  font-size: 0.8em;  				  
    				}
    				div.column-in ul li img {
              vertical-align: middle;  				  
    				}

				div.column-in a {
  				
  				}
				div.column-in div.header {
				  border-bottom:1px solid #98D231;
          margin-bottom:10px;
				}
  				div.column-in div.header h2 {
  				  font-size: 1em;
  				  font-weight:bold;
  				}
				
  			
	div#footer {
		color: white;
    background-color: #CB1A0A;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		font-size: 18px;
		}
		div#footer-in {
			padding: 0px;
			}
			p#countdown {
			  font-size: 0.75em;
			  color: white;
		    text-align: left;
		    padding: 0px;
		    padding-left: 12px;
		    margin: 0px;
			}
			p#copyright {
			  font-size: 0.75em;
		    text-align: center;
			  color: white;		    
			  padding-top: 5px;
			  padding-bottom: 5px;
			  margin:0em;
			  

			}
			p#copyright a {
			  color: white;			  
			}
			
			
	
div#error {
  background:#AA2222 none repeat scroll 0% 0%;
  color:#FFFFFF;
  margin:0pt auto;
  margin-top: 5px;
  text-align: center;
  border-bottom: 1px solid #ddd;  
}

div#notice {
  margin-top: 5px;  
  background: #cfc;
  color: #051;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

div#instruction {
  margin-top: 5px;  
  background: white;
  color: black;
  text-align: center;
  border-bottom: 1px solid #ddd;
}


ul#wish_list {  
}
  ul li.wish {  
    border-bottom:1px solid #98D231;
    margin-bottom:10px;	  
  }
    ul#wish_list li span.description {  
      font-weight: bold;
    }
    ul#wish_list li a { 
      font-size: 0.7em;
    }    
    ul#wish_list li a { 
      font-size: 0.7em;
    }    
    
    ul#wish_list li p.url { 
      width: 100%;
      font-size: 0.7em;
      overflow: hidden;
      height: 1.5em;
    }    

ul#static_wish_list {  
  margin-top: 10px;
  border-top: 1px solid #98D231;
}
  ul#static_wish_list li.wish {  
    border-bottom:1px solid #98D231;
    padding-bottom:10px;
    margin-top:10px;
    padding-left: 5px;    	  
  }
    ul#static_wish_list li.wish p.reserved {
      font-size: 70%;
    }
    
    ul#static_wish_list li span.description {  
      font-weight: bold;
    }
    
    ul#static_wish_list li p.updated_at {  
      font-style: italic;
      font-size: 60%;
      margin: 0 0 0;
    }
    
    ul#static_wish_list li input[type=submit] {  
      font-size: 70%;
    }
    ul#static_wish_list li a { 
      font-size: 0.7em;
    }    
    
    
  
input {
  background-color: white !important;
}
    
input.button {
  cursor:pointer;
  background: #DFDFDF url(/images/text-background.gif) repeat-x !important;
  border: 1px solid #98D231;
}

input.button:hover {
  color: #CB1A0A;
}

input[type=submit] {
}

input.remove_reservation {
  cursor:pointer;
  background: #CB1A0A !important;
  color: white;
  border: 1px solid #98D231;  
}

input.remove_reservation:hover {
  background: #DFDFDF url(/images/text-background.gif) repeat-x !important;
  color: #CB1A0A !important;
}


div.fieldWithErrors label{
  color: red;
}

span.form_error_message {
  color: red;
}

/*
  FRONT PAGE
*/

div.front_page_instructions {
  margin-top: 10px;
}

  div.front_page_instructions h5 {
    text-align: center; 
  }

  div.front_page_instructions ol {
    list-style-position: inside;
  }

div.front_page_wishes {
  margin-top: 60px;
}

  div.front_page_wishes h5 {
    text-align: center; 
    margin-bottom: 15px
  }
  
  div.front_page_wishes ul li p {
    margin-left:60px;
  }

/*
  WISHES
*/

div#wish_request_panel {
}
  div#wish_request_panel p {
    text-align: center;
  }
  
  div#wish_request_panel input#wish_description {
    width: 100%;
    border: 3px solid #98D231;
  }
  
  div#wish_request_panel input[type=submit] {
  }

  div#wish_request_panel textarea#wish_description {
    width: 100%;
    border: 3px solid #98D231;
  }
  
  div#wish_list_url {
    width: 100%; 
    text-align: right; 
    
    font-size: 0.8em; 
    line-height: 0.4em
  }

img.avatar {
  border: solid 1px #aaa;
  padding: 1px;
  vertical-align: middle;
}

/*
  SEARCH
*/

p#search_header {
	  border-bottom:1px solid #98D231;
    margin-bottom:10px;
    font-size: 1em;
}

ul#search_results_list li {
  padding-top: 5px;
  padding-bottom: 5px;       
  border-bottom: 1px solid #98D231;     
}
	ul#search_results_list li a {
	  font-size: 0.8em;  				  
	}
	ul#search_results_list li img {
    vertical-align: middle;  				  
	}
	ul#search_results_list div.friendship_control {
    float: right;
    margin-top: 0px !important;
  }

/*
  FEEDBACK
*/

fieldset.feedbacks input#subject {
  width: 20em
}

fieldset.feedbacks textarea#body {
  width: 20em;
}

/*
  FRIENDS
*/
div.friendship_control {
  font-size: 70%;
  margin-top: 5px;
}

li#friends-list a {
  color: #0066FF;
}

/*
  INVITATIONS
*/
textarea#body {
  width: 100%;
  font-size: 70%;
}

/*
  PROFILE
*/

fieldset#avatars {
  border: solid 1px #ccc;
}