@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600&subset=latin,cyrillic-ext);
@import url("template.css");
@import url("pages.css");
@import url("shortcode.css");
/*General Styles*/

html {
    height: 100%
}
body {
    background:#fff url(../img/bg.png) repeat;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color: #000;
    min-height: 100%;
}
p {
    color:#000;
	line-height:1.3;
	margin:0 0 10px 0;
}
a {
    text-decoration: none;
    outline:none;
    color: #0085E1;
	text-decoration:underline;
}
a:hover {
    text-decoration: none;
    color:#37ADFF;
}
em{
	font-style:italic;
}
code {
    font-family:"Courier New", Courier, monospace;
    color:#000;
}
blockquote {
    font-style:italic;
    background:#ccc;
    margin-left: 20px;
}
b,strong{
	font-weight:bold;
}
h1,h2,h3,h4{
	color:#385796;
	line-height:1.1;
}
h1 {
	font-size:24px;
	margin:10px 0;
}
h2 {
	font-size:20px;
	margin:8px 0;
}
h3 {
	font-size:16px;
	margin:6px 0;
}
h4{
	font-size:14px;
	margin:4px 0;
}
ul{
	margin:15px 40px;
	list-style:outside;
	list-style-type:none;
}
ol{
	margin:15px 40px;
	list-style:outside;
	list-style-type:decimal;
	
}
li{
	line-height:1.2;
	margin:5px 0;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
/*add style*/
.h1_style {
	margin: 10px 0;
	line-height: 1.1;
}
.h1_style a{
	color: #385796;
	text-decoration: none;	
}
