/*
Theme Name: Psykologifabriken 2.0
Theme URI: http://www.psykologifabriken.se
Description: 
Version: 
Author: Arvid Janson
Tags: 
*/


* {
	margin: 0;
	padding: 0;
	list-style: none;	
}

body {
	color: #333;
	background: #eee;
	font-family: "Lucida Grande", Verdana, Arial, Sans;
	font-size: 11px;
}


h1, h2, h3 {
	font-family: Georgia;
	font-weight: normal;
}
h1 {
	margin-bottom: 15px;	
	font-size: 26px;
	font-weight: normal;
}

h2 {
	margin-bottom: 10px;	
	font-size: 14px;
	font-weight: normal;
}
h2.frontpage {
	font-size: 16px;
}
.post h1, .page h2 {
	margin-top: 20px;
	font-size: 20px;		
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.page h2 {
	padding-top: 20px;
	font-size: 16px;
}
.main_content h3 {
	font: bold 14px/16px Arial;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #444;
}
h3 {
	margin-bottom: 5px;	
}

h4 {
	font-size: 12px;
	margin-bottom: 5px;	
}

hr {
	height: 0;
	border: 0;
	margin: 20px 0;
	border-bottom: 1px dotted #ccc;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px #000 solid;	
}

blockquote {
	border-left: 2px solid #ddd;
	padding: 15px 15px 1px 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-style: italic;
	color: #666;
}

#bodycontainer {
	margin: 0 20px;	
}

#post_content p a, .page a {
	color: #f69;
}
#header {
	text-align: center;
	margin-bottom: 10px;
	background: url(images/header_bg.jpg) repeat-x;
}
#header_img {
	background: url(images/header.jpg) no-repeat;
	width: 940px;
	height: 200px;
	padding: 0 40px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#header.alt {
	background: url(images/header_alt-bg.jpg) repeat-x;
}
#header.alt #header_img {
	background: url(images/header_alt.jpg) no-repeat;
	height: 300px;
}
#header a {
	text-decoration: none;	
}

/*
#toggle_header {
	width: 22px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: 40px;
	background: url(images/toggle2.gif) left bottom no-repeat;	
}
*/


#toggle_header {
	width: 400px;
	height: 200px;
	position: absolute;
	top: 5px;
	right: 40px;
}



#header.alt #toggle_header {
	background-position: left top;	
}

#home {
	display: block;
	height: 100%;	
}


#menu {
	list-style:none;
	width: 940px;	
	padding: 0 20px;
	margin: 0 auto;
	height: 27px;

}
	#menu li {
		float:left;
		margin:0;
		padding:0 0 0 2px;
		margin-right: 2px;
		background: #f69 url("images/menu_pink.gif") no-repeat left top;
	}	
	#menu li a {
		display:block;
		background:url("images/menu_pink.gif") no-repeat right top;
		color: #fff;
	    padding: 7px 12px 7px 10px;
	}

	#menu li.right {
		background-image: url(images/menu_green.gif);
		float: right;	
	}
	#menu li.right a {
		background-image: url(images/menu_green.gif);
	}

	#menu li.active, #menu li.active a {
		background-image: url(images/menu_white.gif);
		color: #f69;
	}

	#menu li a:hover {
		color: #a82e57;
		text-decoration: none;
	}

	#menu li.right:hover a {
		color: #0b4438;	
	}




/* frontpage */

#pagecontainer {
	background: #fff url(images/pagecontainer_top.gif) top center no-repeat;
	width: 940px;
	padding: 10px 20px 0 20px;
	margin: 0 auto;	
}

#topcontainer {
	font-size: 10px;
	height: 20px;
	margin-bottom: 10px;
}
	#topcontainer #breadcrumbs {
		color: #999;
		float: left;
		width: 600px;
		padding: 5px 0;
	}
	#topcontainer #breadcrumbs a {
		color: #999;
	}
	
	#topcontainer #search {
		float: right;
		text-align: right;	
		width: 300px;
	}

#description_container {
	position: relative;	
}
#description {
	color: #fff;
	background: black;
	height: 330px;
	overflow: hidden;
	margin-bottom: 20px;	
	position: relative;
}
	#description_image {
		float: left;
		width: 650px;
		height: 330px;
		overflow: hidden;
		position: relative;
	}
	#description_image .cycle {
		position: relative;
		overflow: hidden;
		background: #fff;
		height: 330px;
	}
	#description_image .title {
		background: url(images/transparent_bg.png);
		position: absolute;
		width: 610px;
		height: 200px;
		padding: 20px;
		font-size: 14px;
		top: 270px;
		display: block;
		color: #fff;
	}
	#description_image .title .cycle_title {
		margin-bottom: 10px; 
		font-size: 18px;
		font-family: Georgia;
		font-weight: normal;
		display: block;
	}
	#description_image .title .cycle_content { 
		font-size: 10px; 
		margin-bottom: 10px;
	}
	#description_image .title .cycle_meta {
		font-size: 10px; 
		font-style: italic;
		display: block;
		margin-bottom: 10px;
	}
	/*
	#description_image .title span {
		display: block;
		margin-top: 5px;
		font-size: 10px;
		color: #ccc;
	}
	*/
	#description a {
		color: #f69;	
	}
	#description_image .title a {
		color: #fff;
	}	
	#description_image .title .hide { display: none; } 
	#description_text {
		float: left;
		width: 250px;
		padding: 10px 20px;
	}
	#description_container p.twitter_frontpage {
		margin-top: 10px;
		padding: 20px 15px 0 20px;
		border-top: 1px dotted #666;
		background: transparent url(images/twitter-blue.gif) left 6px no-repeat;
		
		width: 232px;
		height: 105px;
		background: transparent url(images/twitter_box.gif) left top no-repeat;
		position: absolute;
		border: 0;
		display: block;
		right: 8px;
		bottom: -32px;
		margin: 0;
	}
	#description_container p.twitter_frontpage a {
		color: #fff;	
	}

	
	
	#nav {
		position: absolute;
		top: 7px;
		right: 290px;
		display: block;
		padding: 5px;
		background: #000;
		z-index: 1000;
	}
	#nav a {
		display: inline-block;
		padding: 5px;	
	}

.content {
margin-top: 30px;
}

.article {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}
	.article .crop {
		height: 125px;
		overflow: hidden;
		display: block;
		margin-bottom: 10px;
	}
	.article.last {
		margin: 0;	
		margin-bottom: 15px;
	}
	.article img {
		margin-bottom: 10px;	
	}


.quote {
	display: block;
	text-align: right; 
	position: absolute;
	bottom: -15px;
	right: -5px;
	padding: 5px 9px 16px 9px;
	width: 20px;
	background: url(images/quote.png) top right no-repeat;
	margin-right: 3px;
	font-weight: normal;
	font-size: 12px;
	color: white;	
	text-decoration: none;
}
.cycle .quote {
	top: -22px;
	right: 0px;		
}




.bloglist {
	
}
	.bloglist img {
		float: left;
		width: 90px;
		height: 90px;
		margin-right: 15px;
	}
	.bloglist .text {
		width: 295px;
		float: left;
	}
	.bloglist .clearfloat {
		height: 20px;	
	}

/* end page */


/* post_content */

#post_content {
	float: left;
}
	#post_content .photo {
		background: #000;
		text-align: center;	
		margin-bottom: 5px;
		overflow: hidden;
	}
	#post_content .caption {
		font-size: 10px;
		text-align: right;
		color: #999;
		margin-bottom: 20px;
	}
	#post_content .video {
		background: #000;
		text-align: center;	
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	#post_content .infobox {
		color: #999;
		background: #eee;
		float: right;
		width: 175px;
		padding: 5px;
		padding: 10px;
		
		
		font-size: 10px;
		/* border-left: 1px dotted #ccc; */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		margin-left: 20px;
		margin-bottom: 20px;
	}
	#post_content .infobox strong {
		color: #333;	
	}
	#post_content .infobox img {
		margin-bottom: 10px;	
	}
	#post_content .infobox p {
		line-height: 1.4em;
	}
	#post_content .infobox .facts {
	 margin-top: 20px; 
	 padding-top: 10px; 
	 border-top: 2px solid #ccc;	
	}
	#post_content .infobox a {
		color: #f69;
	}
	#post_content .main_content {
/*		float: left; 
		width: 425px; */
		padding-right: 15px;
		font-size: 14px;
		font-family: Georgia;
	}
	.main_content.page p {
		font-size: 14px;
		font-family: Georgia;	
	}
	
	#post_content .main_content img {
		max-width: 425px;
	}

	#post_content .meta {
		clear: both; 
/*		border-bottom: 3px solid #ccc; 
		margin-bottom: 30px;  */
		padding: 30px 0 10px 0; 
		text-align: right; 
		font-weight: bold;	
	}
	#post_content .infobox h1, #post_content .infobox h2, #post_content .infobox h3, #post_content .infobox h4 {
		font-size: 12px;
		color: #333;
	}

	#post_content .aligncenter {
		margin: 10px auto;
		display: block;
		padding: 3px;
		border: 1px solid #ccc;
	}

	#shareit {
	}

	#google_ads {
/*		background: #fafafa;
		text-align: center;
		border-top: 3px solid #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 30px 20px 20px 20px;
		*/
		
		padding: 20px;
		background: #eee;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#google_ads h2 {
		border-bottom: 1px dotted #999;
		margin-bottom: 10px;
		padding-bottom: 10px;	
	}
	
	#comments {
		margin-top: 40px;	
	}
	.comment {
		width: 400px;
		padding-top: 10px;
		background: #eee url(images/comment.gif) top left no-repeat;
		margin-bottom: 10px;
	}
	.comment_content {
		background: #eee url(images/background-comment.gif) top left repeat-y;		
		font-size: 11px;
		color: #333;
		width: 380px;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.comment_content img {
		width: 30px;
		height: 30px;
	}
	#comments .comment_content p {
		font-size: 10px;
	}

	#email, #author, #comment {
		width: 200px;
		color: #666;
		font-size: 14px;
		font-family: Arial;
		padding: 5px;
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

/* end post_content */

/* blog listing */

.post {
	margin-bottom: 20px;
	padding-bottom: 8px;
}

/* end blog listing */


/* columns */

.column-630 {
	width: 630px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 1px dotted #ccc;
}

.column-500 {
	width: 500px;
	float: left;
}

.column-400 {
	width: 400px;
	float: right;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
		
}

.right_column {
	margin-bottom: 40px;	
}
.right_column.pink a {
	color: #f69;
}

/* end columns */

/* sidebar */
.ad {
	text-align: center;
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
}

#flickr {
}
	#flickr #flickr_list li {
		width: 60px;
		height: 60px;
		margin-right: 6px;
		margin-bottom: 6px;
		float: left;
	}
	#flickr #flickr_list li.last {
		margin: 0;
	}
	#flickr #flickr_list img {
		width: 60px;
		height: 60px;
	}
#frontpage_comments {
	padding: 20px;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	
}
	#frontpage_comments h3 {
		border-bottom: 1px dotted #999;
		margin-bottom: 10px;
		padding-bottom: 10px;	
	}
	
	#frontpage_comments #comment_list li {
		margin-bottom: 3px;
	}
	#frontpage_comments #comment_list li a {
		color: #333;
		padding: 5px;
		display: block;
	}
	#frontpage_comments #comment_list li a:hover {
		background: #f69;
		color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-decoration: none;
	}	
	#frontpage_comments #comment_list li.last {
		margin: 0;
	}
	#frontpage_comments #comment_list p {
		width: 210px;
	}
	
	#fbc_login {
		margin: 0;
		padding: 0;	
	}
	#fbc_profile {
		display: none !important;	
	}



#sidebar {
	width: 270px;
	float: right;
}
	#rss_container {
		background: #fff0cf url('images/rss_icon.png') 225px 15px no-repeat;
		padding: 15px;
		border: 1px solid #ffba5e;
		-webkit-border-radius: 5px;	
		-moz-border-radius: 5px;	
		border-radius: 5px;
		margin-bottom: 40px;
	}
	#rss_container li {
		padding: 3px 0;
		font-size: 12px;	
	}
	#rss_container li.pf {
		font-size: 14px;
		margin-bottom: 5px;	
	}



/* end sidebar */


/* footer */
#footer {
	background: transparent url(images/pagecontainer_bottom.gif) top center no-repeat;
	margin: 0 auto 60px auto;
	padding: 40px 20px 0 20px;
	width: 940px;	
}

	#footer h4 {
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: 1px dotted #bbb;
	}

	#footer a {
		color: #666;	
	}

	#footer li {
		margin-bottom: 5px;	
	}
	
	#footer .footer_column {
		width: 220px;
		float: left;
		margin-right: 20px;
	}
	#footer .footer_column.last {
		margin: 0;
	}


/* end footer */


.clearfloat {
	clear: both;
	line-height: 1px;	
}

.alignright {
	float: right;
	display: block;	
}

.alignleft {
	clear: both;
	display: block;	
	float: left;
	margin: 0 15px 15px 0;
}

a.green {
	color: #23957c; 
}


a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
	background-position: bottom right;
}
a.button:hover span {
	background-position: bottom left;
}



.subpages {
	list-style: none;
	margin-bottom: 40px;
}
	.subpages li h3 a { padding-top: 0; }
	.subpages li { padding: 0 0 0 10px; }
	.subpages.categories li { padding: 10px; }
	.subpages li a {
		color: #f69;
		border-bottom: 1px dotted #eee;
		padding: 5px 0px;
		display: block;
	}
	.subpages li span a {
		display: inline;	
	}
	.subpages li.active {
		background: #eee;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
	}
	.subpages li.active a:hover, .subpages li.current_page_item a:hover {
		background: transparent;
	}
	
	
	
#search_result {
	background: #fff;
	width: 918px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#search_result.loading {
	background: #fff url('images/ajax-loader.gif') 10px 10px no-repeat;
	padding-left: 35px;
	width: 893px;
}

#search_result_container {
	width: 940px;
	margin: 0 auto;
}
.sr_post {
	float: left; 
	width: 205px; 
	border-top: 1px dotted #ccc; 
	padding: 5px;
}
.sr_post:hover {
	background: #eee;	
}


a.nounderline:hover, .quote a:hover {
	text-decoration: none;	
}


.most_comments a {
	display: block;
	padding: 5px;
	background: #eee;
	margin-bottom:2px;
}
.most_comments a:hover {
	background: #f69;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}




#signup_form {
	padding: 20px;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#signup_form label {
	width: 250px;
	display: block;
	float: left;
}
#signup_form p {
	clear: left;
	height: 15px;	
}
#signup_form input, #signup_form select {
	width: 250px;	
	display: block;
	float: left;
}
#signup_form .text {
	padding: 4px;
	border: 1px solid #ccc;
}
#signup_form .fax { display: none; }

#signup_form .submit {
	width: 100px;
}



#upcoming_event {
	padding: 50px 20px 20px 150px; 
	height: 70px;
    width: 350px;
    float: left;
	background: url('images/upcoming_event_narrow.jpg') left top no-repeat;
}
    #upcoming_event p, #webshop p {
        font-family: Georgia; 
        font-size: 14px; 
        font-style:italic;
    }

#webshop {
	padding: 50px 20px 20px 190px; 
	height: 70px;
    width: 190px;
    float: right;
	background: url('images/webshop.jpg') left top no-repeat;
}
#webshop.tshirt {
	background: url('images/webshop2.jpg') left top no-repeat;
}

.user_products {
	width: 250px;
	float: left;
margin-right: 20px;
}
.user_info {
	float: left;
	width: 350px;
}
.product {
	margin-top: 20px;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 10px;
	float: left;
	margin-right: 30px;
	width: 205px;
}
.product img {
	margin-bottom: 10px;
}

.main_content.page .product p, .product {
	font: normal 11px/14px 'Lucida Grande';
}

.main_content ul, .main_content ul li {
	list-style: disc;
	margin-bottom: 5px;
}
.main_content ul {
	padding-left: 20px;
}






#signup_form_frontpage {
    font-size: 1.1em;
    border-top: 10px solid #ff90b5;
    margin-top: 20px;
    padding: 20px 20px 5px 20px;
    background: #fff4f7;
}
#signup_form_frontpage h2 {
    font-size: 16px;
}
#signup_form_frontpage .email {
    display: block;
    padding: 3px;
    font-size: 14px;
    width: 350px;
    margin: 10px 0;
}
#signup_form_frontpage .button {
    float: right;
}
