@charset "UTF-8";
/* CSS Document */

/*

THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com

*/


/* Architecture */



html { }

body {
	background-image:url('http://blog.makingwaves.no/wp-content/uploads/2009/06/bg.jpg');
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #404040;
}


.kursiv {
	color:#666666;
	font-style: italic;
}


h1 {
	font-size: 120%;
	margin-bottom: 5px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}


#header {
	height: 200px;
	width: 100%;
	margin-bottom:80px;
}


#container {
	float: left;
	width: 100%;
}

#content {
	width: 500px;
	/*margin: 0px 240px 30px 20px;*/
	margin-left:55px;
	overflow:hidden;
	padding-top:18px;
}

#sidebar {
	margin-right:40px;
	width: 200px;
	float: right;
	padding-top:26px;
}

.search {
	background:#FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}


/* General */

* {

	margin: 0;
	padding: 0;

}

a {

	color: #666666;
	text-decoration: none;
	


}



a:hover {

	color: #ec008c;
	text-decoration: underline;
	


}

.required {
	color:#FF0000;
}


img {
	border: 0;
}

.avatar {
	width:40px;
	height:40px;
	float:left;
	}

.authname {
	width:70%;
	float:left;
	padding-left:10px;
}

.widget {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.widget li {
	list-style:none;
	padding-left:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#efefef;
}


#authorlist {
	float:left;
	width:100%;
	}

#authorlist li {
	list-style: none;
	clear:both;
	width:100%;
	float:left;
	margin:0;
	margin-bottom:10px;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}


.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 250%;
	font-weight: bold;
	margin: 40px 0 0 20px;
	letter-spacing: -1pt;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */

.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	float:left;
	width:100%;
	margin-bottom: 50px;
}

.more-link {
	
}

.morelink{
	float:left;
	margin-top:20px;
}

.entry-meta {
	float:left;
	width:100%;
	color: #666666;
	font-size: 90%;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}


.entry-content {
	float:left;
	width:100%;
	margin-top: 15px;
	padding-bottom: 30px;

}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-family: Andale Mono, Courier New;
	font-size: 120%;
	margin-bottom: 50px;

}


.entry-title {
	width: auto;
	font-weight: normal;
	font-size: 160%;
}

.entry-title a {
	color: #333333;
}

.entry-title h2 {
	font-weight: bold;
	font-size: 14px;
}

.entry-comments {
	background:url('images/comments.gif');
	width:30px;
	height:32px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	float:right;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	text-align: center;
	float:right;
	margin-bottom:-10px;
	top:-18px;
	z-index:1;
}

.entry-comments a {
	color:#FFFFFF;
	text-decoration:none;
}

.entry-comments a:hover {
	text-decoration:underline;
}




.entry-content a {



	text-decoration: underline;
	
}







.entry-content ul, .entry-content ol {



	margin-left: 30px;



	margin-bottom: 10px;



}







.entry-content ul li, .entry-content ol li {



	line-height: 1.3;



	margin-bottom: 5px;



}









/* Content */



.page-title {



	margin-bottom: 25px;



	font-weight: normal;



	font-size: 160%;



}







.post {



	margin-bottom: 16px;



}

.entry-content a {
	color: #00aeef;
	text-decoration: none !important;
}

.entry-content a:hover {
	color: #ec008c;
	text-decoration: none !important;
}








.entry-categ {



	color: #666666;



	font-size: 90%;



	border-bottom: 1px solid #EFEFEF;



	padding-bottom: 15px;



}







.entry-footer {



	color: #666666;



	font-size: 90%;



	border-bottom: 1px solid #EFEFEF;



	border-top: 1px solid #EFEFEF;	



	padding: 5px 0;



}







.entry-footer span {



	color: #CCCCCC;



	margin: 0 5px;



}







.entry-subscribe {



	padding: 5px 5px 5px 26px;



	background: #FAFAFA url(images/rss.gif) no-repeat top left;



	background-position: 6px 6px;



}







.entry-content {



	margin-top: 0px;



}







.entry-content p {



	line-height: 1.5;



	margin-bottom: 16px;



}







.entry-content h2 {



	font-size: 120%;



	margin-bottom: 5px;



	margin-top: 25px;



}







.entry-content a {



	text-decoration: underline;



}







.entry-content ul, .entry-content ol {



	margin-left: 30px;



	margin-bottom: 10px;



}







.entry-content ul li, .entry-content ol li {



	line-height: 1.3;



	margin-bottom: 5px;



}


/* Sidebar */

/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */


#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0;
}

#sidebar ul {
	list-style: none;
	margin-left:5px;
	margin-bottom:10px;
}


/* End: QBKL Styles */







#rss-links ul li {



	background: url(images/rss.gif) no-repeat top left;



	padding-left: 22px;



	background-position: 1px 4px;



}







.textwidget p {



	margin-bottom: 10px;



}







.textwidget a {



	text-decoration: underline;



}







.widget_tag_cloud a {



	text-transform: lowercase;	



}







#wp-calendar caption {



	padding: 5px 0;



	background: #FAFAFA;



	margin-bottom: 5px;	



}







#wp-calendar td {



	padding: 4px 6px;



	color: #999999;



}







#wp-calendar td a {



	font-weight: bold;



}







#wp-calendar #next {



	text-align: right;



}







/* Comments */



.comments {



	margin-top: 30px;



}







.comments h3 {



	font-size: 120%;



	margin-bottom: 10px;



	color: #333333;



}







.comments ol {



	list-style: none;



}







.comments ol li {



	padding: 10px;



	background: #FFFFFF;



	margin-top: 2px;



}







.comments ol li.alt {



	background: #FAFAFA;



}







.comment-author {



	font-weight: bold;



}








.comment-meta {



	color: #666666;



	margin-bottom: 5px;



	font-size: 90%;



}







.unapproved {



	font-style: italic;



}







#respond {



	margin-top: 30px;



}







#respond h3 {



	color: #333333;



}



	



.formcontainer {



	margin-top: 10px;



	margin-bottom: 10px;



}







#comment-notes {
	color:#666666;
	font-size:10px;
	margin-bottom: 10px;
}







.form-label {



	margin-bottom: 2px;



}







.form-input, .form-textarea {

	color:#000000;

}







.form-input input, .form-textarea textarea {



	padding: 5px;



	background: #FAFAFA;



	border: 1px solid #CCCCCC;



	font-family: Arial, Helvetica, sans-serif;



	font-size: 12px;



}







.form-textarea input {



	width: 280px;



}







.form-textarea textarea {



	width: 350px;



}







.form-input input:hover {



	background-color: #FFFFFF;



}







.form-submit input {



	padding: 2px 5px;



}





/* End: QBKL Styles */







#rss-links ul li {



	background: url(images/rss.gif) no-repeat top left;



	padding-left: 22px;



	background-position: 1px 4px;



}







.textwidget p {



	margin-bottom: 10px;



}







.textwidget a {



	text-decoration: underline;



}







.widget_tag_cloud a {



	text-transform: lowercase;	



}







#wp-calendar caption {



	padding: 5px 0;



	background: #FAFAFA;



	margin-bottom: 5px;	



}







#wp-calendar td {



	padding: 4px 6px;



	color: #999999;



}







#wp-calendar td a {



	font-weight: bold;



}







#wp-calendar #next {



	text-align: right;



}







/* Comments */



.comments {



	margin-top: 30px;



}







.comments h3 {



	font-size: 120%;



	margin-bottom: 10px;



	color: #333333;



}







.comments ol {



	list-style: none;



}







.comments ol li {



	padding: 10px;



	background: #FFFFFF;



	margin-top: 2px;



}







.comments ol li.alt {



	background: #FAFAFA;



}







.comment-author {



	font-weight: bold;



}







.comment-meta {



	color: #666666;



	margin-bottom: 5px;



	font-size: 90%;



}







.unapproved {



	font-style: italic;



}







#respond {



	margin-top: 30px;



}







#respond h3 {



	color: #333333;



}



	



.formcontainer {



	margin-top: 10px;



	margin-bottom: 10px;



}







#comment-notes {



	margin-bottom: 10px;



}







.form-label {



	margin-bottom: 2px;



}







.form-input, .form-textarea {



	margin-bottom: 10px;



}







.form-input input, .form-textarea textarea {



	padding: 5px;



	background: #FAFAFA;



	border: 1px solid #CCCCCC;



	font-family: Arial, Helvetica, sans-serif;



	font-size: 12px;



}







.form-textarea input {



	width: 280px;



}







.form-textarea textarea {



	width: 350px;



}







.form-input input:hover {



	background-color: #FFFFFF;



}







.form-submit input {



	padding: 2px 5px;



}



.datum {

	border-bottom-style:dotted;

	border-bottom-width:1px;

	border-bottom-color:#666666;

}

#contentLeft {float:left; width:175px; line-height:16px;
}
#contentRight {float:right; width:325px; line-height:16px; }

#contentRight .small{ 
}

.citat {
	color: #aeaeae;
	font: italic 18px/24px georgia, "times new roman", times, garamond;
	border-bottom: 1px inset #28a5fc;
}

#footer {
	clear:both;
	width:100%;
	margin-left:55px;
	margin-right:30px;
	padding-bottom:30px;
	padding-top:40px;
	font-size:11px;
	text-align:left;
}

.searchform {
	margin:0;
	padding:0;
}

.description {
	width:100%;
	float:left;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#efefef;
}

.description img {
	width:80px;
	height:80px;
	float:left;
	margin-right:10px;
}

.page-title {
	width:100%;
	float:left;
	margin-bottom:25px;
}

.author {
	padding:0;
	margin:0;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#efefef;
}

.vcard {
	border-width:0;
}

.entry-content img {
	margin-bottom:10px;
}

.comment-author img {
	margin-right:10px;
}

.comments li p {
	margin-bottom:1em 0;
}