/*
THEME NAME: Marit's 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
*/







ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 75px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:15px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

ol.commentlist li div.reply { 
     background:#999; 
     border:1px solid #dfdede; 
     border-radius:2px; 
     -moz-border-radius:2px; 
     -webkit-border-radius:2px; 
     color:#fff; 
     font:bold 9px/1 helvetica,arial,sans-serif; 
     padding:6px 5px 4px;  
     text-align:center; 
     width:36px;
     }

ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }








/* ------------ ARCITECTURE ------------- */

html { }

body {
	background: #7c7e81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	}

#wrapper {
	width: 914px;
	margin: 0 auto;
	background: #FFFFFF;
	//padding: 0 10px;
	background-image: url(images/midten.jpg);
	}

#header {
	height: 251px;
	width: 864px;
	padding-left: 50px;
	padding-top: 100px;
	//border-top: 1px solid #E5E5E5;
	//border-bottom: 3px solid #666666;
	background-image: url(images/header2.jpg);
	}

#container {
	float: left;
	width: 830px;
	margin-left: 45px;
	}

#content {
	margin: -25px 277px 30px 32px;
	}

#sidebar {
	margin: 20px 0 30px -230px;
	width: 200px;
	float: left;
	overflow: hidden;
	//border-left: 1px dashed grey;
	padding-left: 10px;
	}

#footer {
	clear: left;
	width: 100%;
	text-align: center;
	padding: 20px;
	margin-left: 40px;
	background-color: black;
	color: white;
	width: 800px;
	}

/* ------------ GENERAL ------------- */

* {
	margin: 5;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.footer a {
	color: blue;
}

img {
	border: 0;
}

img.art {
	border: none;
        padding: 0;
        margin: 0;
        }

.entry-content img {
	border: 1px solid grey;
	margin: 4px 0;
	padding: 6px;
        }

.post img {
	border: 1px solid grey;
	margin: 4px 0;
	padding: 6px;
	}
	
.post img.wp-smiley {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
.entry-content img.wp-smiley {
	border: 0;
	padding: 0;
	margin: 0;
	}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
} 

#access {
	overflow: hidden;
	padding-left: 30px;
	font-size: 14px;
	margin-top: -33px;
}

#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: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 4px solid #c9d2a8;
  color: grey;
} 

/* ------------- CONTENT ----------------- */

.page-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 30px;
	font-family: trebuchet ms;
	line-height: 30px;
	letter-spacing: -1px;
        color: #3faaed;
}

.arkiv-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 25px;
	font-family: trebuchet ms;
	line-height: 30px;
	//letter-spacing: -1px;
        color: #767676;
}

.post {
	margin-bottom: 30px;
}

.entry-title {
	width: 520px;
	font-weight: bold;
	font-size: 30px;
	font-family: trebuchet ms;
	line-height: 30px;
	letter-spacing: -1px;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #3faaed;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a, .entry-comments span {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.entry-comments span {
	color: #cfd5b6;
	font-weight: normal;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.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 {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.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;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
	}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
	}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
	}

/* ----------- SIDEBAR -------------- */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 14px;
	background: url(images/bullet3.png) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet3.png) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* 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 .avatar {
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #f0f0f0;
float: left;
margin-right: 10px;
padding: 3px;
}

img.avatar {float:left; margin-right:5px;}

#comments .avatar {
float: left;
margin: 0;
padding: 0 4px 0 0;
} 
*/

.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: #eef3ff;
}

.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: 100%;
}
*/
.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}


.authcomment {
background-color: #B3FFCC !important;
} 