/*
Theme Name: STASEO
Theme URI: https://staseo.com/
Author: STASEO
*/


* {margin: 0;padding: 0;}
body {font-family: Arial; color: #4a4a4a;font-size:1.3em;background: #e5e5e5;}
#wrapper{max-width: 1100px; width:99%; margin: 0 auto 20px; background-color: #fff;
border-right:1px solid #ccc;border-bottom:1px solid #ccc;
box-shadow: 0 0 5px rgba(204, 204, 204, 204);}

/* Header and Logo */

#header{min-height:140px;border-bottom:1px solid #eee;}
#header img {padding-top:20px;margin:0 auto;}
#logo {text-align:center;font-size:40px !important;}
#topwidget {text-align:center;}
#topwidget ul {list-style:none;padding:20px 20px;}
#topwidget li  {display: inline;padding:0 20px;}
#searchform{float:right;margin:10px 0 0 10px;}
#path {padding-left:20px !important;margin:20px !important;font-size:smaller !important;}

/* Page */
#page {margin:0;padding:0;}

/* Content */
#content {width:85%;background:#fff;padding-left:15px;margin:5px;}
#content li{padding: 7px 0;margin-left:10px;}
.home li{list-style:none;}
h1, h2, h3, h4, h5, h6 {letter-spacing: 2px;line-height:150%;}
h1,h2,h3{margin:15px 0;}
#content ul {list-style-position:inside;} 
.wp-image {height:auto !important;}

blockquote{font-size:1.4em !important;margin:30px !important;}
p, blockquote, ul, ol {	margin-bottom: 20px; line-height: 180%;}
#posted {border-top:2px dashed #999;margin: 20px 0;padding:15px;}
.left {float:left;}
.right{float:right;}
.center {text-align:center;}
small {font-weight:normal;}
table{border:0;}

a {text-decoration: none; color: #2064a5 /*#970000*/;}
a:hover {text-decoration: underline;}
img {max-width:99% !important;border:0;}
form input[type="submit"] {
cursor: pointer; margin: 0pt; text-align:center;margin-bottom:10px;background:#eee;color:#222;border:1px solid #c4c4c4;padding:2px 3px 2px 3px;
}
.form tr td{padding:2px 0;border-bottom:1px dotted #eee;}
.note{background:#fbf9f4;text-align:center;border-right:1px dotted #ffd9d9;}
.note a{border:none !important;}

.mark{background:#fcf8e2;}
.next {text-align:right;}
.next a {/*background-color:#f9edbe;*/color:#0073aa;text-decoration:underline;}
.previous a {}


/* Category */
.list{border-bottom:1px dotted #eee;margin:10px 0;padding-left:5px;}
.list:hover{}
.intro{float:left;margin:5px 10px 5px 8px;padding:0;}
.list a img{border:1px solid #ccc !important;}
.current-cat, .current-menu-item{font-weight:bold;}


/* Footer */
#footer { width:95%;padding: 20px; border-top:1px solid #eee; background:#fff;color:#333;font-size:smaller; }
#footer p {margin: 20px 0; text-align: center;}
.clear {clear: both; height: 1px;}
.credit {font-size:smaller;}

/* required */
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;margin:8px 10px 8px 0;}
.alignright {float: right;margin:8px 0 8px 10px;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #aaa;padding-top: 4px;margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 ;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

@media screen and (max-width:400px) {
  
img{max-width:99% !important; height:auto !important; float:none !important;margin:0 auto;display:block;}
#content {margin:20px 0;}
#header{height:auto;}
#header img {max-width:99% !important;}

}