/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;

    color: #444444;
    background: #418AB5;
}


p {
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0px 16px 0px;
    line-height: 1.6em;
    text-align: justify;
    color: black;
}


a {
    color: #4082B2;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    text-decoration: none;

}


a:hover {
    text-decoration: underline;
}
ul {
    list-style-position: inside;
    line-height: 1.6em;


}
ol {
    list-style-position: inside;
    line-height: 1.6em;
}

/* header */

#header {
    position: relative;
    width: 960px;
    height: 110px;
    margin: 0 auto;
    background: #418AB5;
}

#logo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 115px;
    height: 77px;
    border: none;
}

/* menu */

#menu {
    height: 60px;
}

#menu ul {
    float: right;
    margin-top:15px;
    margin-right: 8px;
    list-style: none;

}

#menu ul li {
    display: block;
    float: left;
    color: #FFFFFF;
}

#menu ul li a {
    font-size: 14px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    margin: 0px 8px 0px 8px;
    text-decoration: none;
    line-height: 36px;

    color: #FFFFFF;
}
#menu ul li a:hover {
    text-decoration: underline;
}

/* search form */

#search {
    position: absolute;
    top: 65px;
    left: 650px;
    width: 300px;
}

#search input.text {
    float: left;
    display: block;
    padding: 6px 5px;
    width: 198px;
    font: 14px "Roboto", Arial, Helvetica,sans-serif;
    color: #FFFFFF;
    border-radius: 5px;
    background: #3476A8;
    border: 1px solid #5B94B6;
}

#search input.submit {
    float: right;
    display: block;
    width: 78px;
    height: 30px;
    font: 14px "Roboto", Arial, Helvetica,sans-serif;
    color: #FFFFFF;
    background: #17557A;
    border-radius: 5px;
    border: 1px solid #2A759F;
    cursor: pointer;
}

/* main */

#main {
    width: 100%;
    min-width: 960px;
    padding: 12px 0;
    background: #FFFFFF;
}

#main2 {
    width: 908px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
    border: 1px solid #E0EBF2;
}

/* sidebar */

#sidebar {
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

#sidebar h2 {
    padding-left: 20px;
    margin-bottom: 3px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    border-radius: 5px;
    background: #418AB5;
}

#sidebar h2 a {
    margin-bottom: 3px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    border-radius: 5px;
    background: #418AB5;
}

#sidebar .box {
    padding: 15px 20px 20px 20px;
    background: #FFFFFF;
}

#sidebar p {
    text-align: left;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 14px;

}

#sidebar ul {
    list-style: none;
    padding: 15px 0 24px 0;
    background: #FFFFFF;
}

#sidebar ul li {
    padding: 3px 10px 3px 20px;
    line-height: 22px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 14px;
}

#sidebar ul li:hover {background: #ededed;}

#sidebar ul li a {
    text-decoration: none;
    color: black;
}

/* content */

#content {
    float: right;
    width: 620px;
    padding-bottom: 5px;
}

#content .post {
    padding: 0 0 45px 0;
}

#content h1 {
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight:normal;
    color: #3476A8;
}

#content h1 a {
    color: #3476A8;
    text-decoration: none;
    font-weight:normal;
}

#content h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-weight:normal;
    color: #3476A8;
    margin: 22px 0 0px 0px;  /* line added by RIK */
}

#content h2 a {
    color: #3476A8;
    text-decoration: none;
    font-weight:normal;
}

#content h3 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Roboto', Arial, Helvetica,sans-serif;
    font-weight:normal;
    color: #3476A8;
    padding: 20px 0 0px 0px;  /* line added by RIK */
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: 20px 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 960px;
    height: 10px;
    margin: 0 auto;
    padding-top: 10px;
    background: #418AB5;
}

#footer p {
    text-align: center;
    font-size:87%;
    color: #AFD8E8;
}

#footer a {
    color: #AFD8E8;
}

/* below this line was added by Rob Kabacoff */
code {
  margin: 40px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font-family: 'Roboto Mono', courier, monospace;
  font-size:14px;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
  border-left: 5px solid #418AB5;
}

table {

	background-color: #FFFFFF;
  margin: 40px 0 40px 40px;
}
td {
	background-color: #F2F2F2;
	padding: 3px;
	vertical-align: top;
}
pre {
	font-family: 'Roboto Mono', courier, monospace;
	font-size: 12px;
	color: #999999;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #EAEAEA;
	border-left: 5px solid #418AB5;
  font-family: 'Roboto Mono', courier, monospace;
	font-weight: bold;
}
