/* 
Theme Name: Havsten
Theme URI: http://anders.thoresson.net
Description: Theme for Anders Thoresson, based on Skeleton for Hybrid
Author: Anders Thoresson
Author URI: http://anders.thoresson.net
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/
	@import url('../hybrid/library/css/25px.css');
	@import url('../hybrid/library/css/2c-l-fixed.css');
	@import url('../hybrid/library/css/plugins.css');
	/*@import url('../hybrid/library/css/screen.css');*/
	
/**
* Body
************************************************/

/* Contains everything */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: black;
	color: black;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		/*background-color: whitesmoke;*/
		background-color: white;
		width: 100%;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #5a50a1;
	}
a:visited {
	color: #6056ab;
	}
a:hover {
	text-decoration: underline;
	}
a:active {}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}

h1, h2.entry-title {
	font: bold;
	font-size: 2.5em;
	line-height: 1em;
}

h1#site-title {
	margin-bottom: 0; /*Added by Anders */
}

h2 {
	font: bold;
}

h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {
	margin-left: 0;
}
	dt {
		border-bottom: 1px solid black;
	}
	dd {
		padding-bottom: 1em;
	}

/* Blockquotes */
blockquote {
	font-style: italic;	
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid black	
}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {
		font-style: italic;
}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	background-color: black;	
}

	/* Contains site title and tagline */
	#header {
		width: 960px;
		margin: 0 auto;
	}

		/* Site title */
		#site-title {
			padding-top: 50px;
			border-bottom: 5px double white;
		}
			#site-title a {
				color: white;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: xx-large;
			}
			
			#site-title a:hover {
				text-decoration: underline;
			}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#primary-menu {
	width: 100%;
	background-color: black;
	padding-top: 20px;
}

	/* Page nav */
	#primary-menu .menu {
		width: 960px;
		margin: 0 auto;
		font-size: small;
		overflow: hidden;
		background-color: black;
	}
		#primary-menu ul {
			list-style: none;
			margin: 0;
			
		}
			#primary-menu li {
				display: inline;
				margin-right: 10px;
				background-color: white;
				padding: 10px;
			}		
			
				#primary-menu li a {
					color: black;
				}

				
				#primary-menu li a:hover {
					text-decoration: underline;
				}				
			#primary-menu li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	/*background-color: whitesmoke;*/
	background-color: white;
	width: 960px;
	margin: 30px auto;
	float: none;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.content {	
		background-color: white;
		padding: 10px;
		/*border: black 1px solid;*/
		margin-bottom: 10px;
	}
	
		.content p { /* Added by Anders */
			margin-bottom: 0.9em;
		}
		
		.content p.intro { /* Added by Anders */
			font-weight: bold;
		}
		
		.content p.backlink { /* Added by Anders */
			border: 1px solid black;
			padding: 1em;
			background-color: lightyellow;
			font-style: italic;
		}
	
	.home .content {
		width: 900px;
	}

		/* Breadcrumb trail */
		.breadcrumb {
			display: none;
			font-style: italic;
			color: gray;
			font-size: 0.8em;
		}
		
		.breadcrumb a {
			color: gray;
		}
		
		.breadcrumb a:hover {
			text-decoration: underline;
		}
		
		.

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			border-bottom: 5px black solid;
			margin-bottom: 50px;
			
		}
		
			.post h1 {
				margin-bottom: 0px;
				font-size: 2.5em;
				line-height: 1em;
			}
			
			.post h2, .post h3, .post h4 { /* Added by Anders */
				margin-bottom: 0;
			}
			
			.home .post>h2 {
				font-size: 2.5em;
				line-height: 1em;	
			}

			/* Post, page, and archive titles */
			.entry-title, .entry-title a {
				color: black;
			}
			.single-title, .single-title a {
				color: black;
			}
			.page-title, .page-title a {
				color: black;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {
			border-bottom: 1px solid black;
			}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				color: gray;
				font-style: italic;
				margin-bottom: 0;
			}
			
				/*.byline .author, .byline-prep-author {
					display: none;
				}*/

			/* Full entries */
			.entry-content {}
			
				.entry-content h2, .entry-content h3, .entry-content h4 { /* Added by Anders */
				margin-bottom: 0.5em;
				margin-top: 0.7em;
			}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}
			
				.entry-summary a {
					color: black;
				}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				text-align: right;
				font-style: italic;
			}			
			
			.post dd {
				margin-left: 0;
			}
		
		.slickr-flickr-caption { /* Added by Anders */
			font-style: italic;
		}
		
		
		.archive-info { /* Added by Anders */
			
		}
		
		 h1.archive-title { /* Added by Anders */
			font-size: 1em;
			font-weight: normal;
			border-bottom: 1px solid black;
		}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			width: 95%;
			margin: 0 auto;
		}
			.navigation-links .previous {
				float: left;
			}
			.navigation-links .next {
				float: right;
			}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			border-bottom: 10px solid black;
			margin-bottom: 10px;
			padding: 10px;
		}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		background-color: white;
		padding: 10px;
	}
		.widget-inside {}
			.widget-title {}
			
		.widget ul.children li { /* Added by Anders */
			margin-left: 15px;
		}

	/* Primary widget section */
	#primary {
		/*border: black 1px solid;*/
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {
					font-size: 1em;
					margin-bottom: 0;
				}
				#primary .widget ul {
					list-style: none;
					margin-left: 0;
				}
					#primary .widget ul li {}
				
				#primary .widget ol {
					list-style-type: decimal-leading-zero;
					margin-left: 30px;
				}
				

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {
					font-size: 1em;
					margin-bottom: 0;
				}
				#secondary .widget ul {
					list-style: none;
					margin-left: 0;
				}
					#secondary .widget ul li {}
					
	.widget_yarpp_widget {
		border: 1px solid black;
		background-color: lightyellow;
		padding: 20px;
		padding-bottom: 0px;
		margin-bottom: 20px;
	} 
	
	.widget_yarpp_widget h3 {
		font-size: 1em;
		margin-bottom: 0;
	}
	
	.widget_yarpp_widget li {
		list-style-type: disc;
}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	width: 100%;
	background-color: black;
	padding-top: 30px;	
}

	/* Subsidiary widget section */
	#subsidiary {
		width: 960px;
		margin: 0 auto;
	}
		#subsidiary .widget {
			background-color: black;
			width: 28%;
			float: left;
			padding: 10px;
			padding-bottom: 0;
		}
			#subsidiary .widget-inside {}
				
				#subsidiary .widget-inside ul { /* Added by Anders */
					list-style-type: decimal-leading-zero;
					margin-left: 30px;
					color: gray;
				}
				
				#subsidiary .widget-inside li, #subsidiary li .category-intervjuat {
					margin-bottom: 0;
					padding: 0; /* Fix that resets the styling for the Intervjuat Category page */
					overflow: visible;
				}
				
				#subsidiary .widget-inside a { /* Added by Anders */
					color: gray;
				}
				
				#subsidiary .widget-title {
					color: gray;
					padding-bottom: 2px;
					margin-bottom: 0;
					border-bottom: 1px solid gray;
				}
				
				/* Styling for the Flickr widget */
				
				#subsidiary .simple-flickr-photostream { /* Added by Anders */
					width: 100%;
					margin-bottom: 20px;
					margin-top: -5px;
				}
				
				#subsidiary .simple-flickr-photostream ul { /* Added by Anders */
					list-style: none;
					display: inline;
					margin-left: 0;
				}
				
				#subsidiary .simple-flickr-photostream li { /* Added by Anders */
					display: inline;
					margin-right: 10px;
				}
				
				#subsidiary .simple-flickr-photostream img { /* Added by Anders */
					margin-top: 20px;
				}
				
				
				#subsidiary .widget_rss img { /* Added by Anders */
					display: none;
				}
				
				#subsidiary li.aktt_more_updates { /* Added by Anders */
					display: none;
				}


	/* Footer section */
	#footer {
		color: gray;
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 20px;
		border-top: 2px solid gray;
	}

		/* Footer extra */
		#footer .copyright {
			float: left;
		}
		#footer .credit {
			float: right;
		}

		#footer h3, #footer a {
			color: gray;
		}
/**
* Frontpage styling - Added by Anders
************************************************/
#frontpage {
	width: 900px;
	border-bottom: 10px solid black;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#frontpage #welcome {
	width: 50%;
	margin-right: 30px;
	float: left;
}

#frontpage h2 {
	font-size: 3em;
	margin-top: 20px;
}

#welcome img {
	float: right;
}


/**
* Teaaser styling on frontpage - Added by Anders
************************************************/

.teaser {
	width: 30%;
	float: left;
	padding: 10px;
}

.teaser h3 {
	padding-bottom: 2px;
	margin-bottom: 0;
	border-bottom: 1px solid gray;
}

.center {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

.teaser p {
	text-align: left;
}

.teaser ul {
	list-style-type: decimal-leading-zero;
	margin-left: 30px;
}

.teaser a {
	color: black;
}

/**
* Intervju archive styling - Added by Anders
************************************************/

.post.category-intervjuat {
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 20px;
}
