/* General styling */
a { text-decoration: none; color: #5c7594; font-weight: normal; }
a:hover {color: #8ac7ff;}
blockquote {
	font-style: italic; 
}
small {
	font-size: 85%;
	font-weight: bold; 
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
ul {list-style: square;}
p {padding: 5px 0 5px 0; margin: 5px 0 5px 0; }
h1, h2, h3, h4 { padding: 10px 0 5px 0; margin: 0; }
h3 {margin-bottom: -10px;}

h1{
	font-size: 1.3em;
}
h2
{
	font-size: 2.6em;
	text-transform: uppercase;
	letter-spacing: -3px;
	font-weight: bold; 
	color: #314057;
	line-height: 28px;

}
h3 {
	font-size: 1.15em;
	font-weight: bold; 
}
span.headline3 a {
	font-weight: bold; 
}
h4{
	font-size: 1.0em;
}


html {
	font-family: Arial, sans; 
	height: 100%; 
}
body {
	text-align: center; 
	padding: 0;
	margin: 0; 
	background: #fff;
}
#container {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 15px;

}
#header {
	display: none; 
}

#page {
	text-align: left; 
	position: relative; 
	float: left; 
	top: 30px;
	background: #fff /*url('images/streg.png') bottom right no-repeat*/;
}
#content {
	position: relative;
	float: left; 
	font-size: 0.9em;
	width: 490px;
	margin: 0 10px 0 20px; 
	overflow: hidden; 
}
#content .works {
	width: 490px;
}


/* Works Template styling */

#sidebar, .w-sidebar {
	width: 240px;
	font-size: 0.8em;
	position: relative; 
	top: -10px;
	float: right; 
	word-wrap: break-word;
	word-break: brak-all;
}

#sidebar ul { list-style: none; }
#sidebar ul ul { 
	margin: 0; 
	padding: 0 0 0 15px; 
	list-style: square;
	}
#sidebar ul li {
	margin: 10px 0 0 0;
}
#sidebar h3, #sidebar h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #191919;
	line-height: 0.6em;

}
#sidebar .blik {
	float: left; 
	width: 200px; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
	margin-bottom: 20px; 
	
}

#sidebar .blik #blik-tl {
	background: #e6e6e6 url('images/blik-tl.gif') no-repeat top left;  
	float: left; 
	width: 50%; 
	height: 15px; 
}

#sidebar .blik #blik-tr {
	background: #e6e6e6 url('images/blik-tr.gif') no-repeat top right;  
	float: left; 
	width: 50%; 
	height: 15px; 

}
#sidebar .blik #blik-bl {
	background: #e6e6e6 url('images/blik-bl.gif') no-repeat bottom left;  
	float: left; 
	width: 50%; 
	height: 15px; 

}

#sidebar .blik #blik-br {
	background: #e6e6e6 url('images/blik-br.gif') no-repeat bottom right;  
	float: right; 
	width: 50%; 
	height: 15px; 

}

#sidebar .blik #blik-content {
	background: #e6e6e6;
	padding: 0; 
	margin: 0; 
	float: left; 
	width: 200px; 

}

#sidebar .blik h3 {
	font-size: 1.5em; 
	color: #6aae21;
	padding-left: 12px; padding-right: 10px; 
}

#sidebar .blik a, a.modal {
	color: #818181;

}
#sidebar .blik ul {
	list-style: square;
	margin: 0; padding: 0; padding-left: 10px; padding-right: 10px; 
	margin: 10px 10px 0 15px; 
}
#sidebar .blik li {
	margin: 0; padding: 0; 
	margin: 0 0 10px 0; 
}
#sidebar .blik a:hover ,a.modal:hover {
	color: #fff;

}
#footer {
	width: 970px;
	margin-top: 40px;
	float: left; 
	text-align: right; 
}

#footer-credit {
	margin: 0px 0 30px 0;
	padding: 2px 5px 2px 0px;
	font-size: 12px;
	text-align: left; 
	background: #e5e5e5;
	color: #6c6c6c;
	text-align: right; 
}
#footer-credit a {color: #6c6c6c; font-weight: normal; text-decoration: underline;  }
#footer-credit a:hover {color: #000; }


/* Menu container */
#menucontainer {
	float: left; 
	width: 180px;
	text-align: right; 
	margin: 10px 30px 0 0;	
	background:  #dae1f1; 

}
#menucontainer-top { 
	background: url('images/menu-top.gif') no-repeat top;
	height: 15px; 
}
#menucontainer-bund { 
	background: url('images/menu-bund.gif') no-repeat bottom;
	height: 15px; 

}
/* Menu styling */
.menu {
	margin: 0; 
	padding: 0 10px 10px 10px;
	background:  #dae1f1; 
	font-size: 1.2em; 
	text-transform: uppercase; 
}
.menu ul {
	list-style: none; 
	padding: 0; margin: 0; 
}
.menu a {
	font-weight: normal;
	background: none;
	color: #fff;
	display: block; 
	height: 100%; 
	
}
.menu a:hover {
	background: #fff; 
	color: #000;
}
.menu .current_page_item a, .menu .current_page_parent a {
	color: #333f55;
}
.menu .current_page_item a:hover, .menu .current_page_parent a:hover {
	background: #fff;
	color: #333f55;
}
.menu li ul {
	/* display: none; */ 
	display: block;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 60%;
	border-top: 1px solid #cedaf5;
	border-bottom: 1px solid #cedaf5;
	padding-top: 0px; 
	padding-right: 1px;
	padding-left: 1px; 
	background: #d5ddf1;

}
.menu li ul li { padding: 0; margin: 0; }

.menu .current_page_item li a, .menu .current_page_parent li a {
	color: #fff; 
}
.menu .current_page_item li a:hover, .menu .current_page_parent li a:hover {
	background: #fff;
	color: #000; 	
}

.menu li li.current_page_item a {
	color: #333f55; 
}

.menu li li.current_page_item a:hover {
	background: #fff; 
	color: #000; 
}

.menu .current_page_item ul, .menu .current_page_parent ul {
	display: block;

	font-size: 60%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

	background: #91adf2;
	/*position: absolute; 
	left: 163px; 
	text-align: left; 
	top: 0;*/
}

#tagcloud {	
	position: relative; 
	top: -20px; 
	width: 180px; 
	clear: both; 
	float: left; 
	margin: 10px 0 0 0; 
	background: #fff; 
}
/* Works frontpage and mainpage styling */

.w-front .entry, .entry {
	width: 480px;
	overflow: hidden;

}
.works-front-container {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-right: 20px;
	border-top: 4px solid #efefef;
		border-bottom: 4px solid #efefef;

	position: relative; 
	float: left; 
	width: 480px;
	text-align: left; 
	color: #353535;
	background: #f6f6f6;
}
.works-front {
	width: 300px; 
	position: relative; 
	float: left;
}
.works-front-img {
	width: 150px; 
	height: 60px;
	float: left; 
	margin-left: 20px; 
	margin-right: 10px;
}
.works-front a {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #5ea2e1;
	min-height: 40px;
	font-weight: normal; 
	padding-left: 10px;
	
}
.works-front a span {  }
.works-front a:hover {
	color: #5da063;

}
.works-front-credit
{
	margin-top: 5px;
	float: right;
	font-style: italic;
}

/* Works front sidebar adjust */
#sidebar .works-front-container {
	padding-top: 6px;
	padding-bottom: 10px;
	border-top: 10px solid #efefef;
	border-bottom: 10px solid #efefef;
	border-left: 10px solid #efefef;
	border-right: 10px solid #efefef;
	margin: 10px 0 5px 0; 
	position: relative; 
	float: left; 
	width: 180px;
	text-align: left; 
	color: #353535;
	background: #f6f6f6;
}
#sidebar .works-front {
	width: 150px; 
	position: relative; 
	float: left;
}

#sidebar .works-front img { border: 0; padding: 4px 0 4px 0; }
#sidebar .works-front a {
	width: 150px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #5ea2e1;
	min-height: 19px;
	font-weight: normal; 
	padding-left: 15px;
	
}
#sidebar .works-front a span {  }
#sidebar .works-front a:hover {
	color: #5da063;

}
#sidebar .works-front-credit
{	
	margin-top: 2px;
	padding-left: 15px;
	float: left;
	font-style: normal;
}

.st-related-posts {
	margin: 0; 
	padding: 15px; 
	background: #fcfcfc;
	border: 4px solid #ccc; 
}
.st-related-posts li {
color: #000;  
margin: 0 0 5px 20px;
}

.st-related-posts a {
	color: #000; 
}
.st-related-posts a:hover {
	color: #000; 
	text-decoration: underline; 
}
/* Additional styling */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left; 
	}
/* End Various Tags & Classes*/

a.pt-ordbog {
	cursor: default;
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}
a.pt-ordbog:hover {
	color: #000;
}
a.pt-readmore {
	cursor: pointer;

}
.pt-readmore {
	text-decoration: none; 

}
#fulltext {
	/*border: 1px solid gray; */
	background: #ccc;
	color: #000;
}
#fulltext div {padding: 10px; }
.pt-ordbog {
	text-decoration: none; 
	color: #355380;
	/* background: url('images/dictionary.gif') top right no-repeat; 
	padding-right: 25px;*/
}
/* Prototip styles */
.prototip { text-align: left; }
.prototip .default { width: 170px; color: #fff;  }
.prototip .default .toolbar { background: #c4e4ef; font-size: 0.8em; color: #000; border-bottom: 1px solid #fff;}
.prototip .default .title { padding: 2px; text-align: center; font-size: 16px; background: #c4e4ef;}
.prototip .default .content { 
	background: #c4e4ef; 
	font-size: 0.75em; 
	padding: 10px;  
	color: #000; 
	border: 10px;
	border-color: none; 
	}

/* Control.Modal */
#modal_container {  
     padding:5px;  
     background-color:#fff;  
     border:1px solid #666;  
     overflow:auto;  
     font-family:"Lucida Grande",Verdana;  
     font-size:12px;  
     color:#333;  
     text-align:left;  
} 
  
#modal_overlay {  
     background-color:#fff;  
 } 

