/*
Theme Name: Malmstrom 2012 V2
Theme URI: http://wordpress.org/
Description: Malmstrom 2012 V2
Version: 2.0
Author: FPFIS
*/

#archive { position: absolute; margin: 2% 58%; text-align: center; }
#archive div { position: absolute; left: 30%; top: 65%; font-weight: bold; font-family: Arial, Verdana, sans-serif; font-size: 20px; }

#banner-image-title {
    z-index: 0 !important;
}


/* Begin Typography & Colors */
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.entry {
	text-align: justify;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
  text-align: right;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */

/* End Headers */

/*	Begin Posts */
.post .number_view,
.layout-right .number_view {
  display: none;
}
/* End Posts */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

/* End Entry Lists */



/* Begin Form Elements */

/* End Form Elements */



/* Begin Comments*/
ol.commentlist {
  padding: 0;
}

.commentlist .comment-author img.avatar {
  float: right;
}
.commentlist .comment-author .fn {
  font-weight: bold;
  font-style: italic;  
}
.commentlist .comment-author .says {
  display: none;
}

.commentlist .comment-meta {
  font-size: 0.8em;
  color: #666;
}
.commentlist .comment-meta a,
.commentlist .comment-meta a:link,
.commentlist .comment-meta a:hover,
.commentlist .comment-meta a:focus,
.commentlist .comment-meta a:visited {
  color: #666;
  text-decoration: none;
}

.commentlist li {
	list-style: none;
}

.commentlist li.thread-even,
.commentlist li.thread-odd {
  background-color: #fff;
  margin: 0 0 10px 0;
  padding: 10px;
}

.commentlist ul.children {
  border-top: solid 1px #F1F0EA;
  padding: 5px 0 5px 30px;
}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	display: block;
	text-align: center;
	empty-cells: show;
	width: 150px;
	margin: 0 auto;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption, #wp-calendar tr, #wp-calendar tbody{
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	width: 22px;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	height: 2em;
	text-align: center;
	margin-top: 10px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {

}

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

.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
	padding: 0 10px 0 0;
	margin: 0;
	color: #888;
}
/* End captions */

/* FPFIS : Custom styles*/
#article-comments {
	display: block;
	height: 20px;
	padding: 5px;
	position: relative;
	margin-left: 10px;
}

#article-comments.single {
	margin: 0 0 1em;
	margin-left: 10px;
}

#article-comments ul {
	padding: 0;
	position: absolute;
	left: 5px;
	top: 5px;
}

#article-comments > * {
vertical-align: middle;
}

#article-comments ul li {
	float: left;
	list-style: none;
}

#article-comments ul li.socialnetwork {
	border: 0px solid #ffffff;
	width: 80px;
}
/* /FPFIS : Custom styles*/

div#share_box { display: none; }