/*  
Theme Name: Harvest Center
Theme URI: http://www.harvestcenter.se
Description: Custom theme for harvestcenter.se
Version: 1.0
Author: Malmer/Widell
Author URI: http://www.harvestcenter.se

*/


html, body{
	width: 100%;
	height: 100%;
}

body{
	background: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
}


div#top{
	min-height: 100%;
	width: 100%;
}

div#center{
	padding-top: 80px;
	width: 780px;
	margin:0 auto;
	position: relative;
	padding-bottom: 200px;}  /* must be same height as the footer */


/* section menu */

a#logo{
	display: block;
	position: absolute;
	top: 29px;
	left: 12px;
	width: 213px;
	height: 39px;
	background: url(images/logo.png) no-repeat;
}

a#logo span{
	display: none;
}


ul#sectionMenu{
	position: absolute;
	top:25px;
	right: 0;
	width: auto;
	height: auto;
	z-index: 100;
}

ul#sectionMenu li{
	float: left;
}

ul#sectionMenu li a{
	text-decoration:none;
	color: #808080;
	font-size:14px;
	float: left;
	height: 50px;
	padding-top:30px;
	padding:20px 20px 0 20px;
}

#sectionMenu a:hover{
	color: #404040;
}

/*ul#sectionMenu li.current_page_parent a, ul#sectionMenu li.current_page_item a,
ul#sectionMenu li.current_page_ancestor a,
ul#sectionMenu li.current-page-parent a, ul#sectionMenu li.current-page-item a,
ul#sectionMenu li.current-page-ancestor a,*/
ul#sectionMenu li.current-menu-parent a, ul#sectionMenu li.current-menu-item a,
ul#sectionMenu li.current-menu-ancestor a{
	color: #1ba2da;
	background: url(images/arrow.png) no-repeat center 55px;
}

/* feature */

ul#feature{
	width: 780px;
	height: 300px;
	position: relative;
}
ul#feature li{
	position: absolute;
	top:0;
	width: 780px;
	height: 300px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

ul#feature li a{
	display: block;
	width: 780px;
	height: 300px;
	background-repeat: no-repeat;
}

ul#featureIndicator{
	position: absolute;
	right: -20px;
	top:190px;
	width: 15px;
	height: auto;

}
ul#featureIndicator li a{
	width: 15px;
	height: 20px;
	background: url(images/indicator-dot.png) no-repeat 5px center;
}

ul#featureIndicator li.active a{
	background-position: -45px center;
}

ul#featureIndicator a{
	display: block;
	width: 5px;
	height: 5px;
}

/* pagebanner */

#pageBanner
{
    position: relative;
	width: 780px;
	height: 100px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* submenu */

#subMenuWrapper{
	width: 100%;
	height: 64px;
	background:url(images/shadow-submenu.png) no-repeat center 49px;

}

#subMenuCenter{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
#subMenu{
	position: relative;
	left: 50%;
}
#subMenu li{
	float:left;
	position:relative;
}/* ie needs position:relative here*/

#subMenu li a{
	height:50px;
}

#subMenu li.home a{
	width:37px;
	display: block;
	background: url(images/home.png) no-repeat 30px 14px;
}

#subMenu li.home a:hover{
	background-position: -20px 14px;
}

/*#subMenu li.home.current_page_item a,
#subMenu li.home.current-page-item a,*/
#subMenu li.home.current-menu-item a{
	background-position: -70px 14px;
}

#subMenu li.home span{
	display: none;
}

/*#subMenu li.current_page_parent, #subMenu li.current_page_item,
#subMenu li.current_page_ancestor,
#subMenu li.current-page-parent, #subMenu li.current-page-item,
#subMenu li.current-page-ancestor,*/
#subMenu li.current-menu-parent, #subMenu li.current-menu-item,
#subMenu li.current-menu-ancestor{
	background: url(images/arrow.png) no-repeat center 49px;
}

/*#subMenu li.current_page_parent a,
#subMenu li.current_page_item a,
#subMenu li.current_page_ancestor a,
#subMenu li.current-page-parent a,
#subMenu li.current-page-item a,
#subMenu li.current-page-ancestor a,*/
#subMenu li.current-menu-parent a,
#subMenu li.current-menu-item a,
#subMenu li.current-menu-ancestor a{
	color: #1ba2da;
}

#subMenu a{
	text-decoration:none;
	color: #808080;
	font-size:14px;
	padding: 14px 20px 0 20px;
	float:left;
	height: 45px;
}

#subMenu a:hover{
	color: #404040;
}

/* content and sidebar */

div#contentWrapper{
	position: relative;
	clear: both;
	padding: 40px 0;
	width: 100%;
	overflow: auto;
	height: auto;
	
}

div#content{
	width: 500px;
	margin-left:10px;
	position: relative;
	float: left;
	overflow: hidden;
}

div#sidebar{
	float:right;
	margin-right:10px;
	width: 220px;
}

/* sticky footer special */

#footer {position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* footer */

#footer{
	background: #eee url(images/shadow-footer.png) repeat-x;
	left:0;
	right: 0;
}

#footer .center{
	width: 780px;
	margin:0 auto;
	position: relative;
}

ul#sitemap{
	position: absolute;
	top: 20px;
	left: 10px;

}

ul#sitemap li{
	float: left;
	padding-right: 5px;
}

ul#sitemap li li{
	float: none;
	padding: 0;
}

ul#sitemap a,
ul#sitemap p{
	text-decoration: none;
	color: #777;
	font-size: 11px;
}

ul#sitemap li a{
	display: block;
	width: 120px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
ul#sitemap li ul a {
	font-weight: normal;
}


#contactInfo p{
	position: absolute;
	top: 20px;
	right: 0;
	background: url(images/logo2.png) no-repeat;
	color: #777;
	width: 275px;
	padding: 40px 0 0 5px;
	font-size: 11px;
}

#contactInfo a{
	color: #777;
	text-decoration: none;
}


/* hide stats */

img#wpstats{
	width: 0;
	height: 0;
	border: 0;
	overflow: hidden;
}


/* Content */

#content img,
#content object{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}


#content img.alignright
{
    float: right;
}

#content img.alignleft
{
    float: left;
}

#content h1, #content h1 a{
	line-height: 30px;
	font-size: 26px;
	letter-spacing: -0.04em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
	text-decoration: none;
}

#content h1 a:hover{
	color: #1ba2da;
	background: none;
}


#content h2{
	font-size: 20px;
	letter-spacing: -0.04em;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #666;
}

#content p{
	margin-bottom: 1em;
}

#content em{
	font-style: italic;
}

#content strong{
	font-weight: bold;
}

#content * a{
	text-decoration: underline;
	color: #1ba2da;
}

#content * a:hover{
	background: #1ba2da;
	color: white;
	text-decoration: none;
}

#content ul{
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 24px;
	list-style-image: none;
}


.postheader{
	display: block;
	font-size: 11px;
	letter-spacing: -0.06em;
	color: #969696;
	background: url(images/icon-date.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: -5px;
}


p.tags
{
	float: left;
	display: block;
	padding-left: 20px;
	font-size: 11px;
	letter-spacing: -0.06em;
	margin: 0;
	background: transparent url(images/icon-tag2.png) no-repeat left top;
}


div.post{
	margin-bottom: 40px;
}

/* Facebook */
iframe.facebookLike
{
	border:none; 
	overflow:hidden; 
	width:500px; 
	height:23px;
	margin-left: -20px;
}

/* misc... */

.left {
	float: left; 
}
.right {
	float: right; 
}
div.clear {
	clear: both;
	height:1px;  
}


/* hide comments */

a.comments, p.postcontrols, ol.commentlist, #comments{
	display: none;
}





/* Sidebar */

#sidebar em{
	font-style: italic;
}

#sidebar strong{
	font-weight: bold;
}

#sidebar h2, #sidebar h1{
	text-transform:uppercase;
	font-size: 14px;
	letter-spacing: .1em;
	margin-bottom: 10px;
	color: #666;
	margin-top: 10px;
}

/*senaste inlägg*/
#sidebar ul li ul li a{
	display: block;
	padding-left:17px;
	color: #969696;
	text-decoration: none;
	background: url(images/icon-link.png) no-repeat 4px 4px;
	line-height: 14px;
}
#sidebar ul li ul li{
	margin-bottom:7px;
}


#sidebar ul li ul li a:hover{
	color: #1ba2da;
	text-decoration: underline;
	background: url(images/icon-link.png) no-repeat 4px -96px;
}

#sidebar ul li ul li div{
	padding-left: 17px;
	font-size: 10px;
	letter-spacing: -0.06em;

}

#sidebar ul li ul li div a{
	display: inline;
	background: none;
	padding: 0;
	color: #666;
}
#sidebar ul li ul li div a:hover{
	background: none;
}





#sidebar ul{
margin-bottom: 20px;
}


/*prenumerera*/
#sidebar ul li ul li.rss a{
	padding-left:17px;
	background: url(images/icon-rss.png) no-repeat 0 0;
}

#sidebar ul li ul li.rss a:hover{
	background: url(images/icon-rss.png) no-repeat 0 -100px;
}

#sidebar ul li ul li.itunes a{
	padding-left:17px;
	background: url(images/icon-itunes.png) no-repeat 0 0;
}

#sidebar ul li ul li.itunes a:hover{
	background: url(images/icon-itunes.png) no-repeat 0 -100px;
}



#sidebar .customContent{
	margin-bottom:40px;	
}

#sidebar .customContent * a{
	color: #1ba2da;
	text-decoration: underline;
}
#sidebar .customContent * a:hover{
	color: white;
	background: #1ba2da;
	text-decoration: none;
}





/*rounded corners for old browsers*/

div.roundedCorners{
	position: absolute;
	z-index:3;
	width: 10px;
	height: 10px;
	background: url(images/ie78-rounded-corner-10px.png) no-repeat;
}


#content div.roundedCorners{
	background: url(images/ie78-rounded-corner-6px.png) no-repeat;
}

div.roundedCorners.topleft,
#content div.roundedCorners.topleft{
	background-position: -10px -10px;
}

div.roundedCorners.topright,
#content div.roundedCorners.topright{
	background-position: 0 -10px;
}

div.roundedCorners.bottomleft,
#content div.roundedCorners.bottomleft{
	background-position: -10px 0px;
}

div.roundedCorners.bottomright,
#content div.roundedCorners.bottomright{
	background-position: 0 0;
}


