/*   
Theme Name: Hakan Theme
Theme URI: http://mariawesterlind.com/theme
Description: An unwashed yet crisp theme with a feature footer, styled image frames, a page template with a uniquely configurable sidebar and a photoblog tag page
Author: Maria Westerlind AB
Author URI: http://mariawesterlind.com
Version: 0.0.1
Tags: tan, light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging

	Hakan Theme
	http://mariawesterlind.com
	
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	width:100%;
	margin: 0 auto;
	padding: 0;
	background: #EEE;
	font-family: "Swiss 721", Helvetica;
	color: #666;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}

#content-frame {
	background-color:#CCC;
	margin:10px auto;
	padding-top:10px;
	padding-bottom:10px;
	width:1010px;
}

h1 {
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	margin:10px 0 0 0;
	padding:0;
}


input[type=text], input[type=password], textarea	{ background: url(../../images/form.jpg) repeat-x top #FFF; border: 1px solid #CCC; padding: 5px 3px; }
input[type=submit]  { font-family: Helvetica,Arial,sans-serif; background: url(../../images/feed-title-white.jpg) repeat-x #FFF; border: 1px solid #CCC; padding: 5px 10px; font-size: 12px; color: #000; font-weight: 700; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type=submit]:hover  { background: #2a2a2a; color: #FFF; }


/****************************
 **   Layout
 ****************************/
 
/* Header */

#header-wrap {
	width:990px;
	margin: 0 auto;
}

#header {
	height: 126px;
	background-color:#FFF;
	background: url(images/head_bg.gif) repeat-x left top;
}

.no-sidebar div #header {
	background-color:#FFF;
}

.double-right-sidebar div #header {
	background-color:#FFF;
}

#header {
	width: 990px;
	margin: 0 auto;
}

.double-right-sidebar #header div {
	width: 990px;
}

#logo {
	float:left;
	width:740px;
	height:126px;
	background: url(images/logo.gif) no-repeat ;
}
#webshop {
	float:right;
	width:250px;
	height:126px;
	background: url(images/webshop_bg.gif) repeat-x left top;
}

#webshop-link {
	margin-top:18px;
	margin-left:18px;
	width:219px;
	height:50px;
	background: url(images/webshop_but.gif) no-repeat;
}

#webshop-bag {
	text-align:center;
	vertical-align:middle;
	margin-top:12px;
	margin-left:18px;
	width:219px;
	height:30px;
	background: url(images/webshop_bag_but.gif) no-repeat;
}

#webshop-bag-text {
	padding-top:9px;
	color:#FFF;
	font-size:10px;
}

#webshop-bag-text a {
	color: #fff;
	text-decoration: none;
}

#webshop-bag-text a:hover {
	text-decoration: underline;	
}

/* PhpList */
#newsletter-head { float:right; width:428px; height:27px; margin: 0; padding: 0; }
.phplist { height: 27px; margin:0; width:100%;}
.phplist_submit_box { float: left; }
.phplist_text_box { width:200px; height: 44px; margin: 0; padding:0; float:left;}
.phplist .text { font:Helvetica, sans-serif, Arial; font-size: 13px; font-weight:normal; margin:0 ; padding: 0; width: 200px; text-align: center; line-height:46px; float:right; color:#FFF;}

.phplist_email_box {height: 24px; width: 140px; margin: 12px 0 0 0; padding: 0; overflow: hidden; float:left; }
.phplist #email { height: 24px; width: 138px; margin: 0; padding: 0 2px; background: url(../../images/form.jpg) repeat-x top #FFF; border:none;}

.phplist_submit_box { margin: 0; padding: 7px 17px 0 0; height: 27px; width: 65px; float:right;}
#phplist_submit { float:right; }
#phplist_submit { height: 24px; padding: 0px 5px 0 5px; font-size: 11px; color: #2a2a2a }
#phplist_submit:hover { color: #EEE;}
#newsletter-head h3 { text-align:right; padding: 0 20px 0 0; }
#newsletter-head p { display:none; }

.phplist .required { font-size:10px; color:#F30; font-weight:normal; float:left; width: 235px; line-height:10px; margin: 0 -245px 0 0; text-align:right; padding: 3px 10px 0 0; }

/* Menu */

#menu {
	font-size:13px;
	margin: 0 auto;
	width: 990px;
	background: url(images/menu_bg.gif) repeat-x left top;
	height:50px;
}

#menu ul {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

.double-right-sidebar #menu ul {
	width: 947px;
}

#menu ul li {
	float: left;
}

#menu .page_item a, .current_page_item {
	display: block;
	width:110px;
	line-height:50px;
	color: #FFF;
	text-align:center;
	text-decoration: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(images/menu_active_bg.gif) no-repeat left top;
	padding-left: 0;
}

#menu .page_item a:hover {
	color: #fff;
}

.white {
	color: #fff;
}

#menu .current_page_item a {
	background-image: url(images/menu_active_bg.gif) no-repeat center top;
	color: #fff;
}

#menu-sub {
	margin: 0 auto;
	width:990px;
	height: 24px;
	background: url(images/menu_sub_bg.gif) repeat-x left top;
}

#menu-log-reg {
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	color: #fff;
	padding-top: 6px;
}

#menu-log-reg a {
	text-decoration: none;
	color: #fff;
}

#menu-log-reg a:hover {
	text-decoration:underline;
}

/* Content */

#post-17 img, #post-19 img { border:#FFF solid 3px;}

#content-container {
	background: url(images/content_container_bg.gif) repeat-x left top #262626;
	width: 990px;
	margin: 0 auto;
	border-bottom:#666 solid 1px;
}

.no-sidebar div #content-container {
	background: url(images/content_container_bg.gif) repeat-x left top #262626;
	width: 990px;
	margin: 0 auto;
}

.double-right-sidebar div #content-container {
	background: url(images/content_container_bg.gif) repeat-x left top #262626;
	width: 990px;
	margin: 0 auto;
}

#content {
	padding:20px 12px 20px 20px;
	color:#FFF;
}

.double-right-sidebar #content {
	padding-left:10px;
	padding-right:10px;
}

#v-hr {
	border-left: #666 solid 1px;
	margin:0;
	padding:0;
	width:1px;
	min-height:145px;
	height:100%;
	float:left;
}

#content-below-header {
	vertical-align:top;
	text-align:inherit;
	line-height:49px;
	font-size:14px;
	color:#FFF;
	height:49px;
	width:100%;
	background: url(images/content_below_header_bg.gif) repeat-x left top #262626;
}

#content-below-header1 {
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	height:49px;
	width:412px;
}

#content-below-header1-rrs {
	float:left;
	padding:15px 0px 0px 18px;
	margin:0px;
	height:35px;
	width:37px;
}

#content-below-header #subscribe a {
	display: block;
	background: url(images/rss.png) no-repeat;
	width: 18px;
	height: 18px;
	text-indent: -2000px;
	overflow: hidden;
	/*margin-left: -126px;
	margin-top: -68px;*/
}

#content-below-header1-rrs #subscribe {
	width:18px;
}

#content-below-header2 {
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	height:49px;
	width:235px;
}

#content-below-header3 {
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	height:49px;
	width:170px;
}

#content-below-header3-rrs {
	float:left;
	padding:5px 0px 0px 18px;
	margin:0px;
	height: auto;
	width:37px;
}

#content-below-header3-rrs #ec3_publish {
	margin:0px;
	padding:0px;
}

#content-below {
	min-height:150px;
	padding:10px 0 10px 0;
	margin:auto;
}

#content-below-box1 {
	float:left;
	min-height:150px;
	width:447px;
	padding:0 20px 0 20px;
	color:#FFF;
	font-size:10px;
	clear:both;
}

#content-below-box2 {
	float:left;
	min-height:150px;
	width:250px;
}

#news-archive {
	margin:0 20px 0 20px;
}

#news-archive, #news-archive li a {
	color:#FFF;
	font-size:10px;
}

#content-below-box2 li, #content-below-box2 li a {
	list-style-type: none;
	list-style-image: none;
	text-decoration:none;
}

#content-below-box3 {
	float:left;
	min-height:150px;
	width:245px;
}

#body {
	float: left;
	width: 696px;
	margin: 0;
}

#body #post-298 { margin: -5px 0 0 0}

.no-sidebar div div #body {
	width: 950px;
	float: none;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 12px;
	width: 220px;
	position: relative;
}

.double-right-sidebar #sidebar {
	font-size: 12px;
	float: left;
	position: relative;
	left: 28px;
	width: 181px;
}

.double-right-sidebar #sidebar2 {
	font-size: 12px;
	float: right;
	position: relative;
	left: -8px;
	width: 169px;
}

/* Footer */

#footer-wrap-outer {
	margin: 0px;
	padding:0px;
	width:990px;
	margin: 0 auto;
}

#footer-wrap {
	color:#FFF;
	background-color:#000;
	padding-top:20px;
	padding-bottom: 30px;
	border-top:#666 1px solid;
}

.no-sidebar div #footer-wrap {

}

.double-right-sidebar div #footer-wrap {

}

#footer {
	padding:0;
}


/****************************
 **   Content
 ****************************/

/* General */

.post-edit-link {
	font-size:10px;
	text-decoration:none;
}

.post .entry p {
	color: #999;
	font-size: 11px; 
}

.entry p {
	margin:5px 0 5px 0;
	padding:0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 a {
	text-decoration: none;
	color: #FFF;
}

.post .entry {
	font-size: 12px;
	line-height: 16px;
	clear: both;
}

.post .author {
	color: #949494;
	font-size: 12px;
	position: relative;
	top: -16px;
}

.post .info {
	color: #FFF;
	font-size: 10px;
}

.post .date {
	font-size:10px;
	margin:0 0 5px 0;
	padding:0;
	float:left;
	color: #FFF;
}

.date-featured {
	margin:0 0 5px 0;
	padding:0;
	float:left;
	color: #FFF;
	font-size:10px;
	text-decoration:none;
}

.post .date .month {
	float:left;
	color: #FFF;
}

.post .date .day {
	float:left;
	color: #FFF;
}

.post .date .year {
	float:left;
	color: #FFF;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 12px;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	border-bottom:#666 solid 1px;
	width: 370px;
	height: 10px;
	margin: 0 auto;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 11px;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 11px;
   padding: 0px 4px 0px 4px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	background:transparent url(images/comment.jpg) no-repeat top right;
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:11px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 12px;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 12px;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 12px;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	margin-top: 2px;
}

/* Event calendar */
#content-below-box3 li {
	list-style-type:none;
	}

.ec3_events {
	margin:0 0 0 20px;
	padding:0;
	color:#FFF;
	font-size:10px;
	list-style:none;
	list-style-type:none;
}

/* Log In */
#post-19 label {
	float:left;
	color:#FFF;
}

#post-19 #pwbox-19 {
	float:left;
	background-color:#CCC;
	border:#999 solid 1px;
	padding:0 0 0 3px;
	height: 23px;
}

#post-19 input {
	margin:0 3px 0 0;
	background-color:#666;
	border:none;
	color:#FFF;
	}

/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 16px;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

.sidebar #searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 12px;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Swiss 721";
	color: #999;
	font-size:11px;
	text-transform: lowercase;
}

.double-right-sidebar .sidebar #searchform div {
	background-image: url(images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.double-right-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 117px;
	height: 16px;
	color: #909090;
	font-size: 12px;
	outline: none;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/
 
 #footer-wrap a {
	 text-decoration:none
}

#footer-box1, #footer-box2, #footer-box3, #footer-box4 {
	padding:0;
	margin:0px 0px 10px 20px;
	float:left;
	width:223px;
}

#footer-box1 h3, #footer-box2 h3, #footer-box3 h3, #footer-box4 h3 {
	margin-top:0;
}

#footer-box1 p, #footer-box2 p, #footer-box3 p, #footer-box4 p {
	font-size:10px;
	color:#FFF;
}

#hr-legal {
	height:10px;
	margin: 0px auto 10px auto;
	width:970px;
	border-bottom:#666 solid 1px;
}

#footer .legal, #footer .credit {
	color: #FFF;
	font-size:10px;
}

#footer .legal {
	margin:0 0 0 20px;
	float:left;
}

#footer .credit {
	margin:0 0 0 5px;
	float:left;	
}

#footer .credit a {
	color:#FFF;
	text-decoration: none;
}

#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 12px;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

#post-298 h2, #post-221 h2, #post-89 h2, #post-17 h2, #post-353 h2, .nocomments {
	display:none;
}

