/*
Theme Name: Tentaculus
Theme URI: http://www.tentaculus.com
Description: Webbplats för Tentaculus Independent Living AB.
Author: Niclas Borgström & Ann Lickander (Hippies)
Version: 1.0
Tags: 
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*

NAV

*/

#menu {
	background: url(images/menu-back.jpg) repeat-x;
}

#menu:hover {
	margin-top: 0px;
}

/* #menu li.menu-item:hover a   {margin-top: -3px; background: white !important; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; color: #122e35; text-shadow: 1px 1px 1px #fff;}
#menu li.menu-item:hover a span   {background: none !important;} */


#menu li {list-style: none; float: left; display: inline-block;  margin-right: 3px;}


#menu li.menu-item a {
	display: inline-block; 
	background: url(images/tableft.png) repeat-x;
	color: #fff;
	text-shadow: 1px 1px 1px #194149;		
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
/*	border-right: 1px #0f575f solid; */
	
}

#menu li.menu-item a span {
/*	background: url(images/tabright.png) no-repeat top right; */
	height: 43px;
	padding: 17px 14px 0px 14px;
	display: block;
	background: url(images/tabborder.png) no-repeat top right;
}
#menu  li.current_page_item a {
/*	background: url(images/tableftactive.png) repeat-x !important; */
	color: #92d6e0 !important;
}



#menu  li.current_page_item a span {
/*	background: url(images/tabrightactive.png) top right no-repeat !important;*/
}

#menu li.current_page_ancestor a, #menu li.current_page_parent a {
/*	background: url(images/tableftactive.png) repeat-x !important; */
	color: #92d6e0 !important;
}



/*
START LAYOUT
*/

body{
	font-family: arial;
	font-size: 11px;
	background: white url(images/background.png) repeat-x;
}

h1{
    font-size: 24px; 
    line-height: 27px; 
    font-family: Arial; 
    font-weight: bold; 
    color: black; 
    padding-top: 10px;
    padding-bottom: 8px;
}
.home h1{padding-top: 0;}


h2 {
	font-size: 14px; 
    line-height: 18px; 
    font-family: Arial; 
    font-weight: bold; 
    color: black; 
    padding: 6px 0px 6px 0px;
}

h3 {
	font-size: 13px; 
    line-height: 16px; 
    font-family: Arial; 
    font-weight: bold; 
    color: #333; 
    padding: 6px 0px 6px 0px;
}
 
p{
    line-height: 1.42em; 
    font-size: 11px; 
    padding-bottom: 16px;
}
 
a{
    color: #333; 
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}


#site-title {
	display: block;
	text-indent: -999px;
	height: 97px;
	width: 195px;
	background: url(images/tentaculuslogo.png) no-repeat;
	background-position: 0 24px;
	margin: 0px;
	padding: 0px;
}
 
#header{
	background: #007886 url(images/headerbackground.jpg) center repeat-x;
	height: 140px;
	margin-bottom: 20px;
}


.submenu{
    float: left; 
    width: 142px; 
    font-size: 13px; 
    margin-right: 25px; 
    margin-left: 0px;
	padding: 0px 12px 12px 12px;
}

.submenu a{
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
}

.submenu .current_page_parent .current_page_item a{
    color: #21adbd;
    line-height: 14px;
}

.submenu ul li{
    padding: 8px 0px 8px 0px;
    border-bottom: 1px #ededed solid;
}


.submenu ul li ul{
    padding-left: 15px;
}

.submenu ul li ul li{
    padding: 6px 0px 6px 0px;
    border: none;
}

.page-child .submenu li.page_item a:hover {color: #555 !important;}
.page-parent .submenu li.page_item a:hover {color: #555 !important;}
.page-parent .submenu li.current_page_item a {color: #21adbd;}

.page-parent .submenu .children li.page_item a {color: #333;}

#wrapper{
	margin: 0 auto;
	width: 960px;
}
 
#container{
    position: relative;
	min-height: 600px;
	background-color: white;
	padding: 0px;
	
}
 
#content{
    width: 495px;
    margin-top: 0px;
	color: #444;
	font-family: Verdana;
	float: left;
}

#content li {list-style: square; margin-left: 2.7em; font-size: 11px; font-family: Verdana; line-height: 15px;}
#content ul {margin-bottom: 1.3em;}

#content a {
    color: #028594; 
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none !important;
}


#content .ingress{
    color: #5e5656; 
    font-size: 13px; 
    line-height: 16px; 
    font-family: arial;
    padding-bottom: 20px;
}

#content .entry-content{
    padding-bottom: 30px;
}

#content2{
    
    margin-top: 0px;
	color: #444;
	font-family: Verdana;
}

/* SIDEBAR 1 */ 
#primary{
    float: right; 
    width: 239px; 
    font-size: 13px; 
    margin-right: 0px; 
    margin-left: 30px;
}

.case-widget {
	background: url(images/bgcasewidget.png) no-repeat bottom center;
	margin-bottom: 25px;
	min-height: 100px;
}

.case-widget .headline {
	font-size: 14px;
	line-height: 18px;
	color: black;
}

.case-widget .textwidget {
    padding: 12px;
}


.nyhet-widget {
	background:  url(images/bgnyhetwidget.png) no-repeat bottom center;
	margin-bottom: 25px;
	font-size: 11px;
	min-height: 100px;
}

.nyhet-widget .headline {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: url(images/nyhetwidgetback.jpg) repeat-x;
	padding: 9px;
	text-shadow: 1px 1px 1px #666;
}

.nyhet-widget .textwidget {
    padding: 12px 11px 12px 11px;
	color: #666 !important;
}

.nyhet-widget ul {padding: 12px 0px 12px 0px; color: #666 !important;}
.nyhet-widget li a {
	padding: 0px 5px 0px 12px !important;
	line-height: 16px;
	color: #666;
	text-decoration: none;
}

.tentawidget {
	background: url(images/bgtentawidget.png) no-repeat bottom center;
	color: white !important;
	margin-bottom: 20px;
	min-height: 100px;

}

.tentawidget .casewidget_wrapper {padding: 10px !important;}

#footer{
	background: url(images/footerback.png) no-repeat;
	margin: 50px 0 0 0;
	padding: 13px 33px 20px 10px;
	font-size: 11px;
	height: 55px;
	text-align: right;
	}




.header-img {margin-bottom: 15px;
	
	width: 495px;
	height: 260px;}

#about {border-bottom: 1px #dfdfdf solid; padding: 0px 0px 11px 0px; margin-bottom: 35px;}
			#about h1 {color: #111;}
			#about p {color: #666; font-size: 14px; font-family: Arial; padding-bottom: 0px !important;}
			
/* NEWS */			
h2.entry-title {font-size: 13px; color: black; font-weight: bold; text-decoration: none; padding: 0px !important; margin: 0px 0px 2px !important; line-height: 15px;}

h2.entry-title a {color: black !important; text-decoration: none !important;}

.entry-meta {color: #696969; font-size: 11px; font-family: Arial; margin: 0px 0px 12px 0px;}
.entry-meta a {color: #696969; padding: 0px; margin: 0px; text-decoration: none;}

blog.entry-content {padding-bottom: 20px !important;}

.entry-metas {
	font-size: 12px;
    font-family: arial;
	border-top: 1px #dfdfdf solid;
	padding: 12px 0px 0px 0px;
	margin-top: 20px;
}

#content .navigation{border-top: 1px #ededed solid; padding-top: 6px;margin-top: 13px; font-size: 12px; font-weight: bold; font-family: Arial;}
.nav-previous{background: url(images/arrow_left.png) no-repeat;}
.nav-next{background: url(images/arrow_right.png) no-repeat; background-position: 88px 0;}
.nav-previous a{padding-left: 15px;}


/* kontakt */
/* .contactform {font-size: 11px; font-weight: bold; font-family: Arial; color: black;} */
.contactform input[type=text] {border: 1px #cdcdcd solid; padding: 5px; font-family: Arial; font-size: 12px; color: #222;}
.contactform textarea {border: 1px #cdcdcd solid; padding: 5px; font-family: Arial; font-size: 12px; color: #222; width: 420px;}

.strongarial {font-family: Arial; font-weight: bold;}


/* middle menu */
.middlemenu {background: url(images/bgmiddlemenu.png) no-repeat; padding: 5px 8px 6px 8px;  margin-bottom: 14px;}
.middle-menu li {list-style: none; float: left; display: inline-block;}
.middle-menu li.menu-item a {
	display: inline-block; 
	color: #2e2e2e;
	text-decoration: none;
	font-size: 11.1px;
	margin: 0px 18px 0px 0px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 5px 8px 5px 8px;
}

.middle-menu li.menu-item a:hover {
	background-color: #deeaec;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 5px 8px 5px 8px;
}


.middle-menu .current-page-ancestor a, .middle-menu .current_page_item a{
	background-color: #deeaec;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 5px 8px 5px 8px;
}


/* start */
.content-front {
	float: left; width: 580px;
	color: #444;
	font-family: Verdana;
}

.content-front h3 {color: #1e1e1e; font-size: 13px; line-height: 17px; font-family: Arial; font-weight: bold; padding: 6px 0px 4px 0px;}

.content-front a {
    color: #028594; 
    text-decoration: none;
    font-style: italic;
    padding-left: 3px;
}

.content-front a:hover {
    text-decoration: underline !important;
}

a.arrow {
	background: url(images/arrow-small.jpg) no-repeat;
	padding-left: 17px;
	font-weight: bold;
	color: #2d8b97;
	font-size: 12px;
	text-decoration: none;
}

a.arrowcategory {
	background: url(images/arrow-small.jpg) no-repeat;
	padding-left: 17px;
	font-weight: bold;
	color: #2d8b97;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.gruppboenden {float: left; width: 160px; padding-right: 26px;}
.last {float: left; width: 160px; padding-right: 0px !important;}
.gruppboenden p, .last p {padding-top: 4px; font-size: 1.036em; line-height: 13px;}
.gruppboenden img, .last img {border: 1px #dadada solid; margin-bottom: 7px;}
.gruppboende_wrapper {margin-top: 15px; border: 1px #ededed solid; padding: 25px 25px 5px 25px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.gruppboenden a.arrow, .last a.arrow {padding-bottom: 2px !important;}


.newsheadline {
	background: url(images/tableftheadline.png) repeat-x;
	height: 31px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;

}


.newsheadline span {
	background: url(images/tabrightheadline.png) no-repeat top right;
	height: 31px;
	padding: 9px 14px 0px 14px;
	display: block;
}

.inside {padding: 10px 0px 10px 10px; font-size: 12px;}

.lastnews a {font-size: 13px; font-weight: bold; color: #3b3b3b; text-decoration: none; line-height: 16px;}
.lastnews p {font-size: 11px; font-family: Verdana; color: #323232; padding-top: 6px;}

.lastnews img {display: none !important;}

.langs {float: right; padding: 15px 20px 3px 0px; color: #b2d7db; font-weight: bold; font-size: 11px;}

.searchy {float: right; padding-top: 20px;width: 200px; }
.searchy input[type=text] {
	background: white url(images/search.png) no-repeat left;
	background-position-x: 4px;
	font-family: arial;
	color: #666;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 3px 20px;
	border: 1px #ddd solid
}

/* AKTUELLT */
.inside .contaktuellt{padding-bottom: 20px;}
.inside .aheader{font-weight: bold; line-height: 16px; font-family: Arial; font-size: 12px;}
.inside .thecontent{float:left; width: 210px; font-family: Verdana; font-size: 11px; padding-right: 30px;}
.inside .thecontent a{color: #2d8b97; text-decoration: none; line-height: 14px;}
.inside .thecontent a:hover {text-decoration: underline; }
.inside img{border: 1px solid #e1e1e1;}
.inside .imgg{float: left; width: 265px}

/* CASE-WIDGET */
.casewidget_wrapper{padding: 15px;}
.casewidget_wrapper .headline{padding: 7px 0;}


.ienewsheadline {
	background: url(images/tableftheadline.png) repeat-x;
	height: 31px;
	color: #6a7c7f;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
	

}


.ienewsheadline span {
	background: url(images/tabrightheadline.png) no-repeat top right;
	height: 31px;
	padding: 10px 14px 0px 16px;
	display: block;
}
.shadow{
    margin-left: 14px;
    color: #fff;
    margin-top: -22px;	font-size: 13px;
	font-weight: bold;  
	padding-bottom: 12px;  
}


.edit-link a {display: inline-block; padding: 7px; border: 1px #ededed solid; color: #387b8a; font-family: Arial; font-size: 12px; font-weight: bold; float: right; text-decoration: none !important;}

.edit-link a:hover {display: inline-block; padding: 7px; border: 1px #ededed solid; color: #387b8a; font-family: Arial; font-size: 12px; font-weight: bold; float: right; text-decoration: none !important; background-color: #ededed;}

#content .navigation a{text-decoration: none; font-weight: bold;}
