/*
Theme Name: MTWS
Theme URI: http://mtws.fi/
Description: Official MT Web Solutions Theme
Version: 1.0
Author: Mats Tuovinen
Author URI: http://mtws.fi/
Tags: widgets
*/

body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12.5px;
	background: #464646;
	color: #fefefe;
	text-align: center;
}
#wrapper {
	text-align: left;
	padding: 0;
	margin: 40px auto 40px auto;
	width: 390px;
}
#header {
	text-align: center;
}
/* Navibar */
#navibar {
	text-align: center;
	margin-top: 30px;
}
.navmenu {
	height: 22px;
	padding: 0;
}
.navmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navmenu li {
	float: left;
	padding: 0;
	height: 22px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
.navmenu li.first {
	margin-left: 0;
}
.navmenu a:link, 
.navmenu a:visited {
	float: left;
	color: #fefefe;
	text-decoration: none;
	display: block;
	height: 22px;
	line-height: 22px;
	margin: 0;
	overflow: hidden;
	width: 108px;
	background: gray;
	border: 1px solid gray;
	 /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.navmenu li.current_page_item .navmenu a:link, 
.navmenu li.current_page_item .navmenu a:visited {
	color: #21759b;
}
.navmenu a:hover, .navmenu a:active {
	color: #21759b;
	text-decoration: none;
	background: #fefefe;
	border: 1px solid #fefefe;
}
/* End Navibar */
#content {
	text-align: left;
	margin-top: 20px;
	text-align: justify;
	padding: 0 10px;
}
/* Posts and attachments */
.post {
	margin: 0 0 40px;
}
.attachment {
	text-align: center;
	margin: 15px 0 20px 0;
}
.attachment img {
	border: 2px solid #fefefe;
}
.postmetadata {
	text-align: left;
}
/* End posts and attachments*/
#footer {
	width: 390px;
	padding: 5px;
	font-size: 11px;
	display: block;
	text-align: center;
	border-top: 1px solid gray;
}
#footer a:link, #footer a:visited {
	color: #fefefe;
}
#footer a:hover, #footer:active {
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Trebuchet MS", Tahoma, Arial;
}
h2.pagetitle , h2.posttitle{
	font-size: 22px;
}
h2.posttitle {
	margin-bottom: 0px;
}
h2 a:hover, a:active {
	text-decoration: none;
}
h3 {
	margin-top: 30px;
}
a:link, a:visited {
	color: gray;
	text-decoration: none;
}
a:hover, a:active {
	color: #fefefe;
	text-decoration: underline;
}
td.cvleft {
	padding-right: 20px;
}
img {
	border: none;
}
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;
	}
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;
}
.orange {
	color: #d54e21;
}
.white {
	color: #fff;
}
.cv {
	margin-left: 20px;
}
.cv strong{
	font-style:italic;
	font-weight: normal;
}
.navigation {
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
/* WordPress Generated classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 4px 5px;
	margin: 0;
	color: #464646;
}
/* End WordPress Generated classes */

/* Comment form and list */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma;
	font-size: 13px;
	}
#respond {
	margin-top: 40px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments */
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li.alt, .commentlist li.authcomment {
	background: gray;
	border: 1px solid gray;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}
.commentlist li.authcomment {
	border: 1px solid #fefefe;
}
.commentlist li.alt a:link, .commentlist li.authcomment a:link, .commentlist li.alt a:visited, .commentlist li.authcomment a:visited {
	color: #464646;
	}
.commentlist li.alt a:hover, .commentlist li.authcomment a:hover, .commentlist li.alt a:active, .commentlist li.authcomment a:active {
	color: #fefefe;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
.avatar {
	float:left;
	margin:0 12px 0 0;
	border: 2px solid #fefefe;
}
.comment-text {
	margin-left: 80px;
}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */