/*
Theme Name: microscopy1
Theme URI: 
Description: Microscopy Wordpress theme with right sidebar
Author: Oliver Kim
Author URI: 
version: 1.0
*/

/* ******************** Color Scheme ******************** */

.nicebox {
padding:0px;
padding-bottom:10px;
background:#ffffff;
border-bottom:dotted #000060;
margin:20px;
}

.nicebox-sidebar {
padding:0px;
padding-bottom:10px;
background:#ccc;
margin:20px;
}

/* ******************** basics ******************** */

*{margin:0; padding:0;}

body {
background: #aaa;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 14px;
margin: 10px;
text-align: left;
font-weight:normal;
}

p { text-indent:0px; padding-top:10px; }

/* Used for headings on the front page */
h1 {
font-size: 16px;
text-style : bold;
padding : 0px;
text-align:left;
}

/* headings inside articles and article title */
h2 {
font-size: 16px;
text-style : bold;
padding-top : 15px;
padding-bottom :10px;
text-align:left;
color:#0000AA;
}

.mainidx_title { font-size: 14px; text-style : bold; }
.mainidx_postinfo { color:#555; font-size:10px; }
.mainidx_entry { font-size : 12px;  }
.mainidx_entry p { text-indent:0px;  }
.postinfo_date { color:#555; font-size:10px;}

/* ******************** images and misc. ******************** */

img { border: none; padding: 0px; }

blockquote {
border-left: 1px solid #A5ABAB;
margin: 10px;
padding: 0 10px 0 10px;
font-style : italic;
}

/* ******************** links ******************** */

a {
color : #0000AA;
text-decoration : none;
border: none;
font-weight : normal;
}

a:hover{text-decoration: underline;}

/* ******************** container ******************** */

#container {
width: 980px;
margin: 0 auto;
padding: 0px;
background:#fff;
border: 5px solid #ffffff;
}
	
/* ******************** main menu ******************** */

#menu {
background: #000060;
font-size: 14px;
width:980px; 
border:0px;
margin: 0px;
padding:0px;
float:left;
}

#menu ul li {
text-align: left;
line-height:30px;
list-style-type: none;
display: inline;
margin: 0;
}

#menu a {
padding: 7px; 
margin: 0;
text-decoration: none;
color: #ffffff;
}

#menu a:hover {
background-color: #ffffff; 
color:#003131;
}

/* ******************** content ******************** */

#content {
float: left;
width: 670px;
/* height: 2000px; */
overflow:hidden;
background: #fff;
}	

.post { padding:10px; margin:0px; line-height:20px;}
.post ul { padding-left: 15px;}
.post ol { padding-left: 15px;}
.post li { padding-left: 5px; padding-bottom:5px; list-style-type:disc; }

.postinfo_cat { font-size:10px; }

.notfound{padding: 25px; font-size: 18px; font-weight: 300;}

/* ******************** sidebar ******************** */

#sidebar {
font-size: 12px;
width: 300px;
height:1500px;
float:right;
margin: 0px;
padding: 0px;
background : #ccc;
}

#sidebar h2{
font-weight: bold; 
font-size: 16px; 
text-align: left;
color: #08122E;
margin: 10;
padding: 10;
}

#sidebar p {margin:0; padding: 0 0px 0 12px;}
#sidebar img {padding: 0; margin: 0;}

.sidebar_list {
margin: 0;
padding: 0;
padding-bottom:5px;
line-height: 16px;
font-size:10px;
list-style-type: none; 
}

/* ******************** comments ******************** */

#commentssection{
clear: both;
padding: 2px 12px;
margin: 0;
}
	
#commentssection h3{
font-family: verdana, arial, tahoma, sans-serif;
font-size: 16px;
font-weight: 300;
font-style: normal;
color: #000;
}

#commentform{
background: #ffffff;
margin:0px;
padding:10px;
}
	
#commentform p{color: #000;}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}
	
#commentform h3{
font-size: 16px;
text-style : bold;
padding : 0px;
padding-bottom : 10px;
text-align:left;
}
	
#commentbox{
width:75%;
min-width:400px;
margin:5px 5px 0 0;
}

#author, #email, #url, #commentbox, #submit{
background: #ffffff;
font-family: verdana, arial, times;
font-size: 12px;
margin:5px 5px 0 0;
border: none; 
padding: 6px;
border: 1px solid #B2B2B2;
}

#submit{margin:5px 5px 0 0;}
	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
background: #ffffff;
margin:10px 0;
padding:5px 0 5px 10px;
overflow: hidden;
}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 16px;}
ol.commentlist a {color:#000;}

/* ******************** search ******************** */

#searchform{
font-family: verdana, arial, times;
background:#ccc;
line-height:30px;
padding-top:6px;
}

#searchform input#s{
font-family: verdana, arial, times;
font-size: 12px;
padding: 2px;
margin: 0px;
border: 3px solid #aaa;
margin-left:20px;
width:180px;
}

#searchform input#searchsubmit{
font-family: verdana, arial, times;
font-weight:bold;
font-size: 12px;
padding: 1px;
margin: 2px 0 0 2px;
border: 3px solid #aaa;
background-color: #ffffff;
color: #797979;
width:80px;
}

/* ******************** footer ******************** */

#footer {
background: #000060;
clear: both;
width: 100%;
margin-top:15px;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 12px;
}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #FFF;text-decoration: none;}
#footer a:hover{color: #FFF;text-decoration: underline;}

/******************** start here *****************************/
#starthere {
background: #280099;
clear: both;
width: 100%;
margin-top:10px;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 12px;
padding:10px;
margin-left:20px; margin-right:30px; height: 15px; color:#fff;
}
#starthere a{color: #FFF;text-decoration: none;}
#starthere a:hover{color: #FFF;text-decoration: underline;}


/********** custom **************** */

.pix {
margin:0px;
margin-left :7px;
margin-top : 7px;
padding : 0px;
}

/* in header */
.desc {
font-size : 14px;
font-family: verdana, arial, tahoma, sans-serif;
font-weight:bold;
}

.title {
font-size : 24px;
font-family: verdana, arial, tahoma, sans-serif;
font-weight:bold;
font-style:italic;
}

.box {
border: medium double rgb(100,100,100);
padding:5px;
margin :10px 50px 10px 50px;
}

#mytable table td {
border-width : 1px;
border-color : #000000;
border-style: solid;
padding: 5px;
border-collapse : collapse;
}

#mytable th {
border-width : 1px;
border-color : #000000;
border-style: solid;
padding: 5px;
font-weight:bold;
text-align : center;
color : #ffffff;
background : #0000AA;
width : 33%;
}

.summary {
font-weight : bold;
font-style : italic;
font-size: 12px;
padding-top:10px;
padding-bottom:10px;
}

.product {float:right; width:150px; padding:15px;}

img.alignright {float:right; margin:10px;}
img.alignleft {float:left; margin:10px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption { margin: 10px; padding: 0px; background: #fff; font-size:10px; color: black; line-height:12px; }


/* Forum entries on home page */
li.sftagli {
font-size:12px;
padding-bottom:10px;
}

/* Related Posts */
.related-posts {
  list-style-type: none;
  margin: 0;
  /* height: 110px; */
}
 
.related-posts li {
  padding: 0; margin: 0;
  float: left;
  margin-right: 5px;
}
 
.related-post {
  position: relative;
  padding: 3px;
  background-color: white;
/*  border: 1px solid #ddd; */
  width: 100px;
/*  height: 100px; */
  overflow: hidden;
}
 
.related-post:hover {
 /* border: 1px solid #999; */
  text-decoration: underline;
}
 
.related-title {
  font-family: helvetica, arial;
  font-size : 12px;
  text-align: center;
}

.related-title a {
  text-decoration: none;
}
 
.related-thumb {
  font-family: arial;
  background-color: white;
  font-size: 10px;
  line-height: 12px;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
 
.related-thumb a {
  text-decoration: none;
  color: #aaa;
}

