/* CSS for template Blue Business
* Template design by Websimon
* https://websimon.se/
*/

/*basic css*/
* {
	margin:0;padding:0;
}

/* lists */
ul {
	text-decoration: none;
	list-style-type:none;
}
li {
	text-decoration: none;
	list-style-type:square;
}
ol {
	text-decoration: none;
	list-style-type:none;
}
p {
    line-height: 1.8em;
    margin: 10px 0;
}

/*links, code, blockqoute*/
a:link {
	color: #2E5CB8;
}

a:visited, a:hover {
	color: #007A00;
}

code, pre {
	line-height:1.3em;
}

pre {
	border:1px dotted #333;
	padding:10px;
}
blockquote {
    border-left: 5px solid #CCCCCC;
    color: #4D4D4D;
    font-style: italic;
    margin-left: 3em;
    padding-left: 5px;
    visibility: inherit;
}

/* The body */
body {
    background: none repeat scroll 0 0 #e7e2cf;
    color: #000000;
    font-family: Helvetica, Arial, Trebuchet MS,Sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Trebuchet MS,Arial,Sans-serif;
}

/*Boxes*/
#header-container {
    margin: 0 auto;
    width: 940px;
}
#header-headlines {
    height: auto;
    padding: 20px 0 0;
}

#navigation {
    float: left;
    font-size: 12px;
    height: auto;
    letter-spacing: 2px;
    margin: 20px auto 15px;
    text-decoration: none;
    text-transform: uppercase;text-align:left;
}

#bluebar {
	background: url(images/bluebar.png) repeat-x;
	width: 100%;
}

#user-header {
    margin: 0 auto;
    width: 940px;
}

#container {
    margin: 0 auto;
    width: 940px;
}
#content-box {
    background: none repeat scroll 0 0 #CCCCCC;
    display: inline-block;
    width: 100%;
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 5px;
    padding: 0 30px;
    width: 520px;
}
#sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 5px;
    padding: 20px 10px;
    width: 319px;
}
#footer {
	background: url(images/bluebar.png);
    clear: both;
    height: 30px;
    text-align: center;
    width: 100%;
	color: #ffffff;
}

/*Header*/
#header-headlines h3, #header-headlines h3 a {
    color: #555555;
    font-size: 34px;line-height:34px;
    margin: 10px auto 5px;
    text-decoration: none;
    text-shadow: 1px 1px #FFFFFF;
}

#header-headlines h4 {
    color: #7a7a7a;
    font-size: 17px;
    margin: 0 23px;
    text-decoration: none;
}

/*Menu/Navigation */
#nav ul , #nav li {
	text-decoration: none;
	list-style-type:none;
}

ul#nav {
    height: 36px;
    list-style: none outside none;
}
ul#nav li {
    float: left;
    margin-right: 7px;
	margin: 10px;
}
ul#nav li a {
    color: #000000;
    padding: 6px 10px;
    text-decoration: none;
}
ul#nav li#active {
    color: #000000;
}
ul#nav li#active a {
	border-bottom: 3px solid #CC0000;
    background-position: left top;
    background-repeat: no-repeat;
    color: #000000;
}

ul#nav a:hover {
    color: #7a7a7a;
 	border-bottom: 3px solid #007A00;
 }

/*Content */
#content h1 {
    font-size: 25px;
    margin: 25px 0 5px;
}
#content h2 {
    font-size: 20px;
    margin: 25px 0 5px;
}

#content h3 {
    font-size: 15px;
    margin: 25px 0 5px;
}

#content h4 {
    font-size: 13px;
    margin: 25px 0 5px;
}

#content p {
margin: 8px auto 16px;
}

#content ul {
    line-height: 1.5em;
    margin: 0 0 1.571em 1.571em;
}

#content ul li {
	margin-bottom: 15px;
}

#content ol {
    line-height: 1.5em;
    margin: 0 0 1.571em 1.571em;
}
#content ol li {
	margin-bottom: 0.6em;
	list-style:decimal outside none;
}

#content img {
    border: 1px solid #bbb;
	height: auto;
    margin: 7px;
    max-width: 100%;
    padding: 2px;
}
/*Sidebar*/

#sidebar h4 {
    border-bottom: 1px dashed #CC0000;
    color: #7A7A7A;
    font-size: 14px;
    margin-bottom: 13px;
    padding: 3px 5px;
}

#sidebar ul {
	margin:0 0 1.571em 1.571em;
}

#sidebar ul li {
    background: url(images/li-pic.png) no-repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 5px auto 10px;
    padding: 0 0 5px 25px;
}
#sidebar ol {
    margin: 0 0 2em 3.5em;
}

#sidebar ol li {
	list-style:decimal outside none;
}

#sidebar p {
    margin: 11px 7px;
}

#sidebar p img {
    border: none;
    margin: 7px;
}

/*Footer*/

#footer a {
	color:#ffffff;
}

/* The contact - form */
fieldset#contact-form {
	margin:20px 0px 20px 40px;background:#eee;padding:10px;color:#000;width:400px;
}

fieldset#contact-form label {
	font-size:14px;
}

fieldset#contact-form input {
    font-size: 16px;
    height: 20px;
    margin-bottom: 15px;
    padding: 5px;
    width: 240px;
}
fieldset#contact-form textarea {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 94%;
}
fieldset#contact-form #contact-button {
    font-size: 15px;
    height: 39px;
    margin-left: 30px;
    padding: 0 0 2px;
}
#content hr {margin:30px 10px;border:1px solid #78A2D6;}
#header-img img {
    height: auto;
    max-width: 100%;
}
@media(max-width:1024px){
#container {
    margin: 0 auto;
    width: 100%;
}
#header-container {
    margin: 0 auto;
	max-width: 94%;
}
#content { margin: 0.5% 1% 0.5% 1.5%;
    width: 52%;
}
#sidebar {
    margin: 0.5% 1%;
    padding: 2% 1%;
    width: 35%;
}
#user-header {
    margin: 0 auto;
    max-width: 100%;
}
}
@media(max-width:992px){
#sidebar {
    margin: 0.5% 1.5%;
    padding: 2% 1%;
    width: 34%;
}
#content {
    margin: 0.5% 1% 0.5% 1.5%;
    width: 50%;
}
}
@media(max-width:767px){
#container {
    margin: 0 auto;
    width: 98%;
}
#content {
    margin: 0;
	padding: 0 2.5%;
    width: 95%;float:none;
}
#sidebar {
    margin: 0;
	padding: 0 2.5%;
    width: 95%;float:none;
}
#content h1 {
    font-size: 25px;
    margin: 0;
    padding-top: 25px;
}
}
@media(max-width:700px){
body {
    background: #e7e2cf!important;}
fieldset#contact-form {
    width: 70%;
}
#content img {
    border: medium none;
    height: auto;
    margin: 0;
    max-width: 99%;
    padding: 0;
}
body {
    background: #e7e2cf;}
#footer {height: auto;}}
@media(max-width:480px){
#header-headlines h3, #header-headlines h3 a {
    color: #555555;
    font-size: 25px;
    line-height: 26px;
    margin: 0 auto 5px;
    text-decoration: none;
    text-shadow: 1px 1px #ffffff;
}
#header-headlines h4 {
    color: #7a7a7a;
    font-size: 16px;
    margin: 0 6px;
    text-decoration: none;
}
#content {
    width: 95%;
}
#content h1 {
    font-size: 19px;
}
#content h2 {
    font-size: 18px;
    margin: 20px 0 5px;
}
#content h3 {
    font-size: 17px;
    margin: 20px 0 5px;
}
#content img {
	clear:both;
    float: none !important;}
	
blockquote {
    margin-left: 3%;}
fieldset#contact-form {
    width: 84%;margin-left: 5%;
}
fieldset#contact-form input {
    font-size: 16px;
    height: 20px;
    margin-bottom: 15px;
    padding: 5px;
    width: 90%;
}
fieldset#contact-form #contact-button {
    margin-left: 4%;}
}
@media(max-width:375px){
#content {
    float: none;
    margin: 0;
    padding-left:2%;
    width: 96%;
}
fieldset#contact-form textarea {width: 92%;}
#content ul {
    margin: 0 0 1.571em 1.171em;
}
#sidebar ul {
    margin: 0 0 1.571em 1.171em;
}

#sidebar ul li {
    background-size: 13px auto;padding: 0 0 0 21px;
}
}