/*  
Theme Name: Plast Ottawa
Theme URI: http://www.bilaniuk.com
Description: Scouting
Version: 1.0
Author: Borys Bilaniuk
Author URI: http://www.bilaniuk.com
*/

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
background: #fff url(images/headerimg.png) repeat-x left top;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
/* middle */
h1.middle{text-align: center;}
h2.middle{text-align: center;}
h3.middle{text-align: center;}
p.middle{text-align: center;}
a.middle{text-align: center;}
img.noborders{border: 0px;}
/* layout */

nav {
width: 100%;
height: 57px;
margin: 0 auto;
padding:0px;
background: #000000;
}

#nav {
width: 940px;
height: 0px;
margin: 0 auto;
padding:0px;
}

header {
width: 940px;
height: 300px;
margin: 0 auto;
background: transparent url(images/Parliament_Hill.png) no-repeat center top;
}



#content {
width: 940px;
min-height: 200px;
margin: 10px auto 0 auto;
padding: 0px;
background: #FFF;
clear: both;
color: #000;
font-size: 14px;
line-height: 18px;
}

article {
margin: 10px 12px 10px 12px;
padding: 0px;
background: #FFF;
clear: both;
color: #000;
font-size: 14px;
line-height: 18px;
text-align:justify;
}


footer {
width: 100%;
background: #000000;
color: #fff;
margin: 0 0 0 0;
clear: both;

}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

Section a:link{
color:#122671;
}

Section a:visited {
color:#122671;
}

Section a:hover, a:active {
color:#122671;
text-decoration: none;
}

hr {
background-color: #E7E7E7;
border: 0;
height: 1px;
margin-bottom: 18px;
clear: both;
}

p {
margin-bottom: 20px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #FFF;
}

nav .menu a:hover {
border-top: #FFF 1px solid;
border-bottom: #FFF 1px solid;
}

/** HEADER */

header h1 {
color: #122671;
font-size: 40px;
margin: 0px ;
padding: 20px 0px 230px 550px;
line-height: normal;
text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}

/** ARTICLES **/
article img {
border: 10px #122671 solid;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #Пласт Оттава;
margin: 0 0 20px 0;
line-height: 1.5em;
text-shadow: 0px 2px 3px #ddd;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer widget blocks */


footer p {
text-align: right;
font-size: 11px;
padding: 10px 20px 10px 0;
margin:0px;
color: #FFF;
}

footer a:link {
color: #999;
}

footer a:hover {
color: #FFF;
text-decoration: none;
}

footer a:link, a:visited {
color: #FFF;
}



