/*
Description: WP-Note CSS File
Author: Luke
Author URI: http://geeklu.com
Date:2009-01-02
Modified Date:2009-12-29
*/

.note
{
    text-align: left;
    background:url(images/texture.gif);
    /*border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;*/
    border: 1px solid #7c4528;
}
.note h4{
    margin:-5px 0 -3px 0;
}
.note p{
    margin:5px 0;
}


.noteclassic, .noteimportant, .notewarning, .notetip, .notehelp, .noteachiv, .notepartner{
	/*width: 80%;*/
	margin-top:2em;
	margin-left: auto;
	margin-right: auto;
    padding: 7px 10px 0 45px;
	margin: 0px 0px 0px 0px;
	/*-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;*/
    /*IE min-height hack*/
    min-height:32px;
    height:auto !important;
    height:32px;
    overflow:visible;
    
	position:relative;
	border:1px solid #301000;
    /*Set the position of the background image*/
    background-position: 7px 7px;
    background-repeat: no-repeat;
    text-align: justify;
}
.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.noteclassic {
  background-color: #EEF;
  background-image: url(images/note.png);
}

.noteimportant {
  background-color: #FFC;
  background-image: url(images/important.png);
}

.notewarning {
  background-color: #FDD;
  background-image: url(images/warning.png);
}

.notetip {
  background-color: #E4F6F8;
  background-image: url(images/tip.png);
}

.notehelp {
  background-color: #D8F3C9;
  background-image: url(images/help.png);
}

.noteachiv {
  background-image: url(images/achiv-general.png);
}
.notepartner {
  background-image: url(images/partner.png);
}
.noteblue{
    padding:10px 13px 10px 10px;
    background:#1b1b1b;
    color:#00c0ff;
}
.noteblue a{
    color:#b88d00;
}
