/*   
Theme Name: Komitean_Piirustus
Theme URI: http://www.mapmodel.com
Description: theme for multiple mini blogs for Semico
Author: Michell Prunty
Author URI: http://www.itebity.com
Version: 1.2


*/

/*-------body stuff------*/
body {
	margin: 0;
	padding: 10px;
	background-color: #206586;
	font: normal 75% 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height: 1.5em;
	}
#page {
	background: white right url(images/sidebar.jpg) repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: left;
	/* The entire template's width is set in this class. */
	width: 850px;
	border: 5px #f3f3f3 solid;
	}
#header {
	padding: 0;
	margin: 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: white;
	}
	
#nothere {
	position:absolute;
	top: -100000000px;
	right: 4px;
	}
	
#thelinkstuff {
	background: white right url(images/sidebar.jpg) repeat-y;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: left;
	/* The entire template's width is set in this class. */
	width: 850px;
	border: 5px #f3f3f3 solid;
	}

#semicoimg1 {
	/*background-image: url(images/Semico_Logo1.jpg);*/
	background-image: url(images/copy.jpg);
	height: 50px;
width: 317px;
float: left;
}

#semicoimg2 {
	background-image: url(images/Semico_Tagline1.jpg);
	float: right;
	height: 50px;
	width: 87px;
	
}	
	
#headerimg {
	margin: 0;	
	width: 100%;
	padding:0px;
	height: 200px;
	background-repeat: no-repeat;
	}
	
#header_img1 {
	margin: 0;
	width: 100%;
	padding:0px;
	background-image: url(images/mainheader.jpg);
	height: 200px;
	background-repeat: no-repeat;
}	

#xxxxx {
	font-size: 36px;
	color: #206586;
	font-weight: bold;
	position:absolute;
	left: 550px;
	top: 20px;
	height: 100px;
}

#yyy {
	Font-size: 16px;
	color: #206586;
	position: absolute;
	left: 520px;
	top: 70px;
	}

#header_img1 h1 {
	font-size: 3em;
	color: #206586;
	font-weight: bold;
	position:absolute;
	left: 75px;
	top: 70px;
	padding:0.1em;
}
	
#header_img2 {
	margin: 0;
	width: 100%;
	padding:0px;
	background-image: url(images/automotiveheader.jpg);
	height: 200px;
	background-repeat: no-repeat;
	}	
	

#aaa {
	font-size: 36px;
	color: #206586;
	font-weight: bold;
	position:absolute;
	left: 40px;
	top: 20px;
	height: 100px;
}
#header_img3 {
	margin: 0;
	width: 100%;
	padding:0px;
	background-image: url(/images/manufacturing.jpg);
	height: 200px;
	background-repeat: no-repeat;
	}	
	
#header_img3 h1 {
}
	
#header_img4 {
	margin: 0;
	width: 100%;
	padding:0px;
	background-image: url(/images/energyheader.jpg);
	height: 200px;
	background-repeat: no-repeat;
	}	
	
#header_img4 h1 {
}

#header_img5 {
	margin: 0;
	width: 100%;
	padding:0px;
	background-image: url(/images/memoryheader.jpg);
	height: 200px;
	background-repeat: no-repeat;
	}	
	
#header_img5 h1 {
}
			
#maplogin {
	margin: 5px;
	color: #F4C26E;
	border-style:outset;
	border: #206586;
	padding: 5px;
}

#spin {
	margin: 5px;
	padding: 5px;
	border-style:outset;
	border: #206586;
}

#maplogin h2 {
	color: #541c20;
	font: normal 110% 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
		margin: 0px;
		padding: 0px;
}

#maplogin small {
	color: #293237;
}

#mapmodel a:active, a:link, a:hover, a:visited {
	color: #541c20; 
	text-decoration: none;
}

input { 
	margin: 3px;
	height: 15px;
	width: 75px;
}
#txtUsername {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

#txtPassword {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

input.clear {
	background: #206586;
	color: #fff;
	font: normal 75% 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	width: 40px;
	height: 20px;
	border: 1px solid #781351
}

#page hr {
	display:none;
	clear:both;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0099CC;
	}
a {
	color: #000;
	}
a:hover {
	color: #0099cc;
	}
strong {
	font-weight:bold;
	}
em {
	font-style:italic;
	}
/*--------images-----------*/
img {
	padding: 2px;
	border: 1px #99ccff solid;
	margin: 5px;
	}
a img {
	border: 1px #0099CC solid;
	}
a:hover img {
	border: 1px #ccffff solid;
	}
/* ----- forms ------- */
input, textarea {
	background: #f8f8f8;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:2px;
	color: #444;
	}
input:focus, textarea:focus {
	background: #ffffff;
	}
input:hover, textarea:hover {
	background:#ffffff;
	cursor:text;
	}
input#submit {
	border: 1px #0f0000 outset;
	background-color: #e9e9e9;
	}
input#submit:hover {
	cursor: default;
	background-color: #fafafa;
	}
/*----------content div parameters---------*/
.narrowcolumn {
	float: left;
	padding: 0 0 10px 15px;
	margin: 0px 5 5;
	width: 500px;
	background: #FFFFFF;
	}
.widecolumn {
	float: left;
	padding: 0px 15px 10px 15px;
	margin: 0px 0px 0px 0em;
	width: 820px;
	background-color: #ffffff;
	}
/*-------sidebar----*/
#sidebar {
	float:right;
	padding: 10px 0 10px 0;
	margin-left: 5px;
	width: 290px;
	font-size: 1.1em;
	background-color: #FFFFFF;
	}
#sidebar .col {
	width: 100%;
	float:left;
	padding: 0em 0em 0em 2px;
	background-color: #FFFFFF;
	}
/*#sidebar h2 {
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0099CC;
	}*/
#sidebar h3 {
	font-size: 1.2em;
	/*padding-right: 10px;*/
	padding-left: 10px;
	color: White;
	background: #1F2D33;
	margin-top: 10px;
	margin-bottom: 0px;
	}
#sidebar p {
	padding-right: 5px;
	padding-left: 10px;

	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	}
#sidebar li {
	margin: 5px 0 3px 8px;
	}
#sidebar li a {
	color: #666;
	text-decoration: none;
	}
#sidebar li a:hover {
	color: #000;
	}
/*-----------posts------------*/
.post {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;

	background: White;

	text-align: justify;
	}
.post a {
	color: #000;
	}
.post a:hover {
	color: #0099CC;
	}
.post h2 a {
	color: #000;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
		}
.post h2 a:hover {
	color: #0099CC;
	}
small {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #888888;
	}
	
.post h4 {
	color: #404040;
	font-size: .8em;
	padding-top: 0px;
	margin-top: 0px;
	}
	
.post h4 a:visited{
	color: #404040;
	font-size: .8em;
	}
	
.postmetadata {
	font-size: 0.8em;
	display: block;
	
	color: #888888;
	border-top: dotted;
	}
/*-------search form-------*/
#search_frm {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0;
	padding: 5px;
	width: 740px;
	margin-left: -375px;
	font-size: 0.9em;
	text-align:right;
	}
input#s {
	width: 25%;
	}
#searchsubmit {
	display:none;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	float: right;
	}
/*-------main navigation----*/
/*thanks to http://www.htmldog.com/articles/suckerfish/dropdowns/ */ 

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	background: #113447;
	padding: 0;
	margin: 0 0 0 0;
	}
#nav a {
	display: block;
	width: 6em;
	width: 4em;
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em 2em;
	border-right: 1px solid #D3D3D3;
	height:19px;
	}
#nav li {
	float: left;
	padding: 0;
	width: 8em;
	}
#nav li ul {
		float: left;
	left: -999em;
	height: auto;
	width: 14.4em;
	width: 13.9em;
	font-weight: normal;
	margin: 0;
	}
#nav li li {
	padding-right: 1em;
	width: 13em;
	}
#nav li ul a {
	width: 13em;
	width: 9em;
	border-right: none;
	}
#nav li ul ul {
	margin: -1.75em 0 0 14em;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
#nav li:hover, #nav li.sfhover {
	background: #4f83e6;
	}
	
#author-box {
	width: 100%;
	padding: 5px;
	background: #fff
	border: 1px solid #eee;
	}
	
#author-box .avatar {
	float: left;
	width: 50px;
	height: 50px;
	}

	
/*---------top h1 title--------------*/
/*#header h1 {
	font-size: 3em;
	color: #266377;
	font-weight: bold;
	height:2em;
	position:absolute;
	margin-top: 100px;
	margin-left: 370px;
	margin-bottom: 25px;
	padding:0.1em;
	}
#header h1 a {
	color: #266377;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #266377;
	text-decoration: none;
	}
#header h1 a:visited {
	color: #266377;
	}
.description {
	color: #266377;
	padding-left: 30px;
	text-align:right;
	font-style: italic;
	position:absolute;
	margin-top: 140px;
	margin-left: 450px;
	}
	
	*/
/*-----------footer-----------*/
#footer {
	clear: both;
	background: #206586;
	padding: 0px 75px 5px 75px;
	font-size: 0.8em;
	text-align: center;
	border-top: solid 1px #999;
	margin-bottom: 0;
	color:white;
	}
#footer a {
	color: white;
	}
#footer a:hover {
	color: #070707;
	text-decoration: none;
	}
/* navigation*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation a {
	color: #0099CC;
	text-decoration: none;
	}
.navigation a:hover {
	text-decoration: underline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.admin {
	clear:both;
	font-size:0.8em;
	border-top: 1px solid;
	}
	