#intro.option1 .page-title {
line-height:33px;	
	
}
 
.entry-content img, .entry-content iframe {border:1px solid silver;
    display: block;
}

#logo {
    float: left;
    text-align: left;
    margin: 10px 0 0;
}

#pre-header {
    background: #3182bd;
}
 .nav-previous a {
    color: #FFF;
    background: #084594;
    padding: 5px 10px;
    float: left;
}
.meta-nav{
 color: #FFF;	
}

.meta-icon{
 color: #FFF;	
}
.themebutton,  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    text-align: center;
    border: none;
    background: #084594;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-article .more-link {
    padding: 5px 10px;
	color:#fff;
}

#sub-footer {
    background: #3182bd;
    border-top: 1px solid #444;
    padding: 15px 0px;
}

.blog-article .blog-title {
    font-size: 22px;
  
    margin-top: 0px;
    margin-bottom: 10px;
	color:#3182bd;
}
#logo h1 {
    font-size: 42px;
    font-weight: 300;
    margin-top: 5px;
}
p{
color:#111;	
font-size: 14px;	
	
}

#intro.option1 .page-title {
    line-height: 1;
     color:#3182bd;
    margin: 0px;
	margin-top:22px;
    display: table-cell;
}
h1 {
    font-size: 23px;
}
.copyright {display:none;
}
.site-description {
	margin-top:12px;
	margin-bottom:22px;
    color:#aaa;
    font-size: 15px;
    line-height: 13px;
}

a, a:visited {
    color: #3182bd;
    text-decoration: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#intro.option1 .page-title {
    line-height: 1.6;
    color: #3182bd;
    margin: 0px;
    margin-top: 22px;
    display: table-cell;
}
blockquote {font-size:18px;
	border-top:1px solid silver;
	border-bottom:1px solid silver;background:#eee;
    font-style: italic;
    margin-top:20PX;
}