/*

General styling

*/


html, body {
		height: 100%;
}

body {
	margin:0;
	background-color:;
	background-image: url(http://kina.zerrvox.dk/wp-content/themes/water-10/bg.jpg);
	font-family:;
	font-size: 14px;
	color:;
}

#wrapper {
	height: 100%;
    width:750px;
    margin:0 auto;
    background: #fff;
    border: 1px solid #7E0001;
    border-width: 0 1px;
    padding: 0 20px;
}

a:link, a:visited {
	text-decoration:none;
	color:;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

.clear {
	clear: both;
}

hr {
	color: #bbb;
	background: #bbb;
	height: 1px;
	border: 0;
}

/* HEADER */

#header {
    margin-bottom:20px;
}

    #title a {
    float:right;
    text-align:right;
    margin:26px 5px 0 0px;
    padding: 0 5px 2px 5px;
    line-height: 30px;
    font-size:40px;
    font-weight:normal;
    color: ;
    border-bottom: 3px solid #7E0001;

    }
    
    #title a:hover {
    	text-decoration:none;
    /*
        
        color: #eb8401;
        border-bottom: 3px solid #7E0001; */
    }

    #topmenu {
        margin-top:40px;
        z-index:5;
        float:left;
        width:400px;
    }
    
        #topmenu a:link, #topmenu a:visited {
            color:;
        }
        
        #topmenu a:hover {
            text-decoration:none;
        }
    
		#topmenu ul { 
			list-style:none;
			margin:0 0 0 5px;
			padding:0;
		}
				
				#topmenu ul li a:link, #topmenu ul li a:visited {
					display:block;
					line-height:11px;
					padding:5px 15px 2px 5px;
					margin:0 5px 0 0;
					font-size: 13px;
					font-weight: bold;
					border-bottom:2px solid ;
					text-transform:uppercase;
				}
				
				#topmenu ul li a:hover {
				   /* border-bottom:2px solid #FEAF00; */
				}
				
				#topmenu ul li {
					display:block;
					float:left;
					position:relative; 
				}
				
				#topmenu ul li ul {
					display:block;
					position:absolute;
					top:auto;
					list-style:none;
					margin:0;
					padding:0;
					visibility:hidden;
					border-top:1px solid ;
					width:100px;
				}
				
				#topmenu ul li:hover ul,
				#topmenu ul li.msiefix ul {
					visibility:visible;
				}
				
				#topmenu ul li ul li {
					position:relative;
					float:none;
					line-height:18px;
					color:;
					font-size: 10px;
					_height:1px;
				}
				
				#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a {
					display:block;
					margin:0;
					line-height:15px;
					padding:2px 0 5px 10px;
					color:#7E0001;
					_height:1px;
					text-transform:none;
					font-weight: normal;
					border:0;
					background-color: #fff;
					border: 1px solid #7E0001;
					border-width: 0 1px 1px 1px;
				}
				
				#topmenu ul li ul li a:hover {
					text-decoration: underline;
					/* color: #7E0001; */
					background-color: #eee;
				}
				
    #headerimage {
    	display: block;
        clear:both;
        height:250px;
        border-top: 8px solid #fff;
        border-bottom:3px solid #ff;
        background-image:url();
        background-repeat:no-repeat;
        background-position:center;
    }
    

/* SIDEBAR */

#sidebar {
    width:180px;
    float:right;
    margin:0 5px 0 0;
}


#sidebar a:link, #sidebar a:visited {
    color:;
}

#sidebar a:hover {
    color:;
    text-decoration:none;
}
#sidebar input {
	border: 1px solid #bbb;
	width: 177px;
}

/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, #sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:;
	}


/* CONTENT */

#content {
	background: #fff;
    margin: 0 0 0 5px;
    width:520px;
    float:left;
}

.post {
    margin: 0 0 20px 0;
    clear:both;
}
	.post hr {
		display: block;
		height: 2px;
		width: 98%;
		margin: 10px auto;
		border: 0;
		color: #eee;
		background: #eee;
	}
    .post .posttitle, #sidebar h2 {
        font-size:20px;
        line-height:20px;
        color: #7E0001;
        margin:0 0 5px 0;
        font-weight:normal;
    }
    
        .post a:link, .post a:visited {
            color: #7E0001;
        }
    
        .post a:hover {
            text-decoration: underline;
        }
    
        .post a:link span, .post a:visited span {
        	color:;
           
        }
        
        .post a:hover span {
             color: #838383;
        }
        
    .post .postmeta {
        font-size:14px;
        line-height:12px;
        color: #535353;
        /* text-transform:uppercase; */
        margin:0 0 5px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color: #535353;
            font-weight: bold;
        }
        
        .post .postmeta a:hover {
            color:;
            text-decoration:none;
        }
     .post .the_content {
     	margin-top: 20px;
     }
     
        
    .post p {
        margin:0 0 15px 0;
        line-height:15px;
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid ;
        border-bottom:1px solid ;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:;
        }

    .post img {
 /*   float:right; */
    border:1px solid ;
    margin: 0 0 10px 7px;
    max-width: 520px;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:1px solid ;
    }

    #commentlist li.odd {
        background-color: #F9FAFA;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color: #7E0001;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color: #7E0001;
        }
    
        .post #commentlist .commenttitle a:hover {
            text-decoration: underline;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    border-top:1px solid ;
}

    #footer p {
        margin:5px 0 30px 5px;
        color:;
        text-transform:uppercase;
        font-size:10px;
    }
    
    #footer a:link, #footer a:visited {
        color:;
    }
    
    #footer a:hover {
        color:;
        text-decoration:none;
    }