/*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: 8px 5px 15px;
}

/*links, code, blockqoute*/
a:link {
	color: #0066FF;
}

a:visited, a:hover {
	color: #7a7a7a;
}

code, pre {
	line-height:1.3em;
}

pre {
	border:1px dotted #333;
	padding:10px;
}
blockquote {
    color: #3D5C5C;border-left: 5px solid #BACFE9;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 3em;
    padding-left: 5px;
    visibility: inherit;
}

/* The body */
body {
    background: url(images/bg.png) repeat-x scroll 0 0 #BACFE9;
    color: #000;
    font-family: Trebuchet MS,Helvetica,Arial,Sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Trebuchet MS,Arial,Sans-serif;
}

/*Boxes*/
#container {
    background: none repeat scroll 0 0 #FFF;
    margin: 10px auto;
    position: relative;
    width: 940px;
}
#navtop {
    background: none repeat scroll 0 0 #333;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 5px;
    width: 940px;
}
#header-headlines {
    padding: 8px 0 0;
}

#navigation {
    float: right;
    font-size: 12px;
    height: 40px;
    letter-spacing: 2px;
    margin: 3px auto 0;
    text-decoration: none;
    text-transform: uppercase;
}

#user-header {
    height: auto;
    margin: 1px 0;
    width: 940px;
}
#content-box {
    display: inline-block;
}

#content {
    color: #333333;
    float: left;
    margin: 0 45px 0 15px;
    padding: 0 5px;
	width: 57%;
}

#sidebar {
    background: none repeat scroll 0 0 #EEE;
    color: #000000;
    float: left;
    padding: 0;
    width: 33%;
}
#footer {
    border-top: 1px dashed #CCC;
    clear: both;
    color: #000000;
    height: 30px;
    text-align: center;
    width: 100%;
}

/*Header*/
#header-headlines h3 {
    margin: 0 11px;
}
#header-headlines h3 a {
    color: #FFFFFF;
    font-size: 28px;
	line-height:30px;
    text-decoration: none;
}

#header-headlines h4 {
    color: #DEEDFB;
    font-size: 12px;
    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;
}

ul#nav li#active a{
    background: url(images/arrow.png) no-repeat;
    color: #ffffff;
}

ul#nav li a {
    color: #DEEDFB;
    display: block;
    height: 35px;
    margin-top: 5px;
    padding: 1px 10px;
    text-decoration: none;
}
ul#nav a:hover {
    color: #7a7a7a;

 }

/*Content */
#content h1 {
    font-size: 23px;
    margin: 4px 0 5px;
}
#content h2 {
    font-size: 20px;
    margin: 4px 0 5px;
}
#content h3 {
    font-size: 15px;
    margin: 25px 0 5px;
}

#content h4 {
    font-size: 13px;
    margin: 25px 0 5px;
}

#content p {
margin-left:5px;
}

#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 #aaa;
    padding:1px;height: auto;
    max-width: 100%;
}
/*Sidebar*/
#sidebar h4 {
    background: url(images/h4bg.png) no-repeat scroll 0 0 transparent;
    border-bottom: 3px solid;
    color: #224166;
    font-size: 15px;
    margin-bottom: 8px;
    padding: 3px 5px 3px 11px;
}

#sidebar p {
    margin: 0 5px 10px 15px;
}

#sidebar ul {
    margin: 0 0 5px 15px;
}

#sidebar ul li {
    list-style: circle outside none;
    margin-left: 35px;
    padding: 0 0 5px 5px;margin-bottom: 10px;
}
#sidebar ol {
    margin: 0 0 1.571em 4.571em;
}

#sidebar ol li {
	list-style:decimal outside none;
}

#sidebar p img {
    border: none;
    margin: 7px;
}

/*Footer*/

#footer a {
	color:#7a7a7a;
}

/* The contact - form */
fieldset#contact-form {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px dashed #3D5C82;
    color: #7A7A7A;
    margin: 20px 0;
    padding: 10px;
    width: 400px;
}
fieldset#contact-form label {
	font-size:13px;
}

fieldset#contact-form input {
    background: none repeat scroll 0 0 #CCCCCC;
    font-size: 13px;
    height: 20px;
    margin-bottom: 15px;
    padding: 5px;
    width: 240px;
}
fieldset#contact-form textarea {
	background: none repeat scroll 0 0 #CCCCCC;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 94%;
}
fieldset#contact-form #contact-button {
    font-size: 15px;
    height: 39px;
    margin-left: 1%;
    padding: 0 0 2px;
}
#content hr {margin:30px 10px;border:1px solid #BBCFEA;}
@media (max-width:1024px) {
#navtop {
    background: #333 none repeat scroll 0 0;
    height: auto;
    margin: 2% 0 0;
    padding: 0 0 5px;
    width: 100%;
}

#navigation {
    float: right;
    font-size: 12px;
    height: auto;
    letter-spacing: 2px;
    margin: 3px auto 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

#container {
    width: 93%;
}
#user-header {
    height: auto;
    margin: 1px 0;
    width: 100%;
}
}
@media (max-width:900px) {
#sidebar {
    background: #eee none repeat scroll 0 0;
    color: #000;
    float: left;
    padding: 0;
    width: 31%;
}
#content {
    color: #333;
    margin: 0 25px 0 15px;
    width: 60%;
}}
@media (max-width:767px) {
#sidebar {
    background: #eee none repeat scroll 0 0;
    color: #000;
    float: none;
    padding: 0;
    width: 100%;
}
#content {
    color: #333;float:none;
    margin: 15px;
    width: 94%;
}
#sidebar h4 {
    background: transparent url(images/h4bg.png) no-repeat scroll 0 0 / 100% auto;
    border-bottom: 3px solid;
    color: #224166;
    margin-bottom: 8px;
    padding: 3px 5px 3px 11px;
}
}
@media (max-width:700px) {
body {
    background: #bacfe9 url(images/bg.png) repeat-x scroll 0 0 !important;
	}
	#content-box {
    padding: 0 10px;
    width: 94%;
}
#content {
 padding-left: 10px;
    padding-right: 10px;
    width: 96%;
}
#sidebar {
    margin-left: 1%;}
blockquote {
    margin-left: 1em;
}
#footer {
    height: auto;}
	
fieldset#contact-form {
    width: 72%;
}
fieldset#contact-form textarea {
    width: 93%;
}
}
@media (max-width:480px) {
#content img {
    float: none !important;
	clear:both;
}
#content {
    float: none;
    margin: 10px 0;
}
#content h1 {
    font-size: 21px;
    line-height: 20px;
    margin: 4px 0 5px;
}
fieldset#contact-form {
    width: 90%;
}

fieldset#contact-form input {
    width: 74%;
}
#content h2 {
    font-size: 18px;
}
#header-headlines h3 a {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}
#header-headlines h4 {
    margin: 0 13px;
}
}
@media (max-width:375px) {
fieldset#contact-form input {
    width: 95%;
}
#sidebar {
    margin-left: 0;
}
.blog-date {
    color: #888;
    padding-right: 4px;
}}