/*
Theme Name: BrickWall
Theme URI: ?
Description:
Version: 1.0
Author: Carol L.
Author URI: http://dirrty-laundry.com
*/

body {
        margin: 0px;
    background: #ffd200 url() top repeat-x;
   overflow-x:hidden;
    font: 11px "Arial";
    line-height: 13px;
    color: #ffffff;
    text-align: justify;
}

/*Bold, Italics, Underline*/
strong, b {   
    color: #ff006c;
}
i, em {   
    color: #00c0ff;
}
u {
    color: #c0ff00;
}



/*Main Link CSS*/
a:link{
    color: #ff8400;
    text-decoration: none;
}
a:visited{
    color: #ff8400;
    text-decoration: none;
}
a:hover{
    color: #fff000;
}


/* Extra Boxes CSS */
.boxes {
    background: url(images/spacer.gif);
    font: 11px "Arial";
    color: #728895;
    line-height:13px;
    text-align: left;
    padding: 5px 5px 0 5px;
}


/*Bullet & Link List*/
ul {margin: 0px; padding: 0px; list-style: disc inside;  list-style-type: none;}

ul.lists {list-style: none;}

/*Random Links*/
ul.rand {list-style-type: none;  margin: 0px; padding: 0px;}
    ul.rand li {display: block; list-style-type: none; padding: 4px 0px 4px 0px;}
    ul.rand li a {background:; padding: 3px 10px 3px 18px; display: block; width: 230px; border-bottom: 1px solid #ECECEC; color: #666666; text-align: left;}
    ul.rand li a:hover {background: url(http://miss-hemme.com/images/arrow1.gif) 5px 7px no-repeat #F7F7F7; color: #ED597B;}
    ul.rand li a:active {background: #68C1D3; color: #1E1E1E;}
    ul.rand li.current a {background:; color: #69BED3;}


/*Template Titles*/
.title {
    background: #5687A7;
    font-weight: bold;
    color: #000000;
    font: 13px "Trebuchet MS";
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 5px 5px 15px;
}

.title b {   
    color: #000000;
}

.title a {
    font-weight: bold;
    color: #000000;
}

.title a:visited {
    color: #666666;
}

.title a:hover {
    color: #D9D9D9;
}

.title2 {    
    background: #202020;
    font:11px "Arial";
    color: #666666;
    line-height: 13px;
    text-align: left;
    padding: 7px 5px 7px 5px;
}





/*Template Content*/
.content {
    background:#000000;
    font-family: Arial;
    line-height: 15px;
    font-size: 11px;
    color: #747474;
    text-align: justify;
    padding: 0px 5px 0px 5px;
    border-bottom: 0px solid #E2E2E2;
}


.content a:link {
    text-transform: none;
    color: #747474;
}

.content a:visited {
    color: #747474;
}

.content a:hover{
    text-decoration: line-through;
    color: #C79C7A;
}






/*Form CSS*/
option, select, input, textarea {
    color: #747474;
    background: #000000;
    font:11px "Arial";
    text-align: center, left;
    border: 1px solid #202020;
}



blockquote {
    background: #1A1A1A;
    color: #666666;
    display: block;
    font-family: "Arial";
    font-size: 11px;
    text-align: justify;
    line-height: 15px;
    padding: 0px 5px 0px 5px;
    border-left: 15px solid #5687A7;
}


