/**
 * Theme Name: Copenhagen Co'Creation
 * Author: B14
 */

body * {
/*	border: 1px #000 solid;*/
}

html, body {
	background: #fff;
}

body {
	margin: 40px 0 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.7em;
}

a {
		color: #000;
		text-decoration: none;
	}
	a:hover {
		color: #969696;
	}

#wrapper {
	width: 966px;
	margin: 0 auto 10px;
	font-size: 1.1em;
	font-style: italic;
}

#header {
		height: 1%;
		overflow: hidden;
		padding: 0;
	}
	#header a {
		display: block;
		height: 100%;
		text-indent: -2000em;
	}
	#header h1 {
		margin-top: 16px;
		width: 258px;
		height: 187px;
		float: left;
		background: url(images/copenhagen-co-creation.png) no-repeat;
	}

#content {
		width: 516px;
		margin: 0 40px;
		float: left;
	}
	#content .entry p {
			font-style: normal;
		}
		#content .entry a {
			text-transform: none;
			text-decoration: underline;
		}
		
		#content .entry p strong a {
			border-bottom: none;
		}
		
		#content .entry h3 a {
			border: none;
		}
		#content a, #content .entry .post-info p, #content p.post-info {
			font-style:italic;
			text-transform: uppercase;
		}
		
		#content a, #content .entry .post-info a {
			text-decoration: underline;
			text-transform: uppercase;
		}


#manchet {
	margin: 11px 0;
}
#front-page-swf embed, #front-page-swf object, #manchet embed, #manchet object {
	margin: 8px 0;
}
#front-page-swf blockquote, #manchet {
	border: 0;
}
#front-page-swf blockquote.big-text {
		margin: 11px 0 0.8em;
		padding: 0;
	}
	#front-page-swf blockquote p, #manchet p {
		text-transform: lowercase;
	}
#front-page-swf p {
	text-transform: uppercase;
}

#newsletter-signup {
	height: 140px;
	padding: 47px 0 16px;
	float: right;
}

#wrapper #left-sidebar {
		width: 185px;
		float: left;
		padding-top: 6px;
	}
	#left-sidebar ul {
			display: block;
/*			min-height: 364px;*/
/*			background: url(images/l185.gif) 0 174px no-repeat;*/
			text-transform: lowercase;
		}
		#left-sidebar ul .current_page_item ul, #left-sidebar ul .current_page_ancestor ul {
			display: block;
		}
		#left-sidebar ul ul {
				display: none;
				margin: 0.8em 0;
			}
			#wrapper #left-sidebar ul ul a {
					text-transform: uppercase;
					font-size: 1em;
					font-weight: normal;
					font-style: italic;
				}
				#left-sidebar ul ul a:before {
					content: "/ ";
				}
	#wrapper #left-sidebar .bottom-content {
			height: 1%;
			overflow: hidden;
			text-transform: uppercase;
		}
		#left-sidebar .bottom-content p span {
			display: block;
			margin-bottom: 1em;
		}

#right-sidebar {
/*		border: 1px #000 solid;*/
		padding: 0 0 11px 0;
		width: 185px;
		float: left;
		text-align: center;
	}
	
	#right-sidebar ul, #right-sidebar li {
		text-align: left;
	}

.recentPosts {
		margin: 15px 0 0 0;
		text-align: left;
		border-bottom: 1px #90a0a2 solid;
		padding-bottom: 8px;
	}
	
	.recentPosts h1 {
		text-transform: none;
		font-size: 1.5em;
		font-style: normal;
	}
	
	.recentPosts ul li {
		margin: 0 0 10px 0;
	}

	.recentPosts ul li p a {
		font-style: italic;
		text-decoration: underline;
	}

	.recentPosts h2 a {
		font-style: italic;
		text-decoration: underline;
	}
	
	.recentPosts .categories li {
		margin: 5px 0;
		text-decoration: underline;
		text-transform: uppercase;
	}

#footer {	
	clear: both;
}

.readmore {
	margin: 0.8em 0 0 0;
}
#menuL3 {
/*	border: 1px #000 solid;*/
	margin: 0.8em 0 16px;
	text-transform: lowercase;
}

#blog-description {
	height: 180px;
	text-transform: uppercase;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 3em;
	font-weight: bold;
}

h2, h3 {
	text-transform: uppercase;
}

hr {
	display: block;
}

acronym, abbr {
	font-weight: bold;
	cursor: help;
}

blockquote {
		border-left: 1px solid #90a0a2;
		margin: 16px;
		padding-left: 10px;
		font-style: italic;
	}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
	}

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

.post, .page {
	padding: 16px 0 0;
}

.single-page {
	border-bottom: 1px solid #90a0a2;
	margin-bottom: 15px;
	padding-bottom: 30px;
	}
	.single-page h3 {
			font-size: 1em;
			margin: 6px 0 0;
			padding: 0;
			text-transform: none;
		}

.entry {}
	.entry p {
		margin: 0.8em 0;
		overflow: hidden;
		height: 1%;
	}
	.entry object, .entry embed {
			width: 100%;
		}
		.entry #employees-swf {
			width: auto;
			margin: 0 0 -12px;
			padding: 0;
		}
	.entry ol, .entry ul {
		margin: 0 0 0 20px;
		padding: 0;
	}
	.entry ul li {
			list-style: none inside;
		}
		.entry ul li:before {
			content: "/ ";
		}
	.entry ol li {
		list-style: decimal inside;
	}

.postmetadata {
	margin: 1em 0 0;
	text-transform: uppercase;
}

.calendar-item {
		margin: 0 auto;
		margin: 5px 0 0;
		text-transform: uppercase;
	}
	.calendar-item p, .calendar-item h3 {
		text-align: left;
	}
	.calendar-item .spaced {
		margin: 16px 0 0;
	}
	
	.calendar-item h3 a {
		font-style: italic;
		text-decoration: underline;
	}

.spacing {
	height: 190px;
}

/*#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

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

#left-sidebar #searchsubmit {
	padding: 1px;
}

select {
	width: 130px;
}
*/
#respond {
	font-style: normal;
	margin: 20px 0;
}

#respond h3 {
	font-style: italic;
}

#commentform input {
	width: 258px;
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px #90a0a2 solid;
}

#commentform {
	margin: 15px 10px 15px 0;
	width: 100%;
	display: block;
}
#commentform textarea {
	width: 258px;
	height: 100px;
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px #90a0a2 solid;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform  #submit {
	float: left;
	border: none;
	background: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 0 0 -3px;
	padding: 0;
	width: 140px;
	font-style: italic;
	font-size: 0.9em;
}

#commentform  #submit:hover{
	color: #90a0a2;
}

.commentlist {
	margin: 0 0 10px 0;
	font-style: normal;
}

.commentlist p {
	font-style: normal;
}

.commentlist .commentmetadata {
	font-style: normal;
}

.commentlist .commentmetadata a {
	text-decoration: underline;
	font-style: italic;
}

.comment-content {
	margin: 0 0 10px 0;
}

/* ============================================================================================= */
/* =                                         GLOBAL STYLES                                     = */
/* ============================================================================================= */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
strike {
	text-decoration: line-through;
}

#wrapper .alignright {
	float: right;
	margin: 15px 0;
}
#wrapper .alignleft {
	float: left;
	margin: 15px 0;
}

#wrapper .hidden {
	display: none;
}

#wrapper .uppercase {
	text-transform: uppercase;
}

#wrapper .top-bordered {
	border-top: 1px #90a0a2 solid;
	padding-top: 16px;
}
#wrapper .bottom-bordered {
	border-bottom: 1px #90a0a2 solid;
	padding-bottom: 16px;
}

#wrapper .no-margin {
	margin: 0;
}
#wrapper .no-padding {
	padding: 0;
}
#wrapper .no-border {
	border: 0;
}

#wrapper .big-text, #left-sidebar .page_item a, #menuL3 a, #content .post .post-header a {
		font-size: 30px;
		font-weight: bold;
		font-style: normal;
		line-height: 1em;
		text-decoration: none;
		text-transform: lowercase;
	}
	#left-sidebar .page_item a:hover, #menuL3 a:hover {
		color: #dbdbdb;
	}
	
	#content .post .post-header a {
		text-transform: none;
	}

.addtoany_list a {
	background-position: 0 !important;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	margin: 5px 0 0 0;
	padding: 0;
	}

#content .entry .addtoany_list a {
	display: inline-block;
	border-bottom: 0;
	}

#add-to-any-container {
	width: 100%;
	margin: 15px 0 0 0;
	height: 30px;
	display: inline-block;
	border-top: 1px #90a0a2 solid;
	}

#add-to-any-container h2 {
	margin: 0 0 -10px 0;
	padding: 0;
	}
	
#add-to-any-container #addtoany-div {
	margin: 0 0 0 -10px; 
}

input {
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px #90a0a2 solid;
}
#searchsubmit {
	float: left;
	border: none;
	background: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 0 0 -3px;
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
	width: 50px;
}
#searchsubmit:hover {
	color: #90a0a2;
}
#left-sidebar .sidebar-input {
	width: 182px;
}

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