/*  
Theme Name: WcW Entreprenad
Theme URI: -
Description: Theme for WcW Entreprenad
Version: 1.0
Author: Angry Creative
Author URI: http://www.angrycreative.se
*/


body {
	font-size: 62.5%;  /* reset 1em to 10px. */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
}

a:link, a:visited {
	color: #fffff4;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #fcff00;
	text-decoration: none;
}
.splash {
color: #313131;
}

.splash a:link, .splash a:visited {
	color: #000000;
	text-decoration: none;
}
.splash a:hover, .splash a:visited:hover {
	color: #454600;
	text-decoration: none;
}



h1 {
	font-size:40px;
}


h2 {
	font-size:30px;
	line-height: 39px;
}

h3 {
	font-size:22px;
}

h3.ingress {
margin-top: 5px;
font-weight: normal;
float: left;
clear: both;
}

h4 {
	line-height: 22px;
	font-size:20px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}

/* BACKGROUND & FLOATING TAIL ----------------------------------------------- */


* {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body { /* sets gradient background */
	height: 100%;
	background: #212121 url('images/background/bg.gif') repeat-x top left;
}

.wrapper { /* makes the tail float & wraps the content to a certain size */
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 960px !important;

}

.wrap2 { /* here you place the header image that goes outside the wrapper. MAKE SURE this image aligns with wrap3 */
}

.wrap3 { /* sets bg of content & initiates sticky footer */
/*	height: auto !important;
	height: 100%;
	margin: 0 auto -81px; */ /* the bottom margin is the negative value of the footer's height */
/*	min-height: 100%;
*/
}

.footer , .push {

	/*height: 81px;*/ /* .push must be the same height as .footer */

}

.push {
	width:100%;
	clear:both;
}

.footer {
	clear: both;
	width:100%;

}

/* FULL AREA ------------------------------------------------------------- */

.fullAreaHeader {
width: 947px;
float: left;
background: url('images/post/fullarea-head.png') no-repeat top left;
height: 61px;
margin: 0px 7px 0px 6px;
}

.fullAreaHeader h2.widgettitle {
float: left;
margin: 13px 0px 0px 19px;
}

.fullAreaContent {
float: left;
width: 947px;
background: url('images/post/fullarea-bottom.png') no-repeat bottom left;
margin: 0px 7px 20px 6px;
padding: 20px 0px;
}

/* TAIL ------------------------------------------------------------------ */

.footInfo {
	width: 960px;
	margin: 0 auto;
}

.footerGrid {
color: #e7e7e7;
line-height: 20px;
float: left;
width: 220px;
margin: 18px 10px 25px;
}

.footerGrid p {
font-size: 14px;
}

.lastFooterGrid {
text-align: right;
}

/* HEADER ---------------------------------------------------------------- */


.logo {
	float:left;
	margin-left: 10px;
margin-top: 27px;
        position: absolute;
        z-index: 100;
}

.logo img, .logo img a {
	float: left;
	border: 0px;
}

.header {
	height: 123px !important;
	width: 940px;
background: url('images/header/headerbg.jpg') no-repeat bottom left;
margin: 0px 10px;
}

/* MENUBAR --------------------------------------------------------------- */

.menu-huvudmeny-container {
float: right;
margin-top: 47px;
}

/***  SUPERFISH ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
font-size: 15px;
font-weight: bold;
/*text-transform: uppercase;*/
}
.menu ul {
        margin-left: -5px;
        margin-top: -10px;
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
        padding:		4px;
	float:			left;
	position:		relative;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}

ul.menu li:hover {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background: #212121;
}
ul.menu li li {
-moz-border-radius:0px;
-webkit-border-radius: 0px;
}

ul.menu li li:hover {
-moz-border-radius:0px;
-webkit-border-radius: 0px;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.menu {
	float:			left;
	margin-bottom:	1em;
}
.menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		.4em .3em;
	text-decoration:none;
}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e7e7e7;
}
.menu a:hover, .menu a:visited:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fcff00;
}
.menu li {
	/*background:		#212121;*/
margin-left: 5px;
}
.menu li li {
	background:		#212121;
}
.menu li li li {
	background:		#212121;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background:		#212121;
	outline:		0;
}

/*** arrows **/
.menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1em;
	top:			.55em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/menu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			9px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('images/menu/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/

/* EVENTS */

.menu-huvudmeny-container ul li.current-menu-item, .menu-huvudmeny-container ul li.current_page_parent {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background: #212121;
}

.menu-huvudmeny-container ul li li.current-menu-item, .menu-huvudmeny-container ul li li.current_page_parent {
-moz-border-radius:0px;
-webkit-border-radius:0px;
background: #212121;
}


/* special */

#menu-item-62 { /* last submenu item */
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
}

#menu-item-59 { /* first submenu item */
-moz-border-radius:0px 10px 0px 0px;
-webkit-border-radius: 0px 10px 0px 0px;
}


/* POSTS ----------------------------------------------------------------- */

.commentsWrap {
margin-top: 15px;
float: left;
}

.commentsWrap .contentHr {
margin-bottom: 15px;
}

.selected-work {
float: left;
background: url('images/post/utvalt-uppdrag.png') no-repeat top left;
width: 221px;
height: 222px;
position: relative;
left: -1px;
bottom: -218px;
margin-top: -222px;
}

.postContainer {
float: left;
margin-bottom: 10px;
padding: 0px 0px 0px 0px;
}

.postContent {
width: 632px;
padding: 0px 10px;
float: left;
}

.projectContent {
width: 220px;
margin: 0px 10px;
float: left;
text-transform: uppercase;
}

.maincontent-full { /* without sidebar */
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 0px;
	float:right;
	width:960px;

}

.maincontent { /* with sidebar */
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float:right;
	width:660px;

}

.postListingImage {
        border: 1px solid #858484;
	float: left;
	padding:3px;
	margin-top: 0px;
margin-bottom: 8px;
}
.postListingImage img {
}

.attachment-splash-thumbnail {
/*height: 298px;*/
	float: left;
	margin-top: 0px;
/*width: 280px;*/
}
.splashContainer {
float: left;
width: 620px;
height: 258px;
padding-left: 40px;
padding-top: 20px;
padding-bottom: 20px;
}

.blogExtras {
margin-top: 5px;
float: left;
clear: both;
width: 100%;
}

.blogExtras p.blogExtrasTags a {
font-size: 14px;
font-weight: normal;
}

.blogExtras p.blogExtrasTags {
line-height: 19px;
padding-left: 34px;
background: url('images/post/tag.png') no-repeat top left;
}

.hr {
float: left;
width: 940px; 
background: url('images/footer/hr.jpg') no-repeat top center;
clear:both;
height:6px;
margin:0px 10px;
}

.contentHr {
float: left;
width: 600px; 
border-color:#dcdada #ffffff #ffffff;
border-left:0 solid #ffffff;
border-right:0 solid #ffffff;
border-style:solid;
border-width:1px 0;
clear:both;
height:0px;
margin:0px 0px;
}

/* POST INFO ------------------------------------------------------------- */

.pageNameContainer {
clear: both;
float: left;
width:940px;
margin: 0px 10px 15px;
}

.pageNameContainer-small {
clear: both;
float: left;
width:280px;
margin: 0px 10px 15px;
}

.theTime {
float: left;
width: 100%;
	clear: both;
	font-weight: normal;
	font-size:14px;
	line-height:14px;
        margin-top: 3px;
	margin-bottom: 3px;
color: #bababa;
}



/* TEXT ------------------------------------------------------------------ */

   

blockquote {
clear: both;
	background:transparent url(images/post/quote-r.png) no-repeat scroll right bottom !important;
	color: #000000 !important;
	float:right;
	font-weight:bold;
	letter-spacing:-1px;
	margin:10px 0px;
	padding:0 30px 5px 0;
	text-align:left;
	/* width:570px; */
}

blockquote p {
float: right;
	background:transparent url(images/post/quote-l.png) no-repeat scroll left top !important;
	border:0 none;
	font-size:18px !important;
	line-height:1.3em !important;
	padding:5px 2px 10px 35px !important;
	margin-bottom: 0px !important;
}

.postThumb {

	float: left;

}

.postThumb img {

	border: 1px solid #d3d0d0;

	padding: 3px;

}

.postText {
	float: left;
	margin-top: 5px;
	clear: both;
	width: 100%;
}

.postText ul {
font-size: 14px;
	line-height: 16px;

	margin-top: 10px;

	margin-bottom: 10px;

	margin-left: 44px;

}

.postText ul li {

	padding: 3px;

}

.postText ol {
font-size: 14px;
	line-height: 16px;

	margin-left: 48px;

	margin-top: 10px;

	margin-bottom: 10px;

}

.postText ol ul {

	margin-bottom: 0px;

	margin-top: 0px;

}

.postText ul ol {

	margin-bottom: 0px;

	margin-top: 0px;

}

.postText p {

	line-height: 1.5em;

	font-size: 1.4em;

	margin-bottom: 14px;

}

.postText a:link, .postText a:visited {

	color: #000000;

	text-decoration: none;

}

.postText a:hover, .postText a:visited:hover {

	color: #616161;

	text-decoration: none;

}

.postText object {
background:none repeat scroll 0 0 #F3F2F2;
border:1px solid #E1E1E1;
float:left;
margin-top:0;
padding:6px;
}
.splash .postTopic {
color: #000000;
}

.postTopic {
	color: #ffffff;
	float: left;
	clear: both;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: 0px;
}

.splash .postExcerpt {
color: #000000;
}

.postExcerpt {
	float: left;

	width: 100%;

	color: #ffffff;

	font-size: 20px;

	font-weight: bold;

	text-decoration:none;

	margin-top: 3px;

	clear: both;

}



.more-link {

	clear: both;

	float: right;

	font-weight: bold;

}



/* IMAGES ---------------------------------------------------------------- */



.size-thumbnail {

background:none repeat scroll 0 0 #F3F2F2;
border:1px solid #E1E1E1;
float:left;
margin-top:0;
padding:6px;

}

.size-full {

	border: 0px;

}

.size-medium {
background:none repeat scroll 0 0 #F3F2F2;
border:1px solid #E1E1E1;
float:left;
margin-top:0;
padding:6px;
}

img.wpGallery {

	border: 1px dotted #cc0000;

	background: #ffffcc no-repeat scroll center center;

	width: 99%;

	height: 250px;

}

.wp-caption {
	border: 1px solid #E1E1E1;
	text-align: center;
	background-color: #F3F2F2;
	margin: 10px 0px !important;

}

.wp-caption img {
border:0px solid #E1E1E1;
	margin: 0px auto;
background: none;
	padding: 5px;
}

.wp-caption-dd {
	font-size: 1.2em;
	line-height: 17px;
	padding: 0 4px 2px;
	margin: 0;
}

.wp-caption-text {
margin-bottom: 5px !important;
}

.alignleft {

	float: left;

}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignright {

	float: right;

}

.alignnone {

	margin: 0px;

}

/* TABLES & OTHER ELEMENTS ----------------------------------------------- */



td {

	padding-bottom: 14px;

	line-height: 15px;

	color: #000000;/*font-size: 14px;*/

}

pre {

	font: 1.2em/1.8em "Courier New", monospace;

}

/* NEXT / PREVIOUS POST -------------------------------------------------- */



.nextPrev {
	float: left;
	width:600px;
	margin:0px 25px 0;

}

.prev {
	margin-top: 10px;
	float:left;
	text-align: left;
	width: 50%;
	color: #000000;
	font-size: 14px;
	padding-bottom: 15px;

}

.prev a:link, .prev a:visited {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	background: url(images/leftposts.png) no-repeat center left;
	text-decoration:none;
	font-size: 14px;
	color:#000000;
        font-weight: bold;
}

.prev a:hover, .prev a:hover:visited {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	background: url(images/leftposts-on.png) no-repeat center left;
	font-size: 14px;
	text-decoration:none;
	color: #616161;
}

.next {
	margin-top: 10px;
	float: right;
	text-align: right;
	width: 50%;
	color: #000000;
	font-size: 14px;
	padding-bottom: 15px;

}

.next a:link, .next a:visited {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 25px;
	background: url(images/rightposts.png) no-repeat center right;
	text-decoration:none;
font-size: 14px;
	color:#000000;
        font-weight: bold;

}

.next a:hover, .next a:hover:visited {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 25px;
	background: url(images/rightposts-on.png) no-repeat center right;
	font-size: 14px;
	color: #616161;
	text-decoration:none;

}

/* SIDEBAR --------------------------------------------------------------- */



#sidebar {
	margin-right: 0px;
	float: left;
	width: 300px;
	list-style: none;
	text-align:left;
	margin-top: 30px;
	margin-left: 0px;
}

#sidebar li {

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	color: #302826;

}

#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
}

#sidebar li a:hover, #sidebar li a:hover:visited {
	text-decoration: none;

}

#sidebar p {

	margin-bottom: 10px;

}

#sidebar a:hover, #sidebar a:hover:visited {
	text-decoration: none;
	border: none;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	border: none;
}

#sidebar h4 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:0px;
	line-height: 22px;

}

#sidebar h2, h2.widgettitle {
	font-size:22px;
	color:#000000;
	font-weight: bold;
}

#sidebar ul li ul li {
font-size: 14px;
	list-style-type: none;

	margin-left: 0px;

	margin-right: 0px;

	background: transparent;

	padding:2px 0px 8px 0;

}

#sidebar img {

	border: 0px;

}

#sidebar .widget {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

#sidebar .textwidget {
	list-style-type:none;
	float:left;
	padding:19px 25px;
	width:250px;
	background: url('images/sidebar/sidebar-bg.png') no-repeat bottom center;

font-size: 14px;
}

#sidebar .widget_tag_cloud div {
background:url("images/sidebar/sidebar-bg.png") no-repeat scroll center bottom transparent;
float:left;
font-size:14px;
list-style-type:none;
padding:19px 25px;
width:250px;
}

#sidebar .widget ul {
	list-style-type:none;
	float:left;
	padding:19px 25px;
	width:250px;
	background: url('images/sidebar/sidebar-bg.png') no-repeat bottom center;
}

#sidebar .widget ul ul {

	background: transparent;

	list-style-type: katakana;

	padding: 5px 10px;

	float: left;

	width: 260px;

}

#sidebar .widgettitle {
	background: url('images/sidebar/widgettitle.png') no-repeat top center;
	padding: 10px 25px;
	width: 250px;
	float: left;
}

/* SPLASH ----------------------------------------------------------------- */

.splash {
	background: url('images/header/splashbg.jpg') no-repeat bottom left;
height: 298px;
float: left;
}

.splashPost {
float: left;
margin-top: 50px;
width: 530px;
margin-left: 10px;
height: 278px;
/*overflow: hidden;*/
}

.splashPost h3 {
margin-bottom: 4px;
}

.splashPost h1 {
	font-size:42px;
line-height: 44px;
margin-bottom: 10px;
}

.splashPost ul {
float: left;
list-style:none;
margin-bottom:10px;
margin-left:0px;
margin-top:10px;
}

.splashPost ul li {
float: left;
padding: 0px;
margin-right: 25px;

font-weight: bold;
font-size: 14px;
}

.splashPost ul li a, a.arrowLink {
padding: 5px 30px 5px 0px;
background: url(images/rightposts.png) no-repeat center right;
font-weight: bold;
color: #000000;
font-size:14px;
line-height: 18px;
}

.splashPost ul li a:hover, a.arrowLink:hover {
background: url(images/rightposts-on.png) no-repeat center right;
color: #616161;
}


/* SEARCH BOX ------------------------------------------- */


.infoBoxSearch {
float: left;
	height: 40px;
	font-size:14px;
width: 250px;
margin-top: 5px;
margin-bottom: 10px;
}
#search {
float: left;
	color: #595959;
	background:transparent url('images/sidebar/search-bg.png') no-repeat scroll 0 0;
	padding: 0px 0px 0px 37px;
}
#search #s {
float: left;
	background: transparent;
	border: 0px;
	width: 144px;
padding: 12px 4px 12px 0px;
}

#search #btn {
float: right;
padding: 0px !important;
border: 0px;
height: 40px;
}

/* MISC  --------------------------------------------- */



.addthis_toolbox {

	clear: both;

	margin-top: 15px;

	float: left;

}

.at300bs.at15t_expanded, .at300bs.at15t_compact {

	margin-right: 0px!important;

}

.mapp-poweredby {

	display: none;

}

.dsq-brlink {
display: none;
}

#dsq-comments-title h3 {
margin-top: 15px;
}



/* http://sonspring.com/journal/clearing-floats */



.clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}


