/*
Theme Name: European Ceramic Context
Theme URI: http://www.typecase.dk
Description: A blank canvas theme for developers based on the 960 CSS framework.
Version: 1.0
Author URI: http://www.typecase.dk
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 0px;
		position: relative;
		}

#page {
	width: 817px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
		height: 100%;
		}

#header {
	height: 320px;
	width: 817px;
	margin-right: auto;
	margin-left: auto;
		}

#headerimg {
		margin-top: 55px;
		}

#nav {
	height: auto;
	width: 817px;
	margin-right: auto;
	margin-left: auto;
		}


#wrapper {
	width:817px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

}

#content {
		float: left;
		height: auto;
	width: 777px;
	margin-right: auto;
	margin-left: 20px;
	margin-right: 20px;
		}
#blog {
		float: right;
		height: auto;
	width: 305px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: 20px;
	margin-right: 20px;
		}

#add {
		float: left;
	width: 777px;
	margin-top: 15px;
	
		}


#aktuelt {
	float: left;
	height: 117px;
	width: 477px;
	margin-left: 0px;
	background-image: url(images/blomster-web.png);
	background-repeat: no-repeat;
		}

#aktuelt-blog{
	float: left;
	height: 70px;
	width: 477px;
	margin-left: 0px;
	margin-top: 5px;
	}
	
#aktuelt-blog li{
	padding-left: 10px;
		}



#aktuelt h3{
	margin-left: 10px;
	color: #ED1C24;
	margin-bottom:1,5em;
		}

#aktuelt p{
	color: #8EBBD0;
	font-size:12px;
	line-height:1.4em;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
		}



#sidebar{
	text-align: left;
	padding-top: 15px;
	float: left;
	margin-left: 0px;
	width: 135px;
		}

#footer {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
		}
		
#footer a{
	color:#6D532A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration: underline;
}		
			

.post {
		margin: 0 0 40px;
		float: right;
		width: 300px;
		}

.postmetadata {
	margin: 30px 0;
	color: #8EBBD0;
		}

.postmetadata a{
	color: #ED1C24;
		}


.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

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

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
			}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: left;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
	text-align: right;
	padding-top: 4px;
	color: #cd0921;
	font-size: 8px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		text-align: right;
		}
/* End captions */

#logo {
	margin-top: 10px;    
    }


#menu {
	margin-top: 52px;
	float: right;
    }


/* Begin dropdown menu */

#suckerfishnav {
    font-size:11px;
    font-family:verdana,sans-serif;
    width:820px;
    }
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:15px;
	padding:0;
	width:100%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7BA7B7;
	font-weight: normal;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	#suckerfishnav ul li {
	border-right-width: 2px;
	border-right-style: none;
	border-top-color: #7BA7B7;
	border-right-color: #7BA7B7;
	border-bottom-color: #7BA7B7;
	border-left-color: #7BA7B7;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	}
	
	
	
#suckerfishnav a {
	display:block;
	color:#6D532A;
	text-decoration:none;
	padding:0px 10px;
	font-weight: bold;
	    }
		
		
#suckerfishnav li {
	float:left;
	padding:0;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #7BA7B7;
	border-right-color: #7BA7B7;
	border-bottom-color: #7BA7B7;
	border-left-color: #7BA7B7;
	    }


#suckerfishnav li.current_page_ancestor a{
	color: #8EBBD0;
	    }



#suckerfishnav li.current_page_item a{
	color: #8EBBD0;
	    }

#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:151px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border-top-width: 3px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    }
#suckerfishnav li li {
    width:150px;
    border-bottom:3px solid #ffffff;
    font-family:verdana,sans-serif;
	font-weight: normal;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:168px;
    font-size:11px;
    color:#663333;
	font-weight: normal;
    }
#suckerfishnav li ul ul {
    margin:-22px 0 0 100px;
    }
#suckerfishnav li li:hover {
	color:#7BA7B7;
	font-weight: normal;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color:#8EBBD0;
	font-weight: normal;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#8EBBD0;
	font-weight: bold;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#6D532A;
	font-weight: normal;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#E4F1F4;
    }
#suckerfishnav kli:hover, #suckerfishnav kli.sfhover {
	background-color: #E4F1F4;
    }
/* End dropdown menu */

/* sidebar menu */
#sidebar li{
	background-color: #ED1C24;
	height: 25px;
	width: 130px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	background-image: url(images/rodpil.png);
	background-repeat: no-repeat;
	background-position: 115px 13px;
	display: block;
	margin-left: 0px;
	float: left;
		}
		
#sidebar li.blue {
	background-color: #9BCCE3;
	height: 25px;
	width: 130px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	background-image: url(images/bluepil.png);
	background-repeat: no-repeat;
	background-position: 115px 13px;
		}
		
#sidebar li.brownbottom {
	background-color: #B6A995;
	height: 25px;
	width: 130px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 15px;
background-image: url(images/brownpil.png);
	background-repeat: no-repeat;
	background-position: 115px 13px;
		}		
		
#sidebar li.brown {
	background-color: #B6A995;
	height: 25px;
	width: 130px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	background-image: url(images/brownpil.png);
	background-repeat: no-repeat;
	background-position: 115px 13px;
		}					

#sidebar li a{
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 600;
	width: 140px;
	display: block;
	}
	
	
/* end idebar menu */		
#frontleft {
	height: 100%;
	width: 480px;
	float: left;
	margin-left: 00px;
	}

#frontright {
	float: right;
	margin: 0;
	width: 280px;
		}
		
#frontright li{
		list-style-type: none;
	display: block;
	float: left;
		}
#blogsidebar {
	float: right;
	width: 180px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}

#billederight {
	float: right;
	width: 280px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		
#mapright {
	float: right;
	width: 280px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}


#aktueltcontainer li{
	float: left;
	}

#frontpost {
	float: right;
	height: 100px;
	width: 320px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
		}
#frontpost h2{
	line-height: 1.4em;
	font-size: 2.2em;
	margin-bottom: 1em;
	}

#contentpost {
	float: right;
	height: auto;
	width: 320px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
		}

.entry {
		min-height: 400px;
		}

.blog-entry {
		min-height: 50px;
		}

.blog-category {
	background-color: #ED1C24;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
		}

.blog-category h1 a{
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	text-transform: lowercase;
		}


#frontright li{
	
	list-style-type: none;
	display: block;
		}


#frontright ul li.blue{
	background-color: #9BCCE3;
	height: 25px;
	width: 120px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-top: 14px;
	background-image: url(images/bluepil.png);
	background-repeat: no-repeat;
	background-position: 105px 13px;
	display: block;
	color: #FFFFFF;
		}
		
#frontright ul li{
	background-color: #ED1C24;
	height: 25px;
	width: 120px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-top: 14px;
	background-image: url(images/rodpil.png);
	background-repeat: no-repeat;
	background-position: 105px 13px;
	display: block;
	color: #FFFFFF;
		}
		
#frontright ul li a{
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	display: block;
		}	
		
#aktueltcontainer {
	width: 457px;
	margin-top: 15px;
	margin-left: 0px;
	float: left;
		}		
		
		
#spotright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	}		
	
	
#spotleft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	}			
	
#spottop {
	background-color: #9BCCE3;
	height: 24px;
	width: 260px;
	margin-top: 14px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#spottop p{
	font-size: 10px;
	color: #FFFFFF;	
	line-height:1em;
	margin-bottom:0em;
	margin-top:0em;
	text-align:left;
	}	
	
#spottop a{	
	color: #FFFFFF;	
	}	
	
#spottop a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
	
#frontright h3 {
font-size:1.6em;
line-height:1.125em;
margin-bottom:0;
margin-top:0;
}				

#kakaddthis{
	margin-top:3px;
	width: 280px;
	height: 15px;
}				

#space{
	margin-top:10px;
	width: 280px;
	float: left;
	}	

#signup{
	margin-top:13px;
	float: right;
	width: 280px;
	margin-right: 0px;
}				

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	clear:both; 
	display:block !important;
}

#mp-formdiv{
	float: left;
	width: 280px;
	clear: both;
	}	
	
	mp-urlsubmgt{
	float: left;
	width: 380px;
	clear: both;
	}
	
#billedetekst {
	text-align: right;
	padding-top: 4px;
	color: #cd0921;
	font-size: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 0.1em;
		}


#billedetekst p{
	margin: 0;
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-size: 10px;
		}	
		
.ecc-blue{
	color: #8EBBD0;	
	}		
	
	
.blog-date p{
	font-size: 1em;
	line-height: 1.8em;
	margin-top: -10px;
	margin-bottom: 1.8em;
	color: #ED1C24;
	text-transform: uppercase;
		}