/*
Theme Name: Staseo
Theme URI: http://staseo.com/
Description: Search Engine Optimized WordPress <a href="http://www.staseo.com/">SEO</a> Theme.
Version: 1.0
Author: STASEO
Author URI: http://www.staseo.com/
Tags: seo
This theme was designed and built by Staseo,
whose website you will find at http://staseo.com/
*/
/* Main */
* {margin: 0;padding: 0;}
body {background-color: #fff;color: #2d424d; font-family: Arial, Helvetica, sans-serif;
/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/}
h1{margin-top:10px;}
h1,h2, h3, h4, h5, h6 {color:#416271;margin-bottom: 15px;font-weight:normal;}
p, blockquote, ul, ol {	margin-bottom: 20px;line-height: 1.6em;}
.left {float:left;}
.right{float:right;}
.center {text-align:center;}
small {color:#79949D;}
a {text-decoration: underline;color: #3b73ba; }
a:hover {text-decoration: underline;color:#37AF58;}
img {border:0;max-width:450px;}
iframe,video,object {border:0;max-width:450px;}
/* Header and Logo */
#header {max-width: 790px;height: 95px;margin: 0 auto;
background: url(images/top.jpeg) no-repeat left bottom;}
#logo a {text-decoration: none;color: #416271;}
#logo {float: left;padding: 20px 0 0 10px;}
#logo p, #logo h1{margin: 0;padding: 0;
font: normal 36px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#logo span.small {
letter-spacing: 2px;
font-weight: normal;font-size: 10px;
color: #3B73BA;
}

/* Page */
#page {max-width: 790px;margin: 0 auto;
background: #fff url(images/center.jpg) repeat-y;}
.clear {clear: both; height: 1px;}
/* Content */
#content {float: left;max-width: 450px;padding: 0 0 0 15px;}
#content li{padding: 7px 0;margin-left:20px;}
.home li{list-style:none;}
.ad1{padding:10px 0;border-top:1px dotted #e4e4e4;border-bottom:1px dotted #e4e4e4;}
.ad2{margin:15px 0;}
.mark{background:#fcf8e2;}
/* Sidebar */
#sidebar {float: right; max-width: 220px; padding: 0 40px;}
#sidebar ul {margin: 0;padding: 0 10px;list-style: none;line-height: normal;}
#sidebar li {margin-bottom: 1px;padding: 5px 0;}
#sidebar .nav {padding: 5px 0;border-bottom: 1px dotted #3b73ba;
font-size:15px;color: #416271;}
#sidebar p,td {	margin: 5px;line-height: normal;color: #416271;}
#sidebar a {text-decoration: none;color: #3b73ba;}
#sidebar a:hover {text-decoration: underline;}
#sidebar .current_page_item a{color:#37AF58;}
/* Footer */
#footer {
max-width: 790px;
height: 50px;
margin: 0 auto;
padding: 40px 0;
background: url(images/bottom.jpeg) no-repeat;
}
#footer p {margin: 0;text-align: center;font-size: 77%;}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
/* required by WordPress */
.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;-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-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
/* Mobile */

@media screen and (max-width:400px) {

#header{width:99%; background:#fff;border-bottom:1px solid #416272;}
#page{width:99%;background:#fff;}
#content{width:99%;float:none;margin:40px 0;}
#sidebar{width:99%;float:none;margin:40px 0;}
#footer {width:99%;background:#fff;border-top:1px solid #416272;}
img {max-width:99% !important; height:auto !important; float:none;}

}