/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom h1, .custom h2, .custom .entry-title a {
	font-weight:bold;
	color:#9dbf2d;
}

.custom h3 {
	font-weight:bold;
}

.custom #container {
	margin-top: 3px;
	border:0.4em solid #BEBEBE;
	padding:0.3em;
}

.custom #header {
	padding-bottom:0px;
}

.sales_page #sidebars, .sales_page .tweetmeme_button, .sales_page .headline_area h1 {
	display:none;
}

.sales_page #content_box {
	background: none;
}

.sales_page #content {
	margin: 0 0 0 13.1em;
}

#header {
        border-bottom: none;
        padding-top: 2px;
        margin-bottom: 15px;
}

/****************** Soulstyle Tjänster *****************/


/****************** Video pages ************************/

#services-menu {
	height: 39px;
	position: relative;
}

#services-menu a {
	color:#333333;
	display:block;
	float:left;
	font-family:arial;
	font-size:15px;
	height:24px;
	margin-left:-1px;
	padding-top:15px;
	text-align:center;
}

#services-menu a.active {
	width: 210px;
	background-position: top center;
	background: url(images/seo-bg.png) no-repeat scroll top center transparent;
}

#services-menu a:hover {
	z-index: -10;
}

#services-menu a#seo-btn:hover {
	width: 210px;
}

#services-menu a#webdesign-btn {
	width: 134px;
}

#services-menu a#webdesign-btn:hover {
	width: 134px;
	background: url(images/webdesign-bg.png) no-repeat scroll bottom center transparent;
}

#services-menu a#research-btn {
	width: 206px;
}

#services-menu a#research-btn:hover {
	width: 206px;
	background: url(images/research-bg.png) no-repeat scroll bottom center transparent;
}

/** Video Box **/

#video-box {
	background:url("images/video-box-bg.jpg") repeat-x scroll 0 0 transparent;
	height:360px;
	margin-left:-22px;
	margin-top: -1px;
	border-top: solid 1px #ccc;
	padding: 20px 0 0 23px;
}

#video-box #player {
	border: solid 1px #999;
}




/****************** Front page *************************/

#services {
	height:228px;
	margin-left:-22px;
	margin-right:-22px;
	margin-top: 10px;
}

#services h2 {
	font-family:arial;
	font-size:20px;
	color:#000;
	font-weight:normal;
}

#services p {
	font-family:verdana;
	font-size:11px;
	color:#000;
	margin-top: 5px;
	text-align: justify;
}

.services {
	
}

#services div .hover {
	background-image:url(images/service_hover.jpg);
	position: absolute;
	width: 100%;
	height: 228px;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}

#services div#webbdesign .hover {
	margin-left: -1px;
	width: 284px;
}

#services div#research .hover {
	margin-left: -1px;
	width: 340px;
}

#sokmotor {
	background-image:url(images/service_bg1.jpg);
	display:block;
	float:left;
	position: relative;
}

#sokmotor a {
	display: block;
	width:220px;
	padding-left:96px;
	padding-right:33px;
	padding-top:26px;
	height: 202px;
	position: relative;
	z-index: 20;
}

#webbdesign {
	background-image:url(images/service_bg2.jpg);
	display:block;
	float:left;
	position: relative;
}

#webbdesign a {
	display: block;
	width:220px;
	padding-left:32px;
	padding-right:30px;
	padding-top:26px;
	height: 202px;
	position: relative;
	z-index: 20;
}

#research {
	background-image:url(images/service_bg3.jpg);
	display:block;
	float:left;
	position: relative;
}

#research a {
	display: block;
	width:220px;
	padding-left:30px;
	padding-right:90px;
	padding-top:26px;
	height: 202px;
	position: relative;
	z-index: 20;
}


/******************Webbdesign sida ******************/

.webdesign .referenser {
	border:10px solid #EEEEEE;
	margin-right:20px;
}


.webdesign a .referenser:hover {
	border: 10px solid #ccc;
}


/************** Twitter Feed Widget **************/

.aktt_tweets ul li {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 7px;
	margin-bottom: 2px;
}


/************* Kontakt Widget *****************/

#text-4 {
	background: transparent url(images/seo_contact_bg.jpg) scroll no-repeat 0 0;
	padding: 10px 0 0 16px;
	width: 230px;
	height:375px;
}

#text-4 h3 {
	color:#000000;
	font-size:18px;
	margin-bottom: 5px;
}

#text-4 p {
	margin-bottom: 9px;
}


#wpcf7-f2-w1-o1 input {
	width:200px;
}

#wpcf7-f2-w1-o1 textarea {
	width:208px;
	height:100px;
}

#wpcf7-f2-w1-o1 .skicka-formular {
	width: 100px;
}

#wpcf7-f2-w1-o1 .wpcf7-response-output {
	margin-top: 20px;
}