@charset "utf-8";
/* Eirik Dinius - EDPB@EDPB.Net*/

* {padding:0;margin:0;list-style:none;}

body {
    /*width:100%;*/
    font-family:Verdana, Arial, Geneva, sans-serif;
    /*font-family:"comic sans ms";*/
    color:#181715;
    background:#f5f0eb;/*f0e9e1*/
    font-size:15px;
    line-height:19px;
}

/*Text, links, and alike*/
p {
    margin:5px 0 10px 0;
}

/*c017e5*/
a:link, a:active, a:visited {
    text-decoration:none;
    color:#cc66b2;
}

a:hover {
    text-decoration:underline;
    color:#883d99;
}

strong {
    color:#4c483f;
}

/*Headings*/
h1 {
    font-size:22px;
    color:#cc66b2;
    padding-top:6px;
    font-weight:bold;
}
h2 {
    font-size:20px;
    color:#cc66b2;
    padding-top:6px;
    font-weight:normal;
}
h3 {
    font-size:16px;
    color:#cc66b2;
    padding-top:6px;
    font-weight:bold;
}
h4 {
    font-size:14px;
    color:#cc66b2;
    padding-top:6px;
    font-weight:bold;
}
h5 {
    font-size:12px;
    color:#cc66b2;
    padding-top:6px;
    font-weight:bold;
}

/*Main Layout*/
#wrap {
    border-left:4px solid #e8e1ca;
    border-right:4px solid #e8e1ca;
	
	/*background:#FFF;*/
    
    width:800px;
    margin:auto;
    min-height:1024px;
}

#header {
    height:228px;
    width:100%;
    margin:auto;
    background:url(banner.jpg) center no-repeat;
}

#content {
    margin-left:200px;
    padding:10px;
    min-height:500px;
}

#side {
    width:200px;
    float:left;
}

#footer {
    width: 700px;
    height: 50px;
    margin:auto;
    text-align:right;
    font-weight:bold;
    font-size:14px;
    color:#999;
    margin-top:50px;
}

/*Links page*/
.tlink {
	width:180px;
	display:inline-block;
}


/*Normal sidebar*/
.sidebar {
    color:#5b4937;
    width: 180px;
    margin: 10px;
    border:1px solid #b9ab92;
}



.sidebar a.item {
    color:#5b4937;
    width:100%;
    height:25px;
    line-height:25px;
    padding:2px 0 1px 0;
    width:100%;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    display:block;
    /*border-bottom:1px solid #e4ddd6;*/
}

/*5b4937 996a3d*/
.sidebar a:link, .sidebar a:visited, .sidebar a:active {
    text-decoration:none;
    color:#5b4937;
}
.sidebar a.item:hover {
    background:#eee9d7;
    color:#996a3d;
    text-decoration:underline;
}



/*Sidebar box for text, links, etc*/
.sidebox {
    color:#5b4937;
    width: 164px;
    margin: 10px;
    padding: 8px;
    border:1px solid #b9ab92;
}

/*Login etc*/
.input_desc {
    width:100px;
    display:inline-block;
}

.input_desc50 {
    width:50px;
    display:inline-block;
}



/*Images*/
img {
    margin:10px 40px 10px 40px;
    border:0;
}

img.nomargin {
    margin: 10px 0 10px 0;
}

.left {
    float:left;
    margin:8px;
}

/*Buttons*/
.button_b {
    font-weight:bold;
    font-size: 12px;
    font-family:Verdana, Geneva, sans-serif;
    width:25px;
    height:25px;
    text-align:center;
    margin-bottom:6px;
}

.button_i {
    font-style:italic;
    font-size: 12px;
    font-family:Verdana, Geneva, sans-serif;
    width:25px;
    height:25px;
    text-align:center;
    margin-bottom:6px;
}

.button_u {
    font-size: 12px;
    font-family:Verdana, Geneva, sans-serif;
    text-decoration:underline;
    width:25px;
    height:25px;
    text-align:center;
    margin-bottom:6px;
}
.button_uw {
    font-size: 12px;
    font-family:Verdana, Geneva, sans-serif;
    text-decoration:underline;
    width:70px;
    height:25px;
    text-align:center;
    margin-bottom:6px;
}



.hspace {
    width:10px;
    height:1px;
    display:inline-block;
}

.vspace {
    width:1px;
    height:10px;
    display:inline-block;
}


/*body bg: f5f0eb*/

.guestpost {
    padding:0;margin:0;
    font-size:13px;
    width:500px;
    margin:auto;
}

.guestpost .title {
    color:#a6988a;
    background:#f0edeb;
    padding:0;margin:0;
    width:500px;
    height:24px;
    line-height:24px;
    display:block;
    margin:auto;
    font-size:12px;
}

.guestpost .content {
    padding:6px;
}





.dogbox {
    display:inline-block;
    text-align:center;
    font-size:14px;
}

.dogbox_c {
    display:inline-block;
    text-align:center;
    font-size:14px;
    width:100%;
    margin:0 auto 20px auto;
}

.dogbox img {
	position:top left;
    margin:20px;
    padding:0;
}



