/* @ Generet*/ 
body {
	margin: 0;
	font-family: 'lucida grande','Lucida Sans Unicode', arial, helvetica;
	font-size: 12px;
	lline-height:18px;
	color: #505050;
	background-color: #e8f0f5;
	background-image: none;	
}
ul, ol, li, h1, h2, h3, form, img, a, p {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
ol{
	margin: 15px 0px 15px 30px;
	font-size: 12px;
}

input,textarea{
	border: 1px solid #aaa;
	padding: 3px;
	font-size: 16px;
	line-height:16px;
	color: #505050;
}
textarea{
	width: 600px;
}
input{
	height: 18px;
}
input.button{
	height: 30px;
	padding: 3px 10px;
	background-color: #e8f0f5;
}
form p{
	margin-top: 5px;
}
a {
	color: #ff7200;
	font-weight: normal!important; 
}

p {
	line-height: 18px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.breaker {
	height: 1px;
	line-height:1px;
	font-size: 1px;
	background-color: #e8f0f5;
	margin: 0 40px 0 0;
}
#sidebar div.breaker{
	margin-top: 20px;
}
h1, h2 {
	font-weight: normal;
	color: #00556d;
	font-size: 25px;
}
.post h2{
	margin-bottom: 20px;
}
h2.pagetitle {
	font-size: 25px;
}
h2.pagetitle.margin {
	margin: 20px 0px;
}
h3, h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
	ccolor: #00556d;
}
h3.first{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
h4 {
	border-top: 1px solid #e8f0f5;
	padding-top: 15px;
}
/*@ end */

#top .inner, #top-menu .inner, #content .inner, #bottom .inner {
	margin: 0 auto;
	width: 950px;	
} 

#top .inner {
	height: 28px;
}

#top {
	background-color: #0081a3;
	border-bottom: 1px solid #fff;
}
#top-menu {
	background-color: #e8f0f5;
	padding: 20px 0 0;
}
#top-menu .inner {
	position: relative;
}
#top-menu ul li {
	float: left;
	list-style-type: none;
	color: #606060;
	font-size: 24px;
	line-height: 30px;
}
#top-menu ul li a {
	border-bottom: 1px solid #ff7200;
}
#top-menu ul li a:hover {
	color: #e8f0f5;
	background-color: #ff7200;
	border-bottom: 0;
}

#top-menu ul li.new-line {
	float: none;
}

#blog-link {
	background-color: #0081a3;
	color: #fff;
	padding: 5px 15px;
	border:  1px solid #fff;
	border-top: 0;
	position: absolute;
	top:  -21px;
	left:  671px;
	/*#right:  115px;*/
}

#retv-link {
	/*margin-top: -5px;
	position: static;*/
	
	/*top: 0;*/
	margin-bottom: -2px;
}

#retv-link img {
	height: 90px;	
}



#content {
	background-color: #fff;
	padding: 25px 0;
	min-height: 200px;
	_height: 200px;
}

.content-box {
	width: 285px;
	float: left;
	display:inline; /* Hack to keep IE from making the margins double */
	margin-right: 25px;
}
.content-box.first {
	margin-left: 25px;
	clear:both;
}
.content-box.footer{
	margin-right: 50px;
}
.content-box.footer.last {
	margin-right: 0px;
	margin-left:1px;
	width:265px;

}

.content-box .caption, p.quoter {
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #929191;	
}
em.quote {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	display: block;
}
#sidebar p.quote {
	margin-top:10px;
}
p.quoter {
	text-align: right;
	line-height: 14px;
	margin-top: 10px;
}
.content-box .caption a {
	font-weight: bold;
	color: #929191;
}
.content-box a.read-more {
	margin-top: 15px;
}
.content-box img.case {
	margin-bottom: 10px;
}

p#more-cases {
	margin: 0 25px 10px;
	text-align: right;
}

#sidebar {
	float:  right;
	width: 279px;
	margin-left: 21px;
	border-left: 1px solid #e8f0f5;
	min-height: 400px;
	_height: 400px;
	padding-left: 25px;
}
#sidebar ul {
	list-style-image: url("/wp-content/themes/re-karate/images/bullet.jpg") ;
	margin-left:14px;
	#margin-left:18px;
	#padding-top:5px;
}
#sidebar ul li a{
	font-size: 15px;
	line-height:26px;
	#position:relative;
	#top:-5px;
}
#sidebar ul li a.comment{
	font-size: 12px;
	line-height:12px;
	color: #505050;
}
#sidebar img, img.intxt, .content-box img{
	border: 1px solid #e8f0f5;
	padding: 5px;
	margin-right: 10px;
	margin-bottom:3px;
}
.content-box img{
	margin-right: 0px;
}
.content-box.footer img{
	margin:0px;
	padding:0px;
}

/* @group frontpage */

#re-thinking {
	margin-top: 25px;
}
#re-thinking .upper-row
{
	padding-bottom: 25px;
}

#right-bar {
	width: 279px;
}
#right-bar h1, #right-bar h2{
	font-size: 22px;
	font-weight: bold;
} 
#right-bar h2{
	padding-top: 15px;
}
#right-bar h3{
	margin-top: 10px;
	font-size: 18px;
}
.content-box.rightbar{
	padding-bottom:15px;
	width: 270px;
	margin-right: 0px;
}
h1.curl, h2.curl{
	margin-bottom: 0px;
	padding: 10px 25px;
	font-weight:bold;
}
h1.curl.dark, h2.curl.dark{
	background-color: #e8f0f5;
	margin-bottom: 0px;
}
.front-border-box{
	border: 1px solid #e8f0f5;
}
.front-border-box.dark{
	background-color: #e8f0f5;
	border-bottom: 0;
	padding-bottom: 10px;
}
.front-border-box .content-box h3{
	margin-top: 0px;
}
/* @end */
#re-courses {
	padding-left: 27px;
	border-left: 1px solid #e8f0f5;
	min-height: 255px;
	_height: 255px;
}

#re-courses h2 {
	color: #00556d;
	font-size: 40px;
}

/* @group blog/case LIST */
.blog-box .content, .blog-box .content .readmore{
	width: 335px;
}
.case-box .content{
	width: 235px;
}
.case-box .content{
	padding: 0px 20px;
}
.case-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #e8f0f5;
	margin-bottom: 20px;
}
.case-box h3{
	margin-top:0px;
}
.case-box img {
	border: 1px solid #b2cbda;
	padding: 5px;
}
.blog-box .content{
	float: left;
	font-size: 14px;
}
.case-box .content, .case-box img{
	float: left;
}
.blog-box .content p{
	line-height:24px;
}
.blog-box .content .readmore, .case-box .stats .readmore{
	text-align: right;
	margin-top: 15px;
}
.blog-box .stats{
	margin-left: 30px;
	float: left;
	width: 250px;
}
.case-box .stats{
	float: left;
}
.case-box .stats .readmore, .case-box .stats{
	width: 180px;	
}

.blog-box .stats ul li a, .blog-box .stats ul, .case-box .stats ul li a, .case-box .stats ul{
	color: #898989;
}
.blog-box .stats ul, .case-box .stats ul, .singlecase-stats ul{
	line-height:18px;
	list-style-type: none;
}
.case-box .stats ul{
	margin-top:27px;
}
.blog-box .stats ul li a{
	font-weight: bold;
}
.blog-box .stats ul li a:hover, .case-box .stats ul li a:hover{
	text-decoration: underline;
}
.blog-box{
	padding-bottom: 20px;
	border-bottom: 1px solid #e8f0f5;
	margin-right:330px;
}

/* @end */
/* @group CASE visning */
.case-teaser{
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #e8f0f5;
	border-bottom:1px solid #e8f0f5;
	padding: 10px 0px;
}
.case-teaser p{
	font-size:20px;
	line-height:28px;
}
img.case_img{
	padding:5px;
	border:5px solid #e8f0f5;
	margin-bottom: 10px;
}
.singlecase-stats a{
	color:#505050;
}
/* @end */

/* @group bottom */
#bottom {
	padding-bottom: 20px;
}

#bottom h3 {
	margin: 20px 0 15px 0;
	color: #00556d;
}
#bottom ul#responsible li {
	font-size: 10px;	
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
}
#bottom ul#responsible li a {
	font-size: 14px;
	color: #505050;
	font-weight: ;
}

#bottom ul#responsible img {
	float: right;	
	border: 1px solid #fff;
}
#bottom div.credits{
	width: 100%;
	text-align: center;
	border-top: 1px solid #d9e5ec;
	padding-top: 10px;
	color: #b6b6b6;
}
#bottom div.credits a{
	color: #b6b6b6;
	font-weight: bold;
}
#w3c {
	margin-top: 10px;
	text-align: right;
	position: relative;
	left: 3px;
}
/* @end */
/* @group wordpress */

.post, .commentlist, #comments, .case-box {
	margin-right: 330px;
}
.commentlist li{
	margin-top: 20px;
}
.commentlist li img.avatar{
	display: none;	
}
h2.widgettitle {
	margin-top: 20px;
	margin-bottom: 5px;	
	font-size: 20px;
}
p.postmetadata, p.commentmetadata {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8f0f5;
	color: #aaa;
	
}

#comments {
	margin-top: 20px;
	border-bottom: 1px solid #999;
}

.commentlist {
	list-style-type: none;
}
.commentlist p {
}
img.avatar {
	float: left;
}

h3#respond {
	margin-top: 30px;
}

/* @group posts */

.post .entry p {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0 0 0;
}
/* @end */

/* @group users */

img.user{
	float: left;
	border: 1px solid #e8f0f5;
	padding: 5px;
	margin-right: 20px;
}
ul.userstats, #sidebar ul.casestats{
	list-style-image: url("/wp-content/themes/re-karate/images/gray_bullet.jpg") ;
	margin-left:25px;
	font-size: 16px;
	line-height: 24px;
	#margin-left:28px;
}
#sidebar ul.casestats{
	margin-left:14px;
}
ul.usericons{
	margin-left:5px;
	margin-top: 15px;
}
ul.usericons li{
	float: left;
	list-style-type: none;
}
div.user{
	float: left;
}

/* @end */

/* @end */
#sidebar small a.comment{
	top: 0px;
}
/* @group Om Os */
div.omos{
	width:270px;
	margin-right:40px;
}
div.left.omos p{
	padding:0px;
	font-size:13px;
}
div.omos h3{
	
}	
/* @end */
/*.webdings {
	font-family: "webdings";
	font-size: 450px;
	color: #e8f0f5;
	background-color: #fff;
	position: relative;
	top: -495px;
	z-index: 5;		
}

#re-fun-left {
	left: -450px;
}
#re-fun-right {
	right: -450px;	
}*/

/* @group Re:TV */

div#sitetop {
	display: none;
}

#main {
	margin-bottom: 0;
}

#mainsub {
	width: 950px;
	margin: 0 auto;
}

#mainsub #content {
	padding: 0!important;
	margin-right: 0;
}

#mainsub #contentsub {
	margin-right: 55px!important;	
	padding: 0;
	margin: 0;
}

#mainsub #sidebar {
	margin-top: 25px;
	margin-left: 0;
	padding-left: 20px;
	width: 285px;
}

#mainsub #sidebarsub {
	padding-left: 0;
}

#frame {
	margin: 0;
	width: 100%!important;	
}

.view-list {
	margin-bottom:0;
}

/* @end */




/* @override http://re-cph.com/wp-content/themes/re-karate/style.css */