/*
Theme: Moni 
Description: Special Butter Panda Bee for Moni
Graphics: http://odd-dollz.biz/
Theme url: http://mooseville.com edited by Stephie
*/

/* BODY */
body {
    font-family: Verdana,sans-serif;
    color: #000;
    font-size:11px;
    background: #fff url('images/bg-1.gif');
    
    margin: 10px;

}
/* END BODY */

/* TABLE */
    table {
    font-family:Verdana,sans-serif;
    color: #000;
    font-size:11px;
	 
}
/* END TABLE */

/* LINK EFFECTS */
a {
    text-decoration:none;
    color:  #000;
}
a:hover {
    text-decoration:underline;
    color: #E9591C;
}
/* END LINK EFFECTS */

/* BLOCK QUOTE */
blockquote {
    margin: 20px 30px 0 20px;
    padding-left: 20px;
    border: 1px solid #E9591C;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}
/* END BLOCK QUOTE */


/* H1 */
h1 {
    font-size:24px;
    font-weight: bold;
    letter-spacing:4px;
}
/* END H1 */

/* H2 */
h2 {
    font-size:14px;
    font-weight: bold;
    margin-bottom: 0px;
	border-bottom: 1px dashed #E9591C;
	font-family:Kristen ITC;
	color: #000;
}
/* END H2 */

/* H3 */
h3 {
    font-size:12px;
    font-weight: bold;
    letter-spacing:2px;
    margin-bottom: 2px;
	border-bottom: 1px dashed #E9591C;
	color: #000;font-family:Kristen ITC;
}
/* END H3 */

/* H4 */
h4 {
    font-size:12px;
    margin-bottom: 0;
}
/* END H4 */

/* H5 */
h5 {
    font-size:11px;
    font-weight: normal;
    margin-top: 0px;
    padding: 1px 4px 1px 4px;
}
/* END H5 */

/* LISTS */
ul, li {
    list-style: none;
    margin:0;
    padding:0;
}
/* END LISTS */

/* IMAGE */
img {
    border:0
}
/* END IMAGE */

/* COMMENTS */
.comments {
    width: 85%; 
    padding: 0 6px; 
    margin-bottom: 8px;
    border: 1px solid #000000;
	background-color: #FBDDDD;
}

#commentform input,textarea {
 	border: 1px solid #000000;width: 75%;
	background-color: #fff;	
}
/* END COMMENTS */



/* LAYOUT */
#wrapper {
    width: 760px;
   	margin: auto;
    text-align: center;
	
}

#header {
    width: 100%;
    height:134px;
    background: transparent url('images/header.gif');

    color: #000;

}
html>body #header {
    width: 100%;
}

#header h1 {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 0;
}
#header h2 {
    text-align: right;
    margin-right: 10px;
    font-weight: normal;
    font-size: 12px;
    margin-top: 0;
}
#header a {
    text-decoration: none;
}
#header a:hover {
    text-decoration:underline;
}

#main {
    border-left: 1px solid #EC7A7A;
	border-right: 1px solid #EC7A7A;
	border-bottom: 1px solid #EC7A7A;
	background-color: #F2A6A6;
	width:760px;
}

#content {
    float: left;
    width: 480px;
    margin-left: 8px;
	margin-top: 10px;
}
html>body #content {
    margin-left:8px;
}
#content li {
    list-style-type: square;
    margin-left: 16px;
}


#commentlist li {
    list-style-type: decimal;
}
#footer {
    clear: both; 
    height: 100px;
    padding-top: 5px;
	margin-bottom: 0px;
    text-align: center;
	background: url('images/footer.gif') no-repeat right bottom;
	
	
}
html>body #footer {
    height: 100px;
}

#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#sidebar {
    float: right;
    width: 150px;
    margin-right: 16px;
    padding-left: 5px;
	margin-top: 10px;

}
html>body #sidebar {
    margin-right: 16px;
}
/* END LAYOUT */

.sep {
	background: url('images/bg-sep.gif') no-repeat;
	height: 5px;
	margin: 0px;
	padding: 0px;
 	width: 135px;

	}
#frame2{
float: left;
background-color: #FFFFFF;

border-left: 1px solid #EC7A7A;
border-right: 1px solid #EC7A7A;
width: 200px;
height: 400px;
margin-left: 10px;

overflow:auto;
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #EC7A7A;
}
#frame1{
float: right;
background-color: #FFFFFF;

border-left: 1px solid #EC7A7A;
border-right: 1px solid #EC7A7A;
width: 525px;
height: 400px;
margin-right:10px;

overflow:auto;
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #EC7A7A;
}